<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/scripts, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>scripts/mkimg.netboot.sh: disable on mips64</title>
<updated>2020-04-28T15:31:38+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2020-04-28T15:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a715ac6a205848b7846b970b7bc1895b1ea5fea8'/>
<id>a715ac6a205848b7846b970b7bc1895b1ea5fea8</id>
<content type='text'>
Thre are a couple of problems with the mips kernels:
- linux-octeon does not have initramfs
- System.map has different name (upstream problem)

Those issues needs to be solved before we can ship netboot support for
mips64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thre are a couple of problems with the mips kernels:
- linux-octeon does not have initramfs
- System.map has different name (upstream problem)

Those issues needs to be solved before we can ship netboot support for
mips64.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: mkimg minirootfs: add mips64 to archs</title>
<updated>2020-04-22T13:22:14+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-04-22T13:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=168e3512789bb8f4c414fd3206eb5bf3dee9f84e'/>
<id>168e3512789bb8f4c414fd3206eb5bf3dee9f84e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: mkimg netboot: add mips64 definitions</title>
<updated>2020-04-22T13:22:14+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-04-22T13:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=dcca5cdb09eee1309a1680004808a0bfbe763ecc'/>
<id>dcca5cdb09eee1309a1680004808a0bfbe763ecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/bootstrap.sh: clean up cross-build extra dependency handling</title>
<updated>2020-02-08T12:00:02+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-08T11:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=78f149fce85f565ffd6c350aa63f563cde9e089e'/>
<id>78f149fce85f565ffd6c350aa63f563cde9e089e</id>
<content type='text'>
Instead of apk adding dependencies to sysroot, use the EXTRADEPENDS_TARGET
to pass in these dependencies. This does not leave the sysroot in
dirty state, but instead cleans it up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of apk adding dependencies to sysroot, use the EXTRADEPENDS_TARGET
to pass in these dependencies. This does not leave the sysroot in
dirty state, but instead cleans it up.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/bootstrap.sh: workaround abuild bug</title>
<updated>2020-02-08T12:00:02+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-02-08T11:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=88b19d170e07b328ce7518e5b0972b823653047c'/>
<id>88b19d170e07b328ce7518e5b0972b823653047c</id>
<content type='text'>
Current abuild has a bug that when CC is defined, it's used to
guess build architecture. But during cross-compile setup it points
to cross compiler and causing breakage. Export CBUILD after initial
abuild functions.sh run to workaround this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current abuild has a bug that when CC is defined, it's used to
guess build architecture. But during cross-compile setup it points
to cross compiler and causing breakage. Export CBUILD after initial
abuild functions.sh run to workaround this.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/mkimg.netboot.sh: make initramfs readable</title>
<updated>2019-12-24T14:25:27+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-24T14:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=130cbd02c4a029280cd8933353fd8e6c8915c9f5'/>
<id>130cbd02c4a029280cd8933353fd8e6c8915c9f5</id>
<content type='text'>
we hardened the read permissions in 27b8dc5bd034 (main/mkinitfs: fix
permissions of initramfs) this broke netboot.

ref #11071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we hardened the read permissions in 27b8dc5bd034 (main/mkinitfs: fix
permissions of initramfs) this broke netboot.

ref #11071
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/mkimg.arm.sh: fix boot config for armv7 rpi4</title>
<updated>2019-12-18T13:23:41+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-18T13:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=099aea877dc3419d9890cc27ecb1776e12195c89'/>
<id>099aea877dc3419d9890cc27ecb1776e12195c89</id>
<content type='text'>
We dont have rpi4 kernel for armhf but we have it for armv7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We dont have rpi4 kernel for armhf but we have it for armv7.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/mkimg.netboot.sh: fix kernels for armhf</title>
<updated>2019-12-16T20:36:04+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-16T20:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=4ed79f37dbe5cd3d7b420058dae9f6bc0f6ebab0'/>
<id>4ed79f37dbe5cd3d7b420058dae9f6bc0f6ebab0</id>
<content type='text'>
there are no linux-lts kernel for armhf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there are no linux-lts kernel for armhf
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/mkimg.arm.sh: fix boot config for 64bit rpi</title>
<updated>2019-12-16T18:36:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-16T18:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f7c1786cd701d75d4c8a7e37ace4a762da872ec0'/>
<id>f7c1786cd701d75d4c8a7e37ace4a762da872ec0</id>
<content type='text'>
fixes #11031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #11031
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/mkimg.base.sh: change to dtbs-$flavor dir name</title>
<updated>2019-12-16T17:21:45+00:00</updated>
<author>
<name>Milan P. Stanić</name>
<email>mps@arvanta.net</email>
</author>
<published>2019-12-14T18:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f'/>
<id>39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f</id>
<content type='text'>
with change to linux-lts as current default kernel dir for dtbs
is changed to /boot/dtbs-$_f and this commit change it to new one

DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to
follow documentation in u-boot (upstream)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with change to linux-lts as current default kernel dir for dtbs
is changed to /boot/dtbs-$_f and this commit change it to new one

DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to
follow documentation in u-boot (upstream)
</pre>
</div>
</content>
</entry>
</feed>
