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 /recipes-kernel | |
| 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>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 5 |
1 files changed, 2 insertions, 3 deletions
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): |
