Skip to content

UpdateHub/updatehub-yocto-project-reference-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

UpdateHub Yocto Project Reference Platform

To get the platform you need to have repo installed and use it as:

Install the repo utility:

$ mkdir ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

Download the platform source:

$ PATH=${PATH}:~/bin
$ mkdir updatehub-platform
$ cd updatehub-platform
$ repo init -u https://github.com/UpdateHub/updatehub-yocto-project-reference-platform.git -b dunfell
$ repo sync

At the end of the commands you have every metadata you need to start work with.

Setup the environment:

$ source ./setup-environment build

Build updatehub-image-base

$ bitbake updatehub-image-base

Contributing

UpdateHub is an open source project and we love to receive contributions from our community. If you would like to contribute, please read our contributing guide.

License

UpdateHub Yocto Project Reference Platform is licensed under the MIT License. See COPYING.MIT for the full license text.

Getting in touch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published