Raspbian 12 was released (https://archive.raspbian.org/raspbian/dists/bookworm/). Would someone please add a Raspbian 12 distribution to OBS? Thank you.
I would also appreciate the addition of Raspbian 12. Many thanks, Mark On Fri, 2023-11-17 at 10:34 +0000, John Serock wrote:
Raspbian 12 was released (https://archive.raspbian.org/raspbian/dists/bookworm/). Would someone please add a Raspbian 12 distribution to OBS?
Thank you.
On Donnerstag, 11. Januar 2024, 10:15:55 CET Mark Grant wrote:
I would also appreciate the addition of Raspbian 12.
It is there since quite some time. But I added it also to the webui shortcut list now
On Fri, 2023-11-17 at 10:34 +0000, John Serock wrote:
Raspbian 12 was released (https://archive.raspbian.org/raspbian/dists/bookworm/). Would someone please add a Raspbian 12 distribution to OBS?
Thank you.
-- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Frankenstraße 146, 90461 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
On Thu, 2024-01-11 at 15:05 +0100, Adrian Schröter wrote:
On Donnerstag, 11. Januar 2024, 10:15:55 CET Mark Grant wrote:
I would also appreciate the addition of Raspbian 12.
It is there since quite some time.
But I added it also to the webui shortcut list now
Thanks for that, it is there and works for armv7l but aarch64 does not appear. Mark
On Fri, 2023-11-17 at 10:34 +0000, John Serock wrote:
Raspbian 12 was released (https://archive.raspbian.org/raspbian/dists/bookworm/). Would someone please add a Raspbian 12 distribution to OBS?
Thank you.
On Mon, 2024-01-15 at 10:30 +0000, Mark Grant wrote:
On Thu, 2024-01-11 at 15:05 +0100, Adrian Schröter wrote:
On Donnerstag, 11. Januar 2024, 10:15:55 CET Mark Grant wrote:
I would also appreciate the addition of Raspbian 12.
It is there since quite some time.
But I added it also to the webui shortcut list now
Thanks for that, it is there and works for armv7l but aarch64 does not appear. Sorry, to be clear. Build flags are available and set for aarch64 / Raspbian _12 but no build for that architecture takes place.
Mark
Mark
On Fri, 2023-11-17 at 10:34 +0000, John Serock wrote:
Raspbian 12 was released (https://archive.raspbian.org/raspbian/dists/bookworm/). Would someone please add a Raspbian 12 distribution to OBS?
Thank you.
On Montag, 15. Januar 2024, 11:34:58 CET Mark Grant wrote:
On Mon, 2024-01-15 at 10:30 +0000, Mark Grant wrote:
On Thu, 2024-01-11 at 15:05 +0100, Adrian Schröter wrote:
On Donnerstag, 11. Januar 2024, 10:15:55 CET Mark Grant wrote:
I would also appreciate the addition of Raspbian 12.
It is there since quite some time.
But I added it also to the webui shortcut list now
Thanks for that, it is there and works for armv7l but aarch64 does not appear. Sorry, to be clear. Build flags are available and set for aarch64 / Raspbian _12 but no build for that architecture takes place.
Do you have any resource for that? It is not at the usual archive site and on the download site there seems to be only images. But no debian tree. Do you have a concrete URL where apt is fetching the packages? -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Frankenstraße 146, 90461 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
I downloaded the 64-bit Raspberry Pi OS Lite image from https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-b... and mounted the 2023-12-11-raspios-bookworm-arm64-lite.img. In /rootfs/etc/apt/sources.list and /rootfs/etc/apt/sources.list.d/raspi.list, I see 3 debian repos and 1 raspberrypi repo: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware deb http://archive.raspberrypi.com/debian/ bookworm main There's some good info at https://forums.raspberrypi.com/viewtopic.php?t=333285, like "Raspbian is only armhf. There is no 64-bit Raspbian. It is the main reason why the official images were renamed Raspberry Pi OS when the 64-bit images were introduced.".
After I added the Raspbian_12 distribution, my project initially built for only armv7l. To get it to build for aarch64, I had to edit the Raspbian_12 repository (build.opensuse.org > Your Home Project > Repositories > Edit Repository of Raspbian_12) to set the aarch64 architecture flag.
On Mon, 2024-01-15 at 11:28 +0000, John Serock wrote:
After I added the Raspbian_12 distribution, my project initially built for only armv7l. To get it to build for aarch64, I had to edit the Raspbian_12 repository (build.opensuse.org > Your Home Project > Repositories > Edit Repository of Raspbian_12) to set the aarch64 architecture flag.
Thanks for this, it worked perfectly. I had only checked the 'Repository Flags' Tables on the same page. Regards, Mark
On Montag, 15. Januar 2024, 16:28:10 CET Mark Grant wrote:
On Mon, 2024-01-15 at 11:28 +0000, John Serock wrote:
After I added the Raspbian_12 distribution, my project initially built for only armv7l. To get it to build for aarch64, I had to edit the Raspbian_12 repository (build.opensuse.org > Your Home Project > Repositories > Edit Repository of Raspbian_12) to set the aarch64 architecture flag.
Thanks for this, it worked perfectly. I had only checked the 'Repository Flags' Tables on the same page.
you will get the normal Debian:12 build then. (no need to build for Debian and Raspbian 12 as this is identical) -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Frankenstraße 146, 90461 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
On Mon, 2024-01-15 at 16:33 +0100, Adrian Schröter wrote:
On Montag, 15. Januar 2024, 16:28:10 CET Mark Grant wrote:
On Mon, 2024-01-15 at 11:28 +0000, John Serock wrote:
After I added the Raspbian_12 distribution, my project initially built for only armv7l. To get it to build for aarch64, I had to edit the Raspbian_12 repository (build.opensuse.org > Your Home Project > Repositories > Edit Repository of Raspbian_12) to set the aarch64 architecture flag.
Thanks for this, it worked perfectly. I had only checked the 'Repository Flags' Tables on the same page.
you will get the normal Debian:12 build then.
I am having trouble finding an authoritative source and at the moment I do not have a Pi running 64bit, however, it does appear that for arm64 the Pi uses the debian package repositories directly (excluding firmware). Mark
(no need to build for Debian and Raspbian 12 as this is identical)
participants (3)
-
Adrian Schröter
-
John Serock
-
Mark Grant