@@ -68,7 +68,7 @@ build:hihope-rzg2m-base:
- .build_base
variables:
target: hihope-rzg2m
- dtb: renesas/r8a774a1-hihope-rzg2m-ex.dtb
+ dtb: r8a774a1-hihope-rzg2m-ex.dtb
build:qemu-amd64-base:
extends:
@@ -166,7 +166,7 @@ build:hihope-rzg2m-test:
variables:
target: hihope-rzg2m
extension: test
- dtb: renesas/r8a774a1-hihope-rzg2m-ex.dtb
+ dtb: r8a774a1-hihope-rzg2m-ex.dtb
build:qemu-amd64-test:
extends:
@@ -271,7 +271,7 @@ build:hihope-rzg2m-buster:
- .build_base
variables:
target: hihope-rzg2m
- dtb: renesas/r8a774a1-hihope-rzg2m-ex.dtb
+ dtb: r8a774a1-hihope-rzg2m-ex.dtb
release: buster
build:qemu-amd64-secure-boot-buster:
@@ -7,6 +7,7 @@
#
DISTRO_ARCH = "armhf"
+DTB_FILES = "am335x-boneblack.dtb"
IMAGE_FSTYPES ?= "wic"
IMAGER_INSTALL += "u-boot-omap"
@@ -50,5 +50,5 @@ aws s3 cp --no-progress --acl public-read $KERNEL_IMAGE ${S3_TARGET}
aws s3 cp --no-progress --acl public-read $BASE_PATH-initrd.img ${S3_TARGET}
if [ "$DTB" != "none" ]; then
- aws s3 cp --no-progress --acl public-read build/tmp/work/cip-core-*/linux-cip*/*/linux-cip-*/debian/linux-image-cip*/usr/lib/linux-image-*/$DTB ${S3_TARGET}
+ aws s3 cp --no-progress --acl public-read build/tmp/deploy/images/*/$DTB ${S3_TARGET}
fi