Skip to content

Commit

Permalink
Merge pull request #477 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Release 3.2.0-beta
  • Loading branch information
cbrake authored Sep 24, 2020
2 parents 7dfbae3 + 45efa67 commit c700aa8
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

- Update go compiler to 1.15
## [3.2.0-beta] - 2020-09-23

- Update go compiler to 1.15.2
- Improve error and cleanup handing in cooker
- Update linux-fslc to v5.4.66
- Various recipe version upgrades
Expand All @@ -22,7 +24,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- QTWebengine bison 3.7 fix, and sanbox freeze fixed
- Fix mutter launch with vc4graphics on raspberrypi
- linux-yocto updated to v5.8.9, v5.4.65
- go updated to 1.15.2
- Add support for sama7g5ek-sd in meta-atmel
- Clang updated to 11.0.0 RC3
- Various Recipe upgrades

## [3.2.0-alpha] - 2020-09-05

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="docs/yoe-logo.png?raw=true" width="180">

![Yoe Distro CI](https://github.com/YoeDistro/yoe-distro/workflows/Yoe%20Distro%20CI/badge.svg?branch=master)
[![Yoe Distro CI](https://github.com/YoeDistro/yoe-distro/workflows/Yoe%20Distro%20CI/badge.svg?branch=master)](https://github.com/YoeDistro/yoe-distro/actions?query=workflow%3AYoe%20Distro%20CI+branch%3Amaster)

# Yoe Embedded Linux Distribution

Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 44 files
+4 −0 meta-arm-autonomy/conf/distro/include/arm-autonomy-host.inc
+10 −3 meta-arm-autonomy/documentation/arm-autonomy-quickstart.md
+4 −0 meta-arm-autonomy/recipes-connectivity/bind/README.md
+27 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
+30 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/0001-configure.in-remove-useless-L-use_openssl-lib.patch
+34 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
+47 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
+2 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/bind9
+330 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/conf.patch
+8 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/generate-rndc-key.sh
+65 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
+42 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
+22 −0 meta-arm-autonomy/recipes-connectivity/bind/bind/named.service
+140 −0 meta-arm-autonomy/recipes-connectivity/bind/bind_9.11.22.bb
+3 −0 meta-arm-autonomy/recipes-connectivity/dhcp/README.md
+149 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp.inc
+27 −0 ...arm-autonomy/recipes-connectivity/dhcp/dhcp/0001-define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch
+65 −0 ...m-autonomy/recipes-connectivity/dhcp/dhcp/0001-workaround-busybox-limitation-in-linux-dhclient-script.patch
+117 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp/0002-dhclient-dbus.patch
+35 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp/0003-link-with-lcrypto.patch
+95 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp/0004-Fix-out-of-tree-builds.patch
+36 −0 ...arm-autonomy/recipes-connectivity/dhcp/dhcp/0005-dhcp-client-fix-invoke-dhclient-script-failed-on-Rea.patch
+62 −0 ...arm-autonomy/recipes-connectivity/dhcp/dhcp/0007-Add-configure-argument-to-make-the-libxml2-dependenc.patch
+28 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp/0009-remove-dhclient-script-bash-dependency.patch
+34 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp/0012-dhcp-correct-the-intention-for-xml2-lib-search.patch
+64 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp/0013-fixup_use_libbind.patch
+23 −0 meta-arm-autonomy/recipes-connectivity/dhcp/dhcp_4.4.2.bb
+12 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/default-relay
+7 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/default-server
+39 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhclient-systemd-wrapper
+50 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhclient.conf
+13 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhclient.service
+108 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhcpd.conf
+15 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhcpd.service
+15 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhcpd6.service
+10 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/dhcrelay.service
+44 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/init-relay
+44 −0 meta-arm-autonomy/recipes-connectivity/dhcp/files/init-server
+1 −0 meta-arm-autonomy/recipes-extended/xenguest/xenguest-network.bb
+2 −2 meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
+4 −0 meta-arm-toolchain/conf/distro/include/tcmode-external-arm.inc
+144 −0 meta-arm-toolchain/recipes-devtools/external-arm-toolchain/external-arm-sdk-toolchain.bb
+69 −0 meta-arm/recipes-bsp/scp-firmware/files/0001-tools-gen_module_code-atomically-rewrite-the-generat.patch
+2 −1 meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.6.0.bb
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 50 files
+1 −2 meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
+1 −1 meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.36.6.bb
+0 −2 meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb
+1 −2 meta-gnome/recipes-gnome/grilo/grilo_0.3.13.bb
+1 −2 meta-gnome/recipes-gnome/gspell/gspell_1.8.4.bb
+1 −2 meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb
+1 −2 meta-gnome/recipes-gnome/tracker/tracker-miners_2.3.5.bb
+1 −2 meta-gnome/recipes-gnome/tracker/tracker_2.3.6.bb
+1 −1 meta-multimedia/recipes-multimedia/vlc/vlc_3.0.11.1.bb
+1 −1 meta-networking/recipes-irc/znc/znc_1.8.2.bb
+1 −1 meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb
+2 −8 meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb
+210 −0 meta-oe/recipes-benchmark/libhugetlbfs/files/0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch
+1 −0 meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+0 −57 meta-oe/recipes-benchmark/memtester/files/0001-Define-mword16-and-mword8-once.patch
+2 −3 meta-oe/recipes-benchmark/memtester/memtester_4.4.0.bb
+1 −1 meta-oe/recipes-connectivity/ace/ace_6.5.10.bb
+21 −18 meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
+2 −2 meta-oe/recipes-extended/byacc/byacc_20200910.bb
+2 −2 meta-oe/recipes-extended/redis/redis_6.0.8.bb
+0 −1 meta-oe/recipes-extended/smartmontools/files/smartd.service
+2 −2 meta-oe/recipes-graphics/jasper/jasper_2.0.21.bb
+10 −0 meta-oe/recipes-graphics/suckless/st_0.8.4.bb
+1 −1 meta-oe/recipes-multimedia/live555/live555_20200819.bb
+0 −8 meta-oe/recipes-support/libgpiod/libgpiod_0.3.3.bb
+0 −2 meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb
+7 −0 meta-oe/recipes-support/libssh2/files/run-ptest
+16 −1 meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
+2 −2 meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb
+1 −1 meta-oe/recipes-support/tbb/tbb_2020.3.bb
+3 −3 meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb
+4 −2 meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+0 −12 meta-python/recipes-devtools/python/python-flask-uploads.inc
+0 −32 ...ecipes-devtools/python/python-rfc3339-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch
+18 −0 meta-python/recipes-devtools/python/python3-argcomplete_1.12.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-cmd2_1.3.10.bb
+13 −1 meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb
+2 −2 meta-python/recipes-devtools/python/python3-isort_5.5.3.bb
+0 −3 meta-python/recipes-devtools/python/python3-jinja2/run-ptest
+2 −0 meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend
+0 −43 meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb
+2 −2 meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb
+2 −2 meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb
+0 −3 meta-python/recipes-devtools/python/python3-markupsafe/run-ptest
+2 −0 meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend
+0 −27 meta-python/recipes-devtools/python/python3-markupsafe_1.1.1.bb
+2 −6 meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.2.bb
+2 −2 meta-python/recipes-devtools/python/python3-sentry-sdk_0.17.6.bb
+2 −2 meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.4.bb
+1 −2 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb
2 changes: 1 addition & 1 deletion sources/meta-qcom

0 comments on commit c700aa8

Please sign in to comment.