mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
add new family qcom-abl for qcom android devices
This commit is contained in:
committed by
Jianfeng Liu
parent
98c0ab47f5
commit
30a7d9c63a
1
config/bootenv/qcom-abl.txt
Normal file
1
config/bootenv/qcom-abl.txt
Normal file
@@ -0,0 +1 @@
|
||||
abl_boot_label=boot_b
|
||||
13
config/sources/families/qcom-abl.conf
Executable file
13
config/sources/families/qcom-abl.conf
Executable 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"
|
||||
Reference in New Issue
Block a user