aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorAlex Franco <alejandro.franco@linux.intel.com>2015-10-07 10:51:12 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-19 17:54:50 +0100
commit6d47b3c277a3bb0f031084c24903a3412d7f4550 (patch)
tree46ea3d10a11591b7a44b7b25ec42089f6aa0b16f /meta-selftest
parent588de5198c641ea1cfc3e01a6d129296bd2f706b (diff)
downloadopenembedded-core-contrib-6d47b3c277a3bb0f031084c24903a3412d7f4550.tar.gz
test-empty-image: rename from core-image-empty
As the empty image isn't a "core" image, and it's meant for testing Additionally, don't set LICENSE as it is inherited from image [YOCTO #7664] Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-test/images/test-empty-image.bb (renamed from meta-selftest/recipes-test/images/core-image-empty.bb)1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/images/core-image-empty.bb b/meta-selftest/recipes-test/images/test-empty-image.bb
index 550567c261..88d8d612e8 100644
--- a/meta-selftest/recipes-test/images/core-image-empty.bb
+++ b/meta-selftest/recipes-test/images/test-empty-image.bb
@@ -2,6 +2,5 @@ SUMMARY = "An empty image."
IMAGE_INSTALL = ""
IMAGE_LINGUAS = ""
PACKAGE_INSTALL = ""
-LICENSE = "MIT"
inherit image
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283