profile: Set features for minimal distribution 77/170677/5
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 24 Jan 2018 12:33:54 +0000 (13:33 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Mon, 23 Jul 2018 17:35:57 +0000 (19:35 +0200)
These options shrink the image size by removing manuals, info
and other forms of documentation from packages.

Change-Id: I93ba4ef031b956a1f6669a34a7c9c47066873de9
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
profiles/default/linux/arm/17.0/armv7a/nanopi/make.defaults

index cc87697..d6b0365 100644 (file)
@@ -1,3 +1,4 @@
 USE="minimal -sendmail -pam -acl -seccomp -xattr -vtv -native-extensions -ipv6 -nls -ncurses -mime"
 CFLAGS="-O2 -pipe -fomit-frame-pointer -march=armv7-a -mtune=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4"
 CXXFLAGS="${CFLAGS}"
+FEATURES="noman noinfo nodoc"