Skip to content

Commit

Permalink
Open source release for internal tag release/linux-system-8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichschnidi committed Apr 25, 2024
1 parent de3fe5c commit 2cc662a
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
iputils-ping \
libegl1-mesa \
libsdl1.2-dev \
lz4 \
pylint \
python3 \
python3-git \
Expand Down
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "yocto/meta-distribution"]
path = yocto/meta-distribution
url = ../smart-garden-gateway-yocto-meta-distribution
[submodule "yocto/meta-mediatek"]
path = yocto/meta-mediatek
url = ../smart-garden-gateway-yocto-meta-mediatek
[submodule "yocto/meta-readonly-rootfs-overlay"]
path = yocto/meta-readonly-rootfs-overlay
url = ../smart-garden-gateway-yocto-meta-readonly-rootfs-overlay
Expand All @@ -22,12 +19,6 @@
[submodule "yocto/bitbake"]
path = yocto/bitbake
url = ../smart-garden-gateway-yocto-bitbake
[submodule "yocto/meta-rust"]
path = yocto/meta-rust
url = ../smart-garden-gateway-yocto-meta-rust
[submodule "yocto/meta-atmel"]
path = yocto/meta-atmel
url = ../smart-garden-gateway-yocto-meta-atmel
[submodule "yocto/meta-aws"]
path = yocto/meta-aws
url = ../smart-garden-gateway-yocto-meta-aws
6 changes: 3 additions & 3 deletions scripts/bbwrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd "$gitroot"

# If BitBake (and therefore the build directory) was not set up before, then do it now.
if ! type bitbake >/dev/null 2>&1; then
TEMPLATECONF="${gitroot}/yocto/meta-distribution/conf"
TEMPLATECONF="${gitroot}/yocto/meta-distribution/conf/templates/default"
export TEMPLATECONF
source yocto/openembedded-core/oe-init-build-env "${BUILD_DIR}"
sed -i 's/\(^MACHINE ??= "\).*\(".*\)/\1'gardena-sg-${MACHINE}'\2/g' conf/local.conf
Expand All @@ -27,15 +27,15 @@ DISTRO_UPDATE_URL="${DISTRO_UPDATE_URL:-http://10.42.0.1:8000/gardena-update-ima
DISTRO_UPDATE_URL_BASE="${DISTRO_UPDATE_URL_BASE:-http://gateway.iot.sg.dss.husqvarnagroup.net/images}"
PACKAGE_FEED_URIS="${PACKAGE_FEED_URIS:-http://gateway.iot.sg.dss.husqvarnagroup.net/archive/${DISTRO_VERSION}/gardena-sg-${MACHINE}}"

BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE \
BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS \
DISTRO_UPDATE_URL \
DISTRO_UPDATE_URL_BASE \
DISTRO_VERSION \
DISTRO_VERSION_ID \
PACKAGE_FEED_URIS \
"
export \
BB_ENV_EXTRAWHITE \
BB_ENV_PASSTHROUGH_ADDITIONS \
DISTRO_UPDATE_URL \
DISTRO_UPDATE_URL_BASE \
DISTRO_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion yocto/bitbake
Submodule bitbake updated 215 files
1 change: 0 additions & 1 deletion yocto/meta-atmel
Submodule meta-atmel deleted from 8c497f
2 changes: 1 addition & 1 deletion yocto/meta-aws
Submodule meta-aws updated 138 files
2 changes: 1 addition & 1 deletion yocto/meta-distribution
Submodule meta-distribution updated 87 files
+0 −4 README
+12 −3 classes/gardena-image-base.bbclass
+20 −10 conf/distro/gardena.conf
+1 −1 conf/layer.conf
+38 −0 conf/machine/gardena-sg-at91sam.conf
+33 −0 conf/machine/gardena-sg-mt7688.conf
+0 −3 conf/templates/default/bblayers.conf.sample
+5 −5 conf/templates/default/local.conf.sample
+0 −33 recipes-bsp/u-boot/libubootenv-0.3.1/0002-sg-fromtree-shared-library-Link-against-zlib.patch
+53 −0 recipes-bsp/u-boot/libubootenv-0.3.4/0001-fw_printenv-Exit-with-error-code-on-unset-variables.patch
+10 −8 recipes-bsp/u-boot/libubootenv-0.3.4/0001-sg-noup-fw_printenv-Exit-with-error-code-on-unset-va.patch
+8 −6 recipes-bsp/u-boot/libubootenv-0.3.4/0002-fw_setenv-Support-extra-long-lines.patch
+30 −0 recipes-bsp/u-boot/libubootenv-0.3.4/0002-sg-noup-fw_setenv-Support-extra-long-lines.patch
+71 −0 recipes-bsp/u-boot/libubootenv-0.3.4/0003-Revert-fw_setenv-fix-bug-when-SPI-flash-write-size-s.patch
+3 −6 recipes-bsp/u-boot/libubootenv_0.3.4.bbappend
+0 −8 recipes-connectivity/dhcpcd/dhcpcd_%.bbappend
+0 −15 recipes-connectivity/dhcpcd/files/dhcpcd.service
+0 −0 recipes-connectivity/nanomsg/nng_1.5.2.bbappend
+0 −231 recipes-connectivity/ppp/ppp/0001-pppd-Set-local-and-remote-IPv6-addresses-by-one-call.patch
+1 −0 recipes-connectivity/ppp/ppp/ppp.service
+0 −7 recipes-connectivity/ppp/ppp_2.4.%.bbappend
+1 −0 ...-connectivity/wireless-regdb/wireless-regdb/0001-Reduce-max-possible-txpower-by-10dBm-for-all-frequen.patch
+1 −1 recipes-connectivity/wpa-supplicant/wpa-supplicant/gardena-sg-at91sam/wpa_supplicant@.service
+1 −1 recipes-connectivity/wpa-supplicant/wpa-supplicant/gardena-sg-mt7688/wpa_supplicant@.service
+2 −2 recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend
+1 −1 recipes-core/systemd/systemd-conf/journald-ram.conf
+1 −1 recipes-core/systemd/systemd-conf_1.0.bbappend
+0 −32 recipes-core/systemd/systemd/0001-core-don-t-consider-SERVICE_SKIP_CONDITION-for-abnor.patch
+0 −110 recipes-core/systemd/systemd/0002-fromtree-core-update-setings-on-the-unit-and-job-as-.patch
+7 −0 recipes-core/systemd/systemd/99-default.link
+3 −0 recipes-core/systemd/systemd/serial-getty@ttyS0.service_override.conf
+22 −0 recipes-core/systemd/systemd/systemd-networkd-wait-online.service
+41 −5 recipes-core/systemd/systemd_%.bbappend
+2 −2 recipes-devtools/mtd/migration-mtd-utils_git.bb
+25 −14 recipes-devtools/openocd/openocd/0001-add-libgpiod-jtag-driver.patch
+35 −0 recipes-devtools/openocd/openocd/0001-bitbang-Fix-FTBFS-with-GCC-10.patch
+0 −57 recipes-devtools/openocd/openocd/0001-esirisc_flash-Rename-PAGE_SIZE-to-FLASH_PAGE_SIZE.patch
+0 −25 recipes-devtools/openocd/openocd/0001-jtag-sysfsgpio-clean-up-swd-gpios.patch
+12 −5 recipes-devtools/openocd/openocd/at91sam9x5/0002-atmel-performance-hack.patch
+4 −4 recipes-devtools/openocd/openocd_0.10.bbappend
+2 −0 recipes-devtools/opkg/files/0001-Do-url-encoding-of-file-names-using-the-curl-backend.patch
+0 −0 recipes-devtools/opkg/opkg_0.6.2.bbappend
+3 −0 recipes-devtools/python/python3_%.bbappend
+0 −25 recipes-devtools/valgrind/valgrind/0001-Add-support-for-syscall-epoll_create1.patch
+0 −7 recipes-devtools/valgrind/valgrind_3.15.0.bbappend
+3 −0 recipes-extended/python3-crcmod/python3-crcmod_%.bbappend
+0 −12 recipes-extended/rsyslog/rsyslog/fix-ossl-leak.patch
+0 −1 recipes-extended/rsyslog/rsyslog_%.bbappend
+1 −0 recipes-gardena/images/gardena-image-bnw-zephyr.bb
+1 −0 recipes-gardena/images/gardena-image-bnw.bb
+17 −13 recipes-gardena/images/gardena-image-dev-nfsboot.bb
+8 −8 recipes-gardena/images/gardena-update-image-bnw-zephyr/sw-description
+8 −8 recipes-gardena/images/gardena-update-image-bnw/sw-description
+0 −8 recipes-gardena/packagegroups/packagegroup-opkg-feed.bb
+66 −0 recipes-kernel/linux/gardena-sg-at91sam/defconfig
+89 −0 recipes-kernel/linux/gardena-sg-mt7688/defconfig
+371 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0001-drivers-misc-add-U-Boot-bootcount-driver-enhanced-ve.patch
+7,034 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0002-Import-OpenWRT-Ethernet-switch-drivers.patch
+47 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0003-net-swconfig-adds-openwrt-switch-layer.patch
+57 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0004-net-ethernet-ralink-mtk_eth_soc-Set-DMA-masks.patch
+160 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0005-net-ethernet-ralink-rt3050-fix-carrier.patch
+53 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0006-MIPS-ralink-mt7628a.dtsi-Add-ethernet-and-ESW-nodes.patch
+59 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0007-MIPS-ralink-dts-gardena_smart_gateway_mt7688-Add-eth.patch
+47 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0008-MIPS-ralink-dts-gardena_smart_gateway_mt7688-Add-boo.patch
+43 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0009-tty-serial-8250-Call-serial8250_enable_ms-from-seria.patch
+37 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0010-gpio-mt7621-Assign-base-field-in-gpio_chip.patch
+33 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0011-mtd-spi-nor-Add-support-for-XM25QH64C.patch
+178 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0012-mtd-spinand-gigadevice-Support-GD5F1GQ5UExxG.patch
+111 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0013-rtlwifi-Use-mac80211-debugfs-location.patch
+140 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0014-rtlwifi-Add-debugfs-entries-for-registers.patch
+188 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0015-rtl8xxxu-Add-debugfs-entries-for-registers.patch
+85 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0016-rtl8xxxu-Simplify-locking-of-a-skb-list-accesses.patch
+85 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0017-rtl8xxxu-avoid-parsing-short-RX-packet.patch
+52 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0018-rtl8xxxu-disable-interrupt_in-transfer-for-8188cu-an.patch
+67 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0019-rtl8xxxu-Use-lower-tx-rates-for-the-ack-packet.patch
+243 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0020-rtl8xxxu-Handle-BSS_CHANGED_TXPOWER-IEEE80211_CONF_C.patch
+153 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0021-rtl8xxxu-Handle-mac80211-get_txpower.patch
+27 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0022-rtl8xxxu-Enable-RX-STBC-by-default.patch
+61 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0023-rtl8xxxu-Feed-antenna-information-for-mac80211.patch
+148 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0024-rtl8xxxu-Fill-up-txrate-info-for-all-chips.patch
+38 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0025-rtl8xxxu-Fix-reported-RX-signal-strength.patch
+57 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0026-rtl8xxxu-Raise-error-level-of-IQK-failures.patch
+37 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0027-ARM-dts-at91-at91sam9x5ek-Use-DMA-for-DBGU-serial-po.patch
+36 −0 recipes-kernel/linux/linux-yocto-tiny-5.10.202/0028-ARM-dts-at91-gardena-smart-gateway-Use-DMA-for-USART.patch
+0 −4 recipes-kernel/linux/linux-yocto-tiny_%.bbappend
+40 −0 recipes-kernel/linux/linux-yocto-tiny_5.10.bbappend
+8 −1 recipes-support/ntp/ntp_%.bbappend
2 changes: 1 addition & 1 deletion yocto/meta-gardena
Submodule meta-gardena updated 114 files
2 changes: 1 addition & 1 deletion yocto/meta-lemonbeat-firmware/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "meta-lemonbeat-firmware"
BBFILE_PATTERN_meta-lemonbeat-firmware = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-lemonbeat-firmware = "6"
LAYERSERIES_COMPAT_meta-lemonbeat-firmware = "dunfell zeus"
LAYERSERIES_COMPAT_meta-lemonbeat-firmware = "nanbield"
1 change: 0 additions & 1 deletion yocto/meta-mediatek
Submodule meta-mediatek deleted from fb349f
2 changes: 1 addition & 1 deletion yocto/meta-openembedded
1 change: 0 additions & 1 deletion yocto/meta-rust
Submodule meta-rust deleted from c654f5
2 changes: 1 addition & 1 deletion yocto/meta-swupdate
2 changes: 1 addition & 1 deletion yocto/openembedded-core

0 comments on commit 2cc662a

Please sign in to comment.