diff --git a/config/bootenv/qcom-abl.txt b/config/bootenv/qcom-abl.txt new file mode 100644 index 0000000000..9a70c4f720 --- /dev/null +++ b/config/bootenv/qcom-abl.txt @@ -0,0 +1 @@ +abl_boot_label=boot_b diff --git a/config/sources/families/qcom-abl.conf b/config/sources/families/qcom-abl.conf new file mode 100755 index 0000000000..8b1f0e2578 --- /dev/null +++ b/config/sources/families/qcom-abl.conf @@ -0,0 +1,13 @@ +# +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com +# +# This file is a part of the Armbian Build Framework +# https://github.com/armbian/build/ +# +# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include +declare -g LINUXFAMILY="arm64" +declare -g ARCH="arm64" +declare -g BOOTENV_FILE="qcom-abl.txt" +enable_extension "image-output-abl"