diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-05-05 15:25:44 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-05-05 15:25:44 +1000 |
commit | f70d53e96dc380b8a4b1d7b3d89b1a761eb38b64 (patch) | |
tree | d204bfff283b831bd03a7a963628ed6e46103be0 | |
parent | 869cba51d3db7909077ad0f066b784ebfd3b092d (diff) | |
download | meta-xilinx-f70d53e96dc380b8a4b1d7b3d89b1a761eb38b64.tar.gz |
machine-xilinx-default.inc: Add cpio.gz.u-boot as default
* The cpio.gz.u-boot type is useful for booting ramdisk image of cpio
type on hardware, without needing to reconfigure the kernel for large
ramdisk blocks
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 4d5d977d..c78f1c13 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # Default Xilinx BSP Machine settings | 1 | # Default Xilinx BSP Machine settings |
2 | 2 | ||
3 | # File System Configuration | 3 | # File System Configuration |
4 | IMAGE_FSTYPES ?= "cpio tar.gz ext2 ext2.gz.u-boot" | 4 | IMAGE_FSTYPES ?= "cpio tar.gz ext2 ext2.gz.u-boot cpio.gz.u-boot" |
5 | IMAGE_CLASSES += "image_types_uboot" | 5 | IMAGE_CLASSES += "image_types_uboot" |
6 | 6 | ||
7 | # Kernel Configuration | 7 | # Kernel Configuration |