Message ID | 20221124012446.483364-1-javier.tia@linaro.org |
---|---|
State | New |
Headers | show |
Series | Add missing iproute and iputils packages for Fedora 36 | expand |
Hi Javier, On 11/24/22 02:24, Javier Tia wrote: > So far from crops/yocto:fedora-36-base I have been building in Fedora 36 > without issue. Just found iproute and iputils are missing. > > Signed-off-by: Javier Tia <javier.tia@linaro.org> > --- > documentation/poky.yaml.in | 2 +- > documentation/ref-manual/system-requirements.rst | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in > index ce67c4d3d..c6a6560a4 100644 > --- a/documentation/poky.yaml.in > +++ b/documentation/poky.yaml.in > @@ -19,7 +19,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip pe > ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ > python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ > python3-jinja2 SDL-devel rpcgen mesa-libGL-devel perl-FindBin perl-File-Compare \ > - perl-File-Copy perl-locale zstd lz4" > + perl-File-Copy perl-locale zstd lz4 iproute iputils" > OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \ > diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ > python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel rpcgen Mesa-dri-devel \ > diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst > index 150263381..3e1fc40d5 100644 > --- a/documentation/ref-manual/system-requirements.rst > +++ b/documentation/ref-manual/system-requirements.rst > @@ -47,6 +47,8 @@ distributions: > > - Fedora 35 > > +- Fedora 36 > + Many thanks for the patch and for testing! However, we usually add a new supported distro to meta-poky/conf/distro/poky.conf in the meta-yocto repository (https://git.yoctoproject.org/meta-yocto/tree/meta-poky/conf/distro/poky.conf), before adding it to the docs. It seems that Fedora 36 is indeed supported now. See all the successful builds on https://autobuilder.yoctoproject.org/typhoon/#/builders/86 Could you send a patch for poky.conf? I could do it but you deserve the credit :) Then, you can come back with the documentation patch. Thanks in advance Michael.
Hi Michael, On 11/24/22 02:53, Michael Opdenacker wrote: > Many thanks for the patch and for testing! > However, we usually add a new supported distro to > meta-poky/conf/distro/poky.conf in the meta-yocto repository > (https://git.yoctoproject.org/meta-yocto/tree/meta-poky/conf/distro/poky.conf), > before adding it to the docs. > > It seems that Fedora 36 is indeed supported now. See all the successful > builds onhttps://autobuilder.yoctoproject.org/typhoon/#/builders/86 > > Could you send a patch for poky.conf? I could do it but you deserve the > credit
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index ce67c4d3d..c6a6560a4 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in @@ -19,7 +19,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip pe ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ python3-jinja2 SDL-devel rpcgen mesa-libGL-devel perl-FindBin perl-File-Compare \ - perl-File-Copy perl-locale zstd lz4" + perl-File-Copy perl-locale zstd lz4 iproute iputils" OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \ diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel rpcgen Mesa-dri-devel \ diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 150263381..3e1fc40d5 100644 --- a/documentation/ref-manual/system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst @@ -47,6 +47,8 @@ distributions: - Fedora 35 +- Fedora 36 + - AlmaLinux 8.5 - Debian GNU/Linux 10.x (Buster)
So far from crops/yocto:fedora-36-base I have been building in Fedora 36 without issue. Just found iproute and iputils are missing. Signed-off-by: Javier Tia <javier.tia@linaro.org> --- documentation/poky.yaml.in | 2 +- documentation/ref-manual/system-requirements.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-)