diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2014-11-12 15:10:26 +0100 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2014-11-17 14:29:00 +0100 |
commit | 9d154a19e19b0cdd3b07cdab64a076a8849e3740 (patch) | |
tree | b277382e2361f41297a5cac44d682b616f69a2af /meta-ivi-bsp | |
parent | 862aa41ee8a2807f03c4c75420e706141c1a8370 (diff) | |
download | meta-ivi-9d154a19e19b0cdd3b07cdab64a076a8849e3740.tar.gz meta-ivi-9d154a19e19b0cdd3b07cdab64a076a8849e3740.tar.bz2 meta-ivi-9d154a19e19b0cdd3b07cdab64a076a8849e3740.zip |
linux-yocto: Use v3.14 for vexpressa9 and minor recipe cleanups
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'meta-ivi-bsp')
-rw-r--r-- | meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend | 23 | ||||
-rw-r--r-- | meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend | 13 |
2 files changed, 13 insertions, 23 deletions
diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend deleted file mode 100644 index 11629d8..0000000 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ /dev/null @@ -1,23 +0,0 @@ -# find defconfig path -FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" - -# Kernel configs -SRC_URI_append_beagleboard = " \ - file://beagle_qemu.cfg \ - " - -SRC_URI_append_vexpressa9 = " \ - file://vexpress_a9.cfg \ - " - -SRC_URI_append_qemux86 = " \ - file://qemux86.cfg \ - " - -SRC_URI_append_qemux86-64 = " \ - file://qemux86_64.cfg \ - " - -KMACHINE_vexpressa9 = "beagleboard" -SRCREV_machine_vexpressa9 ?= "${AUTOREV}" -COMPATIBLE_MACHINE_vexpressa9 = "vexpressa9" diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 0000000..5fc758d --- /dev/null +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,13 @@ +# Find defconfig path +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +# Kernel configs +SRC_URI_append_beagleboard = " file://beagle_qemu.cfg" +SRC_URI_append_vexpressa9 = " file://vexpress_a9.cfg" +SRC_URI_append_qemux86 = " file://qemux86.cfg" +SRC_URI_append_qemux86-64 = " file://qemux86_64.cfg" + +# vexpress-a9 support +KMACHINE_vexpressa9 = "beagleboard" +SRCREV_machine_vexpressa9 ?= "${AUTOREV}" +COMPATIBLE_MACHINE_vexpressa9 = "vexpressa9" |