<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/omap/scripts, branch master</title>
<subtitle>lynxis staging tree for omap</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/omap/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/omap/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/omap/'/>
<updated>2017-04-04T10:33:37Z</updated>
<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/lynxis/omap/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/lynxis/omap/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/lynxis/omap/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/lynxis/omap/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/lynxis/omap/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/lynxis/omap/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>
<entry>
<title>build: add buildbot specific config option for setting defaults</title>
<updated>2017-02-14T13:18:35Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-14T11:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/omap/commit/?id=9dcb921d908e664655e8bde2db64640b4f2d9072'/>
<id>urn:sha1:9dcb921d908e664655e8bde2db64640b4f2d9072</id>
<content type='text'>
This can be used to tweak the buildbot behavior without having to change
buildbot's configuration.
It will also allow us to add more aggressive clean steps (e.g. on
toolchain changes), which would break developers' workflows if enable
by default.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts/om-fwupgradecfg-gen.sh: add support for the A60</title>
<updated>2017-02-14T11:18:05Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2016-08-09T14:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/omap/commit/?id=8cc4d1e27b69ca47312a3ef487e66e0e280b0e08'/>
<id>urn:sha1:8cc4d1e27b69ca47312a3ef487e66e0e280b0e08</id>
<content type='text'>
Signed-off-by: Sven Eckelmann &lt;sven.eckelmann@open-mesh.com&gt;
</content>
</entry>
<entry>
<title>build: remove libc version suffix from build/staging directories</title>
<updated>2017-02-07T16:18:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-07T09:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/omap/commit/?id=f55c29e4c74353ef0795eb83911c708c6db90466'/>
<id>urn:sha1:f55c29e4c74353ef0795eb83911c708c6db90466</id>
<content type='text'>
Our supported libcs are ABI compatible across version upgrades

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts: get_source_date_epoch.sh: fix mercurial support, add mtime fallback</title>
<updated>2017-02-01T23:13:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-31T06:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/omap/commit/?id=68bef935d52ae05c23233f2325970f56948a0558'/>
<id>urn:sha1:68bef935d52ae05c23233f2325970f56948a0558</id>
<content type='text'>
Add a fallback case to get_source_date_epoch.sh which reports the modification
time of the script itself in case there is no SCM information available, e.g.
when downloading .tar.gz or .zip tarballs produced by Github.

Also fix the mercurial case while we're at it.

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