mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
emenlow: Remove SRCREVs from linux-yocto-dev, drop emgd for -dev
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>
This commit is contained in:
parent
cf103a8a57
commit
0c80a8a3b3
|
@ -1,21 +1,10 @@
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
|
||||||
COMPATIBLE_MACHINE_emenlow = "emenlow"
|
|
||||||
KMACHINE_emenlow = "emenlow"
|
|
||||||
KBRANCH_emenlow = "standard/emenlow"
|
|
||||||
KERNEL_FEATURES_append_emenlow = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
|
|
||||||
|
|
||||||
COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
|
COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
|
||||||
KMACHINE_emenlow-noemgd = "emenlow"
|
KMACHINE_emenlow-noemgd = "emenlow"
|
||||||
KBRANCH_emenlow-noemgd = "standard/emenlow"
|
KBRANCH_emenlow-noemgd = "standard/emenlow"
|
||||||
KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
|
KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
|
||||||
|
|
||||||
SRCREV_machine_emenlow = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
# NOTE: We do not set SRCREVs here as -dev is intended to be built with AUTOREV
|
||||||
SRCREV_meta_emenlow = "fe20c99783387dab779472ff50a88666da1c6391"
|
# and setting them here breaks the default mechanism to use AUTOREV if the
|
||||||
SRCREV_emgd_emenlow = "17aacd908ed6035213a6d206cfdb2c0c9fa9e0c1"
|
# default SRCREV is set and linux-yocto-dev is the preferred provider.
|
||||||
|
|
||||||
SRCREV_machine_emenlow-noemgd = "60536206ad300ccf5b2be2c2d449f4ab27170238"
|
|
||||||
SRCREV_meta_emenlow-noemgd = "fe20c99783387dab779472ff50a88666da1c6391"
|
|
||||||
|
|
||||||
SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-dev.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user