mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 02:08:23 +01:00
fix wic including the device tree file in IMAGE_BOOT_FILES
This commit is contained in:
parent
21d137f559
commit
385d8f8cd2
@ -45,7 +45,7 @@ do_fix_device_tree_location() {
|
||||
addtask do_fix_device_tree_location after do_write_wks_template before do_image_wic
|
||||
|
||||
SUNXI_BOOT_SPACE ?= "40"
|
||||
IMAGE_BOOT_FILES ?= "${KERNEL_IMAGETYPE} boot.scr"
|
||||
IMAGE_BOOT_FILES ?= "${KERNEL_IMAGETYPE} boot.scr ${KERNEL_DEVICETREE}"
|
||||
|
||||
WKS_FILES ?= "sunxi-sdcard-image.wks.in"
|
||||
WKS_FILE_DEPENDS ?= "virtual/kernel u-boot"
|
||||
|
Loading…
Reference in New Issue
Block a user