Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemomobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
nemomobile
Commits
79b6066e
Commit
79b6066e
authored
Feb 18, 2017
by
anyc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add swift (Asus Zenwatch 3)
parent
271db2d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+1
-1
prepare-build.sh
prepare-build.sh
+4
-0
No files found.
README.md
View file @
79b6066e
...
...
@@ -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/
)
.
...
...
prepare-build.sh
View file @
79b6066e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment