diff options
Diffstat (limited to 'packages/images/dsplink-test-image.bb')
-rw-r--r-- | packages/images/dsplink-test-image.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/images/dsplink-test-image.bb b/packages/images/dsplink-test-image.bb new file mode 100644 index 0000000000..10c3401e1f --- /dev/null +++ b/packages/images/dsplink-test-image.bb @@ -0,0 +1,7 @@ +# This image is a bare-bones image to test the TI dsplink modules + +require minimal-image.bb +IMAGE_INSTALL += "dsplink" + +export IMAGE_BASENAME = "dsplink-testing-image" + |