From: Florian Boor Date: Thu, 30 Aug 2018 21:11:24 +0000 (+0200) Subject: local.conf.sample: tune sizes and features X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=commitdiff_plain;h=806b5b6c3f9d06d794ae163f106f95e9e0d1d17a local.conf.sample: tune sizes and features --- diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 72a37b0..e7f8b82 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -1,16 +1,18 @@ # Global preferences MACHINE ?= "topasa900" DISTRO ?= "poky" + # kernel too old for systemd! -DISTRO_FEATURES_remove = "wayland systemd" -DISTRO_FEATURES_remove = "opengl" +DISTRO_FEATURES_remove = "wayland systemd x11 phone 3g" +DISTRO_FEATURES_remove = "opengl nfc" DISTRO_FEATURES_BACKFILL_CONSIDERED = "gobject-introspection-data" PACKAGE_CLASSES ?= "package_ipk" EXTRA_IMAGE_FEATURES ?= "debug-tweaks splash package-management" -IMAGE_FSTYPES = "tar.gz ubi" +IMAGE_FSTYPES = "ubi" USER_CLASSES ?= "buildstats image-mklibs" PATCHRESOLVE = "noop" CONF_VERSION = "1" +LICENSE_FLAGS_WHITELIST = "commercial" # Directories DL_DIR ?= "${BSPDIR}/downloads" @@ -24,6 +26,10 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" PACKAGECONFIG_append_pn-qtdeclarative = " qtxmlpatterns" PACKAGECONFIG_append_pn-qtbase = "accessibility qml-debug" +# do not install kernel binary to filesystem +RDEPENDS_kernel-base = "" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" + # We use our own splash tool SPLASH = "psplash-mucross" PREFERRED_PROVIDER_virtual/psplash = "psplash-mucross" @@ -39,8 +45,8 @@ PREMIRRORS_prepend = "\ ARCHIVER_MODE[src] = "original" ARCHIVER_MODE[diff] = "1" ARCHIVER_MODE[recipe] = "1" -COPY_LIC_MANIFEST = "1" -COPY_LIC_DIRS = "1" +COPY_LIC_MANIFEST = "0" +COPY_LIC_DIRS = "0" COPYLEFT_RECIPE_TYPE = "target" LICENSE_CREATE_PACKAGE = "1"