diff options
-rw-r--r-- | packages/images/dsplink-test-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/dsplink-test-image.bb b/packages/images/dsplink-test-image.bb index 10c3401e1f..1bf8151c2f 100644 --- a/packages/images/dsplink-test-image.bb +++ b/packages/images/dsplink-test-image.bb @@ -1,7 +1,7 @@ # This image is a bare-bones image to test the TI dsplink modules require minimal-image.bb -IMAGE_INSTALL += "dsplink" +IMAGE_INSTALL += "dsplink-module ti-cmemk-module" export IMAGE_BASENAME = "dsplink-testing-image" |