mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 18:28:23 +01:00
Merge pull request #379 from ludiazv/sunxi64_wic_fix
fix wic including the device tree file in IMAGE_BOOT_FILES
This commit is contained in:
commit
ab649c5d39
@ -45,7 +45,7 @@ do_fix_device_tree_location() {
|
|||||||
addtask do_fix_device_tree_location after do_write_wks_template before do_image_wic
|
addtask do_fix_device_tree_location after do_write_wks_template before do_image_wic
|
||||||
|
|
||||||
SUNXI_BOOT_SPACE ?= "40"
|
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_FILES ?= "sunxi-sdcard-image.wks.in"
|
||||||
WKS_FILE_DEPENDS ?= "virtual/kernel u-boot"
|
WKS_FILE_DEPENDS ?= "virtual/kernel u-boot"
|
||||||
|
Loading…
Reference in New Issue
Block a user