mirror of
git://git.yoctoproject.org/poky-config.git
synced 2025-07-19 21:09:05 +02:00
combo-layer.conf: Update to add b4-config file exclusions
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c7a242c9ac
commit
9944a5ec8a
|
@ -3,18 +3,18 @@ src_uri = git://git.openembedded.org/bitbake
|
||||||
local_repo_dir = /home/richard/Repos/bitbake
|
local_repo_dir = /home/richard/Repos/bitbake
|
||||||
dest_dir = bitbake
|
dest_dir = bitbake
|
||||||
branch = master
|
branch = master
|
||||||
last_revision = 074da4c469d1f4177a1c5be72b9f3ccdfd379d67
|
last_revision = 8843860010c97cc10ff69205d209634639b6c5cd
|
||||||
hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh
|
hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh
|
||||||
file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO
|
file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO .b4-config
|
||||||
|
|
||||||
[oe-core]
|
[oe-core]
|
||||||
src_uri = git://git.openembedded.org/openembedded-core
|
src_uri = git://git.openembedded.org/openembedded-core
|
||||||
local_repo_dir = /home/richard/Repos/oe-core
|
local_repo_dir = /home/richard/Repos/oe-core
|
||||||
dest_dir = .
|
dest_dir = .
|
||||||
branch = master
|
branch = master
|
||||||
last_revision = 744a2277844ec9a384a9ca7dae2a634d5a0d3590
|
last_revision = a1d629a0823cf724bda607ef8d88ee4f722c3a08
|
||||||
hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh
|
hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh
|
||||||
file_exclude = meta/conf/templates/default/bblayers.conf.sample meta/conf/templates/default/local.conf.sample meta/conf/templates/default/local.conf.sample.extended meta/conf/templates/default/site.conf.sample
|
file_exclude = meta/conf/templates/default/bblayers.conf.sample meta/conf/templates/default/local.conf.sample meta/conf/templates/default/local.conf.sample.extended meta/conf/templates/default/site.conf.sample .b4-config
|
||||||
|
|
||||||
[yocto-docs]
|
[yocto-docs]
|
||||||
branch = master
|
branch = master
|
||||||
|
@ -22,7 +22,8 @@ src_uri = git://git.yoctoproject.org/yocto-docs
|
||||||
local_repo_dir = /home/richard/Repos/yocto-docs
|
local_repo_dir = /home/richard/Repos/yocto-docs
|
||||||
dest_dir = .
|
dest_dir = .
|
||||||
file_filter = documentation/
|
file_filter = documentation/
|
||||||
last_revision = a35d1b546c219407bc93c87789a7147a9ade270e
|
file_exclude = .b4-config
|
||||||
|
last_revision = 5f06aaa75867d5bcad09ae8b41eee6848ba4f7c0
|
||||||
hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh
|
hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh
|
||||||
|
|
||||||
[meta-yocto]
|
[meta-yocto]
|
||||||
|
@ -30,6 +31,7 @@ branch = master
|
||||||
src_uri = git://git.yoctoproject.org/meta-yocto
|
src_uri = git://git.yoctoproject.org/meta-yocto
|
||||||
local_repo_dir = /home/richard/Repos/meta-yocto
|
local_repo_dir = /home/richard/Repos/meta-yocto
|
||||||
dest_dir = .
|
dest_dir = .
|
||||||
last_revision = 913bd8ba4dd1d5d2a38261bde985b64a36e36281
|
last_revision = e326d24f8ad6abfb3c8a8ffea18aea4c58474bdc
|
||||||
|
file_exclude = .b4-config
|
||||||
hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh
|
hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user