1
0
forked from brl/citadel
Subgraph Citadel image builder
Go to file
2018-01-22 22:07:36 -05:00
meta-citadel recipe for debootstrap 2018-01-22 22:03:39 -05:00
meta-citadel-distro add some packages 2018-01-22 22:06:34 -05:00
meta-foreign removed 2018-01-18 18:26:39 -05:00
meta-intel Merge commit '5789f1b122ac5b32dce85e80a36dafe049c757cd' as 'meta-intel' 2017-12-04 16:35:46 -05:00
poky
scripts dont ask for confirmation to create physical volume 2018-01-22 22:06:04 -05:00
.gitignore
README.md The thing you want to build now is 'citadel-image' 2018-01-22 22:07:36 -05:00
setup-build-env more changes .... 2018-01-18 18:22:23 -05:00

Very basic build instructions

$ source setup-build-env
$ bitbake citadel-image

Git subtrees included

$ git subtree add --prefix poky git://git.yoctoproject.org/poky.git master --squash
$ git subtree add --prefix meta-intel  git://git.yoctoproject.org/meta-intel.git master --squash
$ git gc && git prune
  • https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree
  • https://legacy-developer.atlassian.com/blog/2015/05/the-power-of-git-subtree/