diff options
-rwxr-xr-x | buildit-docs | 3 | ||||
-rw-r--r-- | combo-layer-dunfell.conf | 35 | ||||
-rw-r--r-- | combo-layer-next.conf | 8 | ||||
-rw-r--r-- | combo-layer-rocko.conf | 2 | ||||
-rw-r--r-- | combo-layer-sumo.conf | 8 | ||||
-rw-r--r-- | combo-layer-thud.conf | 8 | ||||
-rw-r--r-- | combo-layer-warrior.conf | 35 | ||||
-rw-r--r-- | combo-layer-zeus.conf | 35 | ||||
-rw-r--r-- | combo-layer.conf | 8 | ||||
-rwxr-xr-x | do-ba | 6 | ||||
-rwxr-xr-x | pushit | 14 |
11 files changed, 137 insertions, 25 deletions
diff --git a/buildit-docs b/buildit-docs index 2ddcded..c580641 100755 --- a/buildit-docs +++ b/buildit-docs @@ -1,6 +1,7 @@ cd ~/Repos/yocto-docs git fetch origin -for i in master daisy dora dylan dizzy fido jethro krogoth morty pyro rocko sumo thud; do +# daisy dora dylan dizzy fido jethro krogoth morty pyro rocko +for i in master sumo thud warrior zeus dunfell; do git checkout $i git rebase origin/$i done diff --git a/combo-layer-dunfell.conf b/combo-layer-dunfell.conf new file mode 100644 index 0000000..82ba340 --- /dev/null +++ b/combo-layer-dunfell.conf @@ -0,0 +1,35 @@ +[bitbake] +src_uri = git://git.openembedded.org/bitbake +local_repo_dir = /home/richard/Repos/bitbake +dest_dir = bitbake +branch = 1.46 +last_revision = b94dec477a8d48ebceec91952ba290798c56c1f5 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh +file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO + +[oe-core] +src_uri = git://git.openembedded.org/openembedded-core +local_repo_dir = /home/richard/Repos/oe-core +dest_dir = . +branch = dunfell +last_revision = 1795f30d8ab73d35710ca99064c51190dc84853e +hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh +file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample + +[yocto-docs] +src_uri = git://git.yoctoproject.org/yocto-docs +local_repo_dir = /home/richard/Repos/yocto-docs +dest_dir = . +file_filter = documentation/ +branch = dunfell +last_revision = ac352ad7f95db7eeacb53c2778caa31800bd7c26 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh + +[meta-yocto] +src_uri = git://git.yoctoproject.org/meta-yocto +local_repo_dir = /home/richard/Repos/meta-yocto +dest_dir = . +branch = dunfell +last_revision = 3f6857be9be9ab5e2ede9a416c212487357eec0d +hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh + diff --git a/combo-layer-next.conf b/combo-layer-next.conf index 2d60602..08d0d6a 100644 --- a/combo-layer-next.conf +++ b/combo-layer-next.conf @@ -3,7 +3,7 @@ src_uri = git://git.openembedded.org/bitbake local_repo_dir = /home/richard/Repos/bitbake dest_dir = bitbake branch = master-next -last_revision = fef56d28c3efec4876c379898cbc4d4c65303aee +last_revision = ef95ec728641d1dcb24135ad46bd68c9bb615acf hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO @@ -12,7 +12,7 @@ src_uri = git://git.openembedded.org/openembedded-core local_repo_dir = /home/richard/Repos/oe-core dest_dir = . branch = master-next -last_revision = 8e975655516594ca1f6a99e5cad3167c6217c6c2 +last_revision = 91166c45b1995b68cc9220f96ebcbad88265f8a2 hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample @@ -22,7 +22,7 @@ local_repo_dir = /home/richard/Repos/yocto-docs dest_dir = . file_filter = documentation/ branch = master-next -last_revision = d39d196713a68df8d298f6ed0f40899bc148a323 +last_revision = ac352ad7f95db7eeacb53c2778caa31800bd7c26 hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh [meta-yocto] @@ -30,6 +30,6 @@ src_uri = git://git.yoctoproject.org/meta-yocto local_repo_dir = /home/richard/Repos/meta-yocto dest_dir = . branch = master-next -last_revision = 3b3b77dd9e3f020e9da33ff2a97c9ea3911df15b +last_revision = 3f6857be9be9ab5e2ede9a416c212487357eec0d hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh diff --git a/combo-layer-rocko.conf b/combo-layer-rocko.conf index b0a0fd2..a0ca7e8 100644 --- a/combo-layer-rocko.conf +++ b/combo-layer-rocko.conf @@ -3,7 +3,7 @@ src_uri = git://git.openembedded.org/bitbake local_repo_dir = /home/richard/Repos/bitbake dest_dir = bitbake branch = 1.36 -last_revision = 582f1d7a8d150cf5917dfc1efa844f40131ae4bf +last_revision = 1b989fb76e3e5f044c2e14c7b26a5562803fde9d hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO diff --git a/combo-layer-sumo.conf b/combo-layer-sumo.conf index 457894d..22d1b03 100644 --- a/combo-layer-sumo.conf +++ b/combo-layer-sumo.conf @@ -3,7 +3,7 @@ src_uri = git://git.openembedded.org/bitbake local_repo_dir = /home/richard/Repos/bitbake dest_dir = bitbake branch = 1.38 -last_revision = 0cfc389598939039496488038c18286d2d9fa735 +last_revision = 945719d852da6c787bc9115bd0aa90c429f5de07 hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO @@ -12,7 +12,7 @@ src_uri = git://git.openembedded.org/openembedded-core local_repo_dir = /home/richard/Repos/oe-core dest_dir = . branch = sumo -last_revision = 31f0c5e59c7fb0ae0915de584fbfcf3d95bbb061 +last_revision = 84f19e78d9b1f3d634cf1d46ce48f24670199d0b hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample @@ -22,7 +22,7 @@ local_repo_dir = /home/richard/Repos/yocto-docs dest_dir = . file_filter = documentation/ branch = sumo -last_revision = 7047930390d16d0a349ee552969b72de073a7627 +last_revision = 26c5549580e108c40aa7c95860d12c675596820c hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh [meta-yocto] @@ -30,6 +30,6 @@ src_uri = git://git.yoctoproject.org/meta-yocto local_repo_dir = /home/richard/Repos/meta-yocto dest_dir = . branch = sumo -last_revision = 8bb2d9892b1b24318095282c8c51721dd68751fd +last_revision = c19ec95877614314ab236fd89d9b5055f33de0c4 hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh diff --git a/combo-layer-thud.conf b/combo-layer-thud.conf index dd4ef60..5ad763e 100644 --- a/combo-layer-thud.conf +++ b/combo-layer-thud.conf @@ -3,7 +3,7 @@ src_uri = git://git.openembedded.org/bitbake local_repo_dir = /home/richard/Repos/bitbake dest_dir = bitbake branch = 1.40 -last_revision = 238a936f60cbffb73f7b370b867e45f91925951c +last_revision = b690030efc87850951e8e3ecf4ae3c1dd1dc9b63 hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO @@ -12,7 +12,7 @@ src_uri = git://git.openembedded.org/openembedded-core local_repo_dir = /home/richard/Repos/oe-core dest_dir = . branch = thud -last_revision = 748f946ee74f7480200a7eb0bb0b695467b08f0a +last_revision = e68991ceb5933f7d03b96697e8a0ba0829feb320 hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample @@ -22,7 +22,7 @@ local_repo_dir = /home/richard/Repos/yocto-docs dest_dir = . file_filter = documentation/ branch = thud -last_revision = d085c285a41bacc15aa78a9f3900f4be7c45fa62 +last_revision = 421a80308c36c3da98d5fb6f6100ee3fab6abd0e hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh [meta-yocto] @@ -30,6 +30,6 @@ src_uri = git://git.yoctoproject.org/meta-yocto local_repo_dir = /home/richard/Repos/meta-yocto dest_dir = . branch = thud -last_revision = e9a9591f36d1e7a602fdb245a1f2d1707958e0e5 +last_revision = bf00cab7a55e2038e09a307378af5aec04c99380 hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh diff --git a/combo-layer-warrior.conf b/combo-layer-warrior.conf new file mode 100644 index 0000000..3029ffe --- /dev/null +++ b/combo-layer-warrior.conf @@ -0,0 +1,35 @@ +[bitbake] +src_uri = git://git.openembedded.org/bitbake +local_repo_dir = /home/richard/Repos/bitbake +dest_dir = bitbake +branch = 1.42 +last_revision = 7f7126211170439ac1d7d72e980786ce0edb7bb7 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh +file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO + +[oe-core] +src_uri = git://git.openembedded.org/openembedded-core +local_repo_dir = /home/richard/Repos/oe-core +dest_dir = . +branch = warrior +last_revision = ae341aed81be28232cc34daf4684bc0922f17699 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh +file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample + +[yocto-docs] +src_uri = git://git.yoctoproject.org/yocto-docs +local_repo_dir = /home/richard/Repos/yocto-docs +dest_dir = . +file_filter = documentation/ +branch = warrior +last_revision = a06e6bdf1d8f133dfaf6dad9c49be24f688799c4 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh + +[meta-yocto] +src_uri = git://git.yoctoproject.org/meta-yocto +local_repo_dir = /home/richard/Repos/meta-yocto +dest_dir = . +branch = warrior +last_revision = 2f71279fc293cf18fb2362fab3acea27510e5078 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh + diff --git a/combo-layer-zeus.conf b/combo-layer-zeus.conf new file mode 100644 index 0000000..0bef84d --- /dev/null +++ b/combo-layer-zeus.conf @@ -0,0 +1,35 @@ +[bitbake] +src_uri = git://git.openembedded.org/bitbake +local_repo_dir = /home/richard/Repos/bitbake +dest_dir = bitbake +branch = 1.44 +last_revision = 6836184ef5220488a1127413c7d2e523fc37e2e9 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh +file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO + +[oe-core] +src_uri = git://git.openembedded.org/openembedded-core +local_repo_dir = /home/richard/Repos/oe-core +dest_dir = . +branch = zeus +last_revision = 5ac98c776f9b77804a0ee812f47f3ecf593e432f +hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh +file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample + +[yocto-docs] +src_uri = git://git.yoctoproject.org/yocto-docs +local_repo_dir = /home/richard/Repos/yocto-docs +dest_dir = . +file_filter = documentation/ +branch = zeus +last_revision = ac75b463b23ae6258c1e6f3bbdefc398f3a03d43 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh + +[meta-yocto] +src_uri = git://git.yoctoproject.org/meta-yocto +local_repo_dir = /home/richard/Repos/meta-yocto +dest_dir = . +branch = zeus +last_revision = f9fe37c5dca3e3fd384b70d2f5e7a890271d8d70 +hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh + diff --git a/combo-layer.conf b/combo-layer.conf index 7108017..43c9c7f 100644 --- a/combo-layer.conf +++ b/combo-layer.conf @@ -3,7 +3,7 @@ src_uri = git://git.openembedded.org/bitbake local_repo_dir = /home/richard/Repos/bitbake dest_dir = bitbake branch = master -last_revision = 4359b037de578095db2595f119dfb8e3340e1414 +last_revision = b94dec477a8d48ebceec91952ba290798c56c1f5 hook = /home/richard/Repos/pokyconfig/combo-layerhook-bitbake.sh file_exclude = classes/base.bbclass conf/bitbake.conf .gitignore MANIFEST.in setup.py TODO @@ -12,7 +12,7 @@ src_uri = git://git.openembedded.org/openembedded-core local_repo_dir = /home/richard/Repos/oe-core dest_dir = . branch = master -last_revision = 920824125eb87928a329a072fa6c5a839efc932b +last_revision = 820b3aee5d7104182e33edd3068ab11cad457fdd hook = /home/richard/Repos/pokyconfig/combo-layerhook-oecore.sh file_exclude = meta/conf/bblayers.conf.sample meta/conf/local.conf.sample meta/conf/local.conf.sample.extended meta/conf/site.conf.sample @@ -22,7 +22,7 @@ local_repo_dir = /home/richard/Repos/yocto-docs dest_dir = . file_filter = documentation/ branch = master -last_revision = d39d196713a68df8d298f6ed0f40899bc148a323 +last_revision = ac352ad7f95db7eeacb53c2778caa31800bd7c26 hook = /home/richard/Repos/pokyconfig/combo-layerhook-yoctodocs.sh [meta-yocto] @@ -30,6 +30,6 @@ src_uri = git://git.yoctoproject.org/meta-yocto local_repo_dir = /home/richard/Repos/meta-yocto dest_dir = . branch = master -last_revision = 74bd707f129975a74c3b99a6744681da96f39f75 +last_revision = 3f6857be9be9ab5e2ede9a416c212487357eec0d hook = /home/richard/Repos/pokyconfig/combo-layerhook-metayocto.sh @@ -31,6 +31,12 @@ elif [ $BRANCH = "sumo" ]; then RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb" elif [ $BRANCH = "thud" ]; then RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb" +elif [ $BRANCH = "warrior" ]; then + RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb" +elif [ $BRANCH = "zeus" ]; then + RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb" +elif [ $BRANCH = "dunfell" ]; then + RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb" elif [ $BRANCH = "master" ]; then RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb" fi @@ -1,14 +1,14 @@ #!/bin/sh cd ~/Repos/poky -git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud -git push origin krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next master-next:master-next -f +git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell +git push origin master-next:master-next thud-next:thud-next warrior-next:warrior-next sumo-next:sumo-next zeus-next:zeus-next dunfell-next:dunfell-next -f git push contrib master:master cd ~/Repos/oe-core -git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud -git push origin krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next master-next:master-next -f +git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell +git push origin master-next:master-next krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next warrior-next:warrior-next zeus-next:zeus-next dunfell-next:dunfell-next -f cd ~/Repos/meta-yocto -git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud -git push origin krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next master-next:master-next -f +git push origin master:master denzil:denzil danny:danny dylan:dylan dora:dora daisy:daisy dizzy:dizzy fido:fido jethro:jethro krogoth:krogoth morty:morty pyro:pyro rocko:rocko sumo:sumo thud:thud warrior:warrior zeus:zeus dunfell:dunfell +git push origin master-next:master-next krogoth-next:krogoth-next morty-next:morty-next pyro-next:pyro-next rocko-next:rocko-next sumo-next:sumo-next thud-next:thud-next warrior-next:warrior-next zeus-next:zeus-next dunfell-next:dunfell-next -f cd ~/Repos/bitbake -git push origin master:master 1.16:1.16 1.18:1.18 1.20:1.20 1.22:1.22 1.24:1.24 1.26:1.26 1.28:1.28 1.30:1.30 1.32:1.32 1.34:1.34 1.36:1.36 1.38:1.38 1.40:1.40 +git push origin master:master 1.16:1.16 1.18:1.18 1.20:1.20 1.22:1.22 1.24:1.24 1.26:1.26 1.28:1.28 1.30:1.30 1.32:1.32 1.34:1.34 1.36:1.36 1.38:1.38 1.40:1.40 1.42:1.42 1.44:1.44 1.46:1.46 git push origin master-next:master-next -f |