summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-13 12:57:00 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:55:19 -0800
commit9e9bcc10bc2d89e8cc302ba4d31e5e16bdceffd2 (patch)
treedc5bdc1fb3dd5a27c5fc28ebb13a00748224ce7a /common/recipes-kernel/linux
parentd8c1d14f9e0a87a0b4357b8764a0df40cc22f789 (diff)
downloadmeta-intel-9e9bcc10bc2d89e8cc302ba4d31e5e16bdceffd2.tar.gz
Add linux-yocto-dev bbappend
Add a linux-yocto-dev bbappend to the common area for use by the two upcoming new core2-32 and corei7-64 common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-dev.bbappend20
1 files changed, 20 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
new file mode 100644
index 00000000..abe4e693
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -0,0 +1,20 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3#LINUX_VERSION = "3.10.19"
4
5SRCREV_meta = "0580cffb6f760a22c056f8ada43a60c444a4ca3e"
6SRCREV_machine = "7446bf268c69a88faef816be7a1efc35b1f96b9b"
7
8COMPATIBLE_MACHINE_intel-core2-32 = "intel-core2-32"
9KMACHINE_intel-core2-32 = "common-pc"
10KBRANCH_intel-core2-32 = "standard/base"
11KERNEL_FEATURES_append_intel-core2-32 = " cfg/vesafb"
12#SRCREV_meta_intel-core2-32 = "d9cd83c0292bd4e2a6754a96761027252e726a42"
13#SRCREV_machine_intel-core2-32 = "a9ec82e355130160f9094e670bd5be0022a84194"
14
15COMPATIBLE_MACHINE_intel-corei7-64 = "intel-corei7-64"
16KMACHINE_intel-corei7-64 = "common-pc-64"
17KBRANCH_intel-corei7-64 = "standard/base"
18KERNEL_FEATURES_append_intel-corei7-64 = " cfg/vesafb"
19#SRCREV_meta_intel-corei7-64 = "d9cd83c0292bd4e2a6754a96761027252e726a42"
20#SRCREV_machine_intel-corei7-64 = "a9ec82e355130160f9094e670bd5be0022a84194"