mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
README: Fix BBMASK regex.
* Thanks to Gary Thomas for pointing this out.
This commit is contained in:
parent
d1e802561a
commit
d9bffb9463
2
README
2
README
|
@ -22,7 +22,7 @@ mask few recipes requiring systemd or other recipes not included in your distrib
|
|||
|
||||
You can achieve this by adding something like the following to local.conf:
|
||||
|
||||
BBMASK = "meta-raspberrypi/recipes-multimedia/libav meta-raspberrypi/recipes-core/systemd"
|
||||
BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd"
|
||||
|
||||
You can adjust the BBMASK for any .bbappends that your distribution does not contain recipes for.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user