* [meta-yocto][dunfell 0/2] Patch review
@ 2021-05-17 14:23 Steve Sakoman
2021-05-17 14:23 ` [meta-yocto][dunfell 1/2] poky.conf: Add fedora33 as a supported distro Steve Sakoman
2021-05-17 14:23 ` [meta-yocto][dunfell 2/2] poky.conf: Bump version for 3.1.8 release Steve Sakoman
0 siblings, 2 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-05-17 14:23 UTC (permalink / raw)
To: poky
Please review this set of patches for dunfell and have comments back by end
of day Wednesday.
The following changes since commit d8bdb69e6bd7b52cf047cd6be406bf632a600a58:
poky-tiny.conf: set PREFERRED_VERSION_linux-yocto-tiny to 5.4% (2021-05-15 10:27:47 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/meta-yocto contrib/dunfell-next
http://git.yoctoproject.org/cgit.cgi/meta-yocto/log/?h=contrib/dunfell-next
Steve Sakoman (2):
poky.conf: Add fedora33 as a supported distro
poky.conf: Bump version for 3.1.8 release
meta-poky/conf/distro/poky.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-yocto][dunfell 1/2] poky.conf: Add fedora33 as a supported distro
2021-05-17 14:23 [meta-yocto][dunfell 0/2] Patch review Steve Sakoman
@ 2021-05-17 14:23 ` Steve Sakoman
2021-05-17 14:23 ` [meta-yocto][dunfell 2/2] poky.conf: Bump version for 3.1.8 release Steve Sakoman
1 sibling, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-05-17 14:23 UTC (permalink / raw)
To: poky
Signed-off-by: Steve Sakoman <steve@sakoman.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 d4faecb..a1df0fa 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -60,6 +60,7 @@ SANITY_TESTED_DISTROS ?= " \
fedora-30 \n \
fedora-31 \n \
fedora-32 \n \
+ fedora-33 \n \
centos-7 \n \
centos-8 \n \
debian-8 \n \
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-yocto][dunfell 2/2] poky.conf: Bump version for 3.1.8 release
2021-05-17 14:23 [meta-yocto][dunfell 0/2] Patch review Steve Sakoman
2021-05-17 14:23 ` [meta-yocto][dunfell 1/2] poky.conf: Add fedora33 as a supported distro Steve Sakoman
@ 2021-05-17 14:23 ` Steve Sakoman
1 sibling, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-05-17 14:23 UTC (permalink / raw)
To: poky
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta-poky/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index a1df0fa..a6df552 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -1,6 +1,6 @@
DISTRO = "poky"
DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
-DISTRO_VERSION = "3.1.7"
+DISTRO_VERSION = "3.1.8"
DISTRO_CODENAME = "dunfell"
SDK_VENDOR = "-pokysdk"
SDK_VERSION = "${@d.getVar('DISTRO_VERSION').replace('snapshot-${DATE}', 'snapshot')}"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-yocto][dunfell 0/2] Patch review
@ 2021-06-15 17:00 Steve Sakoman
0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-06-15 17:00 UTC (permalink / raw)
To: poky
Please review this set of changes for the upcoming 3.1.9 release and have
comments back by end of day Thursday.
The following changes since commit 134c1e9902148f907d4f9e78435fa3a827c6df03:
poky.conf: Bump version for 3.1.8 release (2021-05-17 04:19:26 -1000)
are available in the Git repository at:
git://git.yoctoproject.org/meta-yocto contrib/dunfell-next
http://git.yoctoproject.org/cgit.cgi/meta-yocto/log/?h=contrib/dunfell-next
Steve Sakoman (2):
poky.conf: Add openSUSE Leap 15.2 as a supported distro
poky.conf: Bump version for 3.1.9 release
meta-poky/conf/distro/poky.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-yocto][dunfell 0/2] Patch review
@ 2021-10-20 15:45 Steve Sakoman
0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-10-20 15:45 UTC (permalink / raw)
To: poky
Please review this set of patches for dunfell and have comments back by end of
day Friday.
Passed Fedora 34 testing on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/1629
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/261
Passed Debian 11 testing on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/1630
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/262
The following changes since commit 7eac76587428202db781f269439ad9d719017289:
poky: Use SDKPATHINSTALL instead of SDKPATH (2021-09-15 18:34:01 +0100)
are available in the Git repository at:
git://git.yoctoproject.org/meta-yocto contrib/dunfell-next
http://git.yoctoproject.org/cgit.cgi/meta-yocto/log/?h=contrib/dunfell-next
Steve Sakoman (2):
poky.conf: Add fedora 34 as a supported distro
poky.conf: Add debian 11 as a supported distro
meta-poky/conf/distro/poky.conf | 2 ++
1 file changed, 2 insertions(+)
--
2.25.1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-10-20 15:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-17 14:23 [meta-yocto][dunfell 0/2] Patch review Steve Sakoman
2021-05-17 14:23 ` [meta-yocto][dunfell 1/2] poky.conf: Add fedora33 as a supported distro Steve Sakoman
2021-05-17 14:23 ` [meta-yocto][dunfell 2/2] poky.conf: Bump version for 3.1.8 release Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2021-06-15 17:00 [meta-yocto][dunfell 0/2] Patch review Steve Sakoman
2021-10-20 15:45 Steve Sakoman
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.