diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-10-03 01:54:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-03 15:49:13 +0100 |
commit | 2c19e6378697141992c9bd7ff2bd4d57a4f9fe9b (patch) | |
tree | dc98e6a292dedaf4cc31c5e0e42805005fd771a9 /meta/recipes-kernel/linux/linux-yocto_4.1.bb | |
parent | 12451a412fb7b5706c1553618ee7b704234876cc (diff) | |
download | openembedded-core-2c19e6378697141992c9bd7ff2bd4d57a4f9fe9b.tar.gz openembedded-core-2c19e6378697141992c9bd7ff2bd4d57a4f9fe9b.tar.bz2 openembedded-core-2c19e6378697141992c9bd7ff2bd4d57a4f9fe9b.zip |
linux-yocto/4.1/4.4: remove innappropriate standard/base patches
Before standard/intel/* was created in the 4.1 and 4.4 kernel trees,
some patches were merged to standard/base to add features/support for
intel platforms.
While this isn't entirely bad, there have been some compile issues
reported in some configurations. Since we don't need these commits
on standard/base, we can relocate them to make standard/base upstream
clean.
This commit removes those patches from standard/base, and restores
then to the standard/intel/* branches.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index b2ebe8b26b..413234b6d5 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "a8169bc7216752813a0a8be7d77ec8fcf0d8850e" -SRCREV_machine_qemuarm64 ?= "0c7be943fb59eb9a8d1e57e1fb1aa20aed5fa9cb" -SRCREV_machine_qemumips ?= "d12861e340503a14614b655e77d8dcabadb18f8e" -SRCREV_machine_qemuppc ?= "0e7c356e7c972e0f6f596d7d5f2621a3f68df8e4" -SRCREV_machine_qemux86 ?= "0c7be943fb59eb9a8d1e57e1fb1aa20aed5fa9cb" -SRCREV_machine_qemux86-64 ?= "0c7be943fb59eb9a8d1e57e1fb1aa20aed5fa9cb" -SRCREV_machine_qemumips64 ?= "c14be1d25b733ff6ff47e8f255e8196cf9b3e8c9" -SRCREV_machine ?= "0c7be943fb59eb9a8d1e57e1fb1aa20aed5fa9cb" +SRCREV_machine_qemuarm ?= "89241b98386f752ab073d3ab5518cb69bacbd97e" +SRCREV_machine_qemuarm64 ?= "a38cb202738a2b055ac216b3699cc9377edea45a" +SRCREV_machine_qemumips ?= "e00505a0c07a352d1dd57adb8da1768863022979" +SRCREV_machine_qemuppc ?= "d5ef1ced9d019d20d986e205bddc317961407188" +SRCREV_machine_qemux86 ?= "a38cb202738a2b055ac216b3699cc9377edea45a" +SRCREV_machine_qemux86-64 ?= "a38cb202738a2b055ac216b3699cc9377edea45a" +SRCREV_machine_qemumips64 ?= "ac476ecd7a56288e3e8ed1ef3872554de661e823" +SRCREV_machine ?= "a38cb202738a2b055ac216b3699cc9377edea45a" SRCREV_meta ?= "322fa5b2796bfcff7bfbbde1d76c73636ecf5857" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |