Bitbake on Ubuntu 24.04
Bitbake funktioniert nicht mit der Ubuntu 24.04 AppArmor konfiguration, siehe bug ticket.
Lösung:
Basierend auf https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890.
Erstelle ein AppArmor Konifguration /etc/apparmor.d/bitbake
mit folgendem Inhalt:
abi <abi/4.0>,
include <tunables/global>
/home/**/bitbake/bin/bitbake flags=(unconfined) {
userns,
}
Und lade das neue AppArmor Profil: sudo apparmor_parser -r /etc/apparmor.d/bitbake
No Comments