Skip to content

Commit

Permalink
linux-qcom-uki.bb: Reword error check for kernel image
Browse files Browse the repository at this point in the history
Reword error message looking for a valid kernel image as
SKIP_RECIPE[linux-qcom-uki] also mentioning the same.

Signed-off-by: Viswanath Kraleti <[email protected]>
  • Loading branch information
quic-vkraleti committed Sep 12, 2024
1 parent 574b18d commit 0481a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-kernel/images/linux-qcom-uki.bb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ do_compile() {
# Kernel Image
# Note: systemd-boot can't handle compressed kernel image.
kernel_image="${DEPLOY_DIR_IMAGE}/Image"
[ -f $kernel_image ] && echo "Creating UKI with $kernel_image" || bbfatal "No valid kernel image to create UKI. Add 'Image' to KERNEL_IMAGETYPES."
[ -f $kernel_image ] && echo "Creating UKI with $kernel_image" || bbfatal "$kernel_image is not valid to create UKI."
ukify_cmd="$ukify_cmd --linux=$kernel_image"

# Kernel version
Expand Down

0 comments on commit 0481a10

Please sign in to comment.