diff options
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 17 |
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. |
122 | RDEPENDS_${PN}-mtrace_pn-eglibc = "" | 122 | RDEPENDS_${PN}-mtrace_pn-eglibc = "" |
123 | |||
124 | INHERIT += "blacklist" | ||
125 | PNBLACKLIST[build-appliance-image] = "not buildable with poky-tiny" | ||
126 | PNBLACKLIST[core-image-base] = "not buildable with poky-tiny" | ||
127 | PNBLACKLIST[core-image-basic] = "not buildable with poky-tiny" | ||
128 | PNBLACKLIST[core-image-clutter] = "not buildable with poky-tiny" | ||
129 | PNBLACKLIST[core-image-gtk-directfb] = "not buildable with poky-tiny" | ||
130 | PNBLACKLIST[core-image-lsb] = "not buildable with poky-tiny" | ||
131 | PNBLACKLIST[core-image-lsb-dev] = "not buildable with poky-tiny" | ||
132 | PNBLACKLIST[core-image-lsb-sdk] = "not buildable with poky-tiny" | ||
133 | PNBLACKLIST[core-image-rt] = "not buildable with poky-tiny" | ||
134 | PNBLACKLIST[core-image-rt-sdk] = "not buildable with poky-tiny" | ||
135 | PNBLACKLIST[core-image-sato] = "not buildable with poky-tiny" | ||
136 | PNBLACKLIST[core-image-sato-dev] = "not buildable with poky-tiny" | ||
137 | PNBLACKLIST[core-image-sato-sdk] = "not buildable with poky-tiny" | ||
138 | PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny" | ||
139 | PNBLACKLIST[qt4e-demo-image] = "not buildable with poky-tiny" | ||