mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Ignore ABL image type creation if building UEFI GRUB target.
This commit is contained in:
committed by
Jianfeng Liu
parent
aa1a13c0e3
commit
508c9f7c3a
@@ -5,6 +5,11 @@ function add_host_dependencies__abl_host_deps() {
|
|||||||
function post_build_image__900_convert_to_abl_img() {
|
function post_build_image__900_convert_to_abl_img() {
|
||||||
[[ -z $version ]] && exit_with_error "version is not set"
|
[[ -z $version ]] && exit_with_error "version is not set"
|
||||||
|
|
||||||
|
if [ ! -z "$UEFI_GRUB_TARGET" ]; then
|
||||||
|
display_alert "Ignore" "${EXTENSION}" "info"
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -z "$BOOTFS_TYPE" ]; then
|
if [ ! -z "$BOOTFS_TYPE" ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user