diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-27 15:19:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 11:11:20 +0000 |
commit | 3360ba56664cd3e26cb0e4237af0a2ea76b19dd4 (patch) | |
tree | b0ba6501f304696a83367adfdfdfef026fb7a706 /meta/conf | |
parent | f6728edb7e022b27223d28bd80ce40c2f2374a13 (diff) | |
download | poky-3360ba56664cd3e26cb0e4237af0a2ea76b19dd4.tar.gz |
default-distrovars.inc: add vfat to DISTRO_FEATURES
This is beneficial for parted ptests in particular, as
they expect vfat functionality to work.
(From OE-Core rev: 85eb0cdc16b89dc7d3bce0c0b1c22b68f684ef05)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 10d86cf7b1..433d4b6651 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -10,7 +10,7 @@ LOCALE_UTF8_ONLY ?= "0" | |||
10 | LOCALE_UTF8_IS_DEFAULT ?= "1" | 10 | LOCALE_UTF8_IS_DEFAULT ?= "1" |
11 | LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0" | 11 | LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0" |
12 | 12 | ||
13 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11" | 13 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat" |
14 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" | 14 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" |
15 | IMAGE_FEATURES ?= "" | 15 | IMAGE_FEATURES ?= "" |
16 | 16 | ||