<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/florian/scripts, branch master</title>
<subtitle>Staging tree of florian</subtitle>
<id>https://git.openwrt.org/openwrt/staging/florian/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/florian/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/'/>
<updated>2017-05-11T20:43:01Z</updated>
<entry>
<title>scripts: Probe external toolchains for libthread-db</title>
<updated>2017-05-11T20:43:01Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2017-04-04T02:04:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=6704410b158b47aecf507971ad2ee5e3db840e3a'/>
<id>urn:sha1:6704410b158b47aecf507971ad2ee5e3db840e3a</id>
<content type='text'>
libthread-db is a package that can be configured for external
toolchains, so let's have the script probe for it.

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: Probe external toolchains for libgomp</title>
<updated>2017-05-11T20:42:58Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2017-04-04T02:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=08fb61d316dc897b62a3d746927768b87e1bff58'/>
<id>urn:sha1:08fb61d316dc897b62a3d746927768b87e1bff58</id>
<content type='text'>
Now that libgomp can be a package, probe external toolchains for that
library.

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: remove absolute path to perl and replace with /usr/bin/env perl</title>
<updated>2017-05-02T12:33:58Z</updated>
<author>
<name>Bastian Köcher</name>
</author>
<published>2017-03-27T15:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=5378c856779c590e26910639e28b95a22aa2b9f5'/>
<id>urn:sha1:5378c856779c590e26910639e28b95a22aa2b9f5</id>
<content type='text'>
Signed-off-by: Bastian Köcher &lt;git@kchr.de&gt;
</content>
</entry>
<entry>
<title>scripts/qemustart: initial version</title>
<updated>2017-04-23T01:19:34Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2017-04-17T09:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=50fcfd4b654999a1cca71d593000e3775cf2d740'/>
<id>urn:sha1:50fcfd4b654999a1cca71d593000e3775cf2d740</id>
<content type='text'>
The script can be used to quickly spin up QEMU virtual machines with lan
and wan network.  Please read the initial part of the script for
instructions about how to configure host machine

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/download.pl: fix error message on hash mismatch</title>
<updated>2017-04-04T10:33:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-04-04T09:44:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=2fd15033783a9dfa84d2a43fb81ff222ab865407'/>
<id>urn:sha1:2fd15033783a9dfa84d2a43fb81ff222ab865407</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts: only generate config from feature flag if fully match</title>
<updated>2017-03-20T21:04:41Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2017-03-14T17:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=d5a770f2c139a335e7602bec60dbeabd4add1e8b'/>
<id>urn:sha1:d5a770f2c139a335e7602bec60dbeabd4add1e8b</id>
<content type='text'>
Without this change the code checked if the string was contained in the
feature option and not if the string matches the complete word. This only
removes the nand option from the omap24xx target, the other changes are
only removing options which were added twice.

Signed-off-by: Hauke Mehrtens &lt;hauke.mehrtens@intel.com&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: Reuse TOPDIR if defined in environment</title>
<updated>2017-02-21T12:03:20Z</updated>
<author>
<name>Michal Sojka</name>
</author>
<published>2017-02-16T22:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=b1f102b03e7279c21b231cb16658a09ce1e543ca'/>
<id>urn:sha1:b1f102b03e7279c21b231cb16658a09ce1e543ca</id>
<content type='text'>
The feeds script sets value of TOPDIR in a way that is inconsistent
with how toplevel Makefile sets it. The inconsistency manifests when I
use a "build directory" with symlinks to LEDE source (see below).

When make is invoked in such a directory, make's TOPDIR variable is
set to that directory, whereas scripts/feeds sets TOPDIR to the top of
LEDE source, which results in creating feeds directory inside the LEDE
source instead of in the build directory.

This patch changes the script so that it reuses the TOPDIR value form
the environment if it exists. The result is that 'make
package/symlinks' correctly fetches feeds to the build directory
instead in the source.

I use the following commands to create the build directory:

    ln -s $SRC/config config
    ln -s $SRC/Config.in Config.in
    ln -s $SRC/feeds.conf.default feeds.conf.default
    ln -s $SRC/include include
    ln -s $SRC/Makefile Makefile
    mkdir package
    ln -s $SRC/package/base-files package/base-files
    ln -s $SRC/package/boot package/boot
    ln -s $SRC/package/devel package/devel
    ln -s $SRC/package/firmware package/firmware
    ln -s $SRC/package/kernel package/kernel
    ln -s $SRC/package/libs package/libs
    ln -s $SRC/package/Makefile package/Makefile
    ln -s $SRC/package/network package/network
    ln -s $SRC/package/system package/system
    ln -s $SRC/package/utils package/utils
    ln -s $SRC/rules.mk rules.mk
    ln -s $SRC/scripts scripts
    ln -s $SRC/target target
    ln -s $SRC/toolchain toolchain
    ln -s $SRC/tools tools

This allows me to easily test changes in LEDE on multiple targets.

Signed-off-by: Michal Sojka &lt;sojkam1@fel.cvut.cz&gt;
</content>
</entry>
<entry>
<title>gen-dependencies.sh: fix handling variations in "file" output</title>
<updated>2017-02-19T15:56:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-19T14:28:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=663f2a0864b0ca7e65575fc75479e37712a80114'/>
<id>urn:sha1:663f2a0864b0ca7e65575fc75479e37712a80114</id>
<content type='text'>
On some systems, file adds ", with debug info" after "not stripped"

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>rstrip.sh: fix handling variations in "file" output</title>
<updated>2017-02-19T15:56:17Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-19T13:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=b9b681c0675067dece47f9067779526b55bcf058'/>
<id>urn:sha1:b9b681c0675067dece47f9067779526b55bcf058</id>
<content type='text'>
On some systems, file adds ", with debug info" after "not stripped"

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>feeds: add option to force feed update despite modified files</title>
<updated>2017-02-15T09:07:00Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-14T17:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/florian/commit/?id=3bfcd21e4b4504b04b0ea2bffe8430864138db2a'/>
<id>urn:sha1:3bfcd21e4b4504b04b0ea2bffe8430864138db2a</id>
<content type='text'>
Implement a new flag "-f" for the feeds update command which causes the
script to fall back to a more agressive git update strategy in case there
are locally modified files in the feeds directory.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
