<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/include/quilt.mk, branch v21.02.7</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.7</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.7'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2021-02-05T13:54:47Z</updated>
<entry>
<title>build: use SPDX license tags</title>
<updated>2021-02-05T13:54:47Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T02:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=a17b8eaa2e4b319b7069170398fe965786a813e9'/>
<id>urn:sha1:a17b8eaa2e4b319b7069170398fe965786a813e9</id>
<content type='text'>
The license folder is a core part of OpenWrt and all GPL-2.0 licensed.
Use SPDX license tags to allow machines to check licenses.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
[rebase, keep some Copyright lines, sharpen commit message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>build: Use LINUX_DIR for Kernel/Patch</title>
<updated>2019-01-30T12:20:14Z</updated>
<author>
<name>Michal Hrusecky</name>
</author>
<published>2018-10-11T16:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=37e91861cc6b1988531e2c68131d65053e7dd230'/>
<id>urn:sha1:37e91861cc6b1988531e2c68131d65053e7dd230</id>
<content type='text'>
Use LINUX_DIR as a path when patching kernel. Doesn't break the current usage,
but allows to create packages that will contain variation of a kernel with
kernel being build in some subdirectory of PKG_BUILD_DIR.

Signed-off-by: Michal Hrusecky &lt;michal.hrusecky@nic.cz&gt;
</content>
</entry>
<entry>
<title>kernel: split patches folder up into backport, pending and hack folders</title>
<updated>2017-08-05T06:46:36Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-12-25T19:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=74d00a8c3849c1340efd713eb94b786e304c201f'/>
<id>urn:sha1:74d00a8c3849c1340efd713eb94b786e304c201f</id>
<content type='text'>
* properly format/comment all patches
* merge debloat patches
* merge Kconfig patches
* merge swconfig patches
* merge hotplug patches
* drop 200-fix_localversion.patch - upstream
* drop 222-arm_zimage_none.patch - unused
* drop 252-mv_cesa_depends.patch - no longer required
* drop 410-mtd-move-forward-declaration-of-struct-mtd_info.patch - unused
* drop 661-fq_codel_keep_dropped_stats.patch - outdated
* drop 702-phy_add_aneg_done_function.patch - upstream
* drop 840-rtc7301.patch - unused
* drop 841-rtc_pt7c4338.patch - upstream
* drop 921-use_preinit_as_init.patch - unused
* drop spio-gpio-old and gpio-mmc - unused

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>build: fix kernel refresh failure on first run</title>
<updated>2017-06-04T08:36:48Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2017-06-03T11:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=2ab0963971ef771cfcc2c355ec6d8a47c6ea62ed'/>
<id>urn:sha1:2ab0963971ef771cfcc2c355ec6d8a47c6ea62ed</id>
<content type='text'>
Override {HOST_}QUILT before making decisions based on it, else it will
cause target/linux/refresh to fail on first run.

Fixes: 36ba6237d6e3a23fbeadcc1812a892faa4b07cbe ("build: fix quilt for mixed package/host builds")
Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: fix quilt for mixed package/host builds</title>
<updated>2017-05-25T17:01:07Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-05-03T21:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=36ba6237d6e3a23fbeadcc1812a892faa4b07cbe'/>
<id>urn:sha1:36ba6237d6e3a23fbeadcc1812a892faa4b07cbe</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: set QUILT=1 automatically when calling package host build refresh</title>
<updated>2017-05-25T17:01:07Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-05-03T21:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=221f32378292efb01306e3335bff458e0d234693'/>
<id>urn:sha1:221f32378292efb01306e3335bff458e0d234693</id>
<content type='text'>
Makes behavor consistent with package builds and regular host builds

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used</title>
<updated>2017-01-19T12:30:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-19T11:41:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5aa03e16a732e81a989a9605706dc8c6bb95d03f'/>
<id>urn:sha1:5aa03e16a732e81a989a9605706dc8c6bb95d03f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: use mkhash to replace various quirky md5sum/openssl calls</title>
<updated>2017-01-05T10:09:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-25T15:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=84bd74057f0d2543ddbc7de2351b0a310df329c6'/>
<id>urn:sha1:84bd74057f0d2543ddbc7de2351b0a310df329c6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>kernel: make the kernel build auto-clean the build dir like package builds</title>
<updated>2016-08-05T12:17:08Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-08-05T12:08:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=22ef1c83b35cd5633b0c58c9c38a43494a906a6a'/>
<id>urn:sha1:22ef1c83b35cd5633b0c58c9c38a43494a906a6a</id>
<content type='text'>
Previous behavior can be restored by using QUILT=1 on target/prepare

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: for refresh, override HOST_QUILT like QUILT</title>
<updated>2015-12-11T19:21:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-12-11T19:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=e5c1cc55453169bcfc8623cf498e1f6485669246'/>
<id>urn:sha1:e5c1cc55453169bcfc8623cf498e1f6485669246</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47868
</content>
</entry>
</feed>
