diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:20:01 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:20:01 +1000 |
| commit | 939fb3d0a8de3f4f25cec5f9d4878463f14d8c1a (patch) | |
| tree | f59d4c8251cb554766344686c497c93e6991ef83 /conf/machine/include/machine-xilinx-default.inc | |
| parent | 9b386bc9f7710643cc76672e5f1d21f909b51500 (diff) | |
| download | meta-xilinx-939fb3d0a8de3f4f25cec5f9d4878463f14d8c1a.tar.gz | |
machine-xilinx-default.inc: Fix up preferred versions for linux-yocto
* Set PREFERRED_VERSION for linux-yocto to 3.10
* Remove specifier for linux-yocto-tiny
* Remove generation of ext2.gz by default
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include/machine-xilinx-default.inc')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 06eb9cb1..fc1735da 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -1,14 +1,13 @@ | |||
| 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 ext2.gz" | 4 | IMAGE_FSTYPES ?= "cpio tar.gz ext2 ext2.gz.u-boot" |
| 5 | IMAGE_CLASSES += "image_types_uboot" | 5 | IMAGE_CLASSES += "image_types_uboot" |
| 6 | 6 | ||
| 7 | # Kernel Configuration | 7 | # Kernel Configuration |
| 8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 8 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
| 9 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | 9 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" |
| 10 | PREFERRED_VERSION_linux-yocto ?= "3.8%" | 10 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 11 | PREFERRED_VERSION_linux-yocto-tiny ?= "3.8%" | ||
| 12 | 11 | ||
| 13 | # U-Boot Configuration | 12 | # U-Boot Configuration |
| 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
