Subgraph Citadel image builder
Go to file
2017-12-12 15:20:36 -05:00
meta-citadel
meta-citadel-distro Install /etc/locale.conf to set locale correctly 2017-12-12 15:20:36 -05:00
meta-intel Merge commit '5789f1b122ac5b32dce85e80a36dafe049c757cd' as 'meta-intel' 2017-12-04 16:35:46 -05:00
poky Merge commit '098b8f982b61f2bd11c170d2e9eefce90bd7736b' as 'poky' 2017-12-04 16:35:29 -05:00
.gitignore Squashed 'meta-intel/' content from commit c811c0b338 2017-12-04 16:35:46 -05:00
README.md
setup-build-env

Very basic build instructions

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

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/