mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
Update n450 to use the 3.0.4 commit from the atom-pc branch. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
COMPATIBLE_MACHINE_n450 = "n450"
|
|
KMACHINE_n450 = "yocto/standard/common-pc/atom-pc"
|
|
|
|
# The n450 is a single core hypterthreaded CPU
|
|
KERNEL_FEATURES_append_n450 += " cfg/smp.scc"
|
|
|
|
SRCREV_machine_pn-linux-yocto_n450 = "1e18e44adbe79b846e382370eb29bc4b8cd5a1a0"
|
|
#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX
|