diff options
author | John Klug <john.klug@multitech.com> | 2017-07-07 17:18:50 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-07-07 17:18:50 -0500 |
commit | 05f7771003c9c0396f713453974daa7b60fe64d0 (patch) | |
tree | 5fec3da8577e0fff315bffc80cb26efd7267360c /recipes-core/images | |
parent | 87f0d6ae984c52cde9d97861c92e619aa22c7e8a (diff) | |
download | meta-mlinux-05f7771003c9c0396f713453974daa7b60fe64d0.tar.gz meta-mlinux-05f7771003c9c0396f713453974daa7b60fe64d0.tar.bz2 meta-mlinux-05f7771003c9c0396f713453974daa7b60fe64d0.zip |
Create an SDK recipe with boost-dev
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-sdk.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-sdk.bb b/recipes-core/images/mlinux-sdk.bb new file mode 100644 index 0000000..cb3566f --- /dev/null +++ b/recipes-core/images/mlinux-sdk.bb @@ -0,0 +1,5 @@ +# Conduit 0.0 or 0.1 without RS9113 +require mlinux-factory-image.bb +DESCRIPTION = "mLinux SDK" + +IMAGE_INSTALL += "boost" |