[meta-xilinx] [PATCH 1/3] machine-xilinx-board.inc : Add definition of boot fiels for wic utility.
Philip Balister
philip at balister.org
Mon Nov 17 11:10:10 PST 2014
With this, and the files added to the machine config you can run:
wic create ../oe-core/scripts/lib/image/canned-wks/sdimage-bootpart.wks -e some-image -o images/$MACHINE
and end up with a file you can dd onto an sd card.
Signed-off-by: Philip Balister <philip at balister.org>
---
conf/machine/include/machine-xilinx-board.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/machine/include/machine-xilinx-board.inc b/conf/machine/include/machine-xilinx-board.inc
index dcd4b03..8818b24 100644
--- a/conf/machine/include/machine-xilinx-board.inc
+++ b/conf/machine/include/machine-xilinx-board.inc
@@ -1,3 +1,6 @@
# Default Xilinx Board settings
EXTRA_IMAGEDEPENDS += "virtual/bootloader"
+
+IMAGE_BOOT_FILES ?= "${KERNEL_IMAGETYPE} u-boot.${UBOOT_SUFFIX}"
+
--
1.8.3.1
More information about the meta-xilinx
mailing list