diff options
| author | Manuel Traut <manut@linutronix.de> | 2015-02-03 11:14:21 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2015-02-03 12:12:49 +0100 |
| commit | a049988d0d1c590ab0d6af8422fec387826d7559 (patch) | |
| tree | 70e1f21afb9765af41942bbb629670be76a4b9b0 | |
| parent | 2121a47b5789d93b4ad538562d19c831daf9d0e3 (diff) | |
rename own distro to match slides
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -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 = "" |
