add new family qcom-abl for qcom android devices

This commit is contained in:
amazingfate
2023-10-24 21:12:44 +08:00
committed by Jianfeng Liu
parent 98c0ab47f5
commit 30a7d9c63a
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1 @@
abl_boot_label=boot_b

View File

@@ -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"