diff options
| author | Piotr Łobacz <p.lobacz@welotec.com> | 2023-07-12 21:04:24 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-19 18:00:32 +0100 |
| commit | 0c1de5c5c5dadf09ef000641887a29a55cdc1426 (patch) | |
| tree | 3bc491d0716de9119b3dd8dccc599ba1b800c5ea /meta/conf/bitbake.conf | |
| parent | 27957137d7294ddbc9e85d0f0801924cc23b3b6a (diff) | |
| download | poky-0c1de5c5c5dadf09ef000641887a29a55cdc1426.tar.gz | |
bitbake.conf: Add acl distro native features support
Include support for ACLs for native builds by default.
(From OE-Core rev: eeb3f8e893e351520f3b8e642027e0dd6ca7c08b)
Signed-off-by: Piotr Łobacz <p.lobacz@welotec.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9625a6fef4..8daaaad615 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -904,7 +904,7 @@ IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" | |||
| 904 | 904 | ||
| 905 | # Native distro features (will always be used for -native, even if they | 905 | # Native distro features (will always be used for -native, even if they |
| 906 | # are not enabled for target) | 906 | # are not enabled for target) |
| 907 | DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" | 907 | DISTRO_FEATURES_NATIVE ?= "acl x11 ipv6 xattr" |
| 908 | DISTRO_FEATURES_NATIVESDK ?= "x11" | 908 | DISTRO_FEATURES_NATIVESDK ?= "x11" |
| 909 | 909 | ||
| 910 | # Normally target distro features will not be applied to native builds: | 910 | # Normally target distro features will not be applied to native builds: |
