mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Fixes [YOCTO 1353] The meta-yocto atom-pc is a more generic BSP than is needed for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf. Add a linux-yocto_3.0.bbappend recipe. In the process: o remove MACHINE_FEATURES wifi and add serial o specify linux-yocto version 3.0 o specify linux-libc-headers-yocto 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 = "c54453332efbd86c2ea3caa64e908b39cfac1e76"
|
|
#SRCREV_meta_pn-linux-yocto_n450 ?= XXXX
|