summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-11-02 17:22:40 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-11-02 17:22:40 -0500
commit90ef22f6866b1d0e43d5e3a31af639a5f2573e7c (patch)
tree968e3bf77065001ade144226f67c54bf1e3d7df5
parent5c7cb7bd713df635c921759e32673e2fa4a14592 (diff)
downloadmlinux-90ef22f6866b1d0e43d5e3a31af639a5f2573e7c.tar.gz
mlinux-90ef22f6866b1d0e43d5e3a31af639a5f2573e7c.tar.bz2
mlinux-90ef22f6866b1d0e43d5e3a31af639a5f2573e7c.zip
mtcap: add support for Conduit Access Point (codename Picocell)3.2-mtcap-beta
m---------layers/meta-mlinux0
m---------layers/meta-multitech0
-rwxr-xr-xsetup.sh9
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
diff --git a/setup.sh b/setup.sh
index ec460f5..28f6249 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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"
+