Commit 78b2c830 authored by Florent Revest's avatar Florent Revest Committed by GitHub

Merge pull request #8 from bencord0/master

Add repository for sturgeon (Huawei Watch)
parents 36e73dac 6263c6b7
......@@ -55,6 +55,9 @@ fi
if [ ! -d src/meta-dory-hybris ] ; then
git clone https://github.com/AsteroidOS/meta-dory-hybris src/meta-dory-hybris
fi
if [ ! -d src/meta-sturgeon-hybris ] ; then
git clone https://github.com/AsteroidOS/meta-sturgeon-hybris src/meta-sturgeon-hybris
fi
# Create local.conf and bblayers.conf on first run
if [ ! -e $ROOTDIR/build/conf/local.conf ]; then
......@@ -100,6 +103,7 @@ BBLAYERS = " \\
$ROOTDIR/src/meta-tetra-hybris \\
$ROOTDIR/src/meta-bass-hybris \\
$ROOTDIR/src/meta-dory-hybris \\
$ROOTDIR/src/meta-sturgeon-hybris \\
"
EOF
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment