From 4bbfc4f08b0e906ba4182f0ad2baad77a5938db9 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 11 Mar 2011 11:19:10 -0800 Subject: 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 CC: Tom Zanussi --- meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-n450/recipes-kernel/linux') 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}" KMACHINE_n450 = "atom-pc" COMPATIBLE_MACHINE_n450 = "n450" -SRCREV="${AUTOREV}" -# Functionality flags -#KERNEL_REVISION_CHECKING ?= "t" +# We use the atom-pc machine SRCREV and the default meta SRCREV +#SRCREV_machine_pn-linux-yocto-stable_n450 = "" +#SRCREV_meta_pn-linux-yocto-stable_n450 ?= "" -- cgit v1.2.3-54-g00ecf