mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
rockchip-gpt-img: fix for new override syntax
It looks like I missed a case for the new bitbake override syntax. My tests weren't done from a fresh build so either a preexisting image was still available, or the unfixed syntax caused a race. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
335bfcbf8d
commit
0ac8152377
|
@ -9,7 +9,7 @@ IMG_ROOTFS_TYPE = "ext4"
|
|||
IMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.${IMG_ROOTFS_TYPE}"
|
||||
|
||||
# This image depends on the rootfs image
|
||||
IMAGE_TYPEDEP_rockchip-gpt-img = "${IMG_ROOTFS_TYPE}"
|
||||
IMAGE_TYPEDEP:rockchip-gpt-img = "${IMG_ROOTFS_TYPE}"
|
||||
|
||||
GPTIMG = "${IMAGE_NAME}-gpt.img"
|
||||
GPTIMG_SYMLK = "${IMAGE_BASENAME}-${MACHINE}-gpt.img"
|
||||
|
|
Loading…
Reference in New Issue
Block a user