Age | Commit message (Collapse) | Author |
|
some messages and pkgdesc
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
|
|
And add linux-libre-chromebook (thanks for testing it CBotulinum!)
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
This fixes the following commit:
caef87f14 libre/linux-libre/config.armv7h: CONFIG_LOCALVERSION_AUTO=y
which didn't update the integrity check along with the configuration.
This fix was only tested with 'makepkg --verifysource'
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
0009-usb-dwc2-disable-power_down-on-rockchip-devices.patch
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
|
|
|
|
|
|
|
|
This has not been built or tested on ppc64le, however it enables
to create a ppc64le chroot with librechroot.
While creating the chroot, it does install the packages:
$ sudo librechroot -A ppc64le -n parabola-ppc64le make
[...]
( 1/134) installing linux-libre-api-headers [################################################] 100%
( 2/134) installing tzdata [################################################] 100%
[...]
and the packages binaries are indeed for ppc64le:
$ file /var/lib/archbuild/parabola-ppc64le/root/usr/bin/bash
/var/lib/archbuild/parabola-ppc64le/root/usr/bin/bash: ELF 64-bit [...], 64-bit PowerPC [...]
However, qemu(through qemu-user-static-binfmt) currently fails
at running any of theses binaries with:
"error: command terminated by signal 4: Illegal instruction".
This also affects the packages post-installation and hooks.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
|
|
|
|
I'd like not to have to have to maintain this package myself
if this is possible due to the lack of time to do so.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
This is both:
- The changes in Arch 239.300-{1→2}
* Note that this replaces a patch that ovruni took from
bugs.archlinux.org with a patch that Arch takes from upstream.
- Effectively dating to 239.301, but doing it by backporting the change,
so we don't get ahead of Arch's pkgver.
|
|
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
Signed-off-by: David P <megver83@parabola.nu>
|
|
This commit was tested on an i686 installation with:
- Trisquel flidas: test OK
- Trisquel belenos: test OK
- Trisquel toutatis: test OK
And on an x86_64 installation with:
- PureOS green: test OK
The following things were tested:
- debootstrap return code (0 for success)
- the presence of the usual folders (bin, boot, dev, etc)
The tests were done the following way:
(1) The package was built and installed
(2) an empty rootfs directory was created
(3) debootstrap was run in this directory with:
- sudo debootstrap "${version}" rootfs/ \
http://archive.trisquel.info/trisquel # For Trisquel
- sudo debootstrap "${version}" rootfs/ \
https://repo.puri.sm/pureos # For PureOS
With version being flidas, belenos, and Toutatis for Trisquel
and green for PureOS
(4) The exit code was checked and the directories listed inside
the rootfs directory
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|
|
|
|
|
|
Trisquel debootstrap was broken by the switch to the 1.0.109
version.
This fixes that by switching to the 1.0.110 version and syncing
the trisquel script with the upstream debootstrap's gutsy script.
This commit was tested with:
- Trisquel flidas: test OK
- Trisquel belenos: test OK
- Trisquel toutatis: test OK
The following things were tested:
- debootstrap return code (0 for success)
- the presence of the usual folders (bin, boot, dev, etc)
The tests were done the following way:
(1) The package was built and installed
(2) an empty rootfs directory was created
(3) debootstrap was run in this directory with:
sudo debootstrap "${version}" rootfs/ http://archive.trisquel.info/trisquel
with version being the trisquel version(flidas, belenos, etc)
(4) The exit code was checked and the directories listed inside
the rootfs directory
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
|
|