summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
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-jasperforest
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-jasperforest')
-rw-r--r--meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend6
-rw-r--r--meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend6
2 files changed, 4 insertions, 8 deletions
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
index 537a90cb..a2328957 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
5KMACHINE_jasperforest = "jasperforest" 5KMACHINE_jasperforest = "jasperforest"
6KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest" 6KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest"
7 7
8SRCREV_machine_pn-linux-yocto_jasperforest ?= "3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79" 8SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
9SRCREV_meta_pn-linux-yocto_jasperforest ?= "486f7aec824b4127e91ef53228823e996b3696f0" 9SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
10
11LINUX_VERSION = "3.2.18"
diff --git a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 255f12a5..cee9bc09 100644
--- a/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,7 +5,5 @@ COMPATIBLE_MACHINE_jasperforest = "jasperforest"
5KMACHINE_jasperforest = "jasperforest" 5KMACHINE_jasperforest = "jasperforest"
6KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" 6KBRANCH_jasperforest = "standard/common-pc-64/jasperforest"
7 7
8SRCREV_machine_pn-linux-yocto_jasperforest ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" 8SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
9SRCREV_meta_pn-linux-yocto_jasperforest ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" 9SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}"
10
11LINUX_VERSION = "3.4.11"