diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-02 18:50:20 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-02 18:50:20 (EDT) |
commit | 3bfdfb2af4d77d8e1e6d180b204c8d7313d4dad6 (patch) | |
tree | e6b2b69515f5d98fe7256fe8fa70bd6c11482dee /NEWS | |
parent | ff1dad00276a48cb86d8b12b5762d30fcba27c38 (diff) |
NEWS: Document new ProteanOS section feeds
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ Changes in this release: * "prokit build" now passes an "-a" option, if supported, to opkg to install host-architecture non-coinstallable dependencies (such as library development packages) when cross building. + * Newly installed ProteanOS systems now have feeds for sections + "base", "boot", "lib", "share", and "util" listed in their opkg + configuration (previously only "base"). Systems of profile "dev" + additionally have "dev" and "libdev" section feeds. A "src" section + for architecture "src" and platform "all" has also been added. The + recommended way to add these section feeds to an existing system is + to install a new system of the same architecture and platform and + copy its opkg configuration into the old system. * "prokit shell", "prokit opkg", and "prokit build" now pass through relevant exit statuses. "prokit build" also no longer tries to run opkbuild after opkg exits with an error. |