diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-11-18 17:28:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 12:26:45 +0000 |
commit | 855d0d1ea88ac115442ebe75582a6d31c1c49283 (patch) | |
tree | 47b30b1bc5a0e203dcea9bbffdc43eb95e74d18b /meta | |
parent | 0078f8800a6a774cce7d9949d64731d3e1df0924 (diff) | |
download | poky-855d0d1ea88ac115442ebe75582a6d31c1c49283.tar.gz |
linux-yocto/5.19: cfg: intel and vesa updates
Integrating the following commit(s) to linux-yocto/.:
399055aee2f vesafb.cfg: rename FB_BOOT_VESA_SUPPORT -> BOOT_VESA_SUPPORT
fe0fe0945fb media-radio.cfg: switch RADIO_ADAPTERS from y to m
9724cfa270c bsp/common-pc-64 : add igc driver
39431755e59 bsp/intel-common: add igc driver for meta-intel bsp machines
(From OE-Core rev: 47b3c8b07322c69b6070fee4803d3beee66f9a67)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.19.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb index f55be51b64..f78ade3e10 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.19.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "59a2ffca6673305b3b9e3186294feb5437698d18" | 14 | SRCREV_machine ?= "59a2ffca6673305b3b9e3186294feb5437698d18" |
15 | SRCREV_meta ?= "200c6fddf19c4a54c86dbfbe3d0f64597f5bc0c2" | 15 | SRCREV_meta ?= "399055aee2fe59fbde5f7f9aadcc953bf49222f4" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.19;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb index 41e37dbab1..f34ec707ae 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.19.bb | |||
@@ -15,7 +15,7 @@ KMETA = "kernel-meta" | |||
15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
16 | 16 | ||
17 | SRCREV_machine ?= "82689c62701573edb28ef1df2bd83adafd3ca701" | 17 | SRCREV_machine ?= "82689c62701573edb28ef1df2bd83adafd3ca701" |
18 | SRCREV_meta ?= "200c6fddf19c4a54c86dbfbe3d0f64597f5bc0c2" | 18 | SRCREV_meta ?= "399055aee2fe59fbde5f7f9aadcc953bf49222f4" |
19 | 19 | ||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${LINUX_VERSION}+git${SRCPV}" |
21 | 21 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb index 76d9d4b4ad..0447d500d2 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb | |||
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "82689c62701573edb28ef1df2bd83adafd3ca701" | |||
23 | SRCREV_machine:qemux86-64 ?= "82689c62701573edb28ef1df2bd83adafd3ca701" | 23 | SRCREV_machine:qemux86-64 ?= "82689c62701573edb28ef1df2bd83adafd3ca701" |
24 | SRCREV_machine:qemumips64 ?= "4e9603752156d3a0b9fe53309f4bc78d3f4f7df5" | 24 | SRCREV_machine:qemumips64 ?= "4e9603752156d3a0b9fe53309f4bc78d3f4f7df5" |
25 | SRCREV_machine ?= "82689c62701573edb28ef1df2bd83adafd3ca701" | 25 | SRCREV_machine ?= "82689c62701573edb28ef1df2bd83adafd3ca701" |
26 | SRCREV_meta ?= "200c6fddf19c4a54c86dbfbe3d0f64597f5bc0c2" | 26 | SRCREV_meta ?= "399055aee2fe59fbde5f7f9aadcc953bf49222f4" |
27 | 27 | ||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
29 | # get the <version>/base branch, which is pure upstream -stable, and the same | 29 | # get the <version>/base branch, which is pure upstream -stable, and the same |