bblayers.conf.sample: add meta-selinux layer to all supported platforms
This layer has no effect unless "selinux" is in the DISTRO_FEATURES, so it's safe to add it to our default builds. https://onedigi.atlassian.net/browse/DEL-7641 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
4876bc07b6
commit
3bccb2a6dd
|
|
@ -19,6 +19,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-python2 \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-selinux \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-python2 \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-selinux \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-python2 \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-imx/meta-ml \
|
||||
##DIGIBASE##/meta-selinux \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-python2 \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-imx/meta-ml \
|
||||
##DIGIBASE##/meta-selinux \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-python2 \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-selinux \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-python2 \
|
||||
##DIGIBASE##/meta-webkit \
|
||||
##DIGIBASE##/meta-imx/meta-ml \
|
||||
##DIGIBASE##/meta-selinux \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue