summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index d40748e174..9197a7c1d5 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -120,3 +120,20 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
120# will build perl in case this package is installed. Since we don't care about 120# will build perl in case this package is installed. Since we don't care about
121# this script for the purposes of tiny, remove the dependency from here. 121# this script for the purposes of tiny, remove the dependency from here.
122RDEPENDS_${PN}-mtrace_pn-eglibc = "" 122RDEPENDS_${PN}-mtrace_pn-eglibc = ""
123
124INHERIT += "blacklist"
125PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny"
126PNBLACKLIST[core-image-base] = "not buildable with poky-tiny"
127PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny"
128PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny"
129PNBLACKLIST[core-image-gtk-directfb] = "not buildable with poky-tiny"
130PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny"
131PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny"
132PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny"
133PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny"
134PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny"
135PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny"
136PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny"
137PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny"
138PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
139PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny"