summaryrefslogtreecommitdiffstats
path: root/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-11-11 22:46:42 -0600
committerTom Zanussi <tom.zanussi@intel.com>2012-11-13 09:24:46 -0600
commit787d5d8c933577307d5c231f5ba3e9aa41db3aea (patch)
treeba888d181e1eec4c3aed5d071b5b5bb6bf036bad /meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
parent52a9a5aec7cc61d115e72015fd2451facec739cb (diff)
downloadmeta-intel-787d5d8c933577307d5c231f5ba3e9aa41db3aea.tar.gz
meta-intel: remove explicit kernel SRCREVs
To ease development on unreleased BSPs, let the kernel SRCREV float. This avoids constantly having to update the SRCREVs manually, and assures we won't get into a situation where LINUX_VERSION doesn't match the version set by the kernel recipe. We'll lock down the kernel SRCREVs and set the matching LINUX_VERSION when we do releases, but in the meantime, we can use AUTOREV. Note that individual BSPs are always free to override this maintain their own SRCREVs if they want to. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend')
-rw-r--r--meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
index c54505ef..e0e3e0d9 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_romley = "romley"
5KMACHINE_romley = "romley" 5KMACHINE_romley = "romley"
6KBRANCH_romley = "standard/default/common-pc-64/romley" 6KBRANCH_romley = "standard/default/common-pc-64/romley"
7 7
8SRCREV_machine_pn-linux-yocto_romley ?= "34e3cd8b7a1d18594a63b7b299fce46e32a6c80c" 8SRCREV_machine_pn-linux-yocto_romley ?= "${AUTOREV}"
9SRCREV_meta_pn-linux-yocto_romley ?= "486f7aec824b4127e91ef53228823e996b3696f0" 9SRCREV_meta_pn-linux-yocto_romley ?= "${AUTOREV}"
10
11LINUX_VERSION = "3.2.18"