diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-02 17:22:40 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-02 17:22:40 -0500 |
commit | 90ef22f6866b1d0e43d5e3a31af639a5f2573e7c (patch) | |
tree | 968e3bf77065001ade144226f67c54bf1e3d7df5 | |
parent | 5c7cb7bd713df635c921759e32673e2fa4a14592 (diff) | |
download | mlinux-3.2-mtcap-beta.tar.gz mlinux-3.2-mtcap-beta.tar.bz2 mlinux-3.2-mtcap-beta.zip |
mtcap: add support for Conduit Access Point (codename Picocell)3.2-mtcap-beta
m--------- | layers/meta-mlinux | 0 | ||||
m--------- | layers/meta-multitech | 0 | ||||
-rwxr-xr-x | setup.sh | 9 |
3 files changed, 7 insertions, 2 deletions
diff --git a/layers/meta-mlinux b/layers/meta-mlinux -Subproject bef71a891e7f4c00fcddf7ebdf7ac55d7c40ab7 +Subproject 961165c078505e47405a974bd77103255707277 diff --git a/layers/meta-multitech b/layers/meta-multitech -Subproject 386d841ee45b5084baf86d693d9c705be6a6d2f +Subproject 47bab11486b952e842f956250bce4c378d471be @@ -4,8 +4,8 @@ set -e echo "" echo "Setting up git hooks..." -ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit -ln -s ../../scripts/git-hooks/pre-push .git/hooks/pre-push +ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit || true +ln -s ../../scripts/git-hooks/pre-push .git/hooks/pre-push || true echo "" echo "Updating git submodules..." @@ -56,3 +56,8 @@ echo "" echo "To build mlinux-base-image:" echo " source env-oe.sh" echo " bitbake mlinux-base-image" +echo "" +echo "To build mlinux-mtcap-image:" +echo " source env-oe.sh" +echo " MACHINE=mtcap bitbake mlinux-mtcap-image" + |