From 90ef22f6866b1d0e43d5e3a31af639a5f2573e7c Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Wed, 2 Nov 2016 17:22:40 -0500 Subject: mtcap: add support for Conduit Access Point (codename Picocell) --- layers/meta-mlinux | 2 +- layers/meta-multitech | 2 +- setup.sh | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/layers/meta-mlinux b/layers/meta-mlinux index bef71a8..961165c 160000 --- a/layers/meta-mlinux +++ b/layers/meta-mlinux @@ -1 +1 @@ -Subproject commit bef71a891e7f4c00fcddf7ebdf7ac55d7c40ab71 +Subproject commit 961165c078505e47405a974bd771032557072776 diff --git a/layers/meta-multitech b/layers/meta-multitech index 386d841..47bab11 160000 --- a/layers/meta-multitech +++ b/layers/meta-multitech @@ -1 +1 @@ -Subproject commit 386d841ee45b5084baf86d693d9c705be6a6d2fe +Subproject commit 47bab11486b952e842f956250bce4c378d471bea 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" + -- cgit v1.2.3