<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/blogic/include, branch master</title>
<subtitle>John Crispins staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/blogic/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/blogic/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/'/>
<updated>2019-07-10T11:49:19Z</updated>
<entry>
<title>include/package.mk: Add support for src-checkout/ folder</title>
<updated>2019-07-10T11:49:19Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2019-07-10T11:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=e1a4b45aa571a01c4c9ac236e2b419d55b3673f9'/>
<id>urn:sha1:e1a4b45aa571a01c4c9ac236e2b419d55b3673f9</id>
<content type='text'>
This feature is similar to the SRC_TREE_OVERRIDE. However instead of having
to manually create a symlink inside the package folder, the buildsystem
will check if $(TOP_DIR)/src-checkout/$(PKG_NAME)/.git is present and use
this instead.

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.19 to 4.19.57</title>
<updated>2019-07-09T15:03:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-07-09T10:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=fa2435903fb161591e49e3ec73307567d2a4ae07'/>
<id>urn:sha1:fa2435903fb161591e49e3ec73307567d2a4ae07</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.132</title>
<updated>2019-07-09T15:03:10Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-07-09T10:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=0051fff1711849d061f01dcf0aa486f60df1e50a'/>
<id>urn:sha1:0051fff1711849d061f01dcf0aa486f60df1e50a</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>ath79: split DEVICE_TITLE in multiple variables</title>
<updated>2019-07-04T13:50:17Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2019-06-16T19:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=8c3dbaf8b49233e275b2dce4e30dc0a2bf8c86c5'/>
<id>urn:sha1:8c3dbaf8b49233e275b2dce4e30dc0a2bf8c86c5</id>
<content type='text'>
This allows the definition of DEVICE_VENDOR, DEVICE_MODEL and
DEVICE_VARIANT. All three are merged together to look the same as the
current DEVICE_TITLE. Also, if DEVICE_TITLE is set it's directly used as
a *fallback* for devices which weren't upgraded yet.

This is based on the work of @sudhanshu16.

The motivation is to create JSON files based on provided metadata,
needing clear differentiation between vendor, model and revision.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>build: skip kernel stack validation when building on macOS</title>
<updated>2019-07-03T12:07:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-07-03T11:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=c3e31b6a9b040912be0b532f9bf29d91c6c74382'/>
<id>urn:sha1:c3e31b6a9b040912be0b532f9bf29d91c6c74382</id>
<content type='text'>
Since we switched to 4.19, the kernel build checks for libelf to decide if
it should build tools for stack validation.

On macOS, this check fails during target/compile, but succeeds during package
build (because of the pkg-config path picking up target libraries).

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: image: make image padding OS agnostic</title>
<updated>2019-06-27T15:15:37Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2019-06-26T15:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=ef5b7aa6c3a58d272c8b4ecdb8b1d970d5436e05'/>
<id>urn:sha1:ef5b7aa6c3a58d272c8b4ecdb8b1d970d5436e05</id>
<content type='text'>
Image padding with dd needs to be done in an OS independent way as not
all dd understand capital letter unit specifiers, and not all understand
lowercase either.

Fixes: 97833a57eff1 ("build: image: add pad-to and pad-rootfs-squashfs helpers")
Reported-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.131</title>
<updated>2019-06-27T12:16:32Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-06-27T10:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=0d71c7a57cb64f3d293f4b28fd3f94ca39b9b0da'/>
<id>urn:sha1:0d71c7a57cb64f3d293f4b28fd3f94ca39b9b0da</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.9 to 4.9.184</title>
<updated>2019-06-27T12:16:32Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-06-27T10:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=8b74cc45be9bd822f29a7f9e1de22d989e8e3130'/>
<id>urn:sha1:8b74cc45be9bd822f29a7f9e1de22d989e8e3130</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: none
Runtime-tested on: none

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.19 to 4.19.56</title>
<updated>2019-06-25T14:46:01Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-06-25T10:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=577174cf60ddbdd8233f9aa029d7c0ee97c681fc'/>
<id>urn:sha1:577174cf60ddbdd8233f9aa029d7c0ee97c681fc</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.130</title>
<updated>2019-06-25T14:46:01Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2019-06-25T10:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=e4eec3bfd813d8ebe45d3489c630a9c60a781c55'/>
<id>urn:sha1:e4eec3bfd813d8ebe45d3489c630a9c60a781c55</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
</feed>
