Skip to content

Commit

Permalink
Merge pull request #503 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
updater to get siot fix and sama5d27 updater fixes
  • Loading branch information
cbrake authored Nov 25, 2020
2 parents 704634b + c6a71d9 commit b0ee82e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 18 deletions.
13 changes: 10 additions & 3 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

- Updater support added for beaglebone and raspberrypi4-64
## [3.3.0-beta] - 2020-11-24

- Updater support added for beaglebone, rpi4-64, rpi3, and sama5d27
- Add yoe-install-image for factory install
- Use kernel+initramfs always for non-qemu machines
- Fix LTO builds with clang
Expand All @@ -16,13 +18,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- mchp-wireless-firmware: bump to 15.4.1
- Clang updated to 11.0.1
- Fix Numpy runtime issue when build with clang
- Update ODROID-N2 to use u-boot 2020.10
- Update ODROID-N2 to use u-boot 2020.10
- Fix touchscreen with linux-hardkernel on C4
- Many packages fixed to build for RISCV32
- Update linux-yocto to v5.4.75 v5.8.18
- Enable Qemu Usermode on RISCV32
- Update linux-altera to 5.4.64
- Update linux-fslc to v5.4.78
- Update linux-fslc to v5.4.80
- Disable LTO for qtbase
- Various package version upgrades
- Update golang to 1.15.5
- Update linux-yocto to latest 5.4.78
- Fix world builds for RISCV-32

## [3.3.0-alpha] - 2020-11-11

Expand Down
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 74 files
+0 −204 meta-networking/recipes-support/chrony/chrony/CVE-2020-14367.patch
+44 −33 meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
+1 −1 meta-networking/recipes-support/chrony/chrony/chronyd
+6 −7 meta-networking/recipes-support/chrony/chrony_4.0.bb
+1 −1 meta-networking/recipes-support/rdma-core/rdma-core_32.0.bb
+0 −34 ...networking/recipes-support/strongswan/files/0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch
+2 −3 meta-networking/recipes-support/strongswan/strongswan_5.9.1.bb
+1 −0 meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb
+78 −0 meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-init-script.patch
+0 −78 meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-startup-scripts.patch
+2 −2 meta-networking/recipes-support/unbound/unbound_1.12.0.bb
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/can.json
+0 −0 .../dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/custom_serial.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/logs.conf
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/modbus.json
+0 −0 .../dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/modbus_serial.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/mqtt.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/odbc.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/opcua.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/request.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/rest.json
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/snmp.json
+0 −0 ...-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/tb_gateway.yaml
+0 −0 ...layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/thingsboard-gateway.service
+0 −0 meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb
+1 −1 meta-oe/recipes-benchmark/fio/fio_3.24.bb
+3 −3 meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb
+1 −1 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.14.8.bb
+5 −5 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+1 −1 meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
+26 −0 meta-oe/recipes-devtools/heaptrack/heaptrack/0001-libheaptrack-Replace-__pid_t-with-pid_t.patch
+38 −0 meta-oe/recipes-devtools/heaptrack/heaptrack/0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch
+118 −0 meta-oe/recipes-devtools/heaptrack/heaptrack/0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch
+42 −0 meta-oe/recipes-devtools/heaptrack/heaptrack/0004-backtrace-Always-include-stdint.h.patch
+31 −0 meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb
+43 −0 meta-oe/recipes-devtools/musl/musl-nscd/0001-Fix-build-under-GCC-fno-common.patch
+29 −0 meta-oe/recipes-devtools/musl/musl-nscd/0001-configure-Check-for-flex-if-lex-is-not-found.patch
+6 −3 meta-oe/recipes-devtools/musl/musl-nscd_git.bb
+0 −9 meta-oe/recipes-devtools/php/php_7.4.9.bb
+1 −1 meta-oe/recipes-devtools/protobuf/protobuf_3.14.0.bb
+4 −4 meta-oe/recipes-extended/collectd/collectd/collectd.init
+1 −1 meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb
+0 −104 meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-PATCH-Remove-duplicated-variable-definitions.patch
+13 −13 meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch
+14 −10 ...oe/recipes-kernel/makedumpfile/makedumpfile/0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch
+9 −8 meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb
+26 −0 meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb
+2 −1 meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
+30 −0 meta-oe/recipes-support/libharu/libharu/0001-Install-static-lib-into-var-libdir-rather-than-hardc.patch
+1 −0 meta-oe/recipes-support/libharu/libharu_2.3.0.bb
+1 −1 meta-oe/recipes-support/nss/nss_3.59.bb
+2 −2 meta-oe/recipes-support/openldap/openldap_2.4.56.bb
+5 −3 meta-python/recipes-devtools/python/python3-arpeggio_1.10.1.bb
+2 −2 meta-python/recipes-devtools/python/python3-bitarray_1.6.1.bb
+1 −2 meta-python/recipes-devtools/python/python3-cantools_35.5.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-certifi_2020.11.8.bb
+2 −2 meta-python/recipes-devtools/python/python3-croniter_0.3.36.bb
+2 −2 meta-python/recipes-devtools/python/python3-diskcache_5.1.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-gmqtt_0.6.8.bb
+14 −0 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
+11 −0 meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend
+12 −0 meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
+10 −0 meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend
+2 −2 meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
+9 −0 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
+1 −2 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
+3 −3 .../recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch
+17 −9 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch
+2 −2 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb
+2 −3 meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.0.bb
+1 −2 meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb
+1 −1 meta-xfce/recipes-xfce/tumbler/tumbler_0.3.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ UPDATE_IMAGES ?= "\
u-boot.bin \
uboot.env \
BOOT.BIN \
zImage \
at91-sama5d27_som1_ek.dtb \
sama5d27_som1_ek.itb \
rootfs.tar.xz \
"

Expand All @@ -15,8 +14,8 @@ do_updater () {
cd ${TOPDIR}/deploy/${MACHINE}
echo "${IMG_VERSION}" > version.txt
install ${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.tar.xz rootfs.tar.xz
install ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE} zImage
install ${DEPLOY_DIR_IMAGE}/at91-sama5d27_som1_ek.dtb at91-sama5d27_som1_ek.dtb
#install ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE} zImage
install ${DEPLOY_DIR_IMAGE}/sama5d27_som1_ek.itb sama5d27_som1_ek.itb
install ${DEPLOY_DIR_IMAGE}/BOOT.BIN BOOT.BIN
install ${DEPLOY_DIR_IMAGE}/u-boot.bin u-boot.bin
install ${DEPLOY_DIR_IMAGE}/uboot.env uboot.env
Expand Down
4 changes: 2 additions & 2 deletions sources/meta-yoe/recipes-siot/simpleiot/simpleiot_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ DEPENDS = "go-native elm-binary-native nodejs-native"

inherit systemd update-rc.d goarch

SRCREV = "2f327859786887904fef86da29a86cb590ae8c2b"
PV = "0.0.14"
SRCREV = "5fb875d755653663e022dafd67e3f3d89cd68d10"
PV = "0.0.14+git${SRCPV}"

BRANCH ?= "master"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ UPDATE_FILE_NAME="${PLAT}"

USB_DETECTION_DELAY=4

KERNEL="zImage at91-sama5d27_som1_ek.dtb"
KERNEL="sama5d27_som1_ek.itb"
BOOT="BOOT.BIN u-boot.bin uboot.env"
ROOTFS="rootfs.tar.xz"

EMMC_DEVICE=/dev/mmcblk0
SD_DEVICE=/dev/mmcblk1

# Can have "emmc" or "sd", this is the install target media
STORAGE="sd"
STORAGE="emmc"
# Install location is EMMC_DEVICE if STORAGE is 'emmc' and
# SD_DEVICE if STORAGE is 'sd'
INSTALL_DEVICE=${SD_DEVICE}
INSTALL_DEVICE=${EMMC_DEVICE}

INSTALL_BOOT_DEV=${INSTALL_DEVICE}p1
INSTALL_ROOTFS_DEV=${INSTALL_DEVICE}p2
Expand Down
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 81 files
+1 −0 meta/classes/base.bbclass
+6 −3 meta/classes/cve-check.bbclass
+1 −1 meta/classes/distutils-common-base.bbclass
+6 −2 meta/classes/kernel-uboot.bbclass
+2 −1 meta/classes/license_image.bbclass
+1 −1 meta/classes/package.bbclass
+6 −4 meta/classes/python3targetconfig.bbclass
+4 −0 meta/classes/sstate.bbclass
+1 −1 meta/conf/abi_version.conf
+1 −1 meta/files/fs-perms-persistent-log.txt
+1 −1 meta/files/fs-perms.txt
+2 −8 meta/lib/oe/manifest.py
+2 −2 meta/lib/oe/package_manager/deb/__init__.py
+1 −1 meta/lib/oe/package_manager/deb/manifest.py
+4 −4 meta/lib/oe/package_manager/deb/rootfs.py
+5 −5 meta/lib/oe/package_manager/deb/sdk.py
+5 −4 meta/lib/oe/package_manager/ipk/__init__.py
+1 −1 meta/lib/oe/package_manager/ipk/manifest.py
+4 −4 meta/lib/oe/package_manager/ipk/rootfs.py
+5 −5 meta/lib/oe/package_manager/ipk/sdk.py
+1 −1 meta/lib/oe/package_manager/rpm/__init__.py
+1 −1 meta/lib/oe/package_manager/rpm/manifest.py
+4 −4 meta/lib/oe/package_manager/rpm/rootfs.py
+5 −5 meta/lib/oe/package_manager/rpm/sdk.py
+9 −27 meta/lib/oe/rootfs.py
+6 −21 meta/lib/oe/sdk.py
+1 −1 meta/lib/oe/sstatesig.py
+1 −0 meta/lib/oeqa/selftest/cases/bbtests.py
+2 −2 meta/lib/oeqa/utils/commands.py
+3 −4 meta/recipes-connectivity/socat/socat_1.7.3.4.bb
+1 −1 meta/recipes-core/glib-2.0/glib.inc
+1 −1 meta/recipes-core/sysvinit/sysvinit/rc
+1 −1 meta/recipes-core/udev/eudev/init
+2 −1 meta/recipes-core/volatile-binds/volatile-binds.bb
+1 −0 meta/recipes-devtools/binutils/binutils-2.35.inc
+135 −0 meta/recipes-devtools/binutils/binutils/0001-aarch64-Return-an-error-on-conditional-branch-to-an-.patch
+2 −0 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.6.bb
+3 −2 meta/recipes-devtools/go/go-1.15.inc
+100 −0 meta/recipes-devtools/go/go-1.15/0009-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch
+2 −2 meta/recipes-devtools/go/go-binary-native_1.15.5.bb
+2 −0 meta/recipes-devtools/go/go_1.15.bb
+0 −5 meta/recipes-devtools/python/python3-pycryptodome_3.9.8.bb
+5 −0 meta/recipes-devtools/python/python3-pycryptodome_3.9.9.bb
+69 −0 meta/recipes-devtools/python/python3/CVE-2020-27619.patch
+6 −0 meta/recipes-devtools/python/python3_3.9.0.bb
+1 −0 meta/recipes-devtools/qemu/qemu.inc
+52 −0 meta/recipes-devtools/qemu/qemu/CVE-2020-24352.patch
+54 −0 meta/recipes-devtools/valgrind/valgrind/0001-helgrind-Intercept-libc-functions.patch
+1 −0 meta/recipes-devtools/valgrind/valgrind_3.16.1.bb
+3 −0 meta/recipes-extended/cups/cups.inc
+1 −1 meta/recipes-extended/msmtp/msmtp_1.8.13.bb
+52 −0 meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch
+4 −2 meta/recipes-extended/sudo/sudo_1.9.3p1.bb
+117 −0 meta/recipes-graphics/vulkan/vulkan-samples/0001-support-link-against-libatomic-if-no-built-in-atomic.patch
+2 −0 meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+21 −12 meta/recipes-graphics/wayland/weston-init.bb
+0 −2 meta/recipes-graphics/wayland/weston-init/71-weston-drm.rules
+10 −4 meta/recipes-graphics/wayland/weston-init/weston.service
+14 −0 meta/recipes-graphics/wayland/weston-init/weston.socket
+0 −10 meta/recipes-graphics/wayland/weston-init/[email protected]
+4 −0 meta/recipes-kernel/linux/kernel-devsrc.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+1 −1 meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
+4 −4 meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+2 −2 meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
+11 −11 meta/recipes-kernel/linux/linux-yocto_5.4.bb
+9 −9 meta/recipes-kernel/linux/linux-yocto_5.8.bb
+318 −0 meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-tracepoints-output-proper-root-owner-for-t.patch
+1 −0 meta/recipes-kernel/lttng/lttng-modules_2.12.3.bb
+2 −1 meta/recipes-kernel/systemtap/systemtap_git.bb
+2 −0 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb
+2 −0 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.1.bb
+2 −2 meta/recipes-support/gmp/gmp_6.2.1.bb
+1 −1 meta/recipes-support/gpgme/gpgme_1.15.0.bb
+98 −0 meta/recipes-support/libproxy/libproxy/CVE-2020-26154.patch
+1 −0 meta/recipes-support/libproxy/libproxy_0.4.15.bb
+0 −448 meta/recipes-support/libunwind/libunwind/0001-Fix-compilation-with-fno-common.patch
+0 −45 meta/recipes-support/libunwind/libunwind/0002-backtrace-Use-only-with-glibc-and-uclibc.patch
+0 −28 meta/recipes-support/libunwind/libunwind/sigset_t.patch
+2 −5 meta/recipes-support/libunwind/libunwind_1.5.0.bb
+2 −0 meta/recipes-support/sqlite/sqlite3_3.33.0.bb

0 comments on commit b0ee82e

Please sign in to comment.