diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-11 15:33:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-11 15:33:31 +0100 |
commit | 0c618041b2f148802266d6edb8aeb38df1711b79 (patch) | |
tree | 80252114148e9b804b5886d1d8d00d14ef18bd7e /packages/images | |
parent | 13a3c309676e07608f0458cc65731be7c177410e (diff) |
dsplink-test-image: update dsplink module names
Diffstat (limited to 'packages/images')
-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" |