diff options
Diffstat (limited to 'recipes/images/dsplink-test-image.bb')
-rw-r--r-- | recipes/images/dsplink-test-image.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/images/dsplink-test-image.bb b/recipes/images/dsplink-test-image.bb new file mode 100644 index 0000000000..1bf8151c2f --- /dev/null +++ b/recipes/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-module ti-cmemk-module" + +export IMAGE_BASENAME = "dsplink-testing-image" + |