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 /recipes-kernel | |
| 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 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-machine-common.inc | 5 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto-dev.bbappend | 3 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.14.bbappend | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/recipes-kernel/linux/linux-machine-common.inc b/recipes-kernel/linux/linux-machine-common.inc index c4a21c19..2b76cdee 100644 --- a/recipes-kernel/linux/linux-machine-common.inc +++ b/recipes-kernel/linux/linux-machine-common.inc | |||
| @@ -9,8 +9,3 @@ MACHINE_DEVICETREE_append_zynq += " \ | |||
| 9 | common/zynq-7-base.dtsi \ | 9 | common/zynq-7-base.dtsi \ |
| 10 | common/zynq-7-mainline-gem.dtsi \ | 10 | common/zynq-7-mainline-gem.dtsi \ |
| 11 | " | 11 | " |
| 12 | |||
| 13 | # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures | ||
| 14 | MACHINE_KCONFIG_LINUX_VERSION ?= "${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2])}" | ||
| 15 | MACHINE_KCONFIG_prepend_zynq += "common/linux/zynq/defconfig_${MACHINE_KCONFIG_LINUX_VERSION}.cfg " | ||
| 16 | MACHINE_KCONFIG_prepend_microblaze += "common/linux/microblaze/defconfig_${MACHINE_KCONFIG_LINUX_VERSION}.cfg " | ||
diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend index 239ea7cf..b9b6b9e3 100644 --- a/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | 1 | ||
| 2 | require linux-machine-common.inc | 2 | require linux-machine-common.inc |
| 3 | 3 | ||
| 4 | # Use the 3.10 defconfigs | ||
| 5 | MACHINE_KCONFIG_LINUX_VERSION = "3.10" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_zynq = "zynq" | 4 | COMPATIBLE_MACHINE_zynq = "zynq" |
| 8 | COMPATIBLE_MACHINE_microblaze = "microblaze" | 5 | COMPATIBLE_MACHINE_microblaze = "microblaze" |
diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend index 239ea7cf..b9b6b9e3 100644 --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | 1 | ||
| 2 | require linux-machine-common.inc | 2 | require linux-machine-common.inc |
| 3 | 3 | ||
| 4 | # Use the 3.10 defconfigs | ||
| 5 | MACHINE_KCONFIG_LINUX_VERSION = "3.10" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_zynq = "zynq" | 4 | COMPATIBLE_MACHINE_zynq = "zynq" |
| 8 | COMPATIBLE_MACHINE_microblaze = "microblaze" | 5 | COMPATIBLE_MACHINE_microblaze = "microblaze" |
