<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/scripts, branch v20200312</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<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>
<entry>
<title>scripts/mkimg.arm.sh: add rpi4 support</title>
<updated>2019-12-13T18:56:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-13T18:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0d1e402c596fde95fa3bb0867e588d80e49594f8'/>
<id>0d1e402c596fde95fa3bb0867e588d80e49594f8</id>
<content type='text'>
ref #10789
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #10789
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/mkimg.standard.sh: add standard aarch64 iso</title>
<updated>2019-12-06T18:30:17+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-06T18:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ed5d1f24bc2ae46b9e7c2a9fc10268fd032f2c27'/>
<id>ed5d1f24bc2ae46b9e7c2a9fc10268fd032f2c27</id>
<content type='text'>
users should be able to boot it with efi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
users should be able to boot it with efi
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: drop armhf uboot image</title>
<updated>2019-12-06T18:21:14+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-06T18:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b4a50a4bdeac8a3d992b610d87f4af14e1cc9991'/>
<id>b4a50a4bdeac8a3d992b610d87f4af14e1cc9991</id>
<content type='text'>
we dont ship an armv6 kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we dont ship an armv6 kernel.
</pre>
</div>
</content>
</entry>
</feed>
