mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
setup.sh: Drop setting largefile in DISTRO_FEATURES
This feature is deprecated and removed Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f016e25636
commit
03ff37072f
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -68,7 +68,7 @@ require conf/distro/include/security_flags.inc
|
||||||
|
|
||||||
INHERIT += "uninative"
|
INHERIT += "uninative"
|
||||||
|
|
||||||
DISTRO_FEATURES:append = " largefile opengl ptest multiarch wayland pam systemd "
|
DISTRO_FEATURES:append = " opengl ptest multiarch wayland pam systemd "
|
||||||
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
|
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
|
||||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||||
HOSTTOOLS_NONFATAL:append = " ssh"
|
HOSTTOOLS_NONFATAL:append = " ssh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue