From 787d5d8c933577307d5c231f5ba3e9aa41db3aea Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sun, 11 Nov 2012 22:46:42 -0600 Subject: 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 --- meta-jasperforest/recipes-kernel/linux/linux-yocto_3.2.bbappend | 6 ++---- meta-jasperforest/recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'meta-jasperforest') 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" KMACHINE_jasperforest = "jasperforest" KBRANCH_jasperforest = "standard/default/common-pc-64/jasperforest" -SRCREV_machine_pn-linux-yocto_jasperforest ?= "3303a0ec2cde4766fd0ee9dd059e9b4dd7bd7e79" -SRCREV_meta_pn-linux-yocto_jasperforest ?= "486f7aec824b4127e91ef53228823e996b3696f0" - -LINUX_VERSION = "3.2.18" +SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}" +SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}" 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" KMACHINE_jasperforest = "jasperforest" KBRANCH_jasperforest = "standard/common-pc-64/jasperforest" -SRCREV_machine_pn-linux-yocto_jasperforest ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" -SRCREV_meta_pn-linux-yocto_jasperforest ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" - -LINUX_VERSION = "3.4.11" +SRCREV_machine_pn-linux-yocto_jasperforest ?= "${AUTOREV}" +SRCREV_meta_pn-linux-yocto_jasperforest ?= "${AUTOREV}" -- cgit v1.2.3-54-g00ecf