diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-04-04 22:25:38 (GMT) |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-04-05 23:35:11 (GMT) |
commit | b669b9363197a6af2014c5d54b2c651894e62a5e (patch) | |
tree | 5e4d64482f8160190185c5f8e05f63136bacf29e /meta-romley/recipes-kernel/linux | |
parent | f89405e115d73426c8a6450b6e795b5885d6bdf3 (diff) | |
download | meta-intel-b669b9363197a6af2014c5d54b2c651894e62a5e.tar.gz |
Romley: Add new bbappend file for 3.2 kernel
Switching Romley to 3.2 kernel.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-romley/recipes-kernel/linux')
-rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 8 | ||||
-rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 0000000..7a61749 --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_romley = "romley" | ||
3 | KMACHINE_romley = "romley" | ||
4 | |||
5 | # Update the following to use a different BSP branch or meta SRCREV | ||
6 | #KBRANCH_romley = "standard/preempt-rt/base" | ||
7 | #SRCREV_machine_pn-linux-yocto-rt_romley ?= XXXX | ||
8 | #SRCREV_meta_pn-linux-yocto-rt_romley ?= XXXX | ||
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 0000000..803e772 --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_romley = "romley" | ||
4 | |||
5 | KMACHINE_romley = "romley" | ||
6 | KBRANCH_romley = "standard/default/common-pc-64/romley" | ||
7 | |||
8 | SRCREV_machine_pn-linux-yocto_romley ?= "5c7f1c53b5b367858ae6a86c1d4de36d8c71bedb" | ||
9 | SRCREV_meta_pn-linux-yocto_romley ?= "59f350ec3794e19fa806c1b73749d851f8ebf364" | ||