tizen-distro: configure combo-layer
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 8 Jan 2015 14:29:16 +0000 (06:29 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:09:20 +0000 (08:09 -0800)
commit7838d9ea5fa9b46f6ea5ccec5772462264364831
tree32e881fdf0395c98fe42f0f291af2202e07f53fa
parent131980ac2599a8132135d8324bdf80832d13a07c
tizen-distro: configure combo-layer

Up to this point, the tizen-distro repository is identical to the poky
master branch minus the "yocto" and "documentation" parts. It was created
by checking out 081fddd3e464935e5f438a7686eb8f8856da6281 (the commit where
"dizzy" was branched off from master) and stripping out these undesired files
with: git filter-branch --prune-empty --tree-filter 'rm -rf *yocto* documentation' HEAD

Then the last_revision properties for bitbake and openembedded-core were set
based on the commit messages generated in poky by the combo-layer commit hook.
Because these extra comments are useful, the same commit hooks are also
used in tizen-distro.

Now the repository is ready for importing the other components.
README.tizen-distro [new file with mode: 0644]
conf/.gitignore [new file with mode: 0644]
conf/combo-layer-local-sample.conf [new file with mode: 0644]
conf/combo-layer.conf [new file with mode: 0644]
conf/combo-layerhook-bitbake.sh [new file with mode: 0755]
conf/combo-layerhook-meta-openembedded.sh [new file with mode: 0755]
conf/combo-layerhook-meta-qt5.sh [new file with mode: 0755]
conf/combo-layerhook-meta-tizen.sh [new file with mode: 0755]
conf/combo-layerhook-openembedded-core.sh [new file with mode: 0755]