summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2004-12-28 05:05:30 +0000
committerRod Whitby <rod@whitby.id.au>2004-12-28 05:05:30 +0000
commit924e882216f2a6328ab811eb14a4b890c7c06cb1 (patch)
treee45cea0d208430713f75d09b1367cf7c5fcca6ce /packages
parentb923f73c764154d3ac04cc57479fda6a30a33776 (diff)
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
Diffstat (limited to 'packages')
-rw-r--r--packages/meta/unslung-image.bb3
1 files changed, 3 insertions, 0 deletions
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"