<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/wigyori/include, branch master</title>
<subtitle>Staging tree of Zoltan Herpai</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/wigyori/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/'/>
<updated>2024-02-18T11:20:27Z</updated>
<entry>
<title>kernel: bump 6.1 to 6.1.78</title>
<updated>2024-02-18T11:20:27Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-02-16T21:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=5fe80218f914ce88a6e859771291e1dccb5784bf'/>
<id>urn:sha1:5fe80218f914ce88a6e859771291e1dccb5784bf</id>
<content type='text'>
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.78

Manually rebased:
	bcm27xx/patches-6.1/950-0865-usb-dwc3-Set-DMA-and-coherent-masks-early.patch
	bcm27xx/patches-6.1/950-0124-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch

All other patches automatically rebased.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne, ramips/tplink_archer-a6-v3, logic/xiaomi_redmi-router-ax6000-ubootmod
Run-tested: x86/64/AMD Cezanne, ramips/tplink_archer-a6-v3, logic/xiaomi_redmi-router-ax6000-ubootmod

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>build: align SOURCE path for build system and SDK</title>
<updated>2024-02-17T13:45:35Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-02-12T15:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=cbc7393294960861a50681ef84914858748f5c6b'/>
<id>urn:sha1:cbc7393294960861a50681ef84914858748f5c6b</id>
<content type='text'>
Building a package in the build system or the SDK results in different
values for the `SOURCE` property, it's either `packages/&lt;package name&gt;`
or `feeds/base/&lt;package name&gt;`. The reason is that the SDK handles
`openwrt.git` as an external feed called while the build system contains
the *base* packages directly.

Since packages created with either method are (ideally) the same (bit
for bit), align the content of SOURCE. To do so this commit creates a
symlink from `feeds/base` to `$(TOPDIR)/package` and adopts the SOURCE
when building from inside the build system.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>images: append to existing image with ubinize-image build cmd</title>
<updated>2024-02-16T13:56:01Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-02-16T13:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=132331408793d8fe9a613e825ac8b56878a2d2a8'/>
<id>urn:sha1:132331408793d8fe9a613e825ac8b56878a2d2a8</id>
<content type='text'>
Let ubinize-image append the ubinized image to the existing image
instead of replacing it.

Fixes: 6c17d71973 ("scripts: ubinize-image.sh: support static volumes, make size optional")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>build: fix opkg flags in rootfs</title>
<updated>2024-02-16T09:01:19Z</updated>
<author>
<name>Justin Klaassen</name>
</author>
<published>2024-01-18T15:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=be9023ed4311c89fedad17c9d8b821828565903e'/>
<id>urn:sha1:be9023ed4311c89fedad17c9d8b821828565903e</id>
<content type='text'>
By default opkg sets the "user" flag when a package is installed,
which resulted in most packages in the rootfs having this flag
set incorrectly. This patch removes the "user" flag from all
installed packages when preparing the rootfs image.

Fixes: #14427
Signed-off-by: Justin Klaassen &lt;justin@tidylabs.app&gt;
</content>
</entry>
<entry>
<title>scripts: ubinize-image.sh: fix on POSIX shell, allow custom images</title>
<updated>2024-02-16T05:32:51Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-02-16T05:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=67beab2b2b39c4fe3e48a021aefbfac15ffa70ce'/>
<id>urn:sha1:67beab2b2b39c4fe3e48a021aefbfac15ffa70ce</id>
<content type='text'>
Make sure ubinize-image.sh also works with more simple POSIX Shell and
allow creating complete custom images to be used as ARTIFACT/foo.img
and thereby allow including uImage.FIT, TF-A FIP and what ever else
is required on a specific board.

Fixes: 6c17d71973 ("scripts: ubinize-image.sh: support static volumes, make size optional")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>scripts: ubinize-image.sh: support static volumes, make size optional</title>
<updated>2024-02-15T19:30:08Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-02-01T05:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=6c17d719734c223e7e33e0a890b33610da54a0ae'/>
<id>urn:sha1:6c17d719734c223e7e33e0a890b33610da54a0ae</id>
<content type='text'>
In order to support devices having TF-A FIP image or UBI-aware U-Boot
SPL we need to include a static volume for the bootloader.

Introduce support for adding additional static volumes by prefixing
the filename with ':', eg.

UBINIZE_PARTS := fip:=$(STAGING_DIR_IMAGE)/u-boot.fip

Also add support for rootfs-in-uImage.FIT setups which don't require a
rootfs partition and make the (3rd) size parameter in UBINIZE_PARTS
optional (see example above without declared size).

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>Revert "build: align SOURCE path for build system and SDK"</title>
<updated>2024-02-12T19:03:17Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-02-12T19:02:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=3a67c5b662c0e388e776fe0c496d12b082825c55'/>
<id>urn:sha1:3a67c5b662c0e388e776fe0c496d12b082825c55</id>
<content type='text'>
This reverts commit 131e41614dcfae1f995e55330ada6573ca244ba3.
Sadly it makes menuconfig fail with
tmp/.config-package.in:171: glob failed: No files found "feeds/base/utils/busybox/Config.in"
make: *** [/usr/src/openwrt/include/toplevel.mk:136: menuconfig] Error 1

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>build: align SOURCE path for build system and SDK</title>
<updated>2024-02-12T16:06:41Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-02-12T15:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=131e41614dcfae1f995e55330ada6573ca244ba3'/>
<id>urn:sha1:131e41614dcfae1f995e55330ada6573ca244ba3</id>
<content type='text'>
Building a package in the build system or the SDK results in different
values for the `SOURCE` property, it's either `packages/&lt;package name&gt;`
or `feeds/base/&lt;package name&gt;`. The reason is that the SDK handles
`openwrt.git` as an external feed called while the build system contains
the *base* packages directly.

Since packages created with either method are (ideally) the same (bit
for bit), align the content of SOURCE. To do so this commit creates a
symlink from `feeds/base` to `$(TOPDIR)/package` and adopts the SOURCE
when building from inside the build system.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>kernel-build.mk: add support for compiling only DTS</title>
<updated>2024-02-08T18:57:28Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-02-07T23:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=c47532b1ea7f8459f05a223a71317a1461c6e750'/>
<id>urn:sha1:c47532b1ea7f8459f05a223a71317a1461c6e750</id>
<content type='text'>
Add support for compiling DTS for the selected target. This can be
useful for testing if the DTS correctly compile and doesn't produce any
error.

This adds a new make target. To compile only DTS use:

make target/linux/dtb

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 6.1 to 6.1.77</title>
<updated>2024-02-08T17:35:42Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2024-02-06T21:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/wigyori/commit/?id=f89904ad78974898ac389f8a1b9d584a7b2bd15b'/>
<id>urn:sha1:f89904ad78974898ac389f8a1b9d584a7b2bd15b</id>
<content type='text'>
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.77

Removed upstreamed:
	generic/backport-6.1/707-v6.8-01-net-phy-at803x-fix-passing-the-wrong-reference-for-c.patch[1]
	generic/backport-6.1/796-v6.8-ipmr-fix-kernel-panic-when-forwarding-mcast-packets.patch[2]

All other patches automatically rebased.

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.77&amp;id=7dc0fefd37dd5fb03fdac6e3e01b1c2291148ccb
2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.77&amp;id=d2f1b7fe74afd66298dbb3c7b39e7b62e4df1724

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
</feed>
