Re: Problem run bitbake on terminal in ubuntu #compiler #poky #yocto #bitbake
"Simon A. Eugster" <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Hi Gabriele,
Another option is to use a custom profile instead of a global disable.
Put this to /etc/apparmor.d/bitbake:
abi <abi/4.0>,
include <tunables/global>
profile bitbake /path-to-your/bitbake flags=(unconfined) {
userns,
}
Then add it to the kernel with
cat /etc/apparmor.d/bitbake | sudo apparmor_parser -a
Simon