mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
sys940x: Add linux-yocto_3.4 bbappend
This was ommitted during the danny dev cycle. I have added it and tested on the sys945x. It uses a known set of SRCREVs (same as fri2). Low risk, contained, and tested. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
d38b102cb9
commit
f21e7a1267
15
meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
Normal file
15
meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_sys940x = "sys940x"
|
||||
KMACHINE_sys940x = "sys940x"
|
||||
KBRANCH_sys940x = "standard/sys940x"
|
||||
SRCREV_machine_pn-linux-yocto_sys940x ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
|
||||
SRCREV_meta_pn-linux-yocto_sys940x ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
|
||||
|
||||
COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
|
||||
KMACHINE_sys940x-noemgd = "sys940x"
|
||||
KBRANCH_sys940x-noemgd = "standard/sys940x"
|
||||
SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
|
||||
SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
|
||||
|
||||
LINUX_VERSION = "3.4.11"
|
||||
Loading…
Reference in New Issue
Block a user