<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jow/include/version.mk, branch main</title>
<subtitle>Staging tree of Jo-Philipp Wich</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jow/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jow/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/'/>
<updated>2024-10-20T21:30:27Z</updated>
<entry>
<title>base-files: add SOURCE_DATE_EPOCH as OPENWRT_BUILD_DATE to os-release</title>
<updated>2024-10-20T21:30:27Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2022-10-20T08:02:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=6e6b82ac5f2a33ec2bf14a3d0ac2f03fd787282b'/>
<id>urn:sha1:6e6b82ac5f2a33ec2bf14a3d0ac2f03fd787282b</id>
<content type='text'>
This commit adds the build date during compilation to the os-release file.
This information can then be used later to output this via the the ubus,

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
Link: https://github.com/openwrt/openwrt/pull/15987
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>treewide: remove implicit SUBTARGET</title>
<updated>2024-04-08T19:53:05Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-04-08T06:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=d997477775bf5447000f1d300a027878b566f5d1'/>
<id>urn:sha1:d997477775bf5447000f1d300a027878b566f5d1</id>
<content type='text'>
Historically it's possible to leave the `SUBTARGETS` undefined and
automatically fallback to a "generic" subtarget. This however breaks
various downstream scripts which may have expectations around filenames:

While some targets with an explicit generic subtarget contain `generic`
in the filenames of artifacts, implicit "subtargets" don't.

Right now this breaks the CI[1], possibly also scripts using the ImageBuilders.

This commit removes all code that support implicit handling of
subtargets and instead requires every target to define "SUBTARGETS".

[1]: https://github.com/openwrt/openwrt/actions/runs/8592821105/job/23548273630

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<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/jow/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: switch VERSION_REPO to HTTPS</title>
<updated>2020-08-31T10:26:10Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-08-27T21:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=c1875d1ebbd4c4bad45d7c93cf012317f8ce1810'/>
<id>urn:sha1:c1875d1ebbd4c4bad45d7c93cf012317f8ce1810</id>
<content type='text'>
The variable VERSION_REPO is used by opkg to download package(list)s.
Now that the default installation support encrypted HTTP opkg should
make use of it.

Suggested-by: Petr Štetiar &lt;ynezz@true.cz&gt;
Suggested-by: Baptiste Jonglez &lt;baptiste@bitsofnetworks.org&gt;
Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
Acked-by: Baptiste Jonglez &lt;baptiste@bitsofnetworks.org&gt;
</content>
</entry>
<entry>
<title>version.mk: use https:// instead of http://</title>
<updated>2019-06-10T23:49:44Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2019-06-10T23:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=c53f62b1113459ade21f9540a41db66570097a7f'/>
<id>urn:sha1:c53f62b1113459ade21f9540a41db66570097a7f</id>
<content type='text'>
Only the repo should not use https. Otherwise the build would need
a wget/uclient_fetch with tls support.

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>replace links towards lede-project.org with openwrt.org</title>
<updated>2019-06-10T23:46:53Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2019-06-10T23:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=79948e9d6192dba5c376ea805965842573869df9'/>
<id>urn:sha1:79948e9d6192dba5c376ea805965842573869df9</id>
<content type='text'>
Modify VERSION_SUPPORT_URL VERSION_REPO
Replace BUGS variable in toolchain/gcc/common.mk

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>base-files: fix HOME_URL replace</title>
<updated>2018-08-02T05:54:40Z</updated>
<author>
<name>Chen Minqiang</name>
</author>
<published>2018-08-02T01:10:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=33bce21bb0f3def5a2516384a8ae16f88b9b193e'/>
<id>urn:sha1:33bce21bb0f3def5a2516384a8ae16f88b9b193e</id>
<content type='text'>
Signed-off-by: Chen Minqiang &lt;ptpt52@gmail.com&gt;
</content>
</entry>
<entry>
<title>base-files: add menuconfig option for HOME_URL</title>
<updated>2018-06-27T06:40:34Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2017-11-02T07:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=52a9edb1bfaf51c250a33303beacba95dd1dbc05'/>
<id>urn:sha1:52a9edb1bfaf51c250a33303beacba95dd1dbc05</id>
<content type='text'>
Add a menuconfig option to set the HOME_URL exposed in
/usr/lib/os-release independent from the
LEDE_DEVICE_MANUFACTURER_URL.

Fixes: FS#1123

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>build: change version.mk defaults to OpenWrt</title>
<updated>2018-06-22T11:45:03Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-06-22T11:45:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=333e609703ff40a272b8f8832a8af682826fb572'/>
<id>urn:sha1:333e609703ff40a272b8f8832a8af682826fb572</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>treewide: combine VERSION_SED and VERSION_SED_SCRIPT</title>
<updated>2018-02-02T12:59:34Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2018-01-25T00:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=ff8e9a4ecbe70564c8649ea4ed69f28bec77dfa7'/>
<id>urn:sha1:ff8e9a4ecbe70564c8649ea4ed69f28bec77dfa7</id>
<content type='text'>
We don't need two versions of this.  The escaping quotes
is so that the sed commands aren't misinterpreted by shell;
it has nothing to do with the contents of the file, thus
one version is adequate.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
</feed>
