diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:15:21 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-03-12 18:15:21 +1000 |
commit | 4dd0bdb82c362b91a9c1edd8814d64d387b3327d (patch) | |
tree | 8d4f38fb533148072da77206f726a41873bca6c2 | |
parent | 565a7c6e79330bb7fe2cba3d92cd5df92883e075 (diff) | |
download | meta-xilinx-4dd0bdb82c362b91a9c1edd8814d64d387b3327d.tar.gz |
boards/common: Re-organize defconfig paths
* Move to linux/<arch> sub directories
* Update machine and kernel paths
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg (renamed from conf/machine/boards/common/microblaze_defconfig_3.10.cfg) | 0 | ||||
-rw-r--r-- | conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg (renamed from conf/machine/boards/common/microblaze_defconfig_3.8.cfg) | 0 | ||||
-rw-r--r-- | conf/machine/boards/common/linux/rtc.cfg (renamed from conf/machine/boards/common/rtc.cfg) | 0 | ||||
-rw-r--r-- | conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg (renamed from conf/machine/boards/common/zynq_defconfig_3.10.cfg) | 0 | ||||
-rw-r--r-- | conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg (renamed from conf/machine/boards/common/zynq_defconfig_3.8.cfg) | 0 | ||||
-rw-r--r-- | conf/machine/zc702-zynq7.conf | 2 | ||||
-rw-r--r-- | conf/machine/zc706-zynq7.conf | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 5 |
8 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/boards/common/microblaze_defconfig_3.10.cfg b/conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg index f269d9fd..f269d9fd 100644 --- a/conf/machine/boards/common/microblaze_defconfig_3.10.cfg +++ b/conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg | |||
diff --git a/conf/machine/boards/common/microblaze_defconfig_3.8.cfg b/conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg index 63d400f0..63d400f0 100644 --- a/conf/machine/boards/common/microblaze_defconfig_3.8.cfg +++ b/conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg | |||
diff --git a/conf/machine/boards/common/rtc.cfg b/conf/machine/boards/common/linux/rtc.cfg index ac838f1d..ac838f1d 100644 --- a/conf/machine/boards/common/rtc.cfg +++ b/conf/machine/boards/common/linux/rtc.cfg | |||
diff --git a/conf/machine/boards/common/zynq_defconfig_3.10.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg index 8481b308..8481b308 100644 --- a/conf/machine/boards/common/zynq_defconfig_3.10.cfg +++ b/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg | |||
diff --git a/conf/machine/boards/common/zynq_defconfig_3.8.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg index 997532dc..997532dc 100644 --- a/conf/machine/boards/common/zynq_defconfig_3.8.cfg +++ b/conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg | |||
diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf index 10984e7c..5500e1f8 100644 --- a/conf/machine/zc702-zynq7.conf +++ b/conf/machine/zc702-zynq7.conf | |||
@@ -22,4 +22,4 @@ MACHINE_DEVICETREE := " \ | |||
22 | zc702/zc702-zynq7.dts \ | 22 | zc702/zc702-zynq7.dts \ |
23 | " | 23 | " |
24 | 24 | ||
25 | MACHINE_KCONFIG := "common/rtc.cfg" | 25 | MACHINE_KCONFIG := "common/linux/rtc.cfg" |
diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index eabc319a..f2a50bb3 100644 --- a/conf/machine/zc706-zynq7.conf +++ b/conf/machine/zc706-zynq7.conf | |||
@@ -21,3 +21,5 @@ MACHINE_DEVICETREE := " \ | |||
21 | zc706/zc706-zynq7-board.dtsi \ | 21 | zc706/zc706-zynq7-board.dtsi \ |
22 | zc706/zc706-zynq7.dts \ | 22 | zc706/zc706-zynq7.dts \ |
23 | " | 23 | " |
24 | |||
25 | MACHINE_KCONFIG := "common/linux/rtc.cfg" | ||
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 91afd952..f1a7f829 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
@@ -11,7 +11,6 @@ PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" | |||
11 | # Sources | 11 | # Sources |
12 | KBRANCH ?= "master" | 12 | KBRANCH ?= "master" |
13 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;branch=${KBRANCH}" | 13 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;branch=${KBRANCH}" |
14 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" | 14 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
16 | 15 | ||
17 | # Source Directory | 16 | # Source Directory |
@@ -26,8 +25,8 @@ COMPATIBLE_MACHINE = "qemumicroblaze|qemuzynq|microblaze|zynq" | |||
26 | 25 | ||
27 | # Common kernel configuration parts | 26 | # Common kernel configuration parts |
28 | # Arch specific kernel configuration parts | 27 | # Arch specific kernel configuration parts |
29 | MACHINE_KCONFIG_append_zynq += "common/zynq_defconfig_${LINUX_VERSION}.cfg" | 28 | MACHINE_KCONFIG_append_zynq += "common/linux/zynq/defconfig_${LINUX_VERSION}.cfg" |
30 | MACHINE_KCONFIG_append_microblaze += "common/microblaze_defconfig_${LINUX_VERSION}.cfg" | 29 | MACHINE_KCONFIG_append_microblaze += "common/linux/microblaze/defconfig_${LINUX_VERSION}.cfg" |
31 | 30 | ||
32 | # returns all the elements from the src uri that are .cfg files | 31 | # returns all the elements from the src uri that are .cfg files |
33 | def find_config_fragments(d): | 32 | def find_config_fragments(d): |