meta-intel/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
Bruce Ashfield d207c9531e meta-intel/linux-yocto: update to match the renamed linux-yocto recipes
The linux-yocto recipes have been renamed to include explicit
version numbers. The meta-intel bbappends must be updated to
follow the new naming convention.

As a consequence of the recipe renames any SRCREV specificiations
that were part of a machine.conf have been moved to the corresponding
bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>

Minor whitespace cleanup.
Remove inadvertant? linux-libc-headers provider change.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-06-14 20:05:57 -07:00

11 lines
384 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
KMACHINE_n450 = "yocto/standard/common-pc/atom-pc"
COMPATIBLE_MACHINE_n450 = "n450"
# The n450 is a single core hypterthreaded CPU
KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
# 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 ?= ""