similarity index 90%
copy from bitbake-setup/poky-scarthgap-config.json
copy to bitbake-setup/poky-scarthgap-wip-config.json
@@ -1,6 +1,6 @@
{
"version": "1.0",
- "description": "Poky reference distribution for scarthgap",
+ "description": "Poky reference distribution for scarthgap-wip",
"sources": {
"oe-layersetup": {
"git-remote": {
@@ -42,7 +42,7 @@
"uri": "https://git.yoctoproject.org/meta-ti"
}
},
- "rev": "scarthgap"
+ "rev": "scarthgap-wip"
},
"path": "meta-ti"
},
@@ -75,7 +75,7 @@
"uri": "https://git.yoctoproject.org/meta-arago"
}
},
- "rev": "scarthgap"
+ "rev": "scarthgap-wip"
},
"path": "meta-arago"
}
@@ -84,7 +84,7 @@
"bitbake-setup": {
"default": {
"description": "Default build configuration",
- "template": "oe-layersetup-poky-scarthgap-config",
+ "template": "oe-layersetup-poky-scarthgap-wip-config",
"targets": [ "bitbake -k core_image_minimal" ]
}
}
similarity index 100%
copy from conf/templates/poky-kirkstone-config/bblayers.conf.sample
copy to conf/templates/poky-scarthgap-wip-config/bblayers.conf.sample
similarity index 100%
copy from conf/templates/poky-kirkstone-config/conf-notes.txt
copy to conf/templates/poky-scarthgap-wip-config/conf-notes.txt
new file mode 100644
@@ -0,0 +1 @@
+Poky reference distribution for scarthgap-wip
similarity index 100%
copy from conf/templates/poky-kirkstone-config/local.conf.sample
copy to conf/templates/poky-scarthgap-wip-config/local.conf.sample
similarity index 76%
copy from configs/poky-scarthgap-config.txt
copy to configs/poky-scarthgap-wip-config.txt
@@ -3,11 +3,11 @@
bitbake,https://git.openembedded.org/bitbake,2.8,HEAD
meta-yocto,https://git.yoctoproject.org/meta-yocto,scarthgap,HEAD,layers=meta-poky:meta-yocto-bsp
-meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,HEAD,layers=meta-ti-extras:meta-ti-bsp
+meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap-wip,HEAD,layers=meta-ti-extras:meta-ti-bsp
meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,HEAD,layers=meta-arm:meta-arm-toolchain
#meta-clang,https://github.com/kraj/meta-clang,scarthgap,HEAD,layers=
oe-core,https://git.openembedded.org/openembedded-core,scarthgap,HEAD,layers=meta
-meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,HEAD,layers=meta-arago-extras:meta-arago-test
+meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap-wip,HEAD,layers=meta-arago-extras:meta-arago-test
OECORELAYERCONF=./sample-files/bblayers.conf.sample
OECORELOCALCONF=./sample-files/local-poky-v2.conf.sample
similarity index 93%
copy from kas/poky-scarthgap-config.yml
copy to kas/poky-scarthgap-wip-config.yml
@@ -16,7 +16,7 @@ repos:
meta-ti:
url: "https://git.yoctoproject.org/meta-ti"
- branch: "scarthgap"
+ branch: "scarthgap-wip"
layers:
meta-ti-extras:
meta-ti-bsp:
@@ -36,7 +36,7 @@ repos:
meta-arago:
url: "https://git.yoctoproject.org/meta-arago"
- branch: "scarthgap"
+ branch: "scarthgap-wip"
layers:
meta-arago-extras:
meta-arago-test:
similarity index 91%
copy from src/configs/poky-scarthgap-config.xml
copy to src/configs/poky-scarthgap-wip-config.xml
@@ -1,6 +1,6 @@
<?xml version='1.0'?>
<config>
- <description>Poky reference distribution for scarthgap</description>
+ <description>Poky reference distribution for scarthgap-wip</description>
<xi:include href='../common/targets_poky.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
<xi:include href='../templates/bblayers.conf.xml' xmlns:xi='http://www.w3.org/2001/XInclude'/>
@@ -15,7 +15,7 @@
<layer>meta-yocto-bsp</layer>
</layers>
</repo>
- <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='scarthgap' commit='HEAD'>
+ <repo name='meta-ti' url='https://git.yoctoproject.org/meta-ti' branch='scarthgap-wip' commit='HEAD'>
<layers>
<layer>meta-ti-extras</layer>
<layer>meta-ti-bsp</layer>
@@ -35,7 +35,7 @@
<layer>meta</layer>
</layers>
</repo>
- <repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='scarthgap' commit='HEAD'>
+ <repo name='meta-arago' url='https://git.yoctoproject.org/meta-arago' branch='scarthgap-wip' commit='HEAD'>
<layers>
<layer>meta-arago-extras</layer>
<layer>meta-arago-test</layer>
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- ...arthgap-config.json => poky-scarthgap-wip-config.json} | 8 ++++---- .../bblayers.conf.sample | 0 .../conf-notes.txt | 0 conf/templates/poky-scarthgap-wip-config/conf-summary.txt | 1 + .../local.conf.sample | 0 ...scarthgap-config.txt => poky-scarthgap-wip-config.txt} | 4 ++-- ...scarthgap-config.yml => poky-scarthgap-wip-config.yml} | 4 ++-- ...scarthgap-config.xml => poky-scarthgap-wip-config.xml} | 6 +++--- 8 files changed, 12 insertions(+), 11 deletions(-) copy bitbake-setup/{poky-scarthgap-config.json => poky-scarthgap-wip-config.json} (90%) copy conf/templates/{poky-kirkstone-config => poky-scarthgap-wip-config}/bblayers.conf.sample (100%) copy conf/templates/{poky-kirkstone-config => poky-scarthgap-wip-config}/conf-notes.txt (100%) create mode 100644 conf/templates/poky-scarthgap-wip-config/conf-summary.txt copy conf/templates/{poky-kirkstone-config => poky-scarthgap-wip-config}/local.conf.sample (100%) copy configs/{poky-scarthgap-config.txt => poky-scarthgap-wip-config.txt} (76%) copy kas/{poky-scarthgap-config.yml => poky-scarthgap-wip-config.yml} (93%) copy src/configs/{poky-scarthgap-config.xml => poky-scarthgap-wip-config.xml} (91%)