summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf (renamed from distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf)36
1 files changed, 18 insertions, 18 deletions
diff --git a/distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf b/distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf
index 945fdbb..cc5b717 100644
--- a/distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf
+++ b/distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf
@@ -1,4 +1,4 @@
-# Distribution definition for: lxt
+# Distribution definition for: mini
#
# Copyright (c) 2011, Intel Corporation.
# All rights reserved.
@@ -29,7 +29,7 @@
# [ ] Modify busybox to allow for DISTRO_FEATURES-like confiruration
require conf/distro/poky.conf
-DISTRO = "lxt"
+DISTRO = "mini"
# FIXME: consider adding a new "tiny" feature
#DISTRO_FEATURES_append = " tiny"
@@ -101,22 +101,22 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
RDEPENDS_${PN}-mtrace_pn-eglibc = ""
INHERIT += "blacklist"
-PNBLACKLIST[build-appliance-image] = "not buildable with lxt"
-PNBLACKLIST[core-image-base] = "not buildable with lxt"
-PNBLACKLIST[core-image-clutter] = "not buildable with lxt"
-PNBLACKLIST[core-image-directfb] = "not buildable with lxt"
-PNBLACKLIST[core-image-full-cmdline] = "not buildable with lxt"
-PNBLACKLIST[core-image-lsb] = "not buildable with lxt"
-PNBLACKLIST[core-image-lsb-dev] = "not buildable with lxt"
-PNBLACKLIST[core-image-lsb-sdk] = "not buildable with lxt"
-PNBLACKLIST[core-image-rt] = "not buildable with lxt"
-PNBLACKLIST[core-image-rt-sdk] = "not buildable with lxt"
-PNBLACKLIST[core-image-sato] = "not buildable with lxt"
-PNBLACKLIST[core-image-sato-dev] = "not buildable with lxt"
-PNBLACKLIST[core-image-sato-sdk] = "not buildable with lxt"
-PNBLACKLIST[core-image-x11] = "not buildable with lxt"
-PNBLACKLIST[qt4e-demo-image] = "not buildable with lxt"
-PNBLACKLIST[core-image-weston] = "not buildable with lxt"
+PNBLACKLIST[build-appliance-image] = "not buildable with mini"
+PNBLACKLIST[core-image-base] = "not buildable with mini"
+PNBLACKLIST[core-image-clutter] = "not buildable with mini"
+PNBLACKLIST[core-image-directfb] = "not buildable with mini"
+PNBLACKLIST[core-image-full-cmdline] = "not buildable with mini"
+PNBLACKLIST[core-image-lsb] = "not buildable with mini"
+PNBLACKLIST[core-image-lsb-dev] = "not buildable with mini"
+PNBLACKLIST[core-image-lsb-sdk] = "not buildable with mini"
+PNBLACKLIST[core-image-rt] = "not buildable with mini"
+PNBLACKLIST[core-image-rt-sdk] = "not buildable with mini"
+PNBLACKLIST[core-image-sato] = "not buildable with mini"
+PNBLACKLIST[core-image-sato-dev] = "not buildable with mini"
+PNBLACKLIST[core-image-sato-sdk] = "not buildable with mini"
+PNBLACKLIST[core-image-x11] = "not buildable with mini"
+PNBLACKLIST[qt4e-demo-image] = "not buildable with mini"
+PNBLACKLIST[core-image-weston] = "not buildable with mini"
# Disable python usage in opkg-utils since it won't build with tiny config
PACKAGECONFIG_pn-opkg-utils = ""