Commit 79b6066e authored by anyc's avatar anyc

add swift (Asus Zenwatch 3)

parent 271db2d4
......@@ -6,7 +6,7 @@ AsteroidOS build system
You can fully build a flashable image from source with the following commands, but be careful it will take several hours:
. ./prepare-build.sh
bitbake asteroid-image
bitbake asteroid-image <your machine id, e.g., dory>
For more information report to [the documentation](https://asteroidos.org/wiki/documentation/).
......
......@@ -61,6 +61,9 @@ fi
if [ ! -d src/meta-sturgeon-hybris ] ; then
git clone https://github.com/AsteroidOS/meta-sturgeon-hybris src/meta-sturgeon-hybris
fi
if [ ! -d src/meta-swift-hybris ] ; then
git clone https://github.com/AsteroidOS/meta-swift-hybris src/meta-swift-hybris
fi
# Create local.conf and bblayers.conf on first run
if [ ! -e $ROOTDIR/build/conf/local.conf ]; then
......@@ -108,6 +111,7 @@ BBLAYERS = " \\
$ROOTDIR/src/meta-bass-hybris \\
$ROOTDIR/src/meta-dory-hybris \\
$ROOTDIR/src/meta-sturgeon-hybris \\
$ROOTDIR/src/meta-swift-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