mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
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>
11 lines
384 B
Plaintext
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 ?= ""
|