From 30a7d9c63af66809c199bdca8dd5a2980d90f649 Mon Sep 17 00:00:00 2001 From: amazingfate Date: Tue, 24 Oct 2023 21:12:44 +0800 Subject: [PATCH] add new family qcom-abl for qcom android devices --- config/bootenv/qcom-abl.txt | 1 + config/sources/families/qcom-abl.conf | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 config/bootenv/qcom-abl.txt create mode 100755 config/sources/families/qcom-abl.conf 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"