diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-04-14 14:25:43 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-04-14 17:02:15 +1000 |
| commit | 533aed4856da8c2ae85a08fb86a37b761a841ffc (patch) | |
| tree | f6b8b7c9f528757d0183a8b96f4d5edec3d58ac4 /conf/machine/include | |
| parent | d6d579dc7a903bac4508bc48a9869744b3b1ba45 (diff) | |
| download | meta-xilinx-533aed4856da8c2ae85a08fb86a37b761a841ffc.tar.gz | |
machine-xilinx-default.inc: Move defconfig setup
* Move the defconfig into machine-xilinx-default.inc, so that the
defconfigs can be completely overridden from machine configs
* Add 3.14 defconfigs
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 97dc9961..c510ce1d 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -13,3 +13,6 @@ PREFERRED_VERSION_linux-yocto ?= "3.10%" | |||
| 13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" | 13 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx" |
| 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 14 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
| 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" | 15 | PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" |
| 16 | |||
| 17 | # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures | ||
| 18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " | ||
