Skip to content

Commit

Permalink
Merge pull request #526 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Mar 10, 2021
2 parents 1448d24 + 64c8276 commit 8254e6f
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yoe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
echo ERR_REPORT_USERNAME = \"Drone Autobuilder\" >> conf/local.conf
echo ERR_REPORT_EMAIL = \"[email protected]\" >> conf/local.conf
echo TOOLCHAIN = \"clang\" >> conf/local.conf
echo BB_NUMBER_THREADS = \"16\" >> conf/local.conf
echo PARALLEL_MAKE = \"-j 32\" >> conf/local.conf
/bin/bash -c "sed -i -e 's/PACKAGE_FEED_URI.*$//' conf/site.conf"
/bin/bash -c "sed -i -e 's/SDK_UPDATE_URL.*$//' conf/site.conf"
- name: Build Image
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
branch = master
[submodule "sources/meta-rockchip"]
path = sources/meta-rockchip
url = git://git.yoctoproject.org/meta-rockchip
url = git://github.com/yoedistro/meta-rockchip
branch = master
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## Next

- Add Tinkerboad support
- Fix SRCREV for linux-altera-lts-5.4
- Compile musl on riscv64 when using meta-clang
- Update clang to 12.0.0-RC2
- Add recipe for spirv-llvm-translator
- Add opencv_4.4.0.imx recipe
- Bump linux-boundary to 5.4 2.3.0
- Bump linux-fslc to v5.10.20 and linux-fslc-imx to v5.4.102
- Upgrade linux-yocto to v5.10.19 and v5.4.101
- Update linux-ti-mainline to v5.11
- Fix qtwebkit build with riscv64
- QTbase fixes for build with gcc 11
- QTbase fixes for build with GCC 11
- Fix recipes in meta-openembedded to work with GCC 11
- Fix sdcard_image-rpi to work with latest dosfstools
- Add adafruit python3 modules for raspberrypi
- Fix rust compiler and libstd-rs to work on riscv64/riscv32
- Disable CPU ISA level requirement check in glibc
- Add PSEUDO_IGNORE_PATHS foor SDK and image types
- Fix musl and busybox for RISCV32
- Fix systemd-container recipe
- Version upgrades for several recipes

## [2021.02] - 2021-01-26
Expand Down
2 changes: 1 addition & 1 deletion conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ BSPLAYERS = "\
${TOPDIR}/sources/meta-qcom \
${TOPDIR}/sources/meta-raspberrypi \
${TOPDIR}/sources/meta-riscv \
${TOPDIR}/sources/meta-rockchip \
${TOPDIR}/sources/meta-ti \
"
EXTRALAYERS = "\
Expand All @@ -51,5 +52,4 @@ BBLAYERS = " \
${EXTRALAYERS} \
${BASELAYERS} \
${TOPDIR}/sources/openembedded-core/meta \
${TOPDIR}/sources/meta-rockchip \
"
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 85 files
+8 −1 meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb
+522 −0 meta-gnome/recipes-gnome/dconf/dconf-editor/0001-Don-t-alter-or-try-to-write-GtkChild-fields.patch
+2 −0 meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.2.bb
+4 −3 meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
+38 −0 ...edia/recipes-multimedia/libcamera/libcamera/0001-uvcvideo-Use-auto-variable-to-avoid-range-loop-warni.patch
+2 −2 meta-networking/recipes-daemons/opensaf/opensaf_5.21.03.bb
+1 −1 meta-networking/recipes-filter/ipset/ipset_7.11.bb
+1 −1 meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210223.bb
+2 −4 meta-networking/recipes-support/nbdkit/nbdkit_1.25.3.bb
+2 −2 meta-networking/recipes-support/openvpn/openvpn_2.5.1.bb
+2 −2 meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb
+29 −0 meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-include-needed-c-header.patch
+4 −3 meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
+111 −0 meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0014-remove-JS_VOLATIME_ARM.patch
+1 −0 meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
+2 −0 meta-oe/recipes-connectivity/zabbix/zabbix/0001-Fix-configure.ac.patch
+0 −36 meta-oe/recipes-connectivity/zabbix/zabbix/CVE-2020-15803.patch
+5 −5 meta-oe/recipes-connectivity/zabbix/zabbix_5.2.5.bb
+3 −2 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+1 −0 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
+19 −6 meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb
+2 −2 meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb
+30 −0 meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb
+25 −0 meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch
+38 −0 meta-oe/recipes-extended/libleak/libleak_git.bb
+2 −2 meta-oe/recipes-extended/rsyslog/librelp_1.10.0.bb
+2 −2 meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb
+2 −2 meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb
+1 −1 meta-oe/recipes-graphics/jasper/jasper_2.0.26.bb
+5 −17 meta-oe/recipes-graphics/libyui/libyui-ncurses/0001-Fix-the-error-of-can-t-find-header-file.patch
+0 −35 meta-oe/recipes-graphics/libyui/libyui-ncurses/0003-Simplify-ncurses-finding-module.patch
+4 −8 meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb
+5 −5 meta-oe/recipes-graphics/libyui/libyui/0001-Fix-build-with-clang.patch
+4 −4 meta-oe/recipes-graphics/libyui/libyui/0001-Use-relative-install-paths-for-CMake.patch
+3 −9 meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
+28 −0 meta-oe/recipes-graphics/vk-gl-cts/files/0001-Do-not-error-on-uninitialized-warnings.patch
+2 −0 meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.6.1.bb
+2 −2 meta-oe/recipes-printing/qpdf/qpdf_10.2.0.bb
+10 −7 meta-oe/recipes-support/farsight/libnice_0.1.18.bb
+14 −1 meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb
+2 −2 meta-oe/recipes-support/hwdata/hwdata_git.bb
+23 −3 meta-oe/recipes-support/libiio/libiio_git.bb
+2 −2 meta-oe/recipes-support/mailcap/mailcap_2.1.52.bb
+1 −1 meta-oe/recipes-support/nano/nano_5.6.bb
+6 −2 meta-oe/recipes-support/nss/nss_3.60.1.bb
+32 −0 meta-oe/recipes-support/open-vm-tools/open-vm-tools/0001-pollGtk-Drop-volatile-qualifier.patch
+1 −0 meta-oe/recipes-support/open-vm-tools/open-vm-tools_11.0.1.bb
+0 −28 meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch
+1 −1 meta-oe/recipes-support/opencv/opencv_4.5.1.bb
+1 −1 meta-oe/recipes-support/poppler/poppler_21.03.0.bb
+2 −5 meta-oe/recipes-support/udisks/udisks2_2.9.2.bb
+5 −0 meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+12 −0 meta-python/recipes-devtools/python/python3-aiohue_2.2.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-bitarray_1.7.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-elementpath_2.2.0.bb
+3 −2 meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb
+16 −0 meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb
+33 −0 meta-python/recipes-devtools/python/python3-grpcio/0001-absl-always-use-asm-sgidefs.h.patch
+15 −0 meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch
+1 −1 meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch
+1 −1 meta-python/recipes-devtools/python/python3-grpcio/riscv64_support.patch
+3 −1 meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb
+10 −0 meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb
+1 −1 meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
+7 −2 meta-python/recipes-devtools/python/python3-jsonpatch_1.31.bb
+1 −1 meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
+1 −1 meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
+15 −0 meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb
+1 −0 meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb
+40 −0 meta-python/recipes-devtools/python/python3-requests/setup.py-Support-idna-version-3.1.patch
+2 −0 meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
+3 −4 meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb
+4 −4 meta-python/recipes-devtools/python/python3-websocket-client_0.58.0.bb
+1 −2 meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
+1 −1 meta-xfce/recipes-apps/mousepad/mousepad_0.5.3.bb
+0 −56 meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/0001-Makefile.in.in-remove-bashisms.patch
+1 −2 meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb
+1 −1 meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.4.2.bb
+1 −1 meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.3.bb
+1 −2 meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.2.bb
+1 −1 meta-xfce/recipes-xfce/thunar/thunar_4.16.4.bb
+1 −1 meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.2.bb
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 74 files
+1 −0 meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb
+1 −0 meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
+1 −1 meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+1 −2 meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
+1 −0 meta-skeleton/recipes-skeleton/service/service_0.1.bb
+2 −0 meta/classes/core-image.bbclass
+1 −1 meta/classes/rootfs-postcommands.bbclass
+1 −1 meta/conf/distro/include/ptest-packagelists.inc
+1 −1 meta/conf/local.conf.sample
+4 −2 meta/lib/bblayers/create.py
+5 −5 meta/lib/bblayers/templates/layer.conf
+5 −1 meta/lib/oeqa/runtime/cases/weston.py
+58 −0 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/CVE-2021-27803.patch
+1 −0 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb
+3 −2 meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb
+1 −7 meta/recipes-core/images/build-appliance-image_15.0.0.bb
+1 −0 meta/recipes-core/systemd/systemd-conf/wired.network
+0 −3 meta/recipes-core/systemd/systemd-conf_247.3.bb
+7 −2 meta/recipes-core/systemd/systemd_247.3.bb
+1 −0 meta/recipes-devtools/meson/meson.inc
+28 −0 meta/recipes-devtools/meson/meson/0001-minstall-Correctly-set-uid-gid-of-installed-files.patch
+6 −3 meta/recipes-devtools/python/python3-cython_0.29.22.bb
+2 −0 meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
+1 −1 meta/recipes-devtools/python/python3-setuptools_54.1.0.bb
+35 −4 meta/recipes-devtools/rpm/rpm_4.16.1.2.bb
+1 −1 meta/recipes-devtools/vala/vala_0.50.4.bb
+1 −0 meta/recipes-extended/bash/bash.inc
+1 −0 meta/recipes-extended/bc/bc_1.07.1.bb
+2 −1 meta/recipes-extended/cracklib/cracklib_2.9.5.bb
+1 −0 meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
+1 −0 meta/recipes-extended/ed/ed_1.17.bb
+1 −0 meta/recipes-extended/grep/grep_3.6.bb
+1 −0 meta/recipes-extended/libsolv/libsolv_0.7.17.bb
+1 −0 meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb
+2 −1 meta/recipes-extended/logrotate/logrotate_3.18.0.bb
+291 −0 meta/recipes-extended/ltp/ltp/determinism2.patch
+3 −2 meta/recipes-extended/ltp/ltp_20210121.bb
+1 −0 meta/recipes-extended/lzip/lzip_1.22.bb
+1 −0 meta/recipes-extended/man-db/man-db_2.9.4.bb
+1 −0 meta/recipes-extended/mc/mc_4.8.26.bb
+1 −0 meta/recipes-extended/mdadm/mdadm_4.1.bb
+1 −0 meta/recipes-extended/mingetty/mingetty_1.08.bb
+1 −0 meta/recipes-extended/parted/parted_3.4.bb
+2 −0 meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
+1 −0 meta/recipes-extended/perl/libtimedate-perl_2.30.bb
+1 −0 meta/recipes-extended/quota/quota_4.06.bb
+1 −0 meta/recipes-extended/sed/sed_4.8.bb
+1 −0 meta/recipes-extended/shadow/shadow.inc
+3 −2 meta/recipes-extended/shadow/shadow_4.8.1.bb
+1 −1 meta/recipes-extended/stress-ng/stress-ng_0.12.04.bb
+1 −0 meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
+1 −0 meta/recipes-extended/unzip/unzip_6.0.bb
+1 −0 meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
+1 −0 meta/recipes-extended/xz/xz_5.2.5.bb
+1 −0 meta/recipes-extended/zip/zip_3.0.bb
+3 −0 meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
+4 −3 meta/recipes-gnome/gcr/gcr_3.38.1.bb
+3 −5 meta/recipes-graphics/images/core-image-weston.bb
+13 −0 meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb
+0 −47 meta/recipes-graphics/shaderc/files/0003-cmake-add-option-to-skip-build-the-examples.patch
+1 −2 meta/recipes-graphics/shaderc/shaderc_2020.5.bb
+1 −1 meta/recipes-graphics/wayland/libinput/run-ptest
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+4 −4 meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+4 −4 meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+11 −11 meta/recipes-kernel/linux/linux-yocto_5.10.bb
+11 −11 meta/recipes-kernel/linux/linux-yocto_5.4.bb
+1 −0 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.3.bb
+2 −1 meta/recipes-rt/rt-tests/rt-tests_1.10.bb
+0 −40 meta/recipes-support/taglib/taglib/CVE-2017-12678.patch
+0 −51 meta/recipes-support/taglib/taglib/CVE-2018-11439.patch
+3 −6 meta/recipes-support/taglib/taglib_1.12.bb
+2 −0 scripts/runqemu

0 comments on commit 8254e6f

Please sign in to comment.