summaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-kernel/linux
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-03-11 11:19:10 -0800
committerDarren Hart <dvhart@linux.intel.com>2011-03-11 11:20:19 -0800
commit4bbfc4f08b0e906ba4182f0ad2baad77a5938db9 (patch)
treee51c53d717db90e6c02ec99b4e50b23d6123bf39 /meta-n450/recipes-kernel/linux
parent232c1be664075eeceb2b123ef91d2dd71a1eb7a6 (diff)
downloadmeta-intel-4bbfc4f08b0e906ba4182f0ad2baad77a5938db9.tar.gz
n450: Default to atom-pc SRCREVs for linux-yocto-stable
AUTOREV should only be used for local development and that can be set using the meta-extras/meta-kernel-dev layer. Comment the subtle aspect of defaulting to the atom-pc SRCREVs due to the shared KMACHINE. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-n450/recipes-kernel/linux')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index 6a0cfd22..e7c2df85 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -2,6 +2,6 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
2KMACHINE_n450 = "atom-pc" 2KMACHINE_n450 = "atom-pc"
3COMPATIBLE_MACHINE_n450 = "n450" 3COMPATIBLE_MACHINE_n450 = "n450"
4 4
5SRCREV="${AUTOREV}" 5# We use the atom-pc machine SRCREV and the default meta SRCREV
6# Functionality flags 6#SRCREV_machine_pn-linux-yocto-stable_n450 = ""
7#KERNEL_REVISION_CHECKING ?= "t" 7#SRCREV_meta_pn-linux-yocto-stable_n450 ?= ""