mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
The default AUTOREV mechanism is thwarted by SRCREV overrides in bbappends. -dev is intended to be built using AUTOREV unless overriden by the user in local.conf or similar. Use the defaults in the bbappends. Drop emgd from the emenlow bbappend, but keep emenlow-noemgd as it uses gma500 which causes issues with the other BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
11 lines
482 B
Plaintext
11 lines
482 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
|
|
KMACHINE_emenlow-noemgd = "emenlow"
|
|
KBRANCH_emenlow-noemgd = "standard/emenlow"
|
|
KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
|
|
|
|
# NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV
|
|
# and setting them here breaks the default mechanism to use AUTOREV if the
|
|
# default SRCREV is set and linux-yocto-dev is the preferred provider.
|