* [hardknott][meta-yocto][PATCH 0/3] Pull request
@ 2022-01-05 15:18 Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 1/3] poky.conf: add fedora 34 to supported distros Anuj Mittal
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Anuj Mittal @ 2022-01-05 15:18 UTC (permalink / raw)
To: poky
Please merge these changes.
Thanks,
Anuj
Anuj Mittal (1):
poky.conf: add fedora 34 to supported distros
Teoh Jay Shen (2):
linux-yocto/5.4: update genericx86* machines to v5.4.158
linux-yocto/5.10: update genericx86* machines to v5.10.82
meta-poky/conf/distro/poky.conf | 1 +
.../recipes-kernel/linux/linux-yocto_5.10.bbappend | 8 ++++----
.../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
--
2.33.1
^ permalink raw reply [flat|nested] 4+ messages in thread* [hardknott][meta-yocto][PATCH 1/3] poky.conf: add fedora 34 to supported distros
2022-01-05 15:18 [hardknott][meta-yocto][PATCH 0/3] Pull request Anuj Mittal
@ 2022-01-05 15:18 ` Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 2/3] linux-yocto/5.4: update genericx86* machines to v5.4.158 Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 3/3] linux-yocto/5.10: update genericx86* machines to v5.10.82 Anuj Mittal
2 siblings, 0 replies; 4+ messages in thread
From: Anuj Mittal @ 2022-01-05 15:18 UTC (permalink / raw)
To: poky
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
meta-poky/conf/distro/poky.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 966e66d149d..1b4389fc48d 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -49,6 +49,7 @@ SANITY_TESTED_DISTROS ?= " \
fedora-31 \n \
fedora-32 \n \
fedora-33 \n \
+ fedora-34 \n \
centos-7 \n \
centos-8 \n \
debian-8 \n \
--
2.33.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [hardknott][meta-yocto][PATCH 2/3] linux-yocto/5.4: update genericx86* machines to v5.4.158
2022-01-05 15:18 [hardknott][meta-yocto][PATCH 0/3] Pull request Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 1/3] poky.conf: add fedora 34 to supported distros Anuj Mittal
@ 2022-01-05 15:18 ` Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 3/3] linux-yocto/5.10: update genericx86* machines to v5.10.82 Anuj Mittal
2 siblings, 0 replies; 4+ messages in thread
From: Anuj Mittal @ 2022-01-05 15:18 UTC (permalink / raw)
To: poky
From: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
.../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
index 35147d2da82..cd059c06c42 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.4.bbappend
@@ -7,8 +7,8 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "31db2b47ac7d8508080fbb7344399b501216de66"
-SRCREV_machine_genericx86-64 ?= "31db2b47ac7d8508080fbb7344399b501216de66"
+SRCREV_machine_genericx86 ?= "76404f1ae59698b6a446dba29c885ca78c69c330"
+SRCREV_machine_genericx86-64 ?= "76404f1ae59698b6a446dba29c885ca78c69c330"
SRCREV_machine_edgerouter ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
SRCREV_machine_beaglebone-yocto ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-LINUX_VERSION_genericx86 = "5.4.94"
-LINUX_VERSION_genericx86-64 = "5.4.94"
+LINUX_VERSION_genericx86 = "5.4.158"
+LINUX_VERSION_genericx86-64 = "5.4.158"
LINUX_VERSION_edgerouter = "5.4.58"
LINUX_VERSION_beaglebone-yocto = "5.4.58"
--
2.33.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [hardknott][meta-yocto][PATCH 3/3] linux-yocto/5.10: update genericx86* machines to v5.10.82
2022-01-05 15:18 [hardknott][meta-yocto][PATCH 0/3] Pull request Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 1/3] poky.conf: add fedora 34 to supported distros Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 2/3] linux-yocto/5.4: update genericx86* machines to v5.4.158 Anuj Mittal
@ 2022-01-05 15:18 ` Anuj Mittal
2 siblings, 0 replies; 4+ messages in thread
From: Anuj Mittal @ 2022-01-05 15:18 UTC (permalink / raw)
To: poky
From: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
.../recipes-kernel/linux/linux-yocto_5.10.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
index 347a411341e..21f99ea452e 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.10.bbappend
@@ -7,8 +7,8 @@ KMACHINE_genericx86 ?= "common-pc"
KMACHINE_genericx86-64 ?= "common-pc-64"
KMACHINE_beaglebone-yocto ?= "beaglebone"
-SRCREV_machine_genericx86 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4"
-SRCREV_machine_genericx86-64 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4"
+SRCREV_machine_genericx86 ?= "1bb9d730ac6630d3f41c2ef529fab09f12bcf07d"
+SRCREV_machine_genericx86-64 ?= "1bb9d730ac6630d3f41c2ef529fab09f12bcf07d"
SRCREV_machine_edgerouter ?= "4ab94e777d8b41ee1ee4c279259e9733bc8049b1"
SRCREV_machine_beaglebone-yocto ?= "941cc9c3849f96f7eaf109b1e35e05ba366aca56"
@@ -17,7 +17,7 @@ COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
-LINUX_VERSION_genericx86 = "5.10.63"
-LINUX_VERSION_genericx86-64 = "5.10.63"
+LINUX_VERSION_genericx86 = "5.10.82"
+LINUX_VERSION_genericx86-64 = "5.10.82"
LINUX_VERSION_edgerouter = "5.10.63"
LINUX_VERSION_beaglebone-yocto = "5.10.63"
--
2.33.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-01-05 15:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-05 15:18 [hardknott][meta-yocto][PATCH 0/3] Pull request Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 1/3] poky.conf: add fedora 34 to supported distros Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 2/3] linux-yocto/5.4: update genericx86* machines to v5.4.158 Anuj Mittal
2022-01-05 15:18 ` [hardknott][meta-yocto][PATCH 3/3] linux-yocto/5.10: update genericx86* machines to v5.10.82 Anuj Mittal
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.