mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
Revert "linux-yocto-dev: Handle performance regression"
This recipe no longer functions after this change, revert it.
This reverts commit 3e0137113e.
(From OE-Core rev: 5e8cf6e568ab90365894478a272b5c28dc941031)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,9 +20,6 @@ include recipes-kernel/linux/linux-yocto-dev-revisions.inc
|
|||||||
python () {
|
python () {
|
||||||
if d.getVar("PREFERRED_PROVIDER_virtual/kernel", True) != "linux-yocto-dev":
|
if d.getVar("PREFERRED_PROVIDER_virtual/kernel", True) != "linux-yocto-dev":
|
||||||
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-dev to enable it")
|
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-dev to enable it")
|
||||||
else:
|
|
||||||
d.setVar("SRCREV_machine", "${AUTOREV}")
|
|
||||||
d.setVar("SRCREV_meta", "${AUTOREV}")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
KBRANCH = "standard/base"
|
KBRANCH = "standard/base"
|
||||||
@@ -36,8 +33,8 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name
|
|||||||
# linux-yocto-dev is the preferred provider, they will be overridden to
|
# linux-yocto-dev is the preferred provider, they will be overridden to
|
||||||
# AUTOREV in following anonymous python routine and resolved when the
|
# AUTOREV in following anonymous python routine and resolved when the
|
||||||
# variables are finalized.
|
# variables are finalized.
|
||||||
SRCREV_machine ?= "29594404d7fe73cd80eaa4ee8c43dcc53970c60e"
|
SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
|
||||||
SRCREV_meta ?= "29594404d7fe73cd80eaa4ee8c43dcc53970c60e"
|
SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}'
|
||||||
|
|
||||||
LINUX_VERSION ?= "4.6-rc+"
|
LINUX_VERSION ?= "4.6-rc+"
|
||||||
LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
|
LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user