aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend')
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
deleted file mode 100644
index 11629d8..0000000
--- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.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"