diff options
Diffstat (limited to 'packages/meta')
-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" |