mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
linux-yocto/4.1: pinctrl backports
Integrating the following mainline commits: pinctrl: make pinctrl_register() return proper error code pinctrl: Remove .owner field pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397. pinctrl: add imx7d support pinctrl: sirf: add sirf atlas7 pinctrl and gpio support pinctrl: Add Pistachio SoC pin control driver pinctrl: lpc18xx: add the missing group function map pinctrl: lpc18xx: create pin cap lookup helper pinctrl: add lpc18xx pinctrl driver (From OE-Core rev: 58c43f62700610fbaf2989f55d87ba9212f4361f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
200fcba58e
commit
0b61f87cda
@@ -11,7 +11,7 @@ python () {
|
||||
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "dc71da8bddd86d34896d97291e0d84c29fe4806d"
|
||||
SRCREV_machine ?= "04614e9e02701c6a4254d7cc040d72d24bad3d8c"
|
||||
SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
|
||||
|
||||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.27"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
|
||||
SRCREV_machine ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
|
||||
SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
|
||||
KBRANCH_qemux86-64 ?= "standard/base"
|
||||
KBRANCH_qemumips64 ?= "standard/mti-malta64"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "f217a40e5b17deb87ed3859b29b1c355e3bb4abc"
|
||||
SRCREV_machine_qemuarm64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
|
||||
SRCREV_machine_qemumips ?= "7f1ea2fe2cf42f117c37cd174236e07eba576382"
|
||||
SRCREV_machine_qemuppc ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
|
||||
SRCREV_machine_qemux86 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
|
||||
SRCREV_machine_qemux86-64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
|
||||
SRCREV_machine_qemumips64 ?= "7d7a10a3c4465eca0e0879b3596da9b013ed3bb8"
|
||||
SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
|
||||
SRCREV_machine_qemuarm ?= "c29bbcccfcecbf840e60ddf8c16eb5f34d991eb1"
|
||||
SRCREV_machine_qemuarm64 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
|
||||
SRCREV_machine_qemumips ?= "aba568f531b31b2f802d1c08f4821177a0354da7"
|
||||
SRCREV_machine_qemuppc ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
|
||||
SRCREV_machine_qemux86 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
|
||||
SRCREV_machine_qemux86-64 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
|
||||
SRCREV_machine_qemumips64 ?= "a65235597cef00d9a77def57622ac2dc31bb850e"
|
||||
SRCREV_machine ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
|
||||
SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \
|
||||
|
||||
Reference in New Issue
Block a user