From: Rod Whitby Date: Tue, 28 Dec 2004 05:05:30 +0000 (+0000) Subject: Changed the order of unslung-standard and unslung-able, so the kernel module ipk... X-Git-Tag: Release-2010-05/1~15553 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924e882216f2a6328ab811eb14a4b890c7c06cb1;p=openembedded.git Changed the order of unslung-standard and unslung-able, so the kernel module ipk files left in tmp/deploy/ipk after a clean rebuild are the standard ones (which should work on both). BKrev: 41d0e99aSS25D5V2xfBubpe5OW2Sjw --- diff --git a/packages/meta/unslung-image.bb b/packages/meta/unslung-image.bb index e69de29bb2..82ba6391dd 100644 --- a/packages/meta/unslung-image.bb +++ b/packages/meta/unslung-image.bb @@ -0,0 +1,3 @@ +# Put the standard image last, so that the kernel modules that are built will work on both. +DEPENDS = "unslung-able-image unslung-standard-image" +EXCLUDE_FROM_WORLD = "1"