From 924e882216f2a6328ab811eb14a4b890c7c06cb1 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 28 Dec 2004 05:05:30 +0000 Subject: 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 --- packages/meta/unslung-image.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/meta') 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" -- cgit v1.2.3