From 888ed7c1e8f82d6c741ecf6472918278a1772a3d Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 17 Nov 2014 14:10:10 -0500 Subject: machine-xilinx-board.inc : Add definition of boot files for wic utility. 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 Signed-off-by: Nathan Rossi --- 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 dcd4b030..8818b24b 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}" + -- cgit v1.2.3-54-g00ecf