diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-12-28 05:05:30 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-12-28 05:05:30 +0000 |
commit | 924e882216f2a6328ab811eb14a4b890c7c06cb1 (patch) | |
tree | e45cea0d208430713f75d09b1367cf7c5fcca6ce /packages/meta/unslung-image.bb | |
parent | b923f73c764154d3ac04cc57479fda6a30a33776 (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/meta/unslung-image.bb')
-rw-r--r-- | packages/meta/unslung-image.bb | 3 |
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" |