Merge commit 'c124f4f2e04dca16a428a76c89677328bc7bf908' as 'yocto-poky'
diff --git a/.gitignore b/.gitignore
index 4235831..a007fea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1 @@
-*.pyc
-*.pyo
-/*.patch
-build*/
-pyshtables.py
-pstage/
-scripts/oe-git-proxy-socks
-sources/
-meta-*/
-!meta-skeleton
-!meta-selftest
-hob-image-*.bb
-*.swp
-*.orig
-*.rej
-*~
-!meta-yocto
-!meta-yocto-bsp
-!meta-yocto-imported
-documentation/user-manual/user-manual.html
-documentation/user-manual/user-manual.pdf
-documentation/user-manual/user-manual.tgz
-pull-*/
-bitbake/lib/toaster/contrib/tts/backlog.txt
-bitbake/lib/toaster/contrib/tts/log/*
-bitbake/lib/toaster/contrib/tts/.cache/*
\ No newline at end of file
+build/*
diff --git a/.templateconf b/.templateconf
index 0650a46..7809580 100644
--- a/.templateconf
+++ b/.templateconf
@@ -1,2 +1 @@
-# Template settings
-TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf}
+TEMPLATECONF=${TEMPLATECONF:-meta-phosphor/conf}
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..9bb9b1c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+yocto-poky/LICENSE
\ No newline at end of file
diff --git a/meta/recipes-core/base-files/base-files/motd b/README.md
similarity index 100%
copy from meta/recipes-core/base-files/base-files/motd
copy to README.md
diff --git a/bitbake b/bitbake
new file mode 120000
index 0000000..7d4825e
--- /dev/null
+++ b/bitbake
@@ -0,0 +1 @@
+yocto-poky/bitbake
\ No newline at end of file
diff --git a/documentation b/documentation
new file mode 120000
index 0000000..362d784
--- /dev/null
+++ b/documentation
@@ -0,0 +1 @@
+yocto-poky/documentation
\ No newline at end of file
diff --git a/meta b/meta
new file mode 120000
index 0000000..9095957
--- /dev/null
+++ b/meta
@@ -0,0 +1 @@
+yocto-poky/meta
\ No newline at end of file
diff --git a/meta-selftest b/meta-selftest
new file mode 120000
index 0000000..ce3fd93
--- /dev/null
+++ b/meta-selftest
@@ -0,0 +1 @@
+yocto-poky/meta-selftest
\ No newline at end of file
diff --git a/meta-skeleton b/meta-skeleton
new file mode 120000
index 0000000..f47702e
--- /dev/null
+++ b/meta-skeleton
@@ -0,0 +1 @@
+yocto-poky/meta-skeleton
\ No newline at end of file
diff --git a/meta-yocto b/meta-yocto
new file mode 120000
index 0000000..c3841b0
--- /dev/null
+++ b/meta-yocto
@@ -0,0 +1 @@
+yocto-poky/meta-yocto
\ No newline at end of file
diff --git a/meta-yocto-bsp b/meta-yocto-bsp
new file mode 120000
index 0000000..5aed1ec
--- /dev/null
+++ b/meta-yocto-bsp
@@ -0,0 +1 @@
+yocto-poky/meta-yocto-bsp
\ No newline at end of file
diff --git a/oe-init-build-env b/oe-init-build-env
new file mode 120000
index 0000000..fc6348b
--- /dev/null
+++ b/oe-init-build-env
@@ -0,0 +1 @@
+yocto-poky/oe-init-build-env
\ No newline at end of file
diff --git a/oe-init-build-env-memres b/oe-init-build-env-memres
new file mode 120000
index 0000000..17ecfe0
--- /dev/null
+++ b/oe-init-build-env-memres
@@ -0,0 +1 @@
+yocto-poky/oe-init-build-env-memres
\ No newline at end of file
diff --git a/scripts b/scripts
new file mode 120000
index 0000000..b80307a
--- /dev/null
+++ b/scripts
@@ -0,0 +1 @@
+yocto-poky/scripts
\ No newline at end of file
diff --git a/yocto-poky/.gitignore b/yocto-poky/.gitignore
new file mode 100644
index 0000000..4235831
--- /dev/null
+++ b/yocto-poky/.gitignore
@@ -0,0 +1,26 @@
+*.pyc
+*.pyo
+/*.patch
+build*/
+pyshtables.py
+pstage/
+scripts/oe-git-proxy-socks
+sources/
+meta-*/
+!meta-skeleton
+!meta-selftest
+hob-image-*.bb
+*.swp
+*.orig
+*.rej
+*~
+!meta-yocto
+!meta-yocto-bsp
+!meta-yocto-imported
+documentation/user-manual/user-manual.html
+documentation/user-manual/user-manual.pdf
+documentation/user-manual/user-manual.tgz
+pull-*/
+bitbake/lib/toaster/contrib/tts/backlog.txt
+bitbake/lib/toaster/contrib/tts/log/*
+bitbake/lib/toaster/contrib/tts/.cache/*
\ No newline at end of file
diff --git a/yocto-poky/.templateconf b/yocto-poky/.templateconf
new file mode 100644
index 0000000..0650a46
--- /dev/null
+++ b/yocto-poky/.templateconf
@@ -0,0 +1,2 @@
+# Template settings
+TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf}
diff --git a/LICENSE b/yocto-poky/LICENSE
similarity index 100%
rename from LICENSE
rename to yocto-poky/LICENSE
diff --git a/README b/yocto-poky/README
similarity index 100%
rename from README
rename to yocto-poky/README
diff --git a/README.hardware b/yocto-poky/README.hardware
similarity index 100%
rename from README.hardware
rename to yocto-poky/README.hardware
diff --git a/bitbake/AUTHORS b/yocto-poky/bitbake/AUTHORS
similarity index 100%
rename from bitbake/AUTHORS
rename to yocto-poky/bitbake/AUTHORS
diff --git a/bitbake/COPYING b/yocto-poky/bitbake/COPYING
similarity index 100%
rename from bitbake/COPYING
rename to yocto-poky/bitbake/COPYING
diff --git a/bitbake/ChangeLog b/yocto-poky/bitbake/ChangeLog
similarity index 100%
rename from bitbake/ChangeLog
rename to yocto-poky/bitbake/ChangeLog
diff --git a/bitbake/HEADER b/yocto-poky/bitbake/HEADER
similarity index 100%
rename from bitbake/HEADER
rename to yocto-poky/bitbake/HEADER
diff --git a/bitbake/LICENSE b/yocto-poky/bitbake/LICENSE
similarity index 100%
rename from bitbake/LICENSE
rename to yocto-poky/bitbake/LICENSE
diff --git a/bitbake/bin/bitbake b/yocto-poky/bitbake/bin/bitbake
similarity index 100%
rename from bitbake/bin/bitbake
rename to yocto-poky/bitbake/bin/bitbake
diff --git a/bitbake/bin/bitbake-diffsigs b/yocto-poky/bitbake/bin/bitbake-diffsigs
similarity index 100%
rename from bitbake/bin/bitbake-diffsigs
rename to yocto-poky/bitbake/bin/bitbake-diffsigs
diff --git a/bitbake/bin/bitbake-dumpsig b/yocto-poky/bitbake/bin/bitbake-dumpsig
similarity index 100%
rename from bitbake/bin/bitbake-dumpsig
rename to yocto-poky/bitbake/bin/bitbake-dumpsig
diff --git a/bitbake/bin/bitbake-layers b/yocto-poky/bitbake/bin/bitbake-layers
similarity index 100%
rename from bitbake/bin/bitbake-layers
rename to yocto-poky/bitbake/bin/bitbake-layers
diff --git a/bitbake/bin/bitbake-prserv b/yocto-poky/bitbake/bin/bitbake-prserv
similarity index 100%
rename from bitbake/bin/bitbake-prserv
rename to yocto-poky/bitbake/bin/bitbake-prserv
diff --git a/bitbake/bin/bitbake-selftest b/yocto-poky/bitbake/bin/bitbake-selftest
similarity index 100%
rename from bitbake/bin/bitbake-selftest
rename to yocto-poky/bitbake/bin/bitbake-selftest
diff --git a/bitbake/bin/bitbake-worker b/yocto-poky/bitbake/bin/bitbake-worker
similarity index 100%
rename from bitbake/bin/bitbake-worker
rename to yocto-poky/bitbake/bin/bitbake-worker
diff --git a/bitbake/bin/bitdoc b/yocto-poky/bitbake/bin/bitdoc
similarity index 100%
rename from bitbake/bin/bitdoc
rename to yocto-poky/bitbake/bin/bitdoc
diff --git a/bitbake/bin/image-writer b/yocto-poky/bitbake/bin/image-writer
similarity index 100%
rename from bitbake/bin/image-writer
rename to yocto-poky/bitbake/bin/image-writer
diff --git a/bitbake/bin/toaster b/yocto-poky/bitbake/bin/toaster
similarity index 100%
rename from bitbake/bin/toaster
rename to yocto-poky/bitbake/bin/toaster
diff --git a/bitbake/bin/toaster-eventreplay b/yocto-poky/bitbake/bin/toaster-eventreplay
similarity index 100%
rename from bitbake/bin/toaster-eventreplay
rename to yocto-poky/bitbake/bin/toaster-eventreplay
diff --git a/bitbake/contrib/README b/yocto-poky/bitbake/contrib/README
similarity index 100%
rename from bitbake/contrib/README
rename to yocto-poky/bitbake/contrib/README
diff --git a/bitbake/contrib/bbdev.sh b/yocto-poky/bitbake/contrib/bbdev.sh
similarity index 100%
rename from bitbake/contrib/bbdev.sh
rename to yocto-poky/bitbake/contrib/bbdev.sh
diff --git a/bitbake/contrib/dump_cache.py b/yocto-poky/bitbake/contrib/dump_cache.py
similarity index 100%
rename from bitbake/contrib/dump_cache.py
rename to yocto-poky/bitbake/contrib/dump_cache.py
diff --git a/bitbake/contrib/vim/ftdetect/bitbake.vim b/yocto-poky/bitbake/contrib/vim/ftdetect/bitbake.vim
similarity index 100%
rename from bitbake/contrib/vim/ftdetect/bitbake.vim
rename to yocto-poky/bitbake/contrib/vim/ftdetect/bitbake.vim
diff --git a/bitbake/contrib/vim/ftplugin/bitbake.vim b/yocto-poky/bitbake/contrib/vim/ftplugin/bitbake.vim
similarity index 100%
rename from bitbake/contrib/vim/ftplugin/bitbake.vim
rename to yocto-poky/bitbake/contrib/vim/ftplugin/bitbake.vim
diff --git a/bitbake/contrib/vim/plugin/newbb.vim b/yocto-poky/bitbake/contrib/vim/plugin/newbb.vim
similarity index 100%
rename from bitbake/contrib/vim/plugin/newbb.vim
rename to yocto-poky/bitbake/contrib/vim/plugin/newbb.vim
diff --git a/bitbake/contrib/vim/syntax/bitbake.vim b/yocto-poky/bitbake/contrib/vim/syntax/bitbake.vim
similarity index 100%
rename from bitbake/contrib/vim/syntax/bitbake.vim
rename to yocto-poky/bitbake/contrib/vim/syntax/bitbake.vim
diff --git a/bitbake/doc/COPYING.GPL b/yocto-poky/bitbake/doc/COPYING.GPL
similarity index 100%
rename from bitbake/doc/COPYING.GPL
rename to yocto-poky/bitbake/doc/COPYING.GPL
diff --git a/bitbake/doc/COPYING.MIT b/yocto-poky/bitbake/doc/COPYING.MIT
similarity index 100%
rename from bitbake/doc/COPYING.MIT
rename to yocto-poky/bitbake/doc/COPYING.MIT
diff --git a/bitbake/doc/Makefile b/yocto-poky/bitbake/doc/Makefile
similarity index 100%
rename from bitbake/doc/Makefile
rename to yocto-poky/bitbake/doc/Makefile
diff --git a/bitbake/doc/README b/yocto-poky/bitbake/doc/README
similarity index 100%
rename from bitbake/doc/README
rename to yocto-poky/bitbake/doc/README
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml b/yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml
rename to yocto-poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml
diff --git a/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png b/yocto-poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/figures/bitbake-title.png
rename to yocto-poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png
Binary files differ
diff --git a/bitbake/doc/bitbake-user-manual/html.css b/yocto-poky/bitbake/doc/bitbake-user-manual/html.css
similarity index 100%
rename from bitbake/doc/bitbake-user-manual/html.css
rename to yocto-poky/bitbake/doc/bitbake-user-manual/html.css
diff --git a/bitbake/doc/bitbake.1 b/yocto-poky/bitbake/doc/bitbake.1
similarity index 100%
rename from bitbake/doc/bitbake.1
rename to yocto-poky/bitbake/doc/bitbake.1
diff --git a/bitbake/doc/poky.ent b/yocto-poky/bitbake/doc/poky.ent
similarity index 100%
rename from bitbake/doc/poky.ent
rename to yocto-poky/bitbake/doc/poky.ent
diff --git a/bitbake/doc/template/Vera.ttf b/yocto-poky/bitbake/doc/template/Vera.ttf
similarity index 100%
rename from bitbake/doc/template/Vera.ttf
rename to yocto-poky/bitbake/doc/template/Vera.ttf
Binary files differ
diff --git a/bitbake/doc/template/Vera.xml b/yocto-poky/bitbake/doc/template/Vera.xml
similarity index 100%
rename from bitbake/doc/template/Vera.xml
rename to yocto-poky/bitbake/doc/template/Vera.xml
diff --git a/bitbake/doc/template/VeraMoBd.ttf b/yocto-poky/bitbake/doc/template/VeraMoBd.ttf
similarity index 100%
rename from bitbake/doc/template/VeraMoBd.ttf
rename to yocto-poky/bitbake/doc/template/VeraMoBd.ttf
Binary files differ
diff --git a/bitbake/doc/template/VeraMoBd.xml b/yocto-poky/bitbake/doc/template/VeraMoBd.xml
similarity index 100%
rename from bitbake/doc/template/VeraMoBd.xml
rename to yocto-poky/bitbake/doc/template/VeraMoBd.xml
diff --git a/bitbake/doc/template/VeraMono.ttf b/yocto-poky/bitbake/doc/template/VeraMono.ttf
similarity index 100%
rename from bitbake/doc/template/VeraMono.ttf
rename to yocto-poky/bitbake/doc/template/VeraMono.ttf
Binary files differ
diff --git a/bitbake/doc/template/VeraMono.xml b/yocto-poky/bitbake/doc/template/VeraMono.xml
similarity index 100%
rename from bitbake/doc/template/VeraMono.xml
rename to yocto-poky/bitbake/doc/template/VeraMono.xml
diff --git a/bitbake/doc/template/component.title.xsl b/yocto-poky/bitbake/doc/template/component.title.xsl
similarity index 100%
rename from bitbake/doc/template/component.title.xsl
rename to yocto-poky/bitbake/doc/template/component.title.xsl
diff --git a/bitbake/doc/template/db-pdf.xsl b/yocto-poky/bitbake/doc/template/db-pdf.xsl
similarity index 100%
rename from bitbake/doc/template/db-pdf.xsl
rename to yocto-poky/bitbake/doc/template/db-pdf.xsl
diff --git a/bitbake/doc/template/division.title.xsl b/yocto-poky/bitbake/doc/template/division.title.xsl
similarity index 100%
rename from bitbake/doc/template/division.title.xsl
rename to yocto-poky/bitbake/doc/template/division.title.xsl
diff --git a/bitbake/doc/template/draft.png b/yocto-poky/bitbake/doc/template/draft.png
similarity index 100%
rename from bitbake/doc/template/draft.png
rename to yocto-poky/bitbake/doc/template/draft.png
Binary files differ
diff --git a/bitbake/doc/template/fop-config.xml b/yocto-poky/bitbake/doc/template/fop-config.xml
similarity index 100%
rename from bitbake/doc/template/fop-config.xml
rename to yocto-poky/bitbake/doc/template/fop-config.xml
diff --git a/bitbake/doc/template/formal.object.heading.xsl b/yocto-poky/bitbake/doc/template/formal.object.heading.xsl
similarity index 100%
rename from bitbake/doc/template/formal.object.heading.xsl
rename to yocto-poky/bitbake/doc/template/formal.object.heading.xsl
diff --git a/bitbake/doc/template/gloss-permalinks.xsl b/yocto-poky/bitbake/doc/template/gloss-permalinks.xsl
similarity index 100%
rename from bitbake/doc/template/gloss-permalinks.xsl
rename to yocto-poky/bitbake/doc/template/gloss-permalinks.xsl
diff --git a/bitbake/doc/template/permalinks.xsl b/yocto-poky/bitbake/doc/template/permalinks.xsl
similarity index 100%
rename from bitbake/doc/template/permalinks.xsl
rename to yocto-poky/bitbake/doc/template/permalinks.xsl
diff --git a/bitbake/doc/template/section.title.xsl b/yocto-poky/bitbake/doc/template/section.title.xsl
similarity index 100%
rename from bitbake/doc/template/section.title.xsl
rename to yocto-poky/bitbake/doc/template/section.title.xsl
diff --git a/bitbake/doc/template/titlepage.templates.xml b/yocto-poky/bitbake/doc/template/titlepage.templates.xml
similarity index 100%
rename from bitbake/doc/template/titlepage.templates.xml
rename to yocto-poky/bitbake/doc/template/titlepage.templates.xml
diff --git a/bitbake/doc/tools/docbook-to-pdf b/yocto-poky/bitbake/doc/tools/docbook-to-pdf
similarity index 100%
rename from bitbake/doc/tools/docbook-to-pdf
rename to yocto-poky/bitbake/doc/tools/docbook-to-pdf
diff --git a/bitbake/lib/bb/COW.py b/yocto-poky/bitbake/lib/bb/COW.py
similarity index 100%
rename from bitbake/lib/bb/COW.py
rename to yocto-poky/bitbake/lib/bb/COW.py
diff --git a/bitbake/lib/bb/__init__.py b/yocto-poky/bitbake/lib/bb/__init__.py
similarity index 100%
rename from bitbake/lib/bb/__init__.py
rename to yocto-poky/bitbake/lib/bb/__init__.py
diff --git a/bitbake/lib/bb/build.py b/yocto-poky/bitbake/lib/bb/build.py
similarity index 100%
rename from bitbake/lib/bb/build.py
rename to yocto-poky/bitbake/lib/bb/build.py
diff --git a/bitbake/lib/bb/cache.py b/yocto-poky/bitbake/lib/bb/cache.py
similarity index 100%
rename from bitbake/lib/bb/cache.py
rename to yocto-poky/bitbake/lib/bb/cache.py
diff --git a/bitbake/lib/bb/cache_extra.py b/yocto-poky/bitbake/lib/bb/cache_extra.py
similarity index 100%
rename from bitbake/lib/bb/cache_extra.py
rename to yocto-poky/bitbake/lib/bb/cache_extra.py
diff --git a/bitbake/lib/bb/checksum.py b/yocto-poky/bitbake/lib/bb/checksum.py
similarity index 100%
rename from bitbake/lib/bb/checksum.py
rename to yocto-poky/bitbake/lib/bb/checksum.py
diff --git a/bitbake/lib/bb/codeparser.py b/yocto-poky/bitbake/lib/bb/codeparser.py
similarity index 100%
rename from bitbake/lib/bb/codeparser.py
rename to yocto-poky/bitbake/lib/bb/codeparser.py
diff --git a/bitbake/lib/bb/command.py b/yocto-poky/bitbake/lib/bb/command.py
similarity index 100%
rename from bitbake/lib/bb/command.py
rename to yocto-poky/bitbake/lib/bb/command.py
diff --git a/bitbake/lib/bb/compat.py b/yocto-poky/bitbake/lib/bb/compat.py
similarity index 100%
rename from bitbake/lib/bb/compat.py
rename to yocto-poky/bitbake/lib/bb/compat.py
diff --git a/bitbake/lib/bb/cooker.py b/yocto-poky/bitbake/lib/bb/cooker.py
similarity index 100%
rename from bitbake/lib/bb/cooker.py
rename to yocto-poky/bitbake/lib/bb/cooker.py
diff --git a/bitbake/lib/bb/cookerdata.py b/yocto-poky/bitbake/lib/bb/cookerdata.py
similarity index 100%
rename from bitbake/lib/bb/cookerdata.py
rename to yocto-poky/bitbake/lib/bb/cookerdata.py
diff --git a/bitbake/lib/bb/daemonize.py b/yocto-poky/bitbake/lib/bb/daemonize.py
similarity index 100%
rename from bitbake/lib/bb/daemonize.py
rename to yocto-poky/bitbake/lib/bb/daemonize.py
diff --git a/bitbake/lib/bb/data.py b/yocto-poky/bitbake/lib/bb/data.py
similarity index 100%
rename from bitbake/lib/bb/data.py
rename to yocto-poky/bitbake/lib/bb/data.py
diff --git a/bitbake/lib/bb/data_smart.py b/yocto-poky/bitbake/lib/bb/data_smart.py
similarity index 100%
rename from bitbake/lib/bb/data_smart.py
rename to yocto-poky/bitbake/lib/bb/data_smart.py
diff --git a/bitbake/lib/bb/event.py b/yocto-poky/bitbake/lib/bb/event.py
similarity index 100%
rename from bitbake/lib/bb/event.py
rename to yocto-poky/bitbake/lib/bb/event.py
diff --git a/bitbake/lib/bb/exceptions.py b/yocto-poky/bitbake/lib/bb/exceptions.py
similarity index 100%
rename from bitbake/lib/bb/exceptions.py
rename to yocto-poky/bitbake/lib/bb/exceptions.py
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/yocto-poky/bitbake/lib/bb/fetch2/__init__.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/__init__.py
rename to yocto-poky/bitbake/lib/bb/fetch2/__init__.py
diff --git a/bitbake/lib/bb/fetch2/bzr.py b/yocto-poky/bitbake/lib/bb/fetch2/bzr.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/bzr.py
rename to yocto-poky/bitbake/lib/bb/fetch2/bzr.py
diff --git a/bitbake/lib/bb/fetch2/clearcase.py b/yocto-poky/bitbake/lib/bb/fetch2/clearcase.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/clearcase.py
rename to yocto-poky/bitbake/lib/bb/fetch2/clearcase.py
diff --git a/bitbake/lib/bb/fetch2/cvs.py b/yocto-poky/bitbake/lib/bb/fetch2/cvs.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/cvs.py
rename to yocto-poky/bitbake/lib/bb/fetch2/cvs.py
diff --git a/bitbake/lib/bb/fetch2/git.py b/yocto-poky/bitbake/lib/bb/fetch2/git.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/git.py
rename to yocto-poky/bitbake/lib/bb/fetch2/git.py
diff --git a/bitbake/lib/bb/fetch2/gitannex.py b/yocto-poky/bitbake/lib/bb/fetch2/gitannex.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/gitannex.py
rename to yocto-poky/bitbake/lib/bb/fetch2/gitannex.py
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/yocto-poky/bitbake/lib/bb/fetch2/gitsm.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/gitsm.py
rename to yocto-poky/bitbake/lib/bb/fetch2/gitsm.py
diff --git a/bitbake/lib/bb/fetch2/hg.py b/yocto-poky/bitbake/lib/bb/fetch2/hg.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/hg.py
rename to yocto-poky/bitbake/lib/bb/fetch2/hg.py
diff --git a/bitbake/lib/bb/fetch2/local.py b/yocto-poky/bitbake/lib/bb/fetch2/local.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/local.py
rename to yocto-poky/bitbake/lib/bb/fetch2/local.py
diff --git a/bitbake/lib/bb/fetch2/osc.py b/yocto-poky/bitbake/lib/bb/fetch2/osc.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/osc.py
rename to yocto-poky/bitbake/lib/bb/fetch2/osc.py
diff --git a/bitbake/lib/bb/fetch2/perforce.py b/yocto-poky/bitbake/lib/bb/fetch2/perforce.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/perforce.py
rename to yocto-poky/bitbake/lib/bb/fetch2/perforce.py
diff --git a/bitbake/lib/bb/fetch2/repo.py b/yocto-poky/bitbake/lib/bb/fetch2/repo.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/repo.py
rename to yocto-poky/bitbake/lib/bb/fetch2/repo.py
diff --git a/bitbake/lib/bb/fetch2/sftp.py b/yocto-poky/bitbake/lib/bb/fetch2/sftp.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/sftp.py
rename to yocto-poky/bitbake/lib/bb/fetch2/sftp.py
diff --git a/bitbake/lib/bb/fetch2/ssh.py b/yocto-poky/bitbake/lib/bb/fetch2/ssh.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/ssh.py
rename to yocto-poky/bitbake/lib/bb/fetch2/ssh.py
diff --git a/bitbake/lib/bb/fetch2/svn.py b/yocto-poky/bitbake/lib/bb/fetch2/svn.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/svn.py
rename to yocto-poky/bitbake/lib/bb/fetch2/svn.py
diff --git a/bitbake/lib/bb/fetch2/wget.py b/yocto-poky/bitbake/lib/bb/fetch2/wget.py
similarity index 100%
rename from bitbake/lib/bb/fetch2/wget.py
rename to yocto-poky/bitbake/lib/bb/fetch2/wget.py
diff --git a/bitbake/lib/bb/main.py b/yocto-poky/bitbake/lib/bb/main.py
similarity index 100%
rename from bitbake/lib/bb/main.py
rename to yocto-poky/bitbake/lib/bb/main.py
diff --git a/bitbake/lib/bb/methodpool.py b/yocto-poky/bitbake/lib/bb/methodpool.py
similarity index 100%
rename from bitbake/lib/bb/methodpool.py
rename to yocto-poky/bitbake/lib/bb/methodpool.py
diff --git a/bitbake/lib/bb/monitordisk.py b/yocto-poky/bitbake/lib/bb/monitordisk.py
similarity index 100%
rename from bitbake/lib/bb/monitordisk.py
rename to yocto-poky/bitbake/lib/bb/monitordisk.py
diff --git a/bitbake/lib/bb/msg.py b/yocto-poky/bitbake/lib/bb/msg.py
similarity index 100%
rename from bitbake/lib/bb/msg.py
rename to yocto-poky/bitbake/lib/bb/msg.py
diff --git a/bitbake/lib/bb/namedtuple_with_abc.py b/yocto-poky/bitbake/lib/bb/namedtuple_with_abc.py
similarity index 100%
rename from bitbake/lib/bb/namedtuple_with_abc.py
rename to yocto-poky/bitbake/lib/bb/namedtuple_with_abc.py
diff --git a/bitbake/lib/bb/parse/__init__.py b/yocto-poky/bitbake/lib/bb/parse/__init__.py
similarity index 100%
rename from bitbake/lib/bb/parse/__init__.py
rename to yocto-poky/bitbake/lib/bb/parse/__init__.py
diff --git a/bitbake/lib/bb/parse/ast.py b/yocto-poky/bitbake/lib/bb/parse/ast.py
similarity index 100%
rename from bitbake/lib/bb/parse/ast.py
rename to yocto-poky/bitbake/lib/bb/parse/ast.py
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/yocto-poky/bitbake/lib/bb/parse/parse_py/BBHandler.py
similarity index 100%
rename from bitbake/lib/bb/parse/parse_py/BBHandler.py
rename to yocto-poky/bitbake/lib/bb/parse/parse_py/BBHandler.py
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/yocto-poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py
similarity index 100%
rename from bitbake/lib/bb/parse/parse_py/ConfHandler.py
rename to yocto-poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/yocto-poky/bitbake/lib/bb/parse/parse_py/__init__.py
similarity index 100%
rename from bitbake/lib/bb/parse/parse_py/__init__.py
rename to yocto-poky/bitbake/lib/bb/parse/parse_py/__init__.py
diff --git a/bitbake/lib/bb/persist_data.py b/yocto-poky/bitbake/lib/bb/persist_data.py
similarity index 100%
rename from bitbake/lib/bb/persist_data.py
rename to yocto-poky/bitbake/lib/bb/persist_data.py
diff --git a/bitbake/lib/bb/process.py b/yocto-poky/bitbake/lib/bb/process.py
similarity index 100%
rename from bitbake/lib/bb/process.py
rename to yocto-poky/bitbake/lib/bb/process.py
diff --git a/bitbake/lib/bb/providers.py b/yocto-poky/bitbake/lib/bb/providers.py
similarity index 100%
rename from bitbake/lib/bb/providers.py
rename to yocto-poky/bitbake/lib/bb/providers.py
diff --git a/bitbake/lib/bb/pysh/__init__.py b/yocto-poky/bitbake/lib/bb/pysh/__init__.py
similarity index 100%
rename from bitbake/lib/bb/pysh/__init__.py
rename to yocto-poky/bitbake/lib/bb/pysh/__init__.py
diff --git a/bitbake/lib/bb/pysh/builtin.py b/yocto-poky/bitbake/lib/bb/pysh/builtin.py
similarity index 100%
rename from bitbake/lib/bb/pysh/builtin.py
rename to yocto-poky/bitbake/lib/bb/pysh/builtin.py
diff --git a/bitbake/lib/bb/pysh/interp.py b/yocto-poky/bitbake/lib/bb/pysh/interp.py
similarity index 100%
rename from bitbake/lib/bb/pysh/interp.py
rename to yocto-poky/bitbake/lib/bb/pysh/interp.py
diff --git a/bitbake/lib/bb/pysh/lsprof.py b/yocto-poky/bitbake/lib/bb/pysh/lsprof.py
similarity index 100%
rename from bitbake/lib/bb/pysh/lsprof.py
rename to yocto-poky/bitbake/lib/bb/pysh/lsprof.py
diff --git a/bitbake/lib/bb/pysh/pysh.py b/yocto-poky/bitbake/lib/bb/pysh/pysh.py
similarity index 100%
rename from bitbake/lib/bb/pysh/pysh.py
rename to yocto-poky/bitbake/lib/bb/pysh/pysh.py
diff --git a/bitbake/lib/bb/pysh/pyshlex.py b/yocto-poky/bitbake/lib/bb/pysh/pyshlex.py
similarity index 100%
rename from bitbake/lib/bb/pysh/pyshlex.py
rename to yocto-poky/bitbake/lib/bb/pysh/pyshlex.py
diff --git a/bitbake/lib/bb/pysh/pyshyacc.py b/yocto-poky/bitbake/lib/bb/pysh/pyshyacc.py
similarity index 100%
rename from bitbake/lib/bb/pysh/pyshyacc.py
rename to yocto-poky/bitbake/lib/bb/pysh/pyshyacc.py
diff --git a/bitbake/lib/bb/pysh/sherrors.py b/yocto-poky/bitbake/lib/bb/pysh/sherrors.py
similarity index 100%
rename from bitbake/lib/bb/pysh/sherrors.py
rename to yocto-poky/bitbake/lib/bb/pysh/sherrors.py
diff --git a/bitbake/lib/bb/pysh/subprocess_fix.py b/yocto-poky/bitbake/lib/bb/pysh/subprocess_fix.py
similarity index 100%
rename from bitbake/lib/bb/pysh/subprocess_fix.py
rename to yocto-poky/bitbake/lib/bb/pysh/subprocess_fix.py
diff --git a/bitbake/lib/bb/runqueue.py b/yocto-poky/bitbake/lib/bb/runqueue.py
similarity index 100%
rename from bitbake/lib/bb/runqueue.py
rename to yocto-poky/bitbake/lib/bb/runqueue.py
diff --git a/bitbake/lib/bb/server/__init__.py b/yocto-poky/bitbake/lib/bb/server/__init__.py
similarity index 100%
rename from bitbake/lib/bb/server/__init__.py
rename to yocto-poky/bitbake/lib/bb/server/__init__.py
diff --git a/bitbake/lib/bb/server/process.py b/yocto-poky/bitbake/lib/bb/server/process.py
similarity index 100%
rename from bitbake/lib/bb/server/process.py
rename to yocto-poky/bitbake/lib/bb/server/process.py
diff --git a/bitbake/lib/bb/server/xmlrpc.py b/yocto-poky/bitbake/lib/bb/server/xmlrpc.py
similarity index 100%
rename from bitbake/lib/bb/server/xmlrpc.py
rename to yocto-poky/bitbake/lib/bb/server/xmlrpc.py
diff --git a/bitbake/lib/bb/shell.py b/yocto-poky/bitbake/lib/bb/shell.py
similarity index 100%
rename from bitbake/lib/bb/shell.py
rename to yocto-poky/bitbake/lib/bb/shell.py
diff --git a/bitbake/lib/bb/siggen.py b/yocto-poky/bitbake/lib/bb/siggen.py
similarity index 100%
rename from bitbake/lib/bb/siggen.py
rename to yocto-poky/bitbake/lib/bb/siggen.py
diff --git a/bitbake/lib/bb/taskdata.py b/yocto-poky/bitbake/lib/bb/taskdata.py
similarity index 100%
rename from bitbake/lib/bb/taskdata.py
rename to yocto-poky/bitbake/lib/bb/taskdata.py
diff --git a/bitbake/lib/bb/tests/__init__.py b/yocto-poky/bitbake/lib/bb/tests/__init__.py
similarity index 100%
rename from bitbake/lib/bb/tests/__init__.py
rename to yocto-poky/bitbake/lib/bb/tests/__init__.py
diff --git a/bitbake/lib/bb/tests/codeparser.py b/yocto-poky/bitbake/lib/bb/tests/codeparser.py
similarity index 100%
rename from bitbake/lib/bb/tests/codeparser.py
rename to yocto-poky/bitbake/lib/bb/tests/codeparser.py
diff --git a/bitbake/lib/bb/tests/cow.py b/yocto-poky/bitbake/lib/bb/tests/cow.py
similarity index 100%
rename from bitbake/lib/bb/tests/cow.py
rename to yocto-poky/bitbake/lib/bb/tests/cow.py
diff --git a/bitbake/lib/bb/tests/data.py b/yocto-poky/bitbake/lib/bb/tests/data.py
similarity index 100%
rename from bitbake/lib/bb/tests/data.py
rename to yocto-poky/bitbake/lib/bb/tests/data.py
diff --git a/bitbake/lib/bb/tests/fetch.py b/yocto-poky/bitbake/lib/bb/tests/fetch.py
similarity index 100%
rename from bitbake/lib/bb/tests/fetch.py
rename to yocto-poky/bitbake/lib/bb/tests/fetch.py
diff --git a/bitbake/lib/bb/tests/parse.py b/yocto-poky/bitbake/lib/bb/tests/parse.py
similarity index 100%
rename from bitbake/lib/bb/tests/parse.py
rename to yocto-poky/bitbake/lib/bb/tests/parse.py
diff --git a/bitbake/lib/bb/tests/utils.py b/yocto-poky/bitbake/lib/bb/tests/utils.py
similarity index 100%
rename from bitbake/lib/bb/tests/utils.py
rename to yocto-poky/bitbake/lib/bb/tests/utils.py
diff --git a/bitbake/lib/bb/tinfoil.py b/yocto-poky/bitbake/lib/bb/tinfoil.py
similarity index 100%
rename from bitbake/lib/bb/tinfoil.py
rename to yocto-poky/bitbake/lib/bb/tinfoil.py
diff --git a/bitbake/lib/bb/ui/__init__.py b/yocto-poky/bitbake/lib/bb/ui/__init__.py
similarity index 100%
rename from bitbake/lib/bb/ui/__init__.py
rename to yocto-poky/bitbake/lib/bb/ui/__init__.py
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/yocto-poky/bitbake/lib/bb/ui/buildinfohelper.py
similarity index 100%
rename from bitbake/lib/bb/ui/buildinfohelper.py
rename to yocto-poky/bitbake/lib/bb/ui/buildinfohelper.py
diff --git a/bitbake/lib/bb/ui/crumbs/__init__.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/__init__.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/__init__.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/__init__.py
diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/builddetailspage.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/builddetailspage.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/builddetailspage.py
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/builder.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/builder.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/builder.py
diff --git a/bitbake/lib/bb/ui/crumbs/buildmanager.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/buildmanager.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/buildmanager.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/buildmanager.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/__init__.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/__init__.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/__init__.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/__init__.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/advancedsettingsdialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/advancedsettingsdialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/advancedsettingsdialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/advancedsettingsdialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/crumbsdialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/crumbsmessagedialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/crumbsmessagedialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/crumbsmessagedialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/crumbsmessagedialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/deployimagedialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/deployimagedialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/deployimagedialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/deployimagedialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/imageselectiondialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/imageselectiondialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/imageselectiondialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/imageselectiondialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/layerselectiondialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/layerselectiondialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/layerselectiondialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/layerselectiondialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/parsingwarningsdialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/parsingwarningsdialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/parsingwarningsdialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/parsingwarningsdialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/propertydialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/proxydetailsdialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/proxydetailsdialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/proxydetailsdialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/proxydetailsdialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/settingsuihelper.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/settingsuihelper.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/settingsuihelper.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/settingsuihelper.py
diff --git a/bitbake/lib/bb/ui/crumbs/hig/simplesettingsdialog.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hig/simplesettingsdialog.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hig/simplesettingsdialog.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hig/simplesettingsdialog.py
diff --git a/bitbake/lib/bb/ui/crumbs/hobcolor.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hobcolor.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hobcolor.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hobcolor.py
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hobeventhandler.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
diff --git a/bitbake/lib/bb/ui/crumbs/hoblistmodel.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hoblistmodel.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hoblistmodel.py
diff --git a/bitbake/lib/bb/ui/crumbs/hobpages.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hobpages.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hobpages.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hobpages.py
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/hobwidget.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/hobwidget.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/hobwidget.py
diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/imagedetailspage.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
diff --git a/bitbake/lib/bb/ui/crumbs/packageselectionpage.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/packageselectionpage.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/packageselectionpage.py
diff --git a/bitbake/lib/bb/ui/crumbs/persistenttooltip.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/persistenttooltip.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/persistenttooltip.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/persistenttooltip.py
diff --git a/bitbake/lib/bb/ui/crumbs/progress.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/progress.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/progress.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/progress.py
diff --git a/bitbake/lib/bb/ui/crumbs/progressbar.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/progressbar.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/progressbar.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/progressbar.py
diff --git a/bitbake/lib/bb/ui/crumbs/puccho.glade b/yocto-poky/bitbake/lib/bb/ui/crumbs/puccho.glade
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/puccho.glade
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/puccho.glade
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/runningbuild.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/runningbuild.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/runningbuild.py
diff --git a/bitbake/lib/bb/ui/crumbs/sanitycheckpage.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/sanitycheckpage.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/sanitycheckpage.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/sanitycheckpage.py
diff --git a/bitbake/lib/bb/ui/crumbs/utils.py b/yocto-poky/bitbake/lib/bb/ui/crumbs/utils.py
similarity index 100%
rename from bitbake/lib/bb/ui/crumbs/utils.py
rename to yocto-poky/bitbake/lib/bb/ui/crumbs/utils.py
diff --git a/bitbake/lib/bb/ui/depexp.py b/yocto-poky/bitbake/lib/bb/ui/depexp.py
similarity index 100%
rename from bitbake/lib/bb/ui/depexp.py
rename to yocto-poky/bitbake/lib/bb/ui/depexp.py
diff --git a/bitbake/lib/bb/ui/goggle.py b/yocto-poky/bitbake/lib/bb/ui/goggle.py
similarity index 100%
rename from bitbake/lib/bb/ui/goggle.py
rename to yocto-poky/bitbake/lib/bb/ui/goggle.py
diff --git a/bitbake/lib/bb/ui/hob.py b/yocto-poky/bitbake/lib/bb/ui/hob.py
similarity index 100%
rename from bitbake/lib/bb/ui/hob.py
rename to yocto-poky/bitbake/lib/bb/ui/hob.py
diff --git a/bitbake/lib/bb/ui/icons/images/images_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/images/images_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/images/images_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/images/images_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/images/images_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/images/images_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/images/images_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/images/images_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/add-hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/add-hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/add.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/add.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/add.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/add.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/alert.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/alert.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/alert.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/alert.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/confirmation.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/confirmation.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/denied.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/denied.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/denied.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/denied.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/error.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/error.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/error.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/error.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/info.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/info.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/info.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/info.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/issues.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/issues.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/issues.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/issues.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/refresh.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/refresh.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/refresh.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/refresh.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/remove-hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/remove-hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/remove.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/remove.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/remove.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/remove.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/indicators/tick.png b/yocto-poky/bitbake/lib/bb/ui/icons/indicators/tick.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/indicators/tick.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/indicators/tick.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/info/info_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/info/info_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/info/info_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/info/info_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/info/info_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/info/info_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/info/info_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/info/info_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/layers/layers_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/layers/layers_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/layers/layers_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/layers/layers_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/layers/layers_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/layers/layers_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/packages/packages_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/packages/packages_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/packages/packages_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/packages/packages_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/packages/packages_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/packages/packages_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/recipe/recipe_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/recipe/recipe_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/recipe/recipe_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/settings/settings_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/settings/settings_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/settings/settings_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/settings/settings_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/settings/settings_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/settings/settings_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/templates/templates_display.png b/yocto-poky/bitbake/lib/bb/ui/icons/templates/templates_display.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/templates/templates_display.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/templates/templates_display.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/icons/templates/templates_hover.png b/yocto-poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png
similarity index 100%
rename from bitbake/lib/bb/ui/icons/templates/templates_hover.png
rename to yocto-poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png
Binary files differ
diff --git a/bitbake/lib/bb/ui/knotty.py b/yocto-poky/bitbake/lib/bb/ui/knotty.py
similarity index 100%
rename from bitbake/lib/bb/ui/knotty.py
rename to yocto-poky/bitbake/lib/bb/ui/knotty.py
diff --git a/bitbake/lib/bb/ui/ncurses.py b/yocto-poky/bitbake/lib/bb/ui/ncurses.py
similarity index 100%
rename from bitbake/lib/bb/ui/ncurses.py
rename to yocto-poky/bitbake/lib/bb/ui/ncurses.py
diff --git a/bitbake/lib/bb/ui/puccho.py b/yocto-poky/bitbake/lib/bb/ui/puccho.py
similarity index 100%
rename from bitbake/lib/bb/ui/puccho.py
rename to yocto-poky/bitbake/lib/bb/ui/puccho.py
diff --git a/bitbake/lib/bb/ui/toasterui.py b/yocto-poky/bitbake/lib/bb/ui/toasterui.py
similarity index 100%
rename from bitbake/lib/bb/ui/toasterui.py
rename to yocto-poky/bitbake/lib/bb/ui/toasterui.py
diff --git a/bitbake/lib/bb/ui/uievent.py b/yocto-poky/bitbake/lib/bb/ui/uievent.py
similarity index 100%
rename from bitbake/lib/bb/ui/uievent.py
rename to yocto-poky/bitbake/lib/bb/ui/uievent.py
diff --git a/bitbake/lib/bb/ui/uihelper.py b/yocto-poky/bitbake/lib/bb/ui/uihelper.py
similarity index 100%
rename from bitbake/lib/bb/ui/uihelper.py
rename to yocto-poky/bitbake/lib/bb/ui/uihelper.py
diff --git a/bitbake/lib/bb/utils.py b/yocto-poky/bitbake/lib/bb/utils.py
similarity index 100%
rename from bitbake/lib/bb/utils.py
rename to yocto-poky/bitbake/lib/bb/utils.py
diff --git a/bitbake/lib/bs4/AUTHORS.txt b/yocto-poky/bitbake/lib/bs4/AUTHORS.txt
similarity index 100%
rename from bitbake/lib/bs4/AUTHORS.txt
rename to yocto-poky/bitbake/lib/bs4/AUTHORS.txt
diff --git a/bitbake/lib/bs4/COPYING.txt b/yocto-poky/bitbake/lib/bs4/COPYING.txt
similarity index 100%
rename from bitbake/lib/bs4/COPYING.txt
rename to yocto-poky/bitbake/lib/bs4/COPYING.txt
diff --git a/bitbake/lib/bs4/NEWS.txt b/yocto-poky/bitbake/lib/bs4/NEWS.txt
similarity index 100%
rename from bitbake/lib/bs4/NEWS.txt
rename to yocto-poky/bitbake/lib/bs4/NEWS.txt
diff --git a/bitbake/lib/bs4/__init__.py b/yocto-poky/bitbake/lib/bs4/__init__.py
similarity index 100%
rename from bitbake/lib/bs4/__init__.py
rename to yocto-poky/bitbake/lib/bs4/__init__.py
diff --git a/bitbake/lib/bs4/builder/__init__.py b/yocto-poky/bitbake/lib/bs4/builder/__init__.py
similarity index 100%
rename from bitbake/lib/bs4/builder/__init__.py
rename to yocto-poky/bitbake/lib/bs4/builder/__init__.py
diff --git a/bitbake/lib/bs4/builder/_html5lib.py b/yocto-poky/bitbake/lib/bs4/builder/_html5lib.py
similarity index 100%
rename from bitbake/lib/bs4/builder/_html5lib.py
rename to yocto-poky/bitbake/lib/bs4/builder/_html5lib.py
diff --git a/bitbake/lib/bs4/builder/_htmlparser.py b/yocto-poky/bitbake/lib/bs4/builder/_htmlparser.py
similarity index 100%
rename from bitbake/lib/bs4/builder/_htmlparser.py
rename to yocto-poky/bitbake/lib/bs4/builder/_htmlparser.py
diff --git a/bitbake/lib/bs4/builder/_lxml.py b/yocto-poky/bitbake/lib/bs4/builder/_lxml.py
similarity index 100%
rename from bitbake/lib/bs4/builder/_lxml.py
rename to yocto-poky/bitbake/lib/bs4/builder/_lxml.py
diff --git a/bitbake/lib/bs4/dammit.py b/yocto-poky/bitbake/lib/bs4/dammit.py
similarity index 100%
rename from bitbake/lib/bs4/dammit.py
rename to yocto-poky/bitbake/lib/bs4/dammit.py
diff --git a/bitbake/lib/bs4/diagnose.py b/yocto-poky/bitbake/lib/bs4/diagnose.py
similarity index 100%
rename from bitbake/lib/bs4/diagnose.py
rename to yocto-poky/bitbake/lib/bs4/diagnose.py
diff --git a/bitbake/lib/bs4/element.py b/yocto-poky/bitbake/lib/bs4/element.py
similarity index 100%
rename from bitbake/lib/bs4/element.py
rename to yocto-poky/bitbake/lib/bs4/element.py
diff --git a/bitbake/lib/bs4/testing.py b/yocto-poky/bitbake/lib/bs4/testing.py
similarity index 100%
rename from bitbake/lib/bs4/testing.py
rename to yocto-poky/bitbake/lib/bs4/testing.py
diff --git a/bitbake/lib/bs4/tests/__init__.py b/yocto-poky/bitbake/lib/bs4/tests/__init__.py
similarity index 100%
rename from bitbake/lib/bs4/tests/__init__.py
rename to yocto-poky/bitbake/lib/bs4/tests/__init__.py
diff --git a/bitbake/lib/bs4/tests/test_builder_registry.py b/yocto-poky/bitbake/lib/bs4/tests/test_builder_registry.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_builder_registry.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_builder_registry.py
diff --git a/bitbake/lib/bs4/tests/test_docs.py b/yocto-poky/bitbake/lib/bs4/tests/test_docs.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_docs.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_docs.py
diff --git a/bitbake/lib/bs4/tests/test_html5lib.py b/yocto-poky/bitbake/lib/bs4/tests/test_html5lib.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_html5lib.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_html5lib.py
diff --git a/bitbake/lib/bs4/tests/test_htmlparser.py b/yocto-poky/bitbake/lib/bs4/tests/test_htmlparser.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_htmlparser.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_htmlparser.py
diff --git a/bitbake/lib/bs4/tests/test_lxml.py b/yocto-poky/bitbake/lib/bs4/tests/test_lxml.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_lxml.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_lxml.py
diff --git a/bitbake/lib/bs4/tests/test_soup.py b/yocto-poky/bitbake/lib/bs4/tests/test_soup.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_soup.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_soup.py
diff --git a/bitbake/lib/bs4/tests/test_tree.py b/yocto-poky/bitbake/lib/bs4/tests/test_tree.py
similarity index 100%
rename from bitbake/lib/bs4/tests/test_tree.py
rename to yocto-poky/bitbake/lib/bs4/tests/test_tree.py
diff --git a/bitbake/lib/codegen.py b/yocto-poky/bitbake/lib/codegen.py
similarity index 100%
rename from bitbake/lib/codegen.py
rename to yocto-poky/bitbake/lib/codegen.py
diff --git a/bitbake/lib/ply/__init__.py b/yocto-poky/bitbake/lib/ply/__init__.py
similarity index 100%
rename from bitbake/lib/ply/__init__.py
rename to yocto-poky/bitbake/lib/ply/__init__.py
diff --git a/bitbake/lib/ply/lex.py b/yocto-poky/bitbake/lib/ply/lex.py
similarity index 100%
rename from bitbake/lib/ply/lex.py
rename to yocto-poky/bitbake/lib/ply/lex.py
diff --git a/bitbake/lib/ply/yacc.py b/yocto-poky/bitbake/lib/ply/yacc.py
similarity index 100%
rename from bitbake/lib/ply/yacc.py
rename to yocto-poky/bitbake/lib/ply/yacc.py
diff --git a/bitbake/lib/progressbar.py b/yocto-poky/bitbake/lib/progressbar.py
similarity index 100%
rename from bitbake/lib/progressbar.py
rename to yocto-poky/bitbake/lib/progressbar.py
diff --git a/bitbake/lib/prserv/__init__.py b/yocto-poky/bitbake/lib/prserv/__init__.py
similarity index 100%
rename from bitbake/lib/prserv/__init__.py
rename to yocto-poky/bitbake/lib/prserv/__init__.py
diff --git a/bitbake/lib/prserv/db.py b/yocto-poky/bitbake/lib/prserv/db.py
similarity index 100%
rename from bitbake/lib/prserv/db.py
rename to yocto-poky/bitbake/lib/prserv/db.py
diff --git a/bitbake/lib/prserv/serv.py b/yocto-poky/bitbake/lib/prserv/serv.py
similarity index 100%
rename from bitbake/lib/prserv/serv.py
rename to yocto-poky/bitbake/lib/prserv/serv.py
diff --git a/bitbake/lib/pyinotify.py b/yocto-poky/bitbake/lib/pyinotify.py
similarity index 100%
rename from bitbake/lib/pyinotify.py
rename to yocto-poky/bitbake/lib/pyinotify.py
diff --git a/bitbake/lib/toaster/__init__.py b/yocto-poky/bitbake/lib/toaster/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/__init__.py
rename to yocto-poky/bitbake/lib/toaster/__init__.py
diff --git a/bitbake/lib/toaster/bldcollector/__init__.py b/yocto-poky/bitbake/lib/toaster/bldcollector/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/bldcollector/__init__.py
rename to yocto-poky/bitbake/lib/toaster/bldcollector/__init__.py
diff --git a/bitbake/lib/toaster/bldcollector/admin.py b/yocto-poky/bitbake/lib/toaster/bldcollector/admin.py
similarity index 100%
rename from bitbake/lib/toaster/bldcollector/admin.py
rename to yocto-poky/bitbake/lib/toaster/bldcollector/admin.py
diff --git a/bitbake/lib/toaster/bldcollector/urls.py b/yocto-poky/bitbake/lib/toaster/bldcollector/urls.py
similarity index 100%
rename from bitbake/lib/toaster/bldcollector/urls.py
rename to yocto-poky/bitbake/lib/toaster/bldcollector/urls.py
diff --git a/bitbake/lib/toaster/bldcollector/views.py b/yocto-poky/bitbake/lib/toaster/bldcollector/views.py
similarity index 100%
rename from bitbake/lib/toaster/bldcollector/views.py
rename to yocto-poky/bitbake/lib/toaster/bldcollector/views.py
diff --git a/bitbake/lib/toaster/bldcontrol/__init__.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/__init__.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/__init__.py
diff --git a/bitbake/lib/toaster/bldcontrol/admin.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/admin.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/admin.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/admin.py
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/bbcontroller.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/bbcontroller.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/bbcontroller.py
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
diff --git a/bitbake/lib/toaster/bldcontrol/management/__init__.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/management/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/management/__init__.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/management/__init__.py
diff --git a/bitbake/lib/toaster/bldcontrol/management/commands/__init__.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/management/commands/__init__.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/__init__.py
diff --git a/bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py
diff --git a/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py
diff --git a/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0002_auto__add_field_buildenvironment_sourcedir__add_field_buildenvironment.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0002_auto__add_field_buildenvironment_sourcedir__add_field_buildenvironment.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0002_auto__add_field_buildenvironment_sourcedir__add_field_buildenvironment.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0002_auto__add_field_buildenvironment_sourcedir__add_field_buildenvironment.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0003_auto__add_field_brlayer_dirpath.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0003_auto__add_field_brlayer_dirpath.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0003_auto__add_field_brlayer_dirpath.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0003_auto__add_field_brlayer_dirpath.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0004_loadinitialdata.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0004_loadinitialdata.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0004_loadinitialdata.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0004_loadinitialdata.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0005_auto__add_brerror.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0005_auto__add_brerror.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0005_auto__add_brerror.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0005_auto__add_brerror.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0006_auto__add_brbitbake.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0006_auto__add_brbitbake.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0006_auto__add_brbitbake.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0006_auto__add_brbitbake.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0007_auto__add_field_buildrequest_environment__chg_field_buildrequest_build.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0007_auto__add_field_buildrequest_environment__chg_field_buildrequest_build.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0007_auto__add_field_buildrequest_environment__chg_field_buildrequest_build.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0007_auto__add_field_buildrequest_environment__chg_field_buildrequest_build.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/0008_brarchive.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0008_brarchive.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/0008_brarchive.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/0008_brarchive.py
diff --git a/bitbake/lib/toaster/bldcontrol/migrations/__init__.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/migrations/__init__.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/migrations/__init__.py
diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/models.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/models.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/models.py
diff --git a/bitbake/lib/toaster/bldcontrol/sshbecontroller.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/sshbecontroller.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/sshbecontroller.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/sshbecontroller.py
diff --git a/bitbake/lib/toaster/bldcontrol/tests.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/tests.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/tests.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/tests.py
diff --git a/bitbake/lib/toaster/bldcontrol/views.py b/yocto-poky/bitbake/lib/toaster/bldcontrol/views.py
similarity index 100%
rename from bitbake/lib/toaster/bldcontrol/views.py
rename to yocto-poky/bitbake/lib/toaster/bldcontrol/views.py
diff --git a/bitbake/lib/toaster/contrib/README b/yocto-poky/bitbake/lib/toaster/contrib/README
similarity index 100%
rename from bitbake/lib/toaster/contrib/README
rename to yocto-poky/bitbake/lib/toaster/contrib/README
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/.gitignore b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/.gitignore
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/.gitignore
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/.gitignore
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/.travis.yml b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/.travis.yml
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/.travis.yml
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/.travis.yml
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/LICENSE b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/LICENSE
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/LICENSE
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/LICENSE
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/README.rst b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/README.rst
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/README.rst
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/README.rst
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/aggregate_if.py
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/runtests.py b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/runtests.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/runtests.py
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/runtests.py
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/setup.py b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/setup.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/setup.py
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/setup.py
diff --git a/bitbake/lib/toaster/contrib/django-aggregate-if-master/tox.ini b/yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/tox.ini
similarity index 100%
rename from bitbake/lib/toaster/contrib/django-aggregate-if-master/tox.ini
rename to yocto-poky/bitbake/lib/toaster/contrib/django-aggregate-if-master/tox.ini
diff --git a/bitbake/lib/toaster/contrib/tts/README b/yocto-poky/bitbake/lib/toaster/contrib/tts/README
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/README
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/README
diff --git a/bitbake/lib/toaster/contrib/tts/TODO b/yocto-poky/bitbake/lib/toaster/contrib/tts/TODO
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/TODO
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/TODO
diff --git a/bitbake/lib/toaster/contrib/tts/config.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/config.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/config.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/config.py
diff --git a/bitbake/lib/toaster/contrib/tts/launcher.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/launcher.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/launcher.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/launcher.py
diff --git a/bitbake/lib/toaster/contrib/tts/log/.create b/yocto-poky/bitbake/lib/toaster/contrib/tts/log/.create
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/log/.create
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/log/.create
diff --git a/bitbake/lib/toaster/contrib/tts/recv.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/recv.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/recv.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/recv.py
diff --git a/bitbake/lib/toaster/contrib/tts/runner.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/runner.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/runner.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/runner.py
diff --git a/bitbake/lib/toaster/contrib/tts/settings.json b/yocto-poky/bitbake/lib/toaster/contrib/tts/settings.json
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/settings.json
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/settings.json
diff --git a/bitbake/lib/toaster/contrib/tts/shellutils.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/shellutils.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/shellutils.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/shellutils.py
diff --git a/bitbake/lib/toaster/contrib/tts/tests.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/tests.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/tests.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/tests.py
diff --git a/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/toasteruitest/run_toastertests.py
diff --git a/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py
diff --git a/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg b/yocto-poky/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg
diff --git a/bitbake/lib/toaster/contrib/tts/urlcheck.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/urlcheck.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/urlcheck.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/urlcheck.py
diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/yocto-poky/bitbake/lib/toaster/contrib/tts/urllist.py
similarity index 100%
rename from bitbake/lib/toaster/contrib/tts/urllist.py
rename to yocto-poky/bitbake/lib/toaster/contrib/tts/urllist.py
diff --git a/bitbake/lib/toaster/manage.py b/yocto-poky/bitbake/lib/toaster/manage.py
similarity index 100%
rename from bitbake/lib/toaster/manage.py
rename to yocto-poky/bitbake/lib/toaster/manage.py
diff --git a/bitbake/lib/toaster/orm/__init__.py b/yocto-poky/bitbake/lib/toaster/orm/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/orm/__init__.py
rename to yocto-poky/bitbake/lib/toaster/orm/__init__.py
diff --git a/bitbake/lib/toaster/orm/management/__init__.py b/yocto-poky/bitbake/lib/toaster/orm/management/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/orm/management/__init__.py
rename to yocto-poky/bitbake/lib/toaster/orm/management/__init__.py
diff --git a/bitbake/lib/toaster/orm/management/commands/__init__.py b/yocto-poky/bitbake/lib/toaster/orm/management/commands/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/orm/management/commands/__init__.py
rename to yocto-poky/bitbake/lib/toaster/orm/management/commands/__init__.py
diff --git a/bitbake/lib/toaster/orm/management/commands/lsupdates.py b/yocto-poky/bitbake/lib/toaster/orm/management/commands/lsupdates.py
similarity index 100%
rename from bitbake/lib/toaster/orm/management/commands/lsupdates.py
rename to yocto-poky/bitbake/lib/toaster/orm/management/commands/lsupdates.py
diff --git a/bitbake/lib/toaster/orm/migrations/0001_initial.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0001_initial.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0001_initial.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0001_initial.py
diff --git a/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
diff --git a/bitbake/lib/toaster/orm/migrations/0003_timespent.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0003_timespent.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0003_timespent.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0003_timespent.py
diff --git a/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0004_auto__add_field_package_installed_name.py
diff --git a/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py
diff --git a/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0006_auto__add_field_target_image_size__add_field_target_license_manifest_p.py
diff --git a/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py
diff --git a/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0008_auto__chg_field_variablehistory_operation__chg_field_recipe_descriptio.py
diff --git a/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0009_auto__add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py
diff --git a/bitbake/lib/toaster/orm/migrations/0010_auto__add_field_project_branch__add_field_project_short_description__a.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0010_auto__add_field_project_branch__add_field_project_short_description__a.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0010_auto__add_field_project_branch__add_field_project_short_description__a.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0010_auto__add_field_project_branch__add_field_project_short_description__a.py
diff --git a/bitbake/lib/toaster/orm/migrations/0011_auto__add_field_projectlayer_dirpath.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0011_auto__add_field_projectlayer_dirpath.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0011_auto__add_field_projectlayer_dirpath.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0011_auto__add_field_projectlayer_dirpath.py
diff --git a/bitbake/lib/toaster/orm/migrations/0012_auto__add_field_projectlayer_optional__add_field_projecttarget_task.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0012_auto__add_field_projectlayer_optional__add_field_projecttarget_task.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0012_auto__add_field_projectlayer_optional__add_field_projecttarget_task.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0012_auto__add_field_projectlayer_optional__add_field_projecttarget_task.py
diff --git a/bitbake/lib/toaster/orm/migrations/0013_auto__add_release__add_layerversiondependency__add_unique_layerversion.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0013_auto__add_release__add_layerversiondependency__add_unique_layerversion.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0013_auto__add_release__add_layerversiondependency__add_unique_layerversion.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0013_auto__add_release__add_layerversiondependency__add_unique_layerversion.py
diff --git a/bitbake/lib/toaster/orm/migrations/0014_auto__chg_field_package_summary__chg_field_layer_summary__chg_field_re.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0014_auto__chg_field_package_summary__chg_field_layer_summary__chg_field_re.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0014_auto__chg_field_package_summary__chg_field_layer_summary__chg_field_re.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0014_auto__chg_field_package_summary__chg_field_layer_summary__chg_field_re.py
diff --git a/bitbake/lib/toaster/orm/migrations/0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_tree_base_u.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_tree_base_u.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_tree_base_u.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_tree_base_u.py
diff --git a/bitbake/lib/toaster/orm/migrations/0016_auto__add_field_release_helptext__chg_field_release_branch__add_index_.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0016_auto__add_field_release_helptext__chg_field_release_branch__add_index_.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0016_auto__add_field_release_helptext__chg_field_release_branch__add_index_.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0016_auto__add_field_release_helptext__chg_field_release_branch__add_index_.py
diff --git a/bitbake/lib/toaster/orm/migrations/0017_auto__del_toastersettingdefaultlayer__add_releaselayersourcepriority__.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0017_auto__del_toastersettingdefaultlayer__add_releaselayersourcepriority__.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0017_auto__del_toastersettingdefaultlayer__add_releaselayersourcepriority__.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0017_auto__del_toastersettingdefaultlayer__add_releaselayersourcepriority__.py
diff --git a/bitbake/lib/toaster/orm/migrations/0018_auto__add_field_layer_version_project.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0018_auto__add_field_layer_version_project.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0018_auto__add_field_layer_version_project.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0018_auto__add_field_layer_version_project.py
diff --git a/bitbake/lib/toaster/orm/migrations/0019_auto__add_buildartifact.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0019_auto__add_buildartifact.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0019_auto__add_buildartifact.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0019_auto__add_buildartifact.py
diff --git a/bitbake/lib/toaster/orm/migrations/0020_auto__add_field_layer_version_local_path__add_field_recipe_pathflags__.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0020_auto__add_field_layer_version_local_path__add_field_recipe_pathflags__.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0020_auto__add_field_layer_version_local_path__add_field_recipe_pathflags__.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0020_auto__add_field_layer_version_local_path__add_field_recipe_pathflags__.py
diff --git a/bitbake/lib/toaster/orm/migrations/0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0021_auto__chg_field_build_project__chg_field_project_bitbake_version__chg_.py
diff --git a/bitbake/lib/toaster/orm/migrations/0022_auto__add_field_target_task__add_field_layer_version_local_path__del_f.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0022_auto__add_field_target_task__add_field_layer_version_local_path__del_f.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0022_auto__add_field_target_task__add_field_layer_version_local_path__del_f.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0022_auto__add_field_target_task__add_field_layer_version_local_path__del_f.py
diff --git a/bitbake/lib/toaster/orm/migrations/0023_auto__del_field_build_warnings_no__del_field_build_errors_no__del_fiel.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0023_auto__del_field_build_warnings_no__del_field_build_errors_no__del_fiel.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0023_auto__del_field_build_warnings_no__del_field_build_errors_no__del_fiel.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0023_auto__del_field_build_warnings_no__del_field_build_errors_no__del_fiel.py
diff --git a/bitbake/lib/toaster/orm/migrations/0024_auto__add_field_recipe_is_image.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0024_auto__add_field_recipe_is_image.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0024_auto__add_field_recipe_is_image.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0024_auto__add_field_recipe_is_image.py
diff --git a/bitbake/lib/toaster/orm/migrations/0025_auto__add_field_project_is_default.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0025_auto__add_field_project_is_default.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0025_auto__add_field_project_is_default.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0025_auto__add_field_project_is_default.py
diff --git a/bitbake/lib/toaster/orm/migrations/0026_set_default_project.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/0026_set_default_project.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/0026_set_default_project.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/0026_set_default_project.py
diff --git a/bitbake/lib/toaster/orm/migrations/__init__.py b/yocto-poky/bitbake/lib/toaster/orm/migrations/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/orm/migrations/__init__.py
rename to yocto-poky/bitbake/lib/toaster/orm/migrations/__init__.py
diff --git a/bitbake/lib/toaster/orm/models.py b/yocto-poky/bitbake/lib/toaster/orm/models.py
similarity index 100%
rename from bitbake/lib/toaster/orm/models.py
rename to yocto-poky/bitbake/lib/toaster/orm/models.py
diff --git a/bitbake/lib/toaster/orm/tests.py b/yocto-poky/bitbake/lib/toaster/orm/tests.py
similarity index 100%
rename from bitbake/lib/toaster/orm/tests.py
rename to yocto-poky/bitbake/lib/toaster/orm/tests.py
diff --git a/bitbake/lib/toaster/toastergui/__init__.py b/yocto-poky/bitbake/lib/toaster/toastergui/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/__init__.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/__init__.py
diff --git a/bitbake/lib/toaster/toastergui/static/css/bootstrap-responsive.min.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/bootstrap-responsive.min.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/bootstrap-responsive.min.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/bootstrap-responsive.min.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/default.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/default.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/default.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/css/jquery-ui.min.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.min.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/jquery-ui.min.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.min.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/jquery-ui.structure.min.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.structure.min.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/jquery-ui.structure.min.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.structure.min.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/jquery-ui.theme.min.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.theme.min.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/jquery-ui.theme.min.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.theme.min.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/jquery.treetable.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/prettify.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/prettify.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/prettify.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/prettify.css
diff --git a/bitbake/lib/toaster/toastergui/static/css/screen.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/css/screen.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/css/screen.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/css/screen.css
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff b/yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html b/yocto-poky/bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html
diff --git a/bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings-white.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings-white.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings-white.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings-white.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/img/glyphicons-halflings.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/img/logo.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/img/logo.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/img/logo.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/img/logo.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png b/yocto-poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/img/toaster_bw.png
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png
Binary files differ
diff --git a/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt b/yocto-poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt
diff --git a/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt b/yocto-poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt
diff --git a/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/README.md b/yocto-poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/README.md
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/jquery-treetable-license/README.md
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/README.md
diff --git a/bitbake/lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css b/yocto-poky/bitbake/lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css
diff --git a/bitbake/lib/toaster/toastergui/static/js/.jshintrc b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/.jshintrc
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/.jshintrc
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/.jshintrc
diff --git a/bitbake/lib/toaster/toastergui/static/js/base.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/base.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/base.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/base.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/filtersnippet.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/filtersnippet.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/filtersnippet.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/filtersnippet.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/importlayer.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/importlayer.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/importlayer.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/importlayer.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map
diff --git a/bitbake/lib/toaster/toastergui/static/js/jquery-ui.min.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery-ui.min.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/jquery-ui.min.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery-ui.min.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/jquery.cookie.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery.cookie.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/jquery.cookie.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery.cookie.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerBtn.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/layerBtn.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/layerBtn.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerDepsModal.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/layerDepsModal.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/layerDepsModal.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/layerDepsModal.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/layerdetails.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/libtoaster.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/libtoaster.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/libtoaster.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/prettify.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/prettify.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/prettify.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/prettify.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectpage.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/projectpage.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/projectpage.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/projectpage.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/table.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/table.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/table.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/table.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/tests/test.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/tests/test.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/tests/test.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/tests/test.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js
diff --git a/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js b/yocto-poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js
similarity index 100%
rename from bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js
rename to yocto-poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/yocto-poky/bitbake/lib/toaster/toastergui/tables.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/tables.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/tables.py
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/base.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/base.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/base.html
diff --git a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html
diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/basebuildpage.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/basetable_top.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top.html
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html
diff --git a/bitbake/lib/toaster/toastergui/templates/bfile.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/bfile.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/bfile.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/bfile.html
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/bpackage.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/bpackage.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/bpackage.html
diff --git a/bitbake/lib/toaster/toastergui/templates/brtargets.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/brtargets.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/brtargets.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/brtargets.html
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/builddashboard.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/builddashboard.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/builddashboard.html
diff --git a/bitbake/lib/toaster/toastergui/templates/buildrequestdetails.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/buildrequestdetails.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/buildrequestdetails.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/buildrequestdetails.html
diff --git a/bitbake/lib/toaster/toastergui/templates/builds.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/builds.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/builds.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/builds.html
diff --git a/bitbake/lib/toaster/toastergui/templates/buildtime.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/buildtime.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/buildtime.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/buildtime.html
diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/configuration.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/configuration.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/configuration.html
diff --git a/bitbake/lib/toaster/toastergui/templates/configvars.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/configvars.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/configvars.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/configvars.html
diff --git a/bitbake/lib/toaster/toastergui/templates/cpuusage.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/cpuusage.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/cpuusage.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/cpuusage.html
diff --git a/bitbake/lib/toaster/toastergui/templates/detail_pagination_bottom.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/detail_pagination_bottom.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/detail_pagination_bottom.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/detail_pagination_bottom.html
diff --git a/bitbake/lib/toaster/toastergui/templates/detail_search_header.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/detail_search_header.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/detail_search_header.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/detail_search_header.html
diff --git a/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html
diff --git a/bitbake/lib/toaster/toastergui/templates/dirinfo.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/dirinfo.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/dirinfo.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/dirinfo.html
diff --git a/bitbake/lib/toaster/toastergui/templates/diskio.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/diskio.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/diskio.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/diskio.html
diff --git a/bitbake/lib/toaster/toastergui/templates/filtersnippet.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/filtersnippet.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/filtersnippet.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/filtersnippet.html
diff --git a/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/importlayer.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/importlayer.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/importlayer.html
diff --git a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/landing.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html
diff --git a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/landing_not_managed.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html
diff --git a/bitbake/lib/toaster/toastergui/templates/layer_btn.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/layer_btn.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/layer_btn.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/layer_btn.html
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/layerdetails.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/layerdetails.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/layerdetails.html
diff --git a/bitbake/lib/toaster/toastergui/templates/machine_btn.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/machine_btn.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html
diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/mrb_section.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/mrb_section.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/mrb_section.html
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/newproject.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/newproject.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/newproject.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_built_detail.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_built_detail.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_built_detail.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_built_detail.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_detail_base.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_detail_base.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_detail_base.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_detail_base.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_detail.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_included_detail.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_detail.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_reverse_dependencies.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_reverse_dependencies.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_included_reverse_dependencies.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_reverse_dependencies.html
diff --git a/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/package_included_tabs.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/project.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/project.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/project.html
diff --git a/bitbake/lib/toaster/toastergui/templates/projectbuilds.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/projectbuilds.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/projectbuilds.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/projectbuilds.html
diff --git a/bitbake/lib/toaster/toastergui/templates/projectconf.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/projectconf.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/projectconf.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/projectconf.html
diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/projects.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/projects.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/projects.html
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/projecttopbar.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/recipe.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/recipe.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/recipe.html
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe_btn.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/recipe_btn.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/recipe_btn.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/recipe_btn.html
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe_packages.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/recipe_packages.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/recipe_packages.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/recipe_packages.html
diff --git a/bitbake/lib/toaster/toastergui/templates/recipes.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/recipes.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/recipes.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/recipes.html
diff --git a/bitbake/lib/toaster/toastergui/templates/tablesort.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/tablesort.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/tablesort.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/tablesort.html
diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/target.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/target.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/target.html
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/task.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/task.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/task.html
diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/tasks.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/tasks.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/tasks.html
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable-simple.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/toastertable-simple.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/toastertable-simple.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/toastertable-simple.html
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/toastertable.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/toastertable.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/toastertable.html
diff --git a/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html b/yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
rename to yocto-poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
diff --git a/bitbake/lib/toaster/toastergui/templatetags/__init__.py b/yocto-poky/bitbake/lib/toaster/toastergui/templatetags/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templatetags/__init__.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/templatetags/__init__.py
diff --git a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py b/yocto-poky/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/templatetags/projecttags.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/yocto-poky/bitbake/lib/toaster/toastergui/tests.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/tests.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/tests.py
diff --git a/bitbake/lib/toaster/toastergui/typeaheads.py b/yocto-poky/bitbake/lib/toaster/toastergui/typeaheads.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/typeaheads.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/typeaheads.py
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/yocto-poky/bitbake/lib/toaster/toastergui/urls.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/urls.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/urls.py
diff --git a/bitbake/lib/toaster/toastergui/views.py b/yocto-poky/bitbake/lib/toaster/toastergui/views.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/views.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/views.py
diff --git a/bitbake/lib/toaster/toastergui/widgets.py b/yocto-poky/bitbake/lib/toaster/toastergui/widgets.py
similarity index 100%
rename from bitbake/lib/toaster/toastergui/widgets.py
rename to yocto-poky/bitbake/lib/toaster/toastergui/widgets.py
diff --git a/bitbake/lib/toaster/toastermain/__init__.py b/yocto-poky/bitbake/lib/toaster/toastermain/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/__init__.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/__init__.py
diff --git a/bitbake/lib/toaster/toastermain/management/__init__.py b/yocto-poky/bitbake/lib/toaster/toastermain/management/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/management/__init__.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/management/__init__.py
diff --git a/bitbake/lib/toaster/toastermain/management/commands/__init__.py b/yocto-poky/bitbake/lib/toaster/toastermain/management/commands/__init__.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/management/commands/__init__.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/management/commands/__init__.py
diff --git a/bitbake/lib/toaster/toastermain/management/commands/builddelete.py b/yocto-poky/bitbake/lib/toaster/toastermain/management/commands/builddelete.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/management/commands/builddelete.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/management/commands/builddelete.py
diff --git a/bitbake/lib/toaster/toastermain/management/commands/buildslist.py b/yocto-poky/bitbake/lib/toaster/toastermain/management/commands/buildslist.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/management/commands/buildslist.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/management/commands/buildslist.py
diff --git a/bitbake/lib/toaster/toastermain/management/commands/perf.py b/yocto-poky/bitbake/lib/toaster/toastermain/management/commands/perf.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/management/commands/perf.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/management/commands/perf.py
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/yocto-poky/bitbake/lib/toaster/toastermain/settings.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/settings.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/settings.py
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/yocto-poky/bitbake/lib/toaster/toastermain/urls.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/urls.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/urls.py
diff --git a/bitbake/lib/toaster/toastermain/wsgi.py b/yocto-poky/bitbake/lib/toaster/toastermain/wsgi.py
similarity index 100%
rename from bitbake/lib/toaster/toastermain/wsgi.py
rename to yocto-poky/bitbake/lib/toaster/toastermain/wsgi.py
diff --git a/bitbake/toaster-requirements.txt b/yocto-poky/bitbake/toaster-requirements.txt
similarity index 100%
rename from bitbake/toaster-requirements.txt
rename to yocto-poky/bitbake/toaster-requirements.txt
diff --git a/documentation/Makefile b/yocto-poky/documentation/Makefile
similarity index 100%
rename from documentation/Makefile
rename to yocto-poky/documentation/Makefile
diff --git a/documentation/README b/yocto-poky/documentation/README
similarity index 100%
rename from documentation/README
rename to yocto-poky/documentation/README
diff --git a/documentation/adt-manual/adt-command.xml b/yocto-poky/documentation/adt-manual/adt-command.xml
similarity index 100%
rename from documentation/adt-manual/adt-command.xml
rename to yocto-poky/documentation/adt-manual/adt-command.xml
diff --git a/documentation/adt-manual/adt-intro.xml b/yocto-poky/documentation/adt-manual/adt-intro.xml
similarity index 100%
rename from documentation/adt-manual/adt-intro.xml
rename to yocto-poky/documentation/adt-manual/adt-intro.xml
diff --git a/documentation/adt-manual/adt-manual-customization.xsl b/yocto-poky/documentation/adt-manual/adt-manual-customization.xsl
similarity index 100%
rename from documentation/adt-manual/adt-manual-customization.xsl
rename to yocto-poky/documentation/adt-manual/adt-manual-customization.xsl
diff --git a/documentation/adt-manual/adt-manual-eclipse-customization.xsl b/yocto-poky/documentation/adt-manual/adt-manual-eclipse-customization.xsl
similarity index 100%
rename from documentation/adt-manual/adt-manual-eclipse-customization.xsl
rename to yocto-poky/documentation/adt-manual/adt-manual-eclipse-customization.xsl
diff --git a/documentation/adt-manual/adt-manual-intro.xml b/yocto-poky/documentation/adt-manual/adt-manual-intro.xml
similarity index 100%
rename from documentation/adt-manual/adt-manual-intro.xml
rename to yocto-poky/documentation/adt-manual/adt-manual-intro.xml
diff --git a/documentation/adt-manual/adt-manual.xml b/yocto-poky/documentation/adt-manual/adt-manual.xml
similarity index 100%
rename from documentation/adt-manual/adt-manual.xml
rename to yocto-poky/documentation/adt-manual/adt-manual.xml
diff --git a/documentation/adt-manual/adt-package.xml b/yocto-poky/documentation/adt-manual/adt-package.xml
similarity index 100%
rename from documentation/adt-manual/adt-package.xml
rename to yocto-poky/documentation/adt-manual/adt-package.xml
diff --git a/documentation/adt-manual/adt-prepare.xml b/yocto-poky/documentation/adt-manual/adt-prepare.xml
similarity index 100%
rename from documentation/adt-manual/adt-prepare.xml
rename to yocto-poky/documentation/adt-manual/adt-prepare.xml
diff --git a/documentation/adt-manual/adt-style.css b/yocto-poky/documentation/adt-manual/adt-style.css
similarity index 100%
rename from documentation/adt-manual/adt-style.css
rename to yocto-poky/documentation/adt-manual/adt-style.css
diff --git a/documentation/adt-manual/figures/adt-title.png b/yocto-poky/documentation/adt-manual/figures/adt-title.png
similarity index 100%
rename from documentation/adt-manual/figures/adt-title.png
rename to yocto-poky/documentation/adt-manual/figures/adt-title.png
Binary files differ
diff --git a/documentation/adt-manual/figures/using-a-pre-built-image.png b/yocto-poky/documentation/adt-manual/figures/using-a-pre-built-image.png
similarity index 100%
rename from documentation/adt-manual/figures/using-a-pre-built-image.png
rename to yocto-poky/documentation/adt-manual/figures/using-a-pre-built-image.png
Binary files differ
diff --git a/documentation/bsp-guide/bsp-guide-customization.xsl b/yocto-poky/documentation/bsp-guide/bsp-guide-customization.xsl
similarity index 100%
rename from documentation/bsp-guide/bsp-guide-customization.xsl
rename to yocto-poky/documentation/bsp-guide/bsp-guide-customization.xsl
diff --git a/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl b/yocto-poky/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl
similarity index 100%
rename from documentation/bsp-guide/bsp-guide-eclipse-customization.xsl
rename to yocto-poky/documentation/bsp-guide/bsp-guide-eclipse-customization.xsl
diff --git a/documentation/bsp-guide/bsp-guide.xml b/yocto-poky/documentation/bsp-guide/bsp-guide.xml
similarity index 100%
rename from documentation/bsp-guide/bsp-guide.xml
rename to yocto-poky/documentation/bsp-guide/bsp-guide.xml
diff --git a/documentation/bsp-guide/bsp-style.css b/yocto-poky/documentation/bsp-guide/bsp-style.css
similarity index 100%
rename from documentation/bsp-guide/bsp-style.css
rename to yocto-poky/documentation/bsp-guide/bsp-style.css
diff --git a/documentation/bsp-guide/bsp.xml b/yocto-poky/documentation/bsp-guide/bsp.xml
similarity index 100%
rename from documentation/bsp-guide/bsp.xml
rename to yocto-poky/documentation/bsp-guide/bsp.xml
diff --git a/documentation/bsp-guide/figures/bsp-title.png b/yocto-poky/documentation/bsp-guide/figures/bsp-title.png
similarity index 100%
rename from documentation/bsp-guide/figures/bsp-title.png
rename to yocto-poky/documentation/bsp-guide/figures/bsp-title.png
Binary files differ
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/yocto-poky/documentation/dev-manual/dev-manual-common-tasks.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual-common-tasks.xml
rename to yocto-poky/documentation/dev-manual/dev-manual-common-tasks.xml
diff --git a/documentation/dev-manual/dev-manual-customization.xsl b/yocto-poky/documentation/dev-manual/dev-manual-customization.xsl
similarity index 100%
rename from documentation/dev-manual/dev-manual-customization.xsl
rename to yocto-poky/documentation/dev-manual/dev-manual-customization.xsl
diff --git a/documentation/dev-manual/dev-manual-eclipse-customization.xsl b/yocto-poky/documentation/dev-manual/dev-manual-eclipse-customization.xsl
similarity index 100%
rename from documentation/dev-manual/dev-manual-eclipse-customization.xsl
rename to yocto-poky/documentation/dev-manual/dev-manual-eclipse-customization.xsl
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/yocto-poky/documentation/dev-manual/dev-manual-intro.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual-intro.xml
rename to yocto-poky/documentation/dev-manual/dev-manual-intro.xml
diff --git a/documentation/dev-manual/dev-manual-model.xml b/yocto-poky/documentation/dev-manual/dev-manual-model.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual-model.xml
rename to yocto-poky/documentation/dev-manual/dev-manual-model.xml
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/yocto-poky/documentation/dev-manual/dev-manual-newbie.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual-newbie.xml
rename to yocto-poky/documentation/dev-manual/dev-manual-newbie.xml
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/yocto-poky/documentation/dev-manual/dev-manual-qemu.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual-qemu.xml
rename to yocto-poky/documentation/dev-manual/dev-manual-qemu.xml
diff --git a/documentation/dev-manual/dev-manual-start.xml b/yocto-poky/documentation/dev-manual/dev-manual-start.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual-start.xml
rename to yocto-poky/documentation/dev-manual/dev-manual-start.xml
diff --git a/documentation/dev-manual/dev-manual.xml b/yocto-poky/documentation/dev-manual/dev-manual.xml
similarity index 100%
rename from documentation/dev-manual/dev-manual.xml
rename to yocto-poky/documentation/dev-manual/dev-manual.xml
diff --git a/documentation/dev-manual/dev-style.css b/yocto-poky/documentation/dev-manual/dev-style.css
similarity index 100%
rename from documentation/dev-manual/dev-style.css
rename to yocto-poky/documentation/dev-manual/dev-style.css
diff --git a/documentation/dev-manual/figures/app-dev-flow.png b/yocto-poky/documentation/dev-manual/figures/app-dev-flow.png
similarity index 100%
rename from documentation/dev-manual/figures/app-dev-flow.png
rename to yocto-poky/documentation/dev-manual/figures/app-dev-flow.png
Binary files differ
diff --git a/documentation/dev-manual/figures/bsp-dev-flow.png b/yocto-poky/documentation/dev-manual/figures/bsp-dev-flow.png
similarity index 100%
rename from documentation/dev-manual/figures/bsp-dev-flow.png
rename to yocto-poky/documentation/dev-manual/figures/bsp-dev-flow.png
Binary files differ
diff --git a/documentation/dev-manual/figures/build-workspace-directory.png b/yocto-poky/documentation/dev-manual/figures/build-workspace-directory.png
similarity index 100%
rename from documentation/dev-manual/figures/build-workspace-directory.png
rename to yocto-poky/documentation/dev-manual/figures/build-workspace-directory.png
Binary files differ
diff --git a/documentation/dev-manual/figures/dev-title.png b/yocto-poky/documentation/dev-manual/figures/dev-title.png
similarity index 100%
rename from documentation/dev-manual/figures/dev-title.png
rename to yocto-poky/documentation/dev-manual/figures/dev-title.png
Binary files differ
diff --git a/documentation/dev-manual/figures/git-workflow.png b/yocto-poky/documentation/dev-manual/figures/git-workflow.png
similarity index 100%
rename from documentation/dev-manual/figures/git-workflow.png
rename to yocto-poky/documentation/dev-manual/figures/git-workflow.png
Binary files differ
diff --git a/documentation/dev-manual/figures/index-downloads.png b/yocto-poky/documentation/dev-manual/figures/index-downloads.png
similarity index 100%
rename from documentation/dev-manual/figures/index-downloads.png
rename to yocto-poky/documentation/dev-manual/figures/index-downloads.png
Binary files differ
diff --git a/documentation/dev-manual/figures/kernel-dev-flow.png b/yocto-poky/documentation/dev-manual/figures/kernel-dev-flow.png
similarity index 100%
rename from documentation/dev-manual/figures/kernel-dev-flow.png
rename to yocto-poky/documentation/dev-manual/figures/kernel-dev-flow.png
Binary files differ
diff --git a/documentation/dev-manual/figures/kernel-overview-1.png b/yocto-poky/documentation/dev-manual/figures/kernel-overview-1.png
similarity index 100%
rename from documentation/dev-manual/figures/kernel-overview-1.png
rename to yocto-poky/documentation/dev-manual/figures/kernel-overview-1.png
Binary files differ
diff --git a/documentation/dev-manual/figures/kernel-overview-2-generic.png b/yocto-poky/documentation/dev-manual/figures/kernel-overview-2-generic.png
similarity index 100%
rename from documentation/dev-manual/figures/kernel-overview-2-generic.png
rename to yocto-poky/documentation/dev-manual/figures/kernel-overview-2-generic.png
Binary files differ
diff --git a/documentation/dev-manual/figures/recipe-workflow.png b/yocto-poky/documentation/dev-manual/figures/recipe-workflow.png
similarity index 100%
rename from documentation/dev-manual/figures/recipe-workflow.png
rename to yocto-poky/documentation/dev-manual/figures/recipe-workflow.png
Binary files differ
diff --git a/documentation/dev-manual/figures/source-repos.png b/yocto-poky/documentation/dev-manual/figures/source-repos.png
similarity index 100%
rename from documentation/dev-manual/figures/source-repos.png
rename to yocto-poky/documentation/dev-manual/figures/source-repos.png
Binary files differ
diff --git a/documentation/dev-manual/figures/yp-download.png b/yocto-poky/documentation/dev-manual/figures/yp-download.png
similarity index 100%
rename from documentation/dev-manual/figures/yp-download.png
rename to yocto-poky/documentation/dev-manual/figures/yp-download.png
Binary files differ
diff --git a/documentation/kernel-dev/figures/kernel-architecture-overview.png b/yocto-poky/documentation/kernel-dev/figures/kernel-architecture-overview.png
similarity index 100%
rename from documentation/kernel-dev/figures/kernel-architecture-overview.png
rename to yocto-poky/documentation/kernel-dev/figures/kernel-architecture-overview.png
Binary files differ
diff --git a/documentation/kernel-dev/figures/kernel-dev-title.png b/yocto-poky/documentation/kernel-dev/figures/kernel-dev-title.png
similarity index 100%
rename from documentation/kernel-dev/figures/kernel-dev-title.png
rename to yocto-poky/documentation/kernel-dev/figures/kernel-dev-title.png
Binary files differ
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-advanced.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-advanced.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-advanced.xml
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-common.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-common.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-common.xml
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-concepts-appx.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-concepts-appx.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-concepts-appx.xml
diff --git a/documentation/kernel-dev/kernel-dev-customization.xsl b/yocto-poky/documentation/kernel-dev/kernel-dev-customization.xsl
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-customization.xsl
rename to yocto-poky/documentation/kernel-dev/kernel-dev-customization.xsl
diff --git a/documentation/kernel-dev/kernel-dev-eclipse-customization.xsl b/yocto-poky/documentation/kernel-dev/kernel-dev-eclipse-customization.xsl
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-eclipse-customization.xsl
rename to yocto-poky/documentation/kernel-dev/kernel-dev-eclipse-customization.xsl
diff --git a/documentation/kernel-dev/kernel-dev-examples.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-examples.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-examples.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-examples.xml
diff --git a/documentation/kernel-dev/kernel-dev-faq.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-faq.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-faq.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-faq.xml
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-intro.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-intro.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-intro.xml
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/yocto-poky/documentation/kernel-dev/kernel-dev-maint-appx.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-maint-appx.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev-maint-appx.xml
diff --git a/documentation/kernel-dev/kernel-dev-style.css b/yocto-poky/documentation/kernel-dev/kernel-dev-style.css
similarity index 100%
rename from documentation/kernel-dev/kernel-dev-style.css
rename to yocto-poky/documentation/kernel-dev/kernel-dev-style.css
diff --git a/documentation/kernel-dev/kernel-dev.xml b/yocto-poky/documentation/kernel-dev/kernel-dev.xml
similarity index 100%
rename from documentation/kernel-dev/kernel-dev.xml
rename to yocto-poky/documentation/kernel-dev/kernel-dev.xml
diff --git a/documentation/mega-manual/figures/adt-title.png b/yocto-poky/documentation/mega-manual/figures/adt-title.png
similarity index 100%
rename from documentation/mega-manual/figures/adt-title.png
rename to yocto-poky/documentation/mega-manual/figures/adt-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/analysis-for-package-splitting.png b/yocto-poky/documentation/mega-manual/figures/analysis-for-package-splitting.png
similarity index 100%
rename from documentation/mega-manual/figures/analysis-for-package-splitting.png
rename to yocto-poky/documentation/mega-manual/figures/analysis-for-package-splitting.png
Binary files differ
diff --git a/documentation/mega-manual/figures/app-dev-flow.png b/yocto-poky/documentation/mega-manual/figures/app-dev-flow.png
similarity index 100%
rename from documentation/mega-manual/figures/app-dev-flow.png
rename to yocto-poky/documentation/mega-manual/figures/app-dev-flow.png
Binary files differ
diff --git a/documentation/mega-manual/figures/bsp-dev-flow.png b/yocto-poky/documentation/mega-manual/figures/bsp-dev-flow.png
similarity index 100%
rename from documentation/mega-manual/figures/bsp-dev-flow.png
rename to yocto-poky/documentation/mega-manual/figures/bsp-dev-flow.png
Binary files differ
diff --git a/documentation/mega-manual/figures/bsp-title.png b/yocto-poky/documentation/mega-manual/figures/bsp-title.png
similarity index 100%
rename from documentation/mega-manual/figures/bsp-title.png
rename to yocto-poky/documentation/mega-manual/figures/bsp-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/build-workspace-directory.png b/yocto-poky/documentation/mega-manual/figures/build-workspace-directory.png
similarity index 100%
rename from documentation/mega-manual/figures/build-workspace-directory.png
rename to yocto-poky/documentation/mega-manual/figures/build-workspace-directory.png
Binary files differ
diff --git a/documentation/mega-manual/figures/buildhistory-web.png b/yocto-poky/documentation/mega-manual/figures/buildhistory-web.png
similarity index 100%
rename from documentation/mega-manual/figures/buildhistory-web.png
rename to yocto-poky/documentation/mega-manual/figures/buildhistory-web.png
Binary files differ
diff --git a/documentation/mega-manual/figures/buildhistory.png b/yocto-poky/documentation/mega-manual/figures/buildhistory.png
similarity index 100%
rename from documentation/mega-manual/figures/buildhistory.png
rename to yocto-poky/documentation/mega-manual/figures/buildhistory.png
Binary files differ
diff --git a/documentation/mega-manual/figures/building-an-image.png b/yocto-poky/documentation/mega-manual/figures/building-an-image.png
similarity index 100%
rename from documentation/mega-manual/figures/building-an-image.png
rename to yocto-poky/documentation/mega-manual/figures/building-an-image.png
Binary files differ
diff --git a/documentation/mega-manual/figures/configuration-compile-autoreconf.png b/yocto-poky/documentation/mega-manual/figures/configuration-compile-autoreconf.png
similarity index 100%
rename from documentation/mega-manual/figures/configuration-compile-autoreconf.png
rename to yocto-poky/documentation/mega-manual/figures/configuration-compile-autoreconf.png
Binary files differ
diff --git a/documentation/mega-manual/figures/cross-development-toolchains.png b/yocto-poky/documentation/mega-manual/figures/cross-development-toolchains.png
similarity index 100%
rename from documentation/mega-manual/figures/cross-development-toolchains.png
rename to yocto-poky/documentation/mega-manual/figures/cross-development-toolchains.png
Binary files differ
diff --git a/documentation/mega-manual/figures/define-generic.png b/yocto-poky/documentation/mega-manual/figures/define-generic.png
similarity index 100%
rename from documentation/mega-manual/figures/define-generic.png
rename to yocto-poky/documentation/mega-manual/figures/define-generic.png
Binary files differ
diff --git a/documentation/mega-manual/figures/dev-title.png b/yocto-poky/documentation/mega-manual/figures/dev-title.png
similarity index 100%
rename from documentation/mega-manual/figures/dev-title.png
rename to yocto-poky/documentation/mega-manual/figures/dev-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/git-workflow.png b/yocto-poky/documentation/mega-manual/figures/git-workflow.png
similarity index 100%
rename from documentation/mega-manual/figures/git-workflow.png
rename to yocto-poky/documentation/mega-manual/figures/git-workflow.png
Binary files differ
diff --git a/documentation/mega-manual/figures/hosted-service.png b/yocto-poky/documentation/mega-manual/figures/hosted-service.png
similarity index 100%
rename from documentation/mega-manual/figures/hosted-service.png
rename to yocto-poky/documentation/mega-manual/figures/hosted-service.png
Binary files differ
diff --git a/documentation/mega-manual/figures/image-generation.png b/yocto-poky/documentation/mega-manual/figures/image-generation.png
similarity index 100%
rename from documentation/mega-manual/figures/image-generation.png
rename to yocto-poky/documentation/mega-manual/figures/image-generation.png
Binary files differ
diff --git a/documentation/mega-manual/figures/images.png b/yocto-poky/documentation/mega-manual/figures/images.png
similarity index 100%
rename from documentation/mega-manual/figures/images.png
rename to yocto-poky/documentation/mega-manual/figures/images.png
Binary files differ
diff --git a/documentation/mega-manual/figures/index-downloads.png b/yocto-poky/documentation/mega-manual/figures/index-downloads.png
similarity index 100%
rename from documentation/mega-manual/figures/index-downloads.png
rename to yocto-poky/documentation/mega-manual/figures/index-downloads.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernel-architecture-overview.png b/yocto-poky/documentation/mega-manual/figures/kernel-architecture-overview.png
similarity index 100%
rename from documentation/mega-manual/figures/kernel-architecture-overview.png
rename to yocto-poky/documentation/mega-manual/figures/kernel-architecture-overview.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernel-dev-flow.png b/yocto-poky/documentation/mega-manual/figures/kernel-dev-flow.png
similarity index 100%
rename from documentation/mega-manual/figures/kernel-dev-flow.png
rename to yocto-poky/documentation/mega-manual/figures/kernel-dev-flow.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernel-dev-title.png b/yocto-poky/documentation/mega-manual/figures/kernel-dev-title.png
similarity index 100%
rename from documentation/mega-manual/figures/kernel-dev-title.png
rename to yocto-poky/documentation/mega-manual/figures/kernel-dev-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernel-overview-1.png b/yocto-poky/documentation/mega-manual/figures/kernel-overview-1.png
similarity index 100%
rename from documentation/mega-manual/figures/kernel-overview-1.png
rename to yocto-poky/documentation/mega-manual/figures/kernel-overview-1.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernel-overview-2-generic.png b/yocto-poky/documentation/mega-manual/figures/kernel-overview-2-generic.png
similarity index 100%
rename from documentation/mega-manual/figures/kernel-overview-2-generic.png
rename to yocto-poky/documentation/mega-manual/figures/kernel-overview-2-generic.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernel-title.png b/yocto-poky/documentation/mega-manual/figures/kernel-title.png
similarity index 100%
rename from documentation/mega-manual/figures/kernel-title.png
rename to yocto-poky/documentation/mega-manual/figures/kernel-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernelshark-all.png b/yocto-poky/documentation/mega-manual/figures/kernelshark-all.png
similarity index 100%
rename from documentation/mega-manual/figures/kernelshark-all.png
rename to yocto-poky/documentation/mega-manual/figures/kernelshark-all.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernelshark-choose-events.png b/yocto-poky/documentation/mega-manual/figures/kernelshark-choose-events.png
similarity index 100%
rename from documentation/mega-manual/figures/kernelshark-choose-events.png
rename to yocto-poky/documentation/mega-manual/figures/kernelshark-choose-events.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernelshark-i915-display.png b/yocto-poky/documentation/mega-manual/figures/kernelshark-i915-display.png
similarity index 100%
rename from documentation/mega-manual/figures/kernelshark-i915-display.png
rename to yocto-poky/documentation/mega-manual/figures/kernelshark-i915-display.png
Binary files differ
diff --git a/documentation/mega-manual/figures/kernelshark-output-display.png b/yocto-poky/documentation/mega-manual/figures/kernelshark-output-display.png
similarity index 100%
rename from documentation/mega-manual/figures/kernelshark-output-display.png
rename to yocto-poky/documentation/mega-manual/figures/kernelshark-output-display.png
Binary files differ
diff --git a/documentation/mega-manual/figures/layer-input.png b/yocto-poky/documentation/mega-manual/figures/layer-input.png
similarity index 100%
rename from documentation/mega-manual/figures/layer-input.png
rename to yocto-poky/documentation/mega-manual/figures/layer-input.png
Binary files differ
diff --git a/documentation/mega-manual/figures/lttngmain0.png b/yocto-poky/documentation/mega-manual/figures/lttngmain0.png
similarity index 100%
rename from documentation/mega-manual/figures/lttngmain0.png
rename to yocto-poky/documentation/mega-manual/figures/lttngmain0.png
Binary files differ
diff --git a/documentation/mega-manual/figures/mega-title.png b/yocto-poky/documentation/mega-manual/figures/mega-title.png
similarity index 100%
rename from documentation/mega-manual/figures/mega-title.png
rename to yocto-poky/documentation/mega-manual/figures/mega-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/oprofileui-busybox.png b/yocto-poky/documentation/mega-manual/figures/oprofileui-busybox.png
similarity index 100%
rename from documentation/mega-manual/figures/oprofileui-busybox.png
rename to yocto-poky/documentation/mega-manual/figures/oprofileui-busybox.png
Binary files differ
diff --git a/documentation/mega-manual/figures/oprofileui-copy-to-user.png b/yocto-poky/documentation/mega-manual/figures/oprofileui-copy-to-user.png
similarity index 100%
rename from documentation/mega-manual/figures/oprofileui-copy-to-user.png
rename to yocto-poky/documentation/mega-manual/figures/oprofileui-copy-to-user.png
Binary files differ
diff --git a/documentation/mega-manual/figures/oprofileui-downloading.png b/yocto-poky/documentation/mega-manual/figures/oprofileui-downloading.png
similarity index 100%
rename from documentation/mega-manual/figures/oprofileui-downloading.png
rename to yocto-poky/documentation/mega-manual/figures/oprofileui-downloading.png
Binary files differ
diff --git a/documentation/mega-manual/figures/oprofileui-processes.png b/yocto-poky/documentation/mega-manual/figures/oprofileui-processes.png
similarity index 100%
rename from documentation/mega-manual/figures/oprofileui-processes.png
rename to yocto-poky/documentation/mega-manual/figures/oprofileui-processes.png
Binary files differ
diff --git a/documentation/mega-manual/figures/package-feeds.png b/yocto-poky/documentation/mega-manual/figures/package-feeds.png
similarity index 100%
rename from documentation/mega-manual/figures/package-feeds.png
rename to yocto-poky/documentation/mega-manual/figures/package-feeds.png
Binary files differ
diff --git a/documentation/mega-manual/figures/patching.png b/yocto-poky/documentation/mega-manual/figures/patching.png
similarity index 100%
rename from documentation/mega-manual/figures/patching.png
rename to yocto-poky/documentation/mega-manual/figures/patching.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-probe-do_fork-profile.png b/yocto-poky/documentation/mega-manual/figures/perf-probe-do_fork-profile.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-probe-do_fork-profile.png
rename to yocto-poky/documentation/mega-manual/figures/perf-probe-do_fork-profile.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-report-cycles-u.png b/yocto-poky/documentation/mega-manual/figures/perf-report-cycles-u.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-report-cycles-u.png
rename to yocto-poky/documentation/mega-manual/figures/perf-report-cycles-u.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-systemwide-libc.png b/yocto-poky/documentation/mega-manual/figures/perf-systemwide-libc.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-systemwide-libc.png
rename to yocto-poky/documentation/mega-manual/figures/perf-systemwide-libc.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-systemwide.png b/yocto-poky/documentation/mega-manual/figures/perf-systemwide.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-systemwide.png
rename to yocto-poky/documentation/mega-manual/figures/perf-systemwide.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-busybox-annotate-menu.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-annotate-menu.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-busybox-annotate-menu.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-annotate-menu.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-busybox-annotate-udhcpc.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-annotate-udhcpc.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-busybox-annotate-udhcpc.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-annotate-udhcpc.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-busybox-debuginfo.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-debuginfo.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-busybox-debuginfo.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-debuginfo.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-busybox-dso-zoom-menu.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-dso-zoom-menu.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-busybox-dso-zoom-menu.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-dso-zoom-menu.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-busybox-dso-zoom.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-dso-zoom.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-busybox-dso-zoom.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-dso-zoom.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-busybox-expanded-stripped.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-expanded-stripped.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-busybox-expanded-stripped.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-busybox-expanded-stripped.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-flat-stripped.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-flat-stripped.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-flat-stripped.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-flat-stripped.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png
Binary files differ
diff --git a/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png b/yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png
similarity index 100%
rename from documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png
rename to yocto-poky/documentation/mega-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png
Binary files differ
diff --git a/documentation/mega-manual/figures/poky-title.png b/yocto-poky/documentation/mega-manual/figures/poky-title.png
similarity index 100%
rename from documentation/mega-manual/figures/poky-title.png
rename to yocto-poky/documentation/mega-manual/figures/poky-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/profile-title.png b/yocto-poky/documentation/mega-manual/figures/profile-title.png
similarity index 100%
rename from documentation/mega-manual/figures/profile-title.png
rename to yocto-poky/documentation/mega-manual/figures/profile-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/pybootchartgui-linux-yocto.png b/yocto-poky/documentation/mega-manual/figures/pybootchartgui-linux-yocto.png
similarity index 100%
rename from documentation/mega-manual/figures/pybootchartgui-linux-yocto.png
rename to yocto-poky/documentation/mega-manual/figures/pybootchartgui-linux-yocto.png
Binary files differ
diff --git a/documentation/mega-manual/figures/pychart-linux-yocto-rpm-nostrip.png b/yocto-poky/documentation/mega-manual/figures/pychart-linux-yocto-rpm-nostrip.png
similarity index 100%
rename from documentation/mega-manual/figures/pychart-linux-yocto-rpm-nostrip.png
rename to yocto-poky/documentation/mega-manual/figures/pychart-linux-yocto-rpm-nostrip.png
Binary files differ
diff --git a/documentation/mega-manual/figures/pychart-linux-yocto-rpm.png b/yocto-poky/documentation/mega-manual/figures/pychart-linux-yocto-rpm.png
similarity index 100%
rename from documentation/mega-manual/figures/pychart-linux-yocto-rpm.png
rename to yocto-poky/documentation/mega-manual/figures/pychart-linux-yocto-rpm.png
Binary files differ
diff --git a/documentation/mega-manual/figures/recipe-workflow.png b/yocto-poky/documentation/mega-manual/figures/recipe-workflow.png
similarity index 100%
rename from documentation/mega-manual/figures/recipe-workflow.png
rename to yocto-poky/documentation/mega-manual/figures/recipe-workflow.png
Binary files differ
diff --git a/documentation/mega-manual/figures/sched-wakeup-profile.png b/yocto-poky/documentation/mega-manual/figures/sched-wakeup-profile.png
similarity index 100%
rename from documentation/mega-manual/figures/sched-wakeup-profile.png
rename to yocto-poky/documentation/mega-manual/figures/sched-wakeup-profile.png
Binary files differ
diff --git a/documentation/mega-manual/figures/sdk-generation.png b/yocto-poky/documentation/mega-manual/figures/sdk-generation.png
similarity index 100%
rename from documentation/mega-manual/figures/sdk-generation.png
rename to yocto-poky/documentation/mega-manual/figures/sdk-generation.png
Binary files differ
diff --git a/documentation/mega-manual/figures/sdk.png b/yocto-poky/documentation/mega-manual/figures/sdk.png
similarity index 100%
rename from documentation/mega-manual/figures/sdk.png
rename to yocto-poky/documentation/mega-manual/figures/sdk.png
Binary files differ
diff --git a/documentation/mega-manual/figures/simple-configuration.png b/yocto-poky/documentation/mega-manual/figures/simple-configuration.png
similarity index 100%
rename from documentation/mega-manual/figures/simple-configuration.png
rename to yocto-poky/documentation/mega-manual/figures/simple-configuration.png
Binary files differ
diff --git a/documentation/mega-manual/figures/source-fetching.png b/yocto-poky/documentation/mega-manual/figures/source-fetching.png
similarity index 100%
rename from documentation/mega-manual/figures/source-fetching.png
rename to yocto-poky/documentation/mega-manual/figures/source-fetching.png
Binary files differ
diff --git a/documentation/mega-manual/figures/source-input.png b/yocto-poky/documentation/mega-manual/figures/source-input.png
similarity index 100%
rename from documentation/mega-manual/figures/source-input.png
rename to yocto-poky/documentation/mega-manual/figures/source-input.png
Binary files differ
diff --git a/documentation/mega-manual/figures/source-repos.png b/yocto-poky/documentation/mega-manual/figures/source-repos.png
similarity index 100%
rename from documentation/mega-manual/figures/source-repos.png
rename to yocto-poky/documentation/mega-manual/figures/source-repos.png
Binary files differ
diff --git a/documentation/mega-manual/figures/sysprof-callers.png b/yocto-poky/documentation/mega-manual/figures/sysprof-callers.png
similarity index 100%
rename from documentation/mega-manual/figures/sysprof-callers.png
rename to yocto-poky/documentation/mega-manual/figures/sysprof-callers.png
Binary files differ
diff --git a/documentation/mega-manual/figures/sysprof-copy-from-user.png b/yocto-poky/documentation/mega-manual/figures/sysprof-copy-from-user.png
similarity index 100%
rename from documentation/mega-manual/figures/sysprof-copy-from-user.png
rename to yocto-poky/documentation/mega-manual/figures/sysprof-copy-from-user.png
Binary files differ
diff --git a/documentation/mega-manual/figures/sysprof-copy-to-user.png b/yocto-poky/documentation/mega-manual/figures/sysprof-copy-to-user.png
similarity index 100%
rename from documentation/mega-manual/figures/sysprof-copy-to-user.png
rename to yocto-poky/documentation/mega-manual/figures/sysprof-copy-to-user.png
Binary files differ
diff --git a/documentation/mega-manual/figures/toaster-title.png b/yocto-poky/documentation/mega-manual/figures/toaster-title.png
similarity index 100%
rename from documentation/mega-manual/figures/toaster-title.png
rename to yocto-poky/documentation/mega-manual/figures/toaster-title.png
Binary files differ
diff --git a/documentation/mega-manual/figures/user-configuration.png b/yocto-poky/documentation/mega-manual/figures/user-configuration.png
similarity index 100%
rename from documentation/mega-manual/figures/user-configuration.png
rename to yocto-poky/documentation/mega-manual/figures/user-configuration.png
Binary files differ
diff --git a/documentation/mega-manual/figures/using-a-pre-built-image.png b/yocto-poky/documentation/mega-manual/figures/using-a-pre-built-image.png
similarity index 100%
rename from documentation/mega-manual/figures/using-a-pre-built-image.png
rename to yocto-poky/documentation/mega-manual/figures/using-a-pre-built-image.png
Binary files differ
diff --git a/documentation/mega-manual/figures/yocto-environment-ref.png b/yocto-poky/documentation/mega-manual/figures/yocto-environment-ref.png
similarity index 100%
rename from documentation/mega-manual/figures/yocto-environment-ref.png
rename to yocto-poky/documentation/mega-manual/figures/yocto-environment-ref.png
Binary files differ
diff --git a/documentation/mega-manual/figures/yocto-environment.png b/yocto-poky/documentation/mega-manual/figures/yocto-environment.png
similarity index 100%
rename from documentation/mega-manual/figures/yocto-environment.png
rename to yocto-poky/documentation/mega-manual/figures/yocto-environment.png
Binary files differ
diff --git a/documentation/mega-manual/figures/yocto-project-transp.png b/yocto-poky/documentation/mega-manual/figures/yocto-project-transp.png
similarity index 100%
rename from documentation/mega-manual/figures/yocto-project-transp.png
rename to yocto-poky/documentation/mega-manual/figures/yocto-project-transp.png
Binary files differ
diff --git a/documentation/mega-manual/figures/yp-download.png b/yocto-poky/documentation/mega-manual/figures/yp-download.png
similarity index 100%
rename from documentation/mega-manual/figures/yp-download.png
rename to yocto-poky/documentation/mega-manual/figures/yp-download.png
Binary files differ
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/yocto-poky/documentation/mega-manual/mega-manual-customization.xsl
similarity index 100%
rename from documentation/mega-manual/mega-manual-customization.xsl
rename to yocto-poky/documentation/mega-manual/mega-manual-customization.xsl
diff --git a/documentation/mega-manual/mega-manual.xml b/yocto-poky/documentation/mega-manual/mega-manual.xml
similarity index 100%
rename from documentation/mega-manual/mega-manual.xml
rename to yocto-poky/documentation/mega-manual/mega-manual.xml
diff --git a/documentation/mega-manual/mega-style.css b/yocto-poky/documentation/mega-manual/mega-style.css
similarity index 100%
rename from documentation/mega-manual/mega-style.css
rename to yocto-poky/documentation/mega-manual/mega-style.css
diff --git a/documentation/poky.ent b/yocto-poky/documentation/poky.ent
similarity index 100%
rename from documentation/poky.ent
rename to yocto-poky/documentation/poky.ent
diff --git a/documentation/profile-manual/figures/kernelshark-all.png b/yocto-poky/documentation/profile-manual/figures/kernelshark-all.png
similarity index 100%
rename from documentation/profile-manual/figures/kernelshark-all.png
rename to yocto-poky/documentation/profile-manual/figures/kernelshark-all.png
Binary files differ
diff --git a/documentation/profile-manual/figures/kernelshark-choose-events.png b/yocto-poky/documentation/profile-manual/figures/kernelshark-choose-events.png
similarity index 100%
rename from documentation/profile-manual/figures/kernelshark-choose-events.png
rename to yocto-poky/documentation/profile-manual/figures/kernelshark-choose-events.png
Binary files differ
diff --git a/documentation/profile-manual/figures/kernelshark-i915-display.png b/yocto-poky/documentation/profile-manual/figures/kernelshark-i915-display.png
similarity index 100%
rename from documentation/profile-manual/figures/kernelshark-i915-display.png
rename to yocto-poky/documentation/profile-manual/figures/kernelshark-i915-display.png
Binary files differ
diff --git a/documentation/profile-manual/figures/kernelshark-output-display.png b/yocto-poky/documentation/profile-manual/figures/kernelshark-output-display.png
similarity index 100%
rename from documentation/profile-manual/figures/kernelshark-output-display.png
rename to yocto-poky/documentation/profile-manual/figures/kernelshark-output-display.png
Binary files differ
diff --git a/documentation/profile-manual/figures/lttngmain0.png b/yocto-poky/documentation/profile-manual/figures/lttngmain0.png
similarity index 100%
rename from documentation/profile-manual/figures/lttngmain0.png
rename to yocto-poky/documentation/profile-manual/figures/lttngmain0.png
Binary files differ
diff --git a/documentation/profile-manual/figures/oprofileui-busybox.png b/yocto-poky/documentation/profile-manual/figures/oprofileui-busybox.png
similarity index 100%
rename from documentation/profile-manual/figures/oprofileui-busybox.png
rename to yocto-poky/documentation/profile-manual/figures/oprofileui-busybox.png
Binary files differ
diff --git a/documentation/profile-manual/figures/oprofileui-copy-to-user.png b/yocto-poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png
similarity index 100%
rename from documentation/profile-manual/figures/oprofileui-copy-to-user.png
rename to yocto-poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png
Binary files differ
diff --git a/documentation/profile-manual/figures/oprofileui-downloading.png b/yocto-poky/documentation/profile-manual/figures/oprofileui-downloading.png
similarity index 100%
rename from documentation/profile-manual/figures/oprofileui-downloading.png
rename to yocto-poky/documentation/profile-manual/figures/oprofileui-downloading.png
Binary files differ
diff --git a/documentation/profile-manual/figures/oprofileui-processes.png b/yocto-poky/documentation/profile-manual/figures/oprofileui-processes.png
similarity index 100%
rename from documentation/profile-manual/figures/oprofileui-processes.png
rename to yocto-poky/documentation/profile-manual/figures/oprofileui-processes.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-probe-do_fork-profile.png b/yocto-poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-probe-do_fork-profile.png
rename to yocto-poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-report-cycles-u.png b/yocto-poky/documentation/profile-manual/figures/perf-report-cycles-u.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-report-cycles-u.png
rename to yocto-poky/documentation/profile-manual/figures/perf-report-cycles-u.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-systemwide-libc.png b/yocto-poky/documentation/profile-manual/figures/perf-systemwide-libc.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-systemwide-libc.png
rename to yocto-poky/documentation/profile-manual/figures/perf-systemwide-libc.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-systemwide.png b/yocto-poky/documentation/profile-manual/figures/perf-systemwide.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-systemwide.png
rename to yocto-poky/documentation/profile-manual/figures/perf-systemwide.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-flat-stripped.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-flat-stripped.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png
Binary files differ
diff --git a/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png b/yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png
similarity index 100%
rename from documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png
rename to yocto-poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png
Binary files differ
diff --git a/documentation/profile-manual/figures/profile-title.png b/yocto-poky/documentation/profile-manual/figures/profile-title.png
similarity index 100%
rename from documentation/profile-manual/figures/profile-title.png
rename to yocto-poky/documentation/profile-manual/figures/profile-title.png
Binary files differ
diff --git a/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png b/yocto-poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png
similarity index 100%
rename from documentation/profile-manual/figures/pybootchartgui-linux-yocto.png
rename to yocto-poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png
Binary files differ
diff --git a/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png b/yocto-poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png
similarity index 100%
rename from documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png
rename to yocto-poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png
Binary files differ
diff --git a/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png b/yocto-poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png
similarity index 100%
rename from documentation/profile-manual/figures/pychart-linux-yocto-rpm.png
rename to yocto-poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png
Binary files differ
diff --git a/documentation/profile-manual/figures/sched-wakeup-profile.png b/yocto-poky/documentation/profile-manual/figures/sched-wakeup-profile.png
similarity index 100%
rename from documentation/profile-manual/figures/sched-wakeup-profile.png
rename to yocto-poky/documentation/profile-manual/figures/sched-wakeup-profile.png
Binary files differ
diff --git a/documentation/profile-manual/figures/sysprof-callers.png b/yocto-poky/documentation/profile-manual/figures/sysprof-callers.png
similarity index 100%
rename from documentation/profile-manual/figures/sysprof-callers.png
rename to yocto-poky/documentation/profile-manual/figures/sysprof-callers.png
Binary files differ
diff --git a/documentation/profile-manual/figures/sysprof-copy-from-user.png b/yocto-poky/documentation/profile-manual/figures/sysprof-copy-from-user.png
similarity index 100%
rename from documentation/profile-manual/figures/sysprof-copy-from-user.png
rename to yocto-poky/documentation/profile-manual/figures/sysprof-copy-from-user.png
Binary files differ
diff --git a/documentation/profile-manual/figures/sysprof-copy-to-user.png b/yocto-poky/documentation/profile-manual/figures/sysprof-copy-to-user.png
similarity index 100%
rename from documentation/profile-manual/figures/sysprof-copy-to-user.png
rename to yocto-poky/documentation/profile-manual/figures/sysprof-copy-to-user.png
Binary files differ
diff --git a/documentation/profile-manual/profile-manual-arch.xml b/yocto-poky/documentation/profile-manual/profile-manual-arch.xml
similarity index 100%
rename from documentation/profile-manual/profile-manual-arch.xml
rename to yocto-poky/documentation/profile-manual/profile-manual-arch.xml
diff --git a/documentation/profile-manual/profile-manual-customization.xsl b/yocto-poky/documentation/profile-manual/profile-manual-customization.xsl
similarity index 100%
rename from documentation/profile-manual/profile-manual-customization.xsl
rename to yocto-poky/documentation/profile-manual/profile-manual-customization.xsl
diff --git a/documentation/profile-manual/profile-manual-eclipse-customization.xsl b/yocto-poky/documentation/profile-manual/profile-manual-eclipse-customization.xsl
similarity index 100%
rename from documentation/profile-manual/profile-manual-eclipse-customization.xsl
rename to yocto-poky/documentation/profile-manual/profile-manual-eclipse-customization.xsl
diff --git a/documentation/profile-manual/profile-manual-examples.xml b/yocto-poky/documentation/profile-manual/profile-manual-examples.xml
similarity index 100%
rename from documentation/profile-manual/profile-manual-examples.xml
rename to yocto-poky/documentation/profile-manual/profile-manual-examples.xml
diff --git a/documentation/profile-manual/profile-manual-intro.xml b/yocto-poky/documentation/profile-manual/profile-manual-intro.xml
similarity index 100%
rename from documentation/profile-manual/profile-manual-intro.xml
rename to yocto-poky/documentation/profile-manual/profile-manual-intro.xml
diff --git a/documentation/profile-manual/profile-manual-style.css b/yocto-poky/documentation/profile-manual/profile-manual-style.css
similarity index 100%
rename from documentation/profile-manual/profile-manual-style.css
rename to yocto-poky/documentation/profile-manual/profile-manual-style.css
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/yocto-poky/documentation/profile-manual/profile-manual-usage.xml
similarity index 100%
rename from documentation/profile-manual/profile-manual-usage.xml
rename to yocto-poky/documentation/profile-manual/profile-manual-usage.xml
diff --git a/documentation/profile-manual/profile-manual.xml b/yocto-poky/documentation/profile-manual/profile-manual.xml
similarity index 100%
rename from documentation/profile-manual/profile-manual.xml
rename to yocto-poky/documentation/profile-manual/profile-manual.xml
diff --git a/documentation/ref-manual/TODO b/yocto-poky/documentation/ref-manual/TODO
similarity index 100%
rename from documentation/ref-manual/TODO
rename to yocto-poky/documentation/ref-manual/TODO
diff --git a/documentation/ref-manual/closer-look.xml b/yocto-poky/documentation/ref-manual/closer-look.xml
similarity index 100%
rename from documentation/ref-manual/closer-look.xml
rename to yocto-poky/documentation/ref-manual/closer-look.xml
diff --git a/documentation/ref-manual/examples/hello-autotools/hello_2.3.bb b/yocto-poky/documentation/ref-manual/examples/hello-autotools/hello_2.3.bb
similarity index 100%
rename from documentation/ref-manual/examples/hello-autotools/hello_2.3.bb
rename to yocto-poky/documentation/ref-manual/examples/hello-autotools/hello_2.3.bb
diff --git a/documentation/ref-manual/examples/hello-single/files/helloworld.c b/yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c
similarity index 100%
rename from documentation/ref-manual/examples/hello-single/files/helloworld.c
rename to yocto-poky/documentation/ref-manual/examples/hello-single/files/helloworld.c
diff --git a/documentation/ref-manual/examples/hello-single/hello.bb b/yocto-poky/documentation/ref-manual/examples/hello-single/hello.bb
similarity index 100%
rename from documentation/ref-manual/examples/hello-single/hello.bb
rename to yocto-poky/documentation/ref-manual/examples/hello-single/hello.bb
diff --git a/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb b/yocto-poky/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb
similarity index 100%
rename from documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb
rename to yocto-poky/documentation/ref-manual/examples/libxpm/libxpm_3.5.6.bb
diff --git a/documentation/ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb b/yocto-poky/documentation/ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb
similarity index 100%
rename from documentation/ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb
rename to yocto-poky/documentation/ref-manual/examples/mtd-makefile/mtd-utils_1.0.0.bb
diff --git a/documentation/ref-manual/faq.xml b/yocto-poky/documentation/ref-manual/faq.xml
similarity index 100%
rename from documentation/ref-manual/faq.xml
rename to yocto-poky/documentation/ref-manual/faq.xml
diff --git a/documentation/ref-manual/figures/analysis-for-package-splitting.png b/yocto-poky/documentation/ref-manual/figures/analysis-for-package-splitting.png
similarity index 100%
rename from documentation/ref-manual/figures/analysis-for-package-splitting.png
rename to yocto-poky/documentation/ref-manual/figures/analysis-for-package-splitting.png
Binary files differ
diff --git a/documentation/ref-manual/figures/buildhistory-web.png b/yocto-poky/documentation/ref-manual/figures/buildhistory-web.png
similarity index 100%
rename from documentation/ref-manual/figures/buildhistory-web.png
rename to yocto-poky/documentation/ref-manual/figures/buildhistory-web.png
Binary files differ
diff --git a/documentation/ref-manual/figures/buildhistory.png b/yocto-poky/documentation/ref-manual/figures/buildhistory.png
similarity index 100%
rename from documentation/ref-manual/figures/buildhistory.png
rename to yocto-poky/documentation/ref-manual/figures/buildhistory.png
Binary files differ
diff --git a/documentation/ref-manual/figures/building-an-image.png b/yocto-poky/documentation/ref-manual/figures/building-an-image.png
similarity index 100%
rename from documentation/ref-manual/figures/building-an-image.png
rename to yocto-poky/documentation/ref-manual/figures/building-an-image.png
Binary files differ
diff --git a/documentation/ref-manual/figures/configuration-compile-autoreconf.png b/yocto-poky/documentation/ref-manual/figures/configuration-compile-autoreconf.png
similarity index 100%
rename from documentation/ref-manual/figures/configuration-compile-autoreconf.png
rename to yocto-poky/documentation/ref-manual/figures/configuration-compile-autoreconf.png
Binary files differ
diff --git a/documentation/ref-manual/figures/cross-development-toolchains.png b/yocto-poky/documentation/ref-manual/figures/cross-development-toolchains.png
similarity index 100%
rename from documentation/ref-manual/figures/cross-development-toolchains.png
rename to yocto-poky/documentation/ref-manual/figures/cross-development-toolchains.png
Binary files differ
diff --git a/documentation/ref-manual/figures/define-generic.png b/yocto-poky/documentation/ref-manual/figures/define-generic.png
similarity index 100%
rename from documentation/ref-manual/figures/define-generic.png
rename to yocto-poky/documentation/ref-manual/figures/define-generic.png
Binary files differ
diff --git a/documentation/ref-manual/figures/image-generation.png b/yocto-poky/documentation/ref-manual/figures/image-generation.png
similarity index 100%
rename from documentation/ref-manual/figures/image-generation.png
rename to yocto-poky/documentation/ref-manual/figures/image-generation.png
Binary files differ
diff --git a/documentation/ref-manual/figures/images.png b/yocto-poky/documentation/ref-manual/figures/images.png
similarity index 100%
rename from documentation/ref-manual/figures/images.png
rename to yocto-poky/documentation/ref-manual/figures/images.png
Binary files differ
diff --git a/documentation/ref-manual/figures/layer-input.png b/yocto-poky/documentation/ref-manual/figures/layer-input.png
similarity index 100%
rename from documentation/ref-manual/figures/layer-input.png
rename to yocto-poky/documentation/ref-manual/figures/layer-input.png
Binary files differ
diff --git a/documentation/ref-manual/figures/package-feeds.png b/yocto-poky/documentation/ref-manual/figures/package-feeds.png
similarity index 100%
rename from documentation/ref-manual/figures/package-feeds.png
rename to yocto-poky/documentation/ref-manual/figures/package-feeds.png
Binary files differ
diff --git a/documentation/ref-manual/figures/patching.png b/yocto-poky/documentation/ref-manual/figures/patching.png
similarity index 100%
rename from documentation/ref-manual/figures/patching.png
rename to yocto-poky/documentation/ref-manual/figures/patching.png
Binary files differ
diff --git a/documentation/ref-manual/figures/poky-title.png b/yocto-poky/documentation/ref-manual/figures/poky-title.png
similarity index 100%
rename from documentation/ref-manual/figures/poky-title.png
rename to yocto-poky/documentation/ref-manual/figures/poky-title.png
Binary files differ
diff --git a/documentation/ref-manual/figures/sdk-generation.png b/yocto-poky/documentation/ref-manual/figures/sdk-generation.png
similarity index 100%
rename from documentation/ref-manual/figures/sdk-generation.png
rename to yocto-poky/documentation/ref-manual/figures/sdk-generation.png
Binary files differ
diff --git a/documentation/ref-manual/figures/sdk.png b/yocto-poky/documentation/ref-manual/figures/sdk.png
similarity index 100%
rename from documentation/ref-manual/figures/sdk.png
rename to yocto-poky/documentation/ref-manual/figures/sdk.png
Binary files differ
diff --git a/documentation/ref-manual/figures/source-fetching.png b/yocto-poky/documentation/ref-manual/figures/source-fetching.png
similarity index 100%
rename from documentation/ref-manual/figures/source-fetching.png
rename to yocto-poky/documentation/ref-manual/figures/source-fetching.png
Binary files differ
diff --git a/documentation/ref-manual/figures/source-input.png b/yocto-poky/documentation/ref-manual/figures/source-input.png
similarity index 100%
rename from documentation/ref-manual/figures/source-input.png
rename to yocto-poky/documentation/ref-manual/figures/source-input.png
Binary files differ
diff --git a/documentation/ref-manual/figures/user-configuration.png b/yocto-poky/documentation/ref-manual/figures/user-configuration.png
similarity index 100%
rename from documentation/ref-manual/figures/user-configuration.png
rename to yocto-poky/documentation/ref-manual/figures/user-configuration.png
Binary files differ
diff --git a/documentation/ref-manual/figures/yocto-environment-ref.png b/yocto-poky/documentation/ref-manual/figures/yocto-environment-ref.png
similarity index 100%
rename from documentation/ref-manual/figures/yocto-environment-ref.png
rename to yocto-poky/documentation/ref-manual/figures/yocto-environment-ref.png
Binary files differ
diff --git a/documentation/ref-manual/introduction.xml b/yocto-poky/documentation/ref-manual/introduction.xml
similarity index 100%
rename from documentation/ref-manual/introduction.xml
rename to yocto-poky/documentation/ref-manual/introduction.xml
diff --git a/documentation/ref-manual/migration.xml b/yocto-poky/documentation/ref-manual/migration.xml
similarity index 100%
rename from documentation/ref-manual/migration.xml
rename to yocto-poky/documentation/ref-manual/migration.xml
diff --git a/documentation/ref-manual/ref-bitbake.xml b/yocto-poky/documentation/ref-manual/ref-bitbake.xml
similarity index 100%
rename from documentation/ref-manual/ref-bitbake.xml
rename to yocto-poky/documentation/ref-manual/ref-bitbake.xml
diff --git a/documentation/ref-manual/ref-classes.xml b/yocto-poky/documentation/ref-manual/ref-classes.xml
similarity index 100%
rename from documentation/ref-manual/ref-classes.xml
rename to yocto-poky/documentation/ref-manual/ref-classes.xml
diff --git a/documentation/ref-manual/ref-features.xml b/yocto-poky/documentation/ref-manual/ref-features.xml
similarity index 100%
rename from documentation/ref-manual/ref-features.xml
rename to yocto-poky/documentation/ref-manual/ref-features.xml
diff --git a/documentation/ref-manual/ref-images.xml b/yocto-poky/documentation/ref-manual/ref-images.xml
similarity index 100%
rename from documentation/ref-manual/ref-images.xml
rename to yocto-poky/documentation/ref-manual/ref-images.xml
diff --git a/documentation/ref-manual/ref-manual-customization.xsl b/yocto-poky/documentation/ref-manual/ref-manual-customization.xsl
similarity index 100%
rename from documentation/ref-manual/ref-manual-customization.xsl
rename to yocto-poky/documentation/ref-manual/ref-manual-customization.xsl
diff --git a/documentation/ref-manual/ref-manual-eclipse-customization.xsl b/yocto-poky/documentation/ref-manual/ref-manual-eclipse-customization.xsl
similarity index 100%
rename from documentation/ref-manual/ref-manual-eclipse-customization.xsl
rename to yocto-poky/documentation/ref-manual/ref-manual-eclipse-customization.xsl
diff --git a/documentation/ref-manual/ref-manual.xml b/yocto-poky/documentation/ref-manual/ref-manual.xml
similarity index 100%
rename from documentation/ref-manual/ref-manual.xml
rename to yocto-poky/documentation/ref-manual/ref-manual.xml
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/yocto-poky/documentation/ref-manual/ref-qa-checks.xml
similarity index 100%
rename from documentation/ref-manual/ref-qa-checks.xml
rename to yocto-poky/documentation/ref-manual/ref-qa-checks.xml
diff --git a/documentation/ref-manual/ref-structure.xml b/yocto-poky/documentation/ref-manual/ref-structure.xml
similarity index 100%
rename from documentation/ref-manual/ref-structure.xml
rename to yocto-poky/documentation/ref-manual/ref-structure.xml
diff --git a/documentation/ref-manual/ref-style.css b/yocto-poky/documentation/ref-manual/ref-style.css
similarity index 100%
rename from documentation/ref-manual/ref-style.css
rename to yocto-poky/documentation/ref-manual/ref-style.css
diff --git a/documentation/ref-manual/ref-tasks.xml b/yocto-poky/documentation/ref-manual/ref-tasks.xml
similarity index 100%
rename from documentation/ref-manual/ref-tasks.xml
rename to yocto-poky/documentation/ref-manual/ref-tasks.xml
diff --git a/documentation/ref-manual/ref-variables.xml b/yocto-poky/documentation/ref-manual/ref-variables.xml
similarity index 100%
rename from documentation/ref-manual/ref-variables.xml
rename to yocto-poky/documentation/ref-manual/ref-variables.xml
diff --git a/documentation/ref-manual/ref-varlocality.xml b/yocto-poky/documentation/ref-manual/ref-varlocality.xml
similarity index 100%
rename from documentation/ref-manual/ref-varlocality.xml
rename to yocto-poky/documentation/ref-manual/ref-varlocality.xml
diff --git a/documentation/ref-manual/resources.xml b/yocto-poky/documentation/ref-manual/resources.xml
similarity index 100%
rename from documentation/ref-manual/resources.xml
rename to yocto-poky/documentation/ref-manual/resources.xml
diff --git a/documentation/ref-manual/technical-details.xml b/yocto-poky/documentation/ref-manual/technical-details.xml
similarity index 100%
rename from documentation/ref-manual/technical-details.xml
rename to yocto-poky/documentation/ref-manual/technical-details.xml
diff --git a/documentation/ref-manual/usingpoky.xml b/yocto-poky/documentation/ref-manual/usingpoky.xml
similarity index 100%
rename from documentation/ref-manual/usingpoky.xml
rename to yocto-poky/documentation/ref-manual/usingpoky.xml
diff --git a/documentation/template/Vera.ttf b/yocto-poky/documentation/template/Vera.ttf
similarity index 100%
rename from documentation/template/Vera.ttf
rename to yocto-poky/documentation/template/Vera.ttf
Binary files differ
diff --git a/documentation/template/Vera.xml b/yocto-poky/documentation/template/Vera.xml
similarity index 100%
rename from documentation/template/Vera.xml
rename to yocto-poky/documentation/template/Vera.xml
diff --git a/documentation/template/VeraMoBd.ttf b/yocto-poky/documentation/template/VeraMoBd.ttf
similarity index 100%
rename from documentation/template/VeraMoBd.ttf
rename to yocto-poky/documentation/template/VeraMoBd.ttf
Binary files differ
diff --git a/documentation/template/VeraMoBd.xml b/yocto-poky/documentation/template/VeraMoBd.xml
similarity index 100%
rename from documentation/template/VeraMoBd.xml
rename to yocto-poky/documentation/template/VeraMoBd.xml
diff --git a/documentation/template/VeraMono.ttf b/yocto-poky/documentation/template/VeraMono.ttf
similarity index 100%
rename from documentation/template/VeraMono.ttf
rename to yocto-poky/documentation/template/VeraMono.ttf
Binary files differ
diff --git a/documentation/template/VeraMono.xml b/yocto-poky/documentation/template/VeraMono.xml
similarity index 100%
rename from documentation/template/VeraMono.xml
rename to yocto-poky/documentation/template/VeraMono.xml
diff --git a/documentation/template/component.title.xsl b/yocto-poky/documentation/template/component.title.xsl
similarity index 100%
rename from documentation/template/component.title.xsl
rename to yocto-poky/documentation/template/component.title.xsl
diff --git a/documentation/template/division.title.xsl b/yocto-poky/documentation/template/division.title.xsl
similarity index 100%
rename from documentation/template/division.title.xsl
rename to yocto-poky/documentation/template/division.title.xsl
diff --git a/documentation/template/draft.png b/yocto-poky/documentation/template/draft.png
similarity index 100%
rename from documentation/template/draft.png
rename to yocto-poky/documentation/template/draft.png
Binary files differ
diff --git a/documentation/template/embedded_video.xsl b/yocto-poky/documentation/template/embedded_video.xsl
similarity index 100%
rename from documentation/template/embedded_video.xsl
rename to yocto-poky/documentation/template/embedded_video.xsl
diff --git a/documentation/template/fop-config.xml b/yocto-poky/documentation/template/fop-config.xml
similarity index 100%
rename from documentation/template/fop-config.xml
rename to yocto-poky/documentation/template/fop-config.xml
diff --git a/documentation/template/formal.object.heading.xsl b/yocto-poky/documentation/template/formal.object.heading.xsl
similarity index 100%
rename from documentation/template/formal.object.heading.xsl
rename to yocto-poky/documentation/template/formal.object.heading.xsl
diff --git a/documentation/template/gloss-permalinks.xsl b/yocto-poky/documentation/template/gloss-permalinks.xsl
similarity index 100%
rename from documentation/template/gloss-permalinks.xsl
rename to yocto-poky/documentation/template/gloss-permalinks.xsl
diff --git a/documentation/template/ohand-color.svg b/yocto-poky/documentation/template/ohand-color.svg
similarity index 100%
rename from documentation/template/ohand-color.svg
rename to yocto-poky/documentation/template/ohand-color.svg
diff --git a/documentation/template/permalinks.xsl b/yocto-poky/documentation/template/permalinks.xsl
similarity index 100%
rename from documentation/template/permalinks.xsl
rename to yocto-poky/documentation/template/permalinks.xsl
diff --git a/documentation/template/poky-db-pdf.xsl b/yocto-poky/documentation/template/poky-db-pdf.xsl
similarity index 100%
rename from documentation/template/poky-db-pdf.xsl
rename to yocto-poky/documentation/template/poky-db-pdf.xsl
diff --git a/documentation/template/poky-ref-manual.png b/yocto-poky/documentation/template/poky-ref-manual.png
similarity index 100%
rename from documentation/template/poky-ref-manual.png
rename to yocto-poky/documentation/template/poky-ref-manual.png
Binary files differ
diff --git a/documentation/template/poky.svg b/yocto-poky/documentation/template/poky.svg
similarity index 100%
rename from documentation/template/poky.svg
rename to yocto-poky/documentation/template/poky.svg
diff --git a/documentation/template/qa-code-permalinks.xsl b/yocto-poky/documentation/template/qa-code-permalinks.xsl
similarity index 100%
rename from documentation/template/qa-code-permalinks.xsl
rename to yocto-poky/documentation/template/qa-code-permalinks.xsl
diff --git a/documentation/template/section.title.xsl b/yocto-poky/documentation/template/section.title.xsl
similarity index 100%
rename from documentation/template/section.title.xsl
rename to yocto-poky/documentation/template/section.title.xsl
diff --git a/documentation/template/titlepage.templates.xml b/yocto-poky/documentation/template/titlepage.templates.xml
similarity index 100%
rename from documentation/template/titlepage.templates.xml
rename to yocto-poky/documentation/template/titlepage.templates.xml
diff --git a/documentation/template/yocto-project-qs.png b/yocto-poky/documentation/template/yocto-project-qs.png
similarity index 100%
rename from documentation/template/yocto-project-qs.png
rename to yocto-poky/documentation/template/yocto-project-qs.png
Binary files differ
diff --git a/documentation/toaster-manual/figures/hosted-service.png b/yocto-poky/documentation/toaster-manual/figures/hosted-service.png
similarity index 100%
rename from documentation/toaster-manual/figures/hosted-service.png
rename to yocto-poky/documentation/toaster-manual/figures/hosted-service.png
Binary files differ
diff --git a/documentation/toaster-manual/figures/simple-configuration.png b/yocto-poky/documentation/toaster-manual/figures/simple-configuration.png
similarity index 100%
rename from documentation/toaster-manual/figures/simple-configuration.png
rename to yocto-poky/documentation/toaster-manual/figures/simple-configuration.png
Binary files differ
diff --git a/documentation/toaster-manual/figures/toaster-title.png b/yocto-poky/documentation/toaster-manual/figures/toaster-title.png
similarity index 100%
rename from documentation/toaster-manual/figures/toaster-title.png
rename to yocto-poky/documentation/toaster-manual/figures/toaster-title.png
Binary files differ
diff --git a/documentation/toaster-manual/toaster-manual-customization.xsl b/yocto-poky/documentation/toaster-manual/toaster-manual-customization.xsl
similarity index 100%
rename from documentation/toaster-manual/toaster-manual-customization.xsl
rename to yocto-poky/documentation/toaster-manual/toaster-manual-customization.xsl
diff --git a/documentation/toaster-manual/toaster-manual-intro.xml b/yocto-poky/documentation/toaster-manual/toaster-manual-intro.xml
similarity index 100%
rename from documentation/toaster-manual/toaster-manual-intro.xml
rename to yocto-poky/documentation/toaster-manual/toaster-manual-intro.xml
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/yocto-poky/documentation/toaster-manual/toaster-manual-reference.xml
similarity index 100%
rename from documentation/toaster-manual/toaster-manual-reference.xml
rename to yocto-poky/documentation/toaster-manual/toaster-manual-reference.xml
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/yocto-poky/documentation/toaster-manual/toaster-manual-setup-and-use.xml
similarity index 100%
rename from documentation/toaster-manual/toaster-manual-setup-and-use.xml
rename to yocto-poky/documentation/toaster-manual/toaster-manual-setup-and-use.xml
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/yocto-poky/documentation/toaster-manual/toaster-manual-start.xml
similarity index 100%
rename from documentation/toaster-manual/toaster-manual-start.xml
rename to yocto-poky/documentation/toaster-manual/toaster-manual-start.xml
diff --git a/documentation/toaster-manual/toaster-manual-style.css b/yocto-poky/documentation/toaster-manual/toaster-manual-style.css
similarity index 100%
rename from documentation/toaster-manual/toaster-manual-style.css
rename to yocto-poky/documentation/toaster-manual/toaster-manual-style.css
diff --git a/documentation/toaster-manual/toaster-manual.xml b/yocto-poky/documentation/toaster-manual/toaster-manual.xml
similarity index 100%
rename from documentation/toaster-manual/toaster-manual.xml
rename to yocto-poky/documentation/toaster-manual/toaster-manual.xml
diff --git a/documentation/tools/eclipse-help.sed b/yocto-poky/documentation/tools/eclipse-help.sed
similarity index 100%
rename from documentation/tools/eclipse-help.sed
rename to yocto-poky/documentation/tools/eclipse-help.sed
diff --git a/documentation/tools/mega-manual.sed b/yocto-poky/documentation/tools/mega-manual.sed
similarity index 100%
rename from documentation/tools/mega-manual.sed
rename to yocto-poky/documentation/tools/mega-manual.sed
diff --git a/documentation/tools/poky-docbook-to-pdf b/yocto-poky/documentation/tools/poky-docbook-to-pdf
similarity index 100%
rename from documentation/tools/poky-docbook-to-pdf
rename to yocto-poky/documentation/tools/poky-docbook-to-pdf
diff --git a/documentation/tools/update-documentation-conf b/yocto-poky/documentation/tools/update-documentation-conf
similarity index 100%
rename from documentation/tools/update-documentation-conf
rename to yocto-poky/documentation/tools/update-documentation-conf
diff --git a/documentation/yocto-project-qs/figures/yocto-environment.png b/yocto-poky/documentation/yocto-project-qs/figures/yocto-environment.png
similarity index 100%
rename from documentation/yocto-project-qs/figures/yocto-environment.png
rename to yocto-poky/documentation/yocto-project-qs/figures/yocto-environment.png
Binary files differ
diff --git a/documentation/yocto-project-qs/figures/yocto-project-transp.png b/yocto-poky/documentation/yocto-project-qs/figures/yocto-project-transp.png
similarity index 100%
rename from documentation/yocto-project-qs/figures/yocto-project-transp.png
rename to yocto-poky/documentation/yocto-project-qs/figures/yocto-project-transp.png
Binary files differ
diff --git a/documentation/yocto-project-qs/qs-style.css b/yocto-poky/documentation/yocto-project-qs/qs-style.css
similarity index 100%
rename from documentation/yocto-project-qs/qs-style.css
rename to yocto-poky/documentation/yocto-project-qs/qs-style.css
diff --git a/documentation/yocto-project-qs/yocto-project-qs-customization.xsl b/yocto-poky/documentation/yocto-project-qs/yocto-project-qs-customization.xsl
similarity index 100%
rename from documentation/yocto-project-qs/yocto-project-qs-customization.xsl
rename to yocto-poky/documentation/yocto-project-qs/yocto-project-qs-customization.xsl
diff --git a/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl b/yocto-poky/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl
similarity index 100%
rename from documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl
rename to yocto-poky/documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl
diff --git a/documentation/yocto-project-qs/yocto-project-qs-titlepage.xsl b/yocto-poky/documentation/yocto-project-qs/yocto-project-qs-titlepage.xsl
similarity index 100%
rename from documentation/yocto-project-qs/yocto-project-qs-titlepage.xsl
rename to yocto-poky/documentation/yocto-project-qs/yocto-project-qs-titlepage.xsl
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/yocto-poky/documentation/yocto-project-qs/yocto-project-qs.xml
similarity index 100%
rename from documentation/yocto-project-qs/yocto-project-qs.xml
rename to yocto-poky/documentation/yocto-project-qs/yocto-project-qs.xml
diff --git a/meta-selftest/COPYING.MIT b/yocto-poky/meta-selftest/COPYING.MIT
similarity index 100%
rename from meta-selftest/COPYING.MIT
rename to yocto-poky/meta-selftest/COPYING.MIT
diff --git a/meta-selftest/README b/yocto-poky/meta-selftest/README
similarity index 100%
rename from meta-selftest/README
rename to yocto-poky/meta-selftest/README
diff --git a/meta-selftest/classes/test_events.bbclass b/yocto-poky/meta-selftest/classes/test_events.bbclass
similarity index 100%
rename from meta-selftest/classes/test_events.bbclass
rename to yocto-poky/meta-selftest/classes/test_events.bbclass
diff --git a/meta-selftest/conf/layer.conf b/yocto-poky/meta-selftest/conf/layer.conf
similarity index 100%
rename from meta-selftest/conf/layer.conf
rename to yocto-poky/meta-selftest/conf/layer.conf
diff --git a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb b/yocto-poky/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
similarity index 100%
rename from meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
rename to yocto-poky/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
diff --git a/meta-selftest/recipes-test/aspell/aspell_0.60.6.1.bbappend b/yocto-poky/meta-selftest/recipes-test/aspell/aspell_0.60.6.1.bbappend
similarity index 100%
rename from meta-selftest/recipes-test/aspell/aspell_0.60.6.1.bbappend
rename to yocto-poky/meta-selftest/recipes-test/aspell/aspell_0.60.6.1.bbappend
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade_0.1.bb b/yocto-poky/meta-selftest/recipes-test/devtool/devtool-upgrade_0.1.bb
similarity index 100%
rename from meta-selftest/recipes-test/devtool/devtool-upgrade_0.1.bb
rename to yocto-poky/meta-selftest/recipes-test/devtool/devtool-upgrade_0.1.bb
diff --git a/meta-selftest/recipes-test/devtool/files/0001-helloword.c-exit-with-EXIT_SUCCESS-instead-of-a-magi.patch b/yocto-poky/meta-selftest/recipes-test/devtool/files/0001-helloword.c-exit-with-EXIT_SUCCESS-instead-of-a-magi.patch
similarity index 100%
rename from meta-selftest/recipes-test/devtool/files/0001-helloword.c-exit-with-EXIT_SUCCESS-instead-of-a-magi.patch
rename to yocto-poky/meta-selftest/recipes-test/devtool/files/0001-helloword.c-exit-with-EXIT_SUCCESS-instead-of-a-magi.patch
diff --git a/meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.1.tar.gz b/yocto-poky/meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.1.tar.gz
similarity index 100%
rename from meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.1.tar.gz
rename to yocto-poky/meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.1.tar.gz
Binary files differ
diff --git a/meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.2.tar.gz b/yocto-poky/meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.2.tar.gz
similarity index 100%
rename from meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.2.tar.gz
rename to yocto-poky/meta-selftest/recipes-test/devtool/files/devtool-upgrade-0.2.tar.gz
Binary files differ
diff --git a/meta-selftest/recipes-test/emptytest/emptytest.bb b/yocto-poky/meta-selftest/recipes-test/emptytest/emptytest.bb
similarity index 100%
rename from meta-selftest/recipes-test/emptytest/emptytest.bb
rename to yocto-poky/meta-selftest/recipes-test/emptytest/emptytest.bb
diff --git a/meta-selftest/recipes-test/images/oe-selftest-image.bb b/yocto-poky/meta-selftest/recipes-test/images/oe-selftest-image.bb
similarity index 100%
rename from meta-selftest/recipes-test/images/oe-selftest-image.bb
rename to yocto-poky/meta-selftest/recipes-test/images/oe-selftest-image.bb
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/yocto-poky/meta-selftest/recipes-test/images/wic-image-minimal.bb
similarity index 100%
rename from meta-selftest/recipes-test/images/wic-image-minimal.bb
rename to yocto-poky/meta-selftest/recipes-test/images/wic-image-minimal.bb
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.wks b/yocto-poky/meta-selftest/recipes-test/images/wic-image-minimal.wks
similarity index 100%
rename from meta-selftest/recipes-test/images/wic-image-minimal.wks
rename to yocto-poky/meta-selftest/recipes-test/images/wic-image-minimal.wks
diff --git a/meta-selftest/recipes-test/m4/m4_1.4.17.bbappend b/yocto-poky/meta-selftest/recipes-test/m4/m4_1.4.17.bbappend
similarity index 100%
rename from meta-selftest/recipes-test/m4/m4_1.4.17.bbappend
rename to yocto-poky/meta-selftest/recipes-test/m4/m4_1.4.17.bbappend
diff --git a/meta-selftest/recipes-test/man/man/man-1.5h1-make.patch b/yocto-poky/meta-selftest/recipes-test/man/man/man-1.5h1-make.patch
similarity index 100%
rename from meta-selftest/recipes-test/man/man/man-1.5h1-make.patch
rename to yocto-poky/meta-selftest/recipes-test/man/man/man-1.5h1-make.patch
diff --git a/meta-selftest/recipes-test/man/man_1.6g.bbappend b/yocto-poky/meta-selftest/recipes-test/man/man_1.6g.bbappend
similarity index 100%
rename from meta-selftest/recipes-test/man/man_1.6g.bbappend
rename to yocto-poky/meta-selftest/recipes-test/man/man_1.6g.bbappend
diff --git a/meta-selftest/recipes-test/recipetool/files/add-file.patch b/yocto-poky/meta-selftest/recipes-test/recipetool/files/add-file.patch
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/add-file.patch
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/add-file.patch
diff --git a/meta-selftest/recipes-test/recipetool/files/file1 b/yocto-poky/meta-selftest/recipes-test/recipetool/files/file1
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/file1
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/file1
diff --git a/meta-selftest/recipes-test/recipetool/files/installscript.sh b/yocto-poky/meta-selftest/recipes-test/recipetool/files/installscript.sh
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/installscript.sh
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/installscript.sh
diff --git a/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func b/yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func
diff --git a/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile b/yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile
diff --git a/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile b/yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile
diff --git a/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig b/yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig
diff --git a/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-src-globfile b/yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-src-globfile
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/selftest-replaceme-src-globfile
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-src-globfile
diff --git a/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir b/yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir
diff --git a/meta-selftest/recipes-test/recipetool/files/subdir/fileinsubdir b/yocto-poky/meta-selftest/recipes-test/recipetool/files/subdir/fileinsubdir
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/files/subdir/fileinsubdir
rename to yocto-poky/meta-selftest/recipes-test/recipetool/files/subdir/fileinsubdir
diff --git a/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb b/yocto-poky/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb
similarity index 100%
rename from meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb
rename to yocto-poky/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb
diff --git a/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bbappend b/yocto-poky/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bbappend
similarity index 100%
rename from meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bbappend
rename to yocto-poky/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bbappend
diff --git a/meta-skeleton/COPYING.MIT b/yocto-poky/meta-skeleton/COPYING.MIT
similarity index 100%
rename from meta-skeleton/COPYING.MIT
rename to yocto-poky/meta-skeleton/COPYING.MIT
diff --git a/meta-skeleton/conf/layer.conf b/yocto-poky/meta-skeleton/conf/layer.conf
similarity index 100%
rename from meta-skeleton/conf/layer.conf
rename to yocto-poky/meta-skeleton/conf/layer.conf
diff --git a/meta-skeleton/conf/multilib-example.conf b/yocto-poky/meta-skeleton/conf/multilib-example.conf
similarity index 100%
rename from meta-skeleton/conf/multilib-example.conf
rename to yocto-poky/meta-skeleton/conf/multilib-example.conf
diff --git a/meta-skeleton/conf/multilib-example2.conf b/yocto-poky/meta-skeleton/conf/multilib-example2.conf
similarity index 100%
rename from meta-skeleton/conf/multilib-example2.conf
rename to yocto-poky/meta-skeleton/conf/multilib-example2.conf
diff --git a/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg b/yocto-poky/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
similarity index 100%
rename from meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
rename to yocto-poky/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
diff --git a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend b/yocto-poky/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
similarity index 100%
rename from meta-skeleton/recipes-core/busybox/busybox_%.bbappend
rename to yocto-poky/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
diff --git a/meta-skeleton/recipes-kernel/hello-mod/files/COPYING b/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/files/COPYING
similarity index 100%
rename from meta-skeleton/recipes-kernel/hello-mod/files/COPYING
rename to yocto-poky/meta-skeleton/recipes-kernel/hello-mod/files/COPYING
diff --git a/meta-skeleton/recipes-kernel/hello-mod/files/Makefile b/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/files/Makefile
similarity index 100%
rename from meta-skeleton/recipes-kernel/hello-mod/files/Makefile
rename to yocto-poky/meta-skeleton/recipes-kernel/hello-mod/files/Makefile
diff --git a/meta-skeleton/recipes-kernel/hello-mod/files/hello.c b/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/files/hello.c
similarity index 100%
rename from meta-skeleton/recipes-kernel/hello-mod/files/hello.c
rename to yocto-poky/meta-skeleton/recipes-kernel/hello-mod/files/hello.c
diff --git a/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb b/yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
similarity index 100%
rename from meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
rename to yocto-poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
similarity index 100%
rename from meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
rename to yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch b/yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
similarity index 100%
rename from meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
rename to yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc b/yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc
similarity index 100%
rename from meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc
rename to yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc
diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg b/yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg
similarity index 100%
rename from meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg
rename to yocto-poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg
diff --git a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb b/yocto-poky/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
similarity index 100%
rename from meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
rename to yocto-poky/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
diff --git a/meta-skeleton/recipes-skeleton/service/service/COPYRIGHT b/yocto-poky/meta-skeleton/recipes-skeleton/service/service/COPYRIGHT
similarity index 100%
rename from meta-skeleton/recipes-skeleton/service/service/COPYRIGHT
rename to yocto-poky/meta-skeleton/recipes-skeleton/service/service/COPYRIGHT
diff --git a/meta-skeleton/recipes-skeleton/service/service/skeleton b/yocto-poky/meta-skeleton/recipes-skeleton/service/service/skeleton
similarity index 100%
rename from meta-skeleton/recipes-skeleton/service/service/skeleton
rename to yocto-poky/meta-skeleton/recipes-skeleton/service/service/skeleton
diff --git a/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c b/yocto-poky/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c
similarity index 100%
rename from meta-skeleton/recipes-skeleton/service/service/skeleton_test.c
rename to yocto-poky/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c
diff --git a/meta-skeleton/recipes-skeleton/service/service_0.1.bb b/yocto-poky/meta-skeleton/recipes-skeleton/service/service_0.1.bb
similarity index 100%
rename from meta-skeleton/recipes-skeleton/service/service_0.1.bb
rename to yocto-poky/meta-skeleton/recipes-skeleton/service/service_0.1.bb
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
similarity index 100%
rename from meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
rename to yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1 b/yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1
similarity index 100%
rename from meta-skeleton/recipes-skeleton/useradd/useradd-example/file1
rename to yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2 b/yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2
similarity index 100%
rename from meta-skeleton/recipes-skeleton/useradd/useradd-example/file2
rename to yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3 b/yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3
similarity index 100%
rename from meta-skeleton/recipes-skeleton/useradd/useradd-example/file3
rename to yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4 b/yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4
similarity index 100%
rename from meta-skeleton/recipes-skeleton/useradd/useradd-example/file4
rename to yocto-poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4
diff --git a/meta-yocto-bsp/conf/layer.conf b/yocto-poky/meta-yocto-bsp/conf/layer.conf
similarity index 100%
rename from meta-yocto-bsp/conf/layer.conf
rename to yocto-poky/meta-yocto-bsp/conf/layer.conf
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/yocto-poky/meta-yocto-bsp/conf/machine/beaglebone.conf
similarity index 100%
rename from meta-yocto-bsp/conf/machine/beaglebone.conf
rename to yocto-poky/meta-yocto-bsp/conf/machine/beaglebone.conf
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/yocto-poky/meta-yocto-bsp/conf/machine/edgerouter.conf
similarity index 100%
rename from meta-yocto-bsp/conf/machine/edgerouter.conf
rename to yocto-poky/meta-yocto-bsp/conf/machine/edgerouter.conf
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/yocto-poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
similarity index 100%
rename from meta-yocto-bsp/conf/machine/genericx86-64.conf
rename to yocto-poky/meta-yocto-bsp/conf/machine/genericx86-64.conf
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/yocto-poky/meta-yocto-bsp/conf/machine/genericx86.conf
similarity index 100%
rename from meta-yocto-bsp/conf/machine/genericx86.conf
rename to yocto-poky/meta-yocto-bsp/conf/machine/genericx86.conf
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/yocto-poky/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
similarity index 100%
rename from meta-yocto-bsp/conf/machine/include/genericx86-common.inc
rename to yocto-poky/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/yocto-poky/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
similarity index 100%
rename from meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
rename to yocto-poky/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
diff --git a/meta-yocto-bsp/lib/oeqa/controllers/__init__.py b/yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/__init__.py
similarity index 100%
rename from meta-yocto-bsp/lib/oeqa/controllers/__init__.py
rename to yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/__init__.py
diff --git a/meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py b/yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py
similarity index 100%
rename from meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py
rename to yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py
diff --git a/meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py b/yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py
similarity index 100%
rename from meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py
rename to yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py
diff --git a/meta-yocto-bsp/lib/oeqa/controllers/grubtarget.py b/yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/grubtarget.py
similarity index 100%
rename from meta-yocto-bsp/lib/oeqa/controllers/grubtarget.py
rename to yocto-poky/meta-yocto-bsp/lib/oeqa/controllers/grubtarget.py
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/__init__.py b/yocto-poky/meta-yocto-bsp/lib/oeqa/selftest/__init__.py
similarity index 100%
rename from meta-yocto-bsp/lib/oeqa/selftest/__init__.py
rename to yocto-poky/meta-yocto-bsp/lib/oeqa/selftest/__init__.py
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py b/yocto-poky/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py
similarity index 100%
rename from meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py
rename to yocto-poky/meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py
diff --git a/meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state.bbappend b/yocto-poky/meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state.bbappend
diff --git a/meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state b/yocto-poky/meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state
similarity index 100%
rename from meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state
rename to yocto-poky/meta-yocto-bsp/recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state
diff --git a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beagleboard/machconfig b/yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beagleboard/machconfig
similarity index 100%
rename from meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beagleboard/machconfig
rename to yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beagleboard/machconfig
diff --git a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86-64/machconfig b/yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86-64/machconfig
similarity index 100%
rename from meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86-64/machconfig
rename to yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86-64/machconfig
diff --git a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86/machconfig b/yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86/machconfig
similarity index 100%
rename from meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86/machconfig
rename to yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86/machconfig
diff --git a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend b/yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend
diff --git a/meta-yocto-bsp/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend b/yocto-poky/meta-yocto-bsp/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend
diff --git a/meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86-64/uClibc.machine b/yocto-poky/meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86-64/uClibc.machine
similarity index 100%
rename from meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86-64/uClibc.machine
rename to yocto-poky/meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86-64/uClibc.machine
diff --git a/meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86/uClibc.machine b/yocto-poky/meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86/uClibc.machine
similarity index 100%
rename from meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86/uClibc.machine
rename to yocto-poky/meta-yocto-bsp/recipes-core/uclibc/uclibc/genericx86/uClibc.machine
diff --git a/meta-yocto-bsp/recipes-core/uclibc/uclibc_git.bbappend b/yocto-poky/meta-yocto-bsp/recipes-core/uclibc/uclibc_git.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-core/uclibc/uclibc_git.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-core/uclibc/uclibc_git.bbappend
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86-64/xorg.conf b/yocto-poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86-64/xorg.conf
similarity index 100%
rename from meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86-64/xorg.conf
rename to yocto-poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86-64/xorg.conf
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86/xorg.conf b/yocto-poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86/xorg.conf
similarity index 100%
rename from meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86/xorg.conf
rename to yocto-poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86/xorg.conf
diff --git a/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/yocto-poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
similarity index 100%
rename from meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
rename to yocto-poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
diff --git a/meta-yocto/classes/poky-sanity.bbclass b/yocto-poky/meta-yocto/classes/poky-sanity.bbclass
similarity index 100%
rename from meta-yocto/classes/poky-sanity.bbclass
rename to yocto-poky/meta-yocto/classes/poky-sanity.bbclass
diff --git a/meta-yocto/conf/bblayers.conf.sample b/yocto-poky/meta-yocto/conf/bblayers.conf.sample
similarity index 100%
rename from meta-yocto/conf/bblayers.conf.sample
rename to yocto-poky/meta-yocto/conf/bblayers.conf.sample
diff --git a/meta-yocto/conf/conf-notes.txt b/yocto-poky/meta-yocto/conf/conf-notes.txt
similarity index 100%
rename from meta-yocto/conf/conf-notes.txt
rename to yocto-poky/meta-yocto/conf/conf-notes.txt
diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/yocto-poky/meta-yocto/conf/distro/include/maintainers.inc
similarity index 100%
rename from meta-yocto/conf/distro/include/maintainers.inc
rename to yocto-poky/meta-yocto/conf/distro/include/maintainers.inc
diff --git a/meta-yocto/conf/distro/include/poky-floating-revisions.inc b/yocto-poky/meta-yocto/conf/distro/include/poky-floating-revisions.inc
similarity index 100%
rename from meta-yocto/conf/distro/include/poky-floating-revisions.inc
rename to yocto-poky/meta-yocto/conf/distro/include/poky-floating-revisions.inc
diff --git a/meta-yocto/conf/distro/poky-bleeding.conf b/yocto-poky/meta-yocto/conf/distro/poky-bleeding.conf
similarity index 100%
rename from meta-yocto/conf/distro/poky-bleeding.conf
rename to yocto-poky/meta-yocto/conf/distro/poky-bleeding.conf
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/yocto-poky/meta-yocto/conf/distro/poky-lsb.conf
similarity index 100%
rename from meta-yocto/conf/distro/poky-lsb.conf
rename to yocto-poky/meta-yocto/conf/distro/poky-lsb.conf
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/yocto-poky/meta-yocto/conf/distro/poky-tiny.conf
similarity index 100%
rename from meta-yocto/conf/distro/poky-tiny.conf
rename to yocto-poky/meta-yocto/conf/distro/poky-tiny.conf
diff --git a/meta-yocto/conf/distro/poky.conf b/yocto-poky/meta-yocto/conf/distro/poky.conf
similarity index 100%
rename from meta-yocto/conf/distro/poky.conf
rename to yocto-poky/meta-yocto/conf/distro/poky.conf
diff --git a/meta-yocto/conf/layer.conf b/yocto-poky/meta-yocto/conf/layer.conf
similarity index 100%
rename from meta-yocto/conf/layer.conf
rename to yocto-poky/meta-yocto/conf/layer.conf
diff --git a/meta-yocto/conf/local.conf.sample b/yocto-poky/meta-yocto/conf/local.conf.sample
similarity index 100%
rename from meta-yocto/conf/local.conf.sample
rename to yocto-poky/meta-yocto/conf/local.conf.sample
diff --git a/meta-yocto/conf/local.conf.sample.extended b/yocto-poky/meta-yocto/conf/local.conf.sample.extended
similarity index 100%
rename from meta-yocto/conf/local.conf.sample.extended
rename to yocto-poky/meta-yocto/conf/local.conf.sample.extended
diff --git a/meta-yocto/conf/site.conf.sample b/yocto-poky/meta-yocto/conf/site.conf.sample
similarity index 100%
rename from meta-yocto/conf/site.conf.sample
rename to yocto-poky/meta-yocto/conf/site.conf.sample
diff --git a/meta-yocto/conf/toasterconf.json b/yocto-poky/meta-yocto/conf/toasterconf.json
similarity index 100%
rename from meta-yocto/conf/toasterconf.json
rename to yocto-poky/meta-yocto/conf/toasterconf.json
diff --git a/meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig b/yocto-poky/meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig
similarity index 100%
rename from meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig
rename to yocto-poky/meta-yocto/recipes-core/busybox/busybox/poky-tiny/defconfig
diff --git a/meta-yocto/recipes-core/busybox/busybox_%.bbappend b/yocto-poky/meta-yocto/recipes-core/busybox/busybox_%.bbappend
similarity index 100%
rename from meta-yocto/recipes-core/busybox/busybox_%.bbappend
rename to yocto-poky/meta-yocto/recipes-core/busybox/busybox_%.bbappend
diff --git a/meta-yocto/recipes-core/psplash/files/psplash-poky-img.h b/yocto-poky/meta-yocto/recipes-core/psplash/files/psplash-poky-img.h
similarity index 100%
rename from meta-yocto/recipes-core/psplash/files/psplash-poky-img.h
rename to yocto-poky/meta-yocto/recipes-core/psplash/files/psplash-poky-img.h
diff --git a/meta-yocto/recipes-core/psplash/psplash_git.bbappend b/yocto-poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
similarity index 100%
rename from meta-yocto/recipes-core/psplash/psplash_git.bbappend
rename to yocto-poky/meta-yocto/recipes-core/psplash/psplash_git.bbappend
diff --git a/meta-yocto/recipes-core/tiny-init/files/init b/yocto-poky/meta-yocto/recipes-core/tiny-init/files/init
similarity index 100%
rename from meta-yocto/recipes-core/tiny-init/files/init
rename to yocto-poky/meta-yocto/recipes-core/tiny-init/files/init
diff --git a/meta-yocto/recipes-core/tiny-init/files/rc.local.sample b/yocto-poky/meta-yocto/recipes-core/tiny-init/files/rc.local.sample
similarity index 100%
rename from meta-yocto/recipes-core/tiny-init/files/rc.local.sample
rename to yocto-poky/meta-yocto/recipes-core/tiny-init/files/rc.local.sample
diff --git a/meta-yocto/recipes-core/tiny-init/tiny-init.bb b/yocto-poky/meta-yocto/recipes-core/tiny-init/tiny-init.bb
similarity index 100%
rename from meta-yocto/recipes-core/tiny-init/tiny-init.bb
rename to yocto-poky/meta-yocto/recipes-core/tiny-init/tiny-init.bb
diff --git a/meta/COPYING.GPLv2 b/yocto-poky/meta/COPYING.GPLv2
similarity index 100%
rename from meta/COPYING.GPLv2
rename to yocto-poky/meta/COPYING.GPLv2
diff --git a/meta/COPYING.MIT b/yocto-poky/meta/COPYING.MIT
similarity index 100%
rename from meta/COPYING.MIT
rename to yocto-poky/meta/COPYING.MIT
diff --git a/meta/classes/allarch.bbclass b/yocto-poky/meta/classes/allarch.bbclass
similarity index 100%
rename from meta/classes/allarch.bbclass
rename to yocto-poky/meta/classes/allarch.bbclass
diff --git a/meta/classes/archiver.bbclass b/yocto-poky/meta/classes/archiver.bbclass
similarity index 100%
rename from meta/classes/archiver.bbclass
rename to yocto-poky/meta/classes/archiver.bbclass
diff --git a/meta/classes/autotools-brokensep.bbclass b/yocto-poky/meta/classes/autotools-brokensep.bbclass
similarity index 100%
rename from meta/classes/autotools-brokensep.bbclass
rename to yocto-poky/meta/classes/autotools-brokensep.bbclass
diff --git a/meta/classes/autotools.bbclass b/yocto-poky/meta/classes/autotools.bbclass
similarity index 100%
rename from meta/classes/autotools.bbclass
rename to yocto-poky/meta/classes/autotools.bbclass
diff --git a/meta/classes/autotools_stage.bbclass b/yocto-poky/meta/classes/autotools_stage.bbclass
similarity index 100%
rename from meta/classes/autotools_stage.bbclass
rename to yocto-poky/meta/classes/autotools_stage.bbclass
diff --git a/meta/classes/base.bbclass b/yocto-poky/meta/classes/base.bbclass
similarity index 100%
rename from meta/classes/base.bbclass
rename to yocto-poky/meta/classes/base.bbclass
diff --git a/meta/classes/bin_package.bbclass b/yocto-poky/meta/classes/bin_package.bbclass
similarity index 100%
rename from meta/classes/bin_package.bbclass
rename to yocto-poky/meta/classes/bin_package.bbclass
diff --git a/meta/classes/binconfig-disabled.bbclass b/yocto-poky/meta/classes/binconfig-disabled.bbclass
similarity index 100%
rename from meta/classes/binconfig-disabled.bbclass
rename to yocto-poky/meta/classes/binconfig-disabled.bbclass
diff --git a/meta/classes/binconfig.bbclass b/yocto-poky/meta/classes/binconfig.bbclass
similarity index 100%
rename from meta/classes/binconfig.bbclass
rename to yocto-poky/meta/classes/binconfig.bbclass
diff --git a/meta/classes/blacklist.bbclass b/yocto-poky/meta/classes/blacklist.bbclass
similarity index 100%
rename from meta/classes/blacklist.bbclass
rename to yocto-poky/meta/classes/blacklist.bbclass
diff --git a/meta/classes/bluetooth.bbclass b/yocto-poky/meta/classes/bluetooth.bbclass
similarity index 100%
rename from meta/classes/bluetooth.bbclass
rename to yocto-poky/meta/classes/bluetooth.bbclass
diff --git a/meta/classes/boot-directdisk.bbclass b/yocto-poky/meta/classes/boot-directdisk.bbclass
similarity index 100%
rename from meta/classes/boot-directdisk.bbclass
rename to yocto-poky/meta/classes/boot-directdisk.bbclass
diff --git a/meta/classes/bootimg.bbclass b/yocto-poky/meta/classes/bootimg.bbclass
similarity index 100%
rename from meta/classes/bootimg.bbclass
rename to yocto-poky/meta/classes/bootimg.bbclass
diff --git a/meta/classes/bugzilla.bbclass b/yocto-poky/meta/classes/bugzilla.bbclass
similarity index 100%
rename from meta/classes/bugzilla.bbclass
rename to yocto-poky/meta/classes/bugzilla.bbclass
diff --git a/meta/classes/buildhistory.bbclass b/yocto-poky/meta/classes/buildhistory.bbclass
similarity index 100%
rename from meta/classes/buildhistory.bbclass
rename to yocto-poky/meta/classes/buildhistory.bbclass
diff --git a/meta/classes/buildstats-summary.bbclass b/yocto-poky/meta/classes/buildstats-summary.bbclass
similarity index 100%
rename from meta/classes/buildstats-summary.bbclass
rename to yocto-poky/meta/classes/buildstats-summary.bbclass
diff --git a/meta/classes/buildstats.bbclass b/yocto-poky/meta/classes/buildstats.bbclass
similarity index 100%
rename from meta/classes/buildstats.bbclass
rename to yocto-poky/meta/classes/buildstats.bbclass
diff --git a/meta/classes/ccache.bbclass b/yocto-poky/meta/classes/ccache.bbclass
similarity index 100%
rename from meta/classes/ccache.bbclass
rename to yocto-poky/meta/classes/ccache.bbclass
diff --git a/meta/classes/chrpath.bbclass b/yocto-poky/meta/classes/chrpath.bbclass
similarity index 100%
rename from meta/classes/chrpath.bbclass
rename to yocto-poky/meta/classes/chrpath.bbclass
diff --git a/meta/classes/clutter.bbclass b/yocto-poky/meta/classes/clutter.bbclass
similarity index 100%
rename from meta/classes/clutter.bbclass
rename to yocto-poky/meta/classes/clutter.bbclass
diff --git a/meta/classes/cmake.bbclass b/yocto-poky/meta/classes/cmake.bbclass
similarity index 100%
rename from meta/classes/cmake.bbclass
rename to yocto-poky/meta/classes/cmake.bbclass
diff --git a/meta/classes/cml1.bbclass b/yocto-poky/meta/classes/cml1.bbclass
similarity index 100%
rename from meta/classes/cml1.bbclass
rename to yocto-poky/meta/classes/cml1.bbclass
diff --git a/meta/classes/compress_doc.bbclass b/yocto-poky/meta/classes/compress_doc.bbclass
similarity index 100%
rename from meta/classes/compress_doc.bbclass
rename to yocto-poky/meta/classes/compress_doc.bbclass
diff --git a/meta/classes/copyleft_compliance.bbclass b/yocto-poky/meta/classes/copyleft_compliance.bbclass
similarity index 100%
rename from meta/classes/copyleft_compliance.bbclass
rename to yocto-poky/meta/classes/copyleft_compliance.bbclass
diff --git a/meta/classes/copyleft_filter.bbclass b/yocto-poky/meta/classes/copyleft_filter.bbclass
similarity index 100%
rename from meta/classes/copyleft_filter.bbclass
rename to yocto-poky/meta/classes/copyleft_filter.bbclass
diff --git a/meta/classes/core-image.bbclass b/yocto-poky/meta/classes/core-image.bbclass
similarity index 100%
rename from meta/classes/core-image.bbclass
rename to yocto-poky/meta/classes/core-image.bbclass
diff --git a/meta/classes/cpan-base.bbclass b/yocto-poky/meta/classes/cpan-base.bbclass
similarity index 100%
rename from meta/classes/cpan-base.bbclass
rename to yocto-poky/meta/classes/cpan-base.bbclass
diff --git a/meta/classes/cpan.bbclass b/yocto-poky/meta/classes/cpan.bbclass
similarity index 100%
rename from meta/classes/cpan.bbclass
rename to yocto-poky/meta/classes/cpan.bbclass
diff --git a/meta/classes/cpan_build.bbclass b/yocto-poky/meta/classes/cpan_build.bbclass
similarity index 100%
rename from meta/classes/cpan_build.bbclass
rename to yocto-poky/meta/classes/cpan_build.bbclass
diff --git a/meta/classes/cross-canadian.bbclass b/yocto-poky/meta/classes/cross-canadian.bbclass
similarity index 100%
rename from meta/classes/cross-canadian.bbclass
rename to yocto-poky/meta/classes/cross-canadian.bbclass
diff --git a/meta/classes/cross.bbclass b/yocto-poky/meta/classes/cross.bbclass
similarity index 100%
rename from meta/classes/cross.bbclass
rename to yocto-poky/meta/classes/cross.bbclass
diff --git a/meta/classes/crosssdk.bbclass b/yocto-poky/meta/classes/crosssdk.bbclass
similarity index 100%
rename from meta/classes/crosssdk.bbclass
rename to yocto-poky/meta/classes/crosssdk.bbclass
diff --git a/meta/classes/debian.bbclass b/yocto-poky/meta/classes/debian.bbclass
similarity index 100%
rename from meta/classes/debian.bbclass
rename to yocto-poky/meta/classes/debian.bbclass
diff --git a/meta/classes/deploy.bbclass b/yocto-poky/meta/classes/deploy.bbclass
similarity index 100%
rename from meta/classes/deploy.bbclass
rename to yocto-poky/meta/classes/deploy.bbclass
diff --git a/meta/classes/devshell.bbclass b/yocto-poky/meta/classes/devshell.bbclass
similarity index 100%
rename from meta/classes/devshell.bbclass
rename to yocto-poky/meta/classes/devshell.bbclass
diff --git a/meta/classes/distro_features_check.bbclass b/yocto-poky/meta/classes/distro_features_check.bbclass
similarity index 100%
rename from meta/classes/distro_features_check.bbclass
rename to yocto-poky/meta/classes/distro_features_check.bbclass
diff --git a/meta/classes/distrodata.bbclass b/yocto-poky/meta/classes/distrodata.bbclass
similarity index 100%
rename from meta/classes/distrodata.bbclass
rename to yocto-poky/meta/classes/distrodata.bbclass
diff --git a/meta/classes/distutils-base.bbclass b/yocto-poky/meta/classes/distutils-base.bbclass
similarity index 100%
rename from meta/classes/distutils-base.bbclass
rename to yocto-poky/meta/classes/distutils-base.bbclass
diff --git a/meta/classes/distutils-common-base.bbclass b/yocto-poky/meta/classes/distutils-common-base.bbclass
similarity index 100%
rename from meta/classes/distutils-common-base.bbclass
rename to yocto-poky/meta/classes/distutils-common-base.bbclass
diff --git a/meta/classes/distutils-native-base.bbclass b/yocto-poky/meta/classes/distutils-native-base.bbclass
similarity index 100%
rename from meta/classes/distutils-native-base.bbclass
rename to yocto-poky/meta/classes/distutils-native-base.bbclass
diff --git a/meta/classes/distutils-tools.bbclass b/yocto-poky/meta/classes/distutils-tools.bbclass
similarity index 100%
rename from meta/classes/distutils-tools.bbclass
rename to yocto-poky/meta/classes/distutils-tools.bbclass
diff --git a/meta/classes/distutils.bbclass b/yocto-poky/meta/classes/distutils.bbclass
similarity index 100%
rename from meta/classes/distutils.bbclass
rename to yocto-poky/meta/classes/distutils.bbclass
diff --git a/meta/classes/distutils3-base.bbclass b/yocto-poky/meta/classes/distutils3-base.bbclass
similarity index 100%
rename from meta/classes/distutils3-base.bbclass
rename to yocto-poky/meta/classes/distutils3-base.bbclass
diff --git a/meta/classes/distutils3-native-base.bbclass b/yocto-poky/meta/classes/distutils3-native-base.bbclass
similarity index 100%
rename from meta/classes/distutils3-native-base.bbclass
rename to yocto-poky/meta/classes/distutils3-native-base.bbclass
diff --git a/meta/classes/distutils3.bbclass b/yocto-poky/meta/classes/distutils3.bbclass
similarity index 100%
rename from meta/classes/distutils3.bbclass
rename to yocto-poky/meta/classes/distutils3.bbclass
diff --git a/meta/classes/externalsrc.bbclass b/yocto-poky/meta/classes/externalsrc.bbclass
similarity index 100%
rename from meta/classes/externalsrc.bbclass
rename to yocto-poky/meta/classes/externalsrc.bbclass
diff --git a/meta/classes/extrausers.bbclass b/yocto-poky/meta/classes/extrausers.bbclass
similarity index 100%
rename from meta/classes/extrausers.bbclass
rename to yocto-poky/meta/classes/extrausers.bbclass
diff --git a/meta/classes/fontcache.bbclass b/yocto-poky/meta/classes/fontcache.bbclass
similarity index 100%
rename from meta/classes/fontcache.bbclass
rename to yocto-poky/meta/classes/fontcache.bbclass
diff --git a/meta/classes/fs-uuid.bbclass b/yocto-poky/meta/classes/fs-uuid.bbclass
similarity index 100%
rename from meta/classes/fs-uuid.bbclass
rename to yocto-poky/meta/classes/fs-uuid.bbclass
diff --git a/meta/classes/gconf.bbclass b/yocto-poky/meta/classes/gconf.bbclass
similarity index 100%
rename from meta/classes/gconf.bbclass
rename to yocto-poky/meta/classes/gconf.bbclass
diff --git a/meta/classes/gettext.bbclass b/yocto-poky/meta/classes/gettext.bbclass
similarity index 100%
rename from meta/classes/gettext.bbclass
rename to yocto-poky/meta/classes/gettext.bbclass
diff --git a/meta/classes/gnome.bbclass b/yocto-poky/meta/classes/gnome.bbclass
similarity index 100%
rename from meta/classes/gnome.bbclass
rename to yocto-poky/meta/classes/gnome.bbclass
diff --git a/meta/classes/gnomebase.bbclass b/yocto-poky/meta/classes/gnomebase.bbclass
similarity index 100%
rename from meta/classes/gnomebase.bbclass
rename to yocto-poky/meta/classes/gnomebase.bbclass
diff --git a/meta/classes/grub-efi.bbclass b/yocto-poky/meta/classes/grub-efi.bbclass
similarity index 100%
rename from meta/classes/grub-efi.bbclass
rename to yocto-poky/meta/classes/grub-efi.bbclass
diff --git a/meta/classes/gsettings.bbclass b/yocto-poky/meta/classes/gsettings.bbclass
similarity index 100%
rename from meta/classes/gsettings.bbclass
rename to yocto-poky/meta/classes/gsettings.bbclass
diff --git a/meta/classes/gtk-doc.bbclass b/yocto-poky/meta/classes/gtk-doc.bbclass
similarity index 100%
rename from meta/classes/gtk-doc.bbclass
rename to yocto-poky/meta/classes/gtk-doc.bbclass
diff --git a/meta/classes/gtk-icon-cache.bbclass b/yocto-poky/meta/classes/gtk-icon-cache.bbclass
similarity index 100%
rename from meta/classes/gtk-icon-cache.bbclass
rename to yocto-poky/meta/classes/gtk-icon-cache.bbclass
diff --git a/meta/classes/gtk-immodules-cache.bbclass b/yocto-poky/meta/classes/gtk-immodules-cache.bbclass
similarity index 100%
rename from meta/classes/gtk-immodules-cache.bbclass
rename to yocto-poky/meta/classes/gtk-immodules-cache.bbclass
diff --git a/meta/classes/gummiboot.bbclass b/yocto-poky/meta/classes/gummiboot.bbclass
similarity index 100%
rename from meta/classes/gummiboot.bbclass
rename to yocto-poky/meta/classes/gummiboot.bbclass
diff --git a/meta/classes/gzipnative.bbclass b/yocto-poky/meta/classes/gzipnative.bbclass
similarity index 100%
rename from meta/classes/gzipnative.bbclass
rename to yocto-poky/meta/classes/gzipnative.bbclass
diff --git a/meta/classes/icecc.bbclass b/yocto-poky/meta/classes/icecc.bbclass
similarity index 100%
rename from meta/classes/icecc.bbclass
rename to yocto-poky/meta/classes/icecc.bbclass
diff --git a/meta/classes/image-buildinfo.bbclass b/yocto-poky/meta/classes/image-buildinfo.bbclass
similarity index 100%
rename from meta/classes/image-buildinfo.bbclass
rename to yocto-poky/meta/classes/image-buildinfo.bbclass
diff --git a/meta/classes/image-live.bbclass b/yocto-poky/meta/classes/image-live.bbclass
similarity index 100%
rename from meta/classes/image-live.bbclass
rename to yocto-poky/meta/classes/image-live.bbclass
diff --git a/meta/classes/image-mklibs.bbclass b/yocto-poky/meta/classes/image-mklibs.bbclass
similarity index 100%
rename from meta/classes/image-mklibs.bbclass
rename to yocto-poky/meta/classes/image-mklibs.bbclass
diff --git a/meta/classes/image-prelink.bbclass b/yocto-poky/meta/classes/image-prelink.bbclass
similarity index 100%
rename from meta/classes/image-prelink.bbclass
rename to yocto-poky/meta/classes/image-prelink.bbclass
diff --git a/meta/classes/image-swab.bbclass b/yocto-poky/meta/classes/image-swab.bbclass
similarity index 100%
rename from meta/classes/image-swab.bbclass
rename to yocto-poky/meta/classes/image-swab.bbclass
diff --git a/meta/classes/image-vm.bbclass b/yocto-poky/meta/classes/image-vm.bbclass
similarity index 100%
rename from meta/classes/image-vm.bbclass
rename to yocto-poky/meta/classes/image-vm.bbclass
diff --git a/meta/classes/image.bbclass b/yocto-poky/meta/classes/image.bbclass
similarity index 100%
rename from meta/classes/image.bbclass
rename to yocto-poky/meta/classes/image.bbclass
diff --git a/meta/classes/image_types.bbclass b/yocto-poky/meta/classes/image_types.bbclass
similarity index 100%
rename from meta/classes/image_types.bbclass
rename to yocto-poky/meta/classes/image_types.bbclass
diff --git a/meta/classes/image_types_uboot.bbclass b/yocto-poky/meta/classes/image_types_uboot.bbclass
similarity index 100%
rename from meta/classes/image_types_uboot.bbclass
rename to yocto-poky/meta/classes/image_types_uboot.bbclass
diff --git a/meta/classes/insane.bbclass b/yocto-poky/meta/classes/insane.bbclass
similarity index 100%
rename from meta/classes/insane.bbclass
rename to yocto-poky/meta/classes/insane.bbclass
diff --git a/meta/classes/kernel-arch.bbclass b/yocto-poky/meta/classes/kernel-arch.bbclass
similarity index 100%
rename from meta/classes/kernel-arch.bbclass
rename to yocto-poky/meta/classes/kernel-arch.bbclass
diff --git a/meta/classes/kernel-fitimage.bbclass b/yocto-poky/meta/classes/kernel-fitimage.bbclass
similarity index 100%
rename from meta/classes/kernel-fitimage.bbclass
rename to yocto-poky/meta/classes/kernel-fitimage.bbclass
diff --git a/meta/classes/kernel-grub.bbclass b/yocto-poky/meta/classes/kernel-grub.bbclass
similarity index 100%
rename from meta/classes/kernel-grub.bbclass
rename to yocto-poky/meta/classes/kernel-grub.bbclass
diff --git a/meta/classes/kernel-module-split.bbclass b/yocto-poky/meta/classes/kernel-module-split.bbclass
similarity index 100%
rename from meta/classes/kernel-module-split.bbclass
rename to yocto-poky/meta/classes/kernel-module-split.bbclass
diff --git a/meta/classes/kernel-uboot.bbclass b/yocto-poky/meta/classes/kernel-uboot.bbclass
similarity index 100%
rename from meta/classes/kernel-uboot.bbclass
rename to yocto-poky/meta/classes/kernel-uboot.bbclass
diff --git a/meta/classes/kernel-uimage.bbclass b/yocto-poky/meta/classes/kernel-uimage.bbclass
similarity index 100%
rename from meta/classes/kernel-uimage.bbclass
rename to yocto-poky/meta/classes/kernel-uimage.bbclass
diff --git a/meta/classes/kernel-yocto.bbclass b/yocto-poky/meta/classes/kernel-yocto.bbclass
similarity index 100%
rename from meta/classes/kernel-yocto.bbclass
rename to yocto-poky/meta/classes/kernel-yocto.bbclass
diff --git a/meta/classes/kernel.bbclass b/yocto-poky/meta/classes/kernel.bbclass
similarity index 100%
rename from meta/classes/kernel.bbclass
rename to yocto-poky/meta/classes/kernel.bbclass
diff --git a/meta/classes/kernelsrc.bbclass b/yocto-poky/meta/classes/kernelsrc.bbclass
similarity index 100%
rename from meta/classes/kernelsrc.bbclass
rename to yocto-poky/meta/classes/kernelsrc.bbclass
diff --git a/meta/classes/lib_package.bbclass b/yocto-poky/meta/classes/lib_package.bbclass
similarity index 100%
rename from meta/classes/lib_package.bbclass
rename to yocto-poky/meta/classes/lib_package.bbclass
diff --git a/meta/classes/libc-common.bbclass b/yocto-poky/meta/classes/libc-common.bbclass
similarity index 100%
rename from meta/classes/libc-common.bbclass
rename to yocto-poky/meta/classes/libc-common.bbclass
diff --git a/meta/classes/libc-package.bbclass b/yocto-poky/meta/classes/libc-package.bbclass
similarity index 100%
rename from meta/classes/libc-package.bbclass
rename to yocto-poky/meta/classes/libc-package.bbclass
diff --git a/meta/classes/license.bbclass b/yocto-poky/meta/classes/license.bbclass
similarity index 100%
rename from meta/classes/license.bbclass
rename to yocto-poky/meta/classes/license.bbclass
diff --git a/meta/classes/linux-kernel-base.bbclass b/yocto-poky/meta/classes/linux-kernel-base.bbclass
similarity index 100%
rename from meta/classes/linux-kernel-base.bbclass
rename to yocto-poky/meta/classes/linux-kernel-base.bbclass
diff --git a/meta/classes/logging.bbclass b/yocto-poky/meta/classes/logging.bbclass
similarity index 100%
rename from meta/classes/logging.bbclass
rename to yocto-poky/meta/classes/logging.bbclass
diff --git a/meta/classes/meta.bbclass b/yocto-poky/meta/classes/meta.bbclass
similarity index 100%
rename from meta/classes/meta.bbclass
rename to yocto-poky/meta/classes/meta.bbclass
diff --git a/meta/classes/metadata_scm.bbclass b/yocto-poky/meta/classes/metadata_scm.bbclass
similarity index 100%
rename from meta/classes/metadata_scm.bbclass
rename to yocto-poky/meta/classes/metadata_scm.bbclass
diff --git a/meta/classes/migrate_localcount.bbclass b/yocto-poky/meta/classes/migrate_localcount.bbclass
similarity index 100%
rename from meta/classes/migrate_localcount.bbclass
rename to yocto-poky/meta/classes/migrate_localcount.bbclass
diff --git a/meta/classes/mime.bbclass b/yocto-poky/meta/classes/mime.bbclass
similarity index 100%
rename from meta/classes/mime.bbclass
rename to yocto-poky/meta/classes/mime.bbclass
diff --git a/meta/classes/mirrors.bbclass b/yocto-poky/meta/classes/mirrors.bbclass
similarity index 100%
rename from meta/classes/mirrors.bbclass
rename to yocto-poky/meta/classes/mirrors.bbclass
diff --git a/meta/classes/module-base.bbclass b/yocto-poky/meta/classes/module-base.bbclass
similarity index 100%
rename from meta/classes/module-base.bbclass
rename to yocto-poky/meta/classes/module-base.bbclass
diff --git a/meta/classes/module.bbclass b/yocto-poky/meta/classes/module.bbclass
similarity index 100%
rename from meta/classes/module.bbclass
rename to yocto-poky/meta/classes/module.bbclass
diff --git a/meta/classes/multilib.bbclass b/yocto-poky/meta/classes/multilib.bbclass
similarity index 100%
rename from meta/classes/multilib.bbclass
rename to yocto-poky/meta/classes/multilib.bbclass
diff --git a/meta/classes/multilib_global.bbclass b/yocto-poky/meta/classes/multilib_global.bbclass
similarity index 100%
rename from meta/classes/multilib_global.bbclass
rename to yocto-poky/meta/classes/multilib_global.bbclass
diff --git a/meta/classes/multilib_header.bbclass b/yocto-poky/meta/classes/multilib_header.bbclass
similarity index 100%
rename from meta/classes/multilib_header.bbclass
rename to yocto-poky/meta/classes/multilib_header.bbclass
diff --git a/meta/classes/native.bbclass b/yocto-poky/meta/classes/native.bbclass
similarity index 100%
rename from meta/classes/native.bbclass
rename to yocto-poky/meta/classes/native.bbclass
diff --git a/meta/classes/nativesdk.bbclass b/yocto-poky/meta/classes/nativesdk.bbclass
similarity index 100%
rename from meta/classes/nativesdk.bbclass
rename to yocto-poky/meta/classes/nativesdk.bbclass
diff --git a/meta/classes/oelint.bbclass b/yocto-poky/meta/classes/oelint.bbclass
similarity index 100%
rename from meta/classes/oelint.bbclass
rename to yocto-poky/meta/classes/oelint.bbclass
diff --git a/meta/classes/own-mirrors.bbclass b/yocto-poky/meta/classes/own-mirrors.bbclass
similarity index 100%
rename from meta/classes/own-mirrors.bbclass
rename to yocto-poky/meta/classes/own-mirrors.bbclass
diff --git a/meta/classes/package.bbclass b/yocto-poky/meta/classes/package.bbclass
similarity index 100%
rename from meta/classes/package.bbclass
rename to yocto-poky/meta/classes/package.bbclass
diff --git a/meta/classes/package_deb.bbclass b/yocto-poky/meta/classes/package_deb.bbclass
similarity index 100%
rename from meta/classes/package_deb.bbclass
rename to yocto-poky/meta/classes/package_deb.bbclass
diff --git a/meta/classes/package_ipk.bbclass b/yocto-poky/meta/classes/package_ipk.bbclass
similarity index 100%
rename from meta/classes/package_ipk.bbclass
rename to yocto-poky/meta/classes/package_ipk.bbclass
diff --git a/meta/classes/package_rpm.bbclass b/yocto-poky/meta/classes/package_rpm.bbclass
similarity index 100%
rename from meta/classes/package_rpm.bbclass
rename to yocto-poky/meta/classes/package_rpm.bbclass
diff --git a/meta/classes/package_tar.bbclass b/yocto-poky/meta/classes/package_tar.bbclass
similarity index 100%
rename from meta/classes/package_tar.bbclass
rename to yocto-poky/meta/classes/package_tar.bbclass
diff --git a/meta/classes/packagedata.bbclass b/yocto-poky/meta/classes/packagedata.bbclass
similarity index 100%
rename from meta/classes/packagedata.bbclass
rename to yocto-poky/meta/classes/packagedata.bbclass
diff --git a/meta/classes/packagegroup.bbclass b/yocto-poky/meta/classes/packagegroup.bbclass
similarity index 100%
rename from meta/classes/packagegroup.bbclass
rename to yocto-poky/meta/classes/packagegroup.bbclass
diff --git a/meta/classes/packageinfo.bbclass b/yocto-poky/meta/classes/packageinfo.bbclass
similarity index 100%
rename from meta/classes/packageinfo.bbclass
rename to yocto-poky/meta/classes/packageinfo.bbclass
diff --git a/meta/classes/patch.bbclass b/yocto-poky/meta/classes/patch.bbclass
similarity index 100%
rename from meta/classes/patch.bbclass
rename to yocto-poky/meta/classes/patch.bbclass
diff --git a/meta/classes/perlnative.bbclass b/yocto-poky/meta/classes/perlnative.bbclass
similarity index 100%
rename from meta/classes/perlnative.bbclass
rename to yocto-poky/meta/classes/perlnative.bbclass
diff --git a/meta/classes/pixbufcache.bbclass b/yocto-poky/meta/classes/pixbufcache.bbclass
similarity index 100%
rename from meta/classes/pixbufcache.bbclass
rename to yocto-poky/meta/classes/pixbufcache.bbclass
diff --git a/meta/classes/pkgconfig.bbclass b/yocto-poky/meta/classes/pkgconfig.bbclass
similarity index 100%
rename from meta/classes/pkgconfig.bbclass
rename to yocto-poky/meta/classes/pkgconfig.bbclass
diff --git a/meta/classes/populate_sdk.bbclass b/yocto-poky/meta/classes/populate_sdk.bbclass
similarity index 100%
rename from meta/classes/populate_sdk.bbclass
rename to yocto-poky/meta/classes/populate_sdk.bbclass
diff --git a/meta/classes/populate_sdk_base.bbclass b/yocto-poky/meta/classes/populate_sdk_base.bbclass
similarity index 100%
rename from meta/classes/populate_sdk_base.bbclass
rename to yocto-poky/meta/classes/populate_sdk_base.bbclass
diff --git a/meta/classes/populate_sdk_ext.bbclass b/yocto-poky/meta/classes/populate_sdk_ext.bbclass
similarity index 100%
rename from meta/classes/populate_sdk_ext.bbclass
rename to yocto-poky/meta/classes/populate_sdk_ext.bbclass
diff --git a/meta/classes/prexport.bbclass b/yocto-poky/meta/classes/prexport.bbclass
similarity index 100%
rename from meta/classes/prexport.bbclass
rename to yocto-poky/meta/classes/prexport.bbclass
diff --git a/meta/classes/primport.bbclass b/yocto-poky/meta/classes/primport.bbclass
similarity index 100%
rename from meta/classes/primport.bbclass
rename to yocto-poky/meta/classes/primport.bbclass
diff --git a/meta/classes/prserv.bbclass b/yocto-poky/meta/classes/prserv.bbclass
similarity index 100%
rename from meta/classes/prserv.bbclass
rename to yocto-poky/meta/classes/prserv.bbclass
diff --git a/meta/classes/ptest-gnome.bbclass b/yocto-poky/meta/classes/ptest-gnome.bbclass
similarity index 100%
rename from meta/classes/ptest-gnome.bbclass
rename to yocto-poky/meta/classes/ptest-gnome.bbclass
diff --git a/meta/classes/ptest.bbclass b/yocto-poky/meta/classes/ptest.bbclass
similarity index 100%
rename from meta/classes/ptest.bbclass
rename to yocto-poky/meta/classes/ptest.bbclass
diff --git a/meta/classes/python-dir.bbclass b/yocto-poky/meta/classes/python-dir.bbclass
similarity index 100%
rename from meta/classes/python-dir.bbclass
rename to yocto-poky/meta/classes/python-dir.bbclass
diff --git a/meta/classes/python3native.bbclass b/yocto-poky/meta/classes/python3native.bbclass
similarity index 100%
rename from meta/classes/python3native.bbclass
rename to yocto-poky/meta/classes/python3native.bbclass
diff --git a/meta/classes/pythonnative.bbclass b/yocto-poky/meta/classes/pythonnative.bbclass
similarity index 100%
rename from meta/classes/pythonnative.bbclass
rename to yocto-poky/meta/classes/pythonnative.bbclass
diff --git a/meta/classes/qemu.bbclass b/yocto-poky/meta/classes/qemu.bbclass
similarity index 100%
rename from meta/classes/qemu.bbclass
rename to yocto-poky/meta/classes/qemu.bbclass
diff --git a/meta/classes/qmake2.bbclass b/yocto-poky/meta/classes/qmake2.bbclass
similarity index 100%
rename from meta/classes/qmake2.bbclass
rename to yocto-poky/meta/classes/qmake2.bbclass
diff --git a/meta/classes/qmake_base.bbclass b/yocto-poky/meta/classes/qmake_base.bbclass
similarity index 100%
rename from meta/classes/qmake_base.bbclass
rename to yocto-poky/meta/classes/qmake_base.bbclass
diff --git a/meta/classes/qt4e.bbclass b/yocto-poky/meta/classes/qt4e.bbclass
similarity index 100%
rename from meta/classes/qt4e.bbclass
rename to yocto-poky/meta/classes/qt4e.bbclass
diff --git a/meta/classes/qt4x11.bbclass b/yocto-poky/meta/classes/qt4x11.bbclass
similarity index 100%
rename from meta/classes/qt4x11.bbclass
rename to yocto-poky/meta/classes/qt4x11.bbclass
diff --git a/meta/classes/recipe_sanity.bbclass b/yocto-poky/meta/classes/recipe_sanity.bbclass
similarity index 100%
rename from meta/classes/recipe_sanity.bbclass
rename to yocto-poky/meta/classes/recipe_sanity.bbclass
diff --git a/meta/classes/relocatable.bbclass b/yocto-poky/meta/classes/relocatable.bbclass
similarity index 100%
rename from meta/classes/relocatable.bbclass
rename to yocto-poky/meta/classes/relocatable.bbclass
diff --git a/meta/classes/report-error.bbclass b/yocto-poky/meta/classes/report-error.bbclass
similarity index 100%
rename from meta/classes/report-error.bbclass
rename to yocto-poky/meta/classes/report-error.bbclass
diff --git a/meta/classes/rm_work.bbclass b/yocto-poky/meta/classes/rm_work.bbclass
similarity index 100%
rename from meta/classes/rm_work.bbclass
rename to yocto-poky/meta/classes/rm_work.bbclass
diff --git a/meta/classes/rootfs_deb.bbclass b/yocto-poky/meta/classes/rootfs_deb.bbclass
similarity index 100%
rename from meta/classes/rootfs_deb.bbclass
rename to yocto-poky/meta/classes/rootfs_deb.bbclass
diff --git a/meta/classes/rootfs_ipk.bbclass b/yocto-poky/meta/classes/rootfs_ipk.bbclass
similarity index 100%
rename from meta/classes/rootfs_ipk.bbclass
rename to yocto-poky/meta/classes/rootfs_ipk.bbclass
diff --git a/meta/classes/rootfs_rpm.bbclass b/yocto-poky/meta/classes/rootfs_rpm.bbclass
similarity index 100%
rename from meta/classes/rootfs_rpm.bbclass
rename to yocto-poky/meta/classes/rootfs_rpm.bbclass
diff --git a/meta/classes/rootfsdebugfiles.bbclass b/yocto-poky/meta/classes/rootfsdebugfiles.bbclass
similarity index 100%
rename from meta/classes/rootfsdebugfiles.bbclass
rename to yocto-poky/meta/classes/rootfsdebugfiles.bbclass
diff --git a/meta/classes/sanity.bbclass b/yocto-poky/meta/classes/sanity.bbclass
similarity index 100%
rename from meta/classes/sanity.bbclass
rename to yocto-poky/meta/classes/sanity.bbclass
diff --git a/meta/classes/scons.bbclass b/yocto-poky/meta/classes/scons.bbclass
similarity index 100%
rename from meta/classes/scons.bbclass
rename to yocto-poky/meta/classes/scons.bbclass
diff --git a/meta/classes/sdl.bbclass b/yocto-poky/meta/classes/sdl.bbclass
similarity index 100%
rename from meta/classes/sdl.bbclass
rename to yocto-poky/meta/classes/sdl.bbclass
diff --git a/meta/classes/setuptools.bbclass b/yocto-poky/meta/classes/setuptools.bbclass
similarity index 100%
rename from meta/classes/setuptools.bbclass
rename to yocto-poky/meta/classes/setuptools.bbclass
diff --git a/meta/classes/setuptools3.bbclass b/yocto-poky/meta/classes/setuptools3.bbclass
similarity index 100%
rename from meta/classes/setuptools3.bbclass
rename to yocto-poky/meta/classes/setuptools3.bbclass
diff --git a/meta/classes/sign_rpm.bbclass b/yocto-poky/meta/classes/sign_rpm.bbclass
similarity index 100%
rename from meta/classes/sign_rpm.bbclass
rename to yocto-poky/meta/classes/sign_rpm.bbclass
diff --git a/meta/classes/sip.bbclass b/yocto-poky/meta/classes/sip.bbclass
similarity index 100%
rename from meta/classes/sip.bbclass
rename to yocto-poky/meta/classes/sip.bbclass
diff --git a/meta/classes/siteconfig.bbclass b/yocto-poky/meta/classes/siteconfig.bbclass
similarity index 100%
rename from meta/classes/siteconfig.bbclass
rename to yocto-poky/meta/classes/siteconfig.bbclass
diff --git a/meta/classes/siteinfo.bbclass b/yocto-poky/meta/classes/siteinfo.bbclass
similarity index 100%
rename from meta/classes/siteinfo.bbclass
rename to yocto-poky/meta/classes/siteinfo.bbclass
diff --git a/meta/classes/spdx.bbclass b/yocto-poky/meta/classes/spdx.bbclass
similarity index 100%
rename from meta/classes/spdx.bbclass
rename to yocto-poky/meta/classes/spdx.bbclass
diff --git a/meta/classes/sstate.bbclass b/yocto-poky/meta/classes/sstate.bbclass
similarity index 100%
rename from meta/classes/sstate.bbclass
rename to yocto-poky/meta/classes/sstate.bbclass
diff --git a/meta/classes/staging.bbclass b/yocto-poky/meta/classes/staging.bbclass
similarity index 100%
rename from meta/classes/staging.bbclass
rename to yocto-poky/meta/classes/staging.bbclass
diff --git a/meta/classes/syslinux.bbclass b/yocto-poky/meta/classes/syslinux.bbclass
similarity index 100%
rename from meta/classes/syslinux.bbclass
rename to yocto-poky/meta/classes/syslinux.bbclass
diff --git a/meta/classes/systemd.bbclass b/yocto-poky/meta/classes/systemd.bbclass
similarity index 100%
rename from meta/classes/systemd.bbclass
rename to yocto-poky/meta/classes/systemd.bbclass
diff --git a/meta/classes/terminal.bbclass b/yocto-poky/meta/classes/terminal.bbclass
similarity index 100%
rename from meta/classes/terminal.bbclass
rename to yocto-poky/meta/classes/terminal.bbclass
diff --git a/meta/classes/testimage-auto.bbclass b/yocto-poky/meta/classes/testimage-auto.bbclass
similarity index 100%
rename from meta/classes/testimage-auto.bbclass
rename to yocto-poky/meta/classes/testimage-auto.bbclass
diff --git a/meta/classes/testimage.bbclass b/yocto-poky/meta/classes/testimage.bbclass
similarity index 100%
rename from meta/classes/testimage.bbclass
rename to yocto-poky/meta/classes/testimage.bbclass
diff --git a/meta/classes/texinfo.bbclass b/yocto-poky/meta/classes/texinfo.bbclass
similarity index 100%
rename from meta/classes/texinfo.bbclass
rename to yocto-poky/meta/classes/texinfo.bbclass
diff --git a/meta/classes/tinderclient.bbclass b/yocto-poky/meta/classes/tinderclient.bbclass
similarity index 100%
rename from meta/classes/tinderclient.bbclass
rename to yocto-poky/meta/classes/tinderclient.bbclass
diff --git a/meta/classes/toaster.bbclass b/yocto-poky/meta/classes/toaster.bbclass
similarity index 100%
rename from meta/classes/toaster.bbclass
rename to yocto-poky/meta/classes/toaster.bbclass
diff --git a/meta/classes/toolchain-scripts.bbclass b/yocto-poky/meta/classes/toolchain-scripts.bbclass
similarity index 100%
rename from meta/classes/toolchain-scripts.bbclass
rename to yocto-poky/meta/classes/toolchain-scripts.bbclass
diff --git a/meta/classes/typecheck.bbclass b/yocto-poky/meta/classes/typecheck.bbclass
similarity index 100%
rename from meta/classes/typecheck.bbclass
rename to yocto-poky/meta/classes/typecheck.bbclass
diff --git a/meta/classes/uboot-config.bbclass b/yocto-poky/meta/classes/uboot-config.bbclass
similarity index 100%
rename from meta/classes/uboot-config.bbclass
rename to yocto-poky/meta/classes/uboot-config.bbclass
diff --git a/meta/classes/uninative.bbclass b/yocto-poky/meta/classes/uninative.bbclass
similarity index 100%
rename from meta/classes/uninative.bbclass
rename to yocto-poky/meta/classes/uninative.bbclass
diff --git a/meta/classes/update-alternatives.bbclass b/yocto-poky/meta/classes/update-alternatives.bbclass
similarity index 100%
rename from meta/classes/update-alternatives.bbclass
rename to yocto-poky/meta/classes/update-alternatives.bbclass
diff --git a/meta/classes/update-rc.d.bbclass b/yocto-poky/meta/classes/update-rc.d.bbclass
similarity index 100%
rename from meta/classes/update-rc.d.bbclass
rename to yocto-poky/meta/classes/update-rc.d.bbclass
diff --git a/meta/classes/useradd-staticids.bbclass b/yocto-poky/meta/classes/useradd-staticids.bbclass
similarity index 100%
rename from meta/classes/useradd-staticids.bbclass
rename to yocto-poky/meta/classes/useradd-staticids.bbclass
diff --git a/meta/classes/useradd.bbclass b/yocto-poky/meta/classes/useradd.bbclass
similarity index 100%
rename from meta/classes/useradd.bbclass
rename to yocto-poky/meta/classes/useradd.bbclass
diff --git a/meta/classes/useradd_base.bbclass b/yocto-poky/meta/classes/useradd_base.bbclass
similarity index 100%
rename from meta/classes/useradd_base.bbclass
rename to yocto-poky/meta/classes/useradd_base.bbclass
diff --git a/meta/classes/utility-tasks.bbclass b/yocto-poky/meta/classes/utility-tasks.bbclass
similarity index 100%
rename from meta/classes/utility-tasks.bbclass
rename to yocto-poky/meta/classes/utility-tasks.bbclass
diff --git a/meta/classes/utils.bbclass b/yocto-poky/meta/classes/utils.bbclass
similarity index 100%
rename from meta/classes/utils.bbclass
rename to yocto-poky/meta/classes/utils.bbclass
diff --git a/meta/classes/vala.bbclass b/yocto-poky/meta/classes/vala.bbclass
similarity index 100%
rename from meta/classes/vala.bbclass
rename to yocto-poky/meta/classes/vala.bbclass
diff --git a/meta/classes/waf.bbclass b/yocto-poky/meta/classes/waf.bbclass
similarity index 100%
rename from meta/classes/waf.bbclass
rename to yocto-poky/meta/classes/waf.bbclass
diff --git a/meta/conf/abi_version.conf b/yocto-poky/meta/conf/abi_version.conf
similarity index 100%
rename from meta/conf/abi_version.conf
rename to yocto-poky/meta/conf/abi_version.conf
diff --git a/meta/conf/bitbake.conf b/yocto-poky/meta/conf/bitbake.conf
similarity index 100%
rename from meta/conf/bitbake.conf
rename to yocto-poky/meta/conf/bitbake.conf
diff --git a/meta/conf/conf-notes.txt b/yocto-poky/meta/conf/conf-notes.txt
similarity index 100%
rename from meta/conf/conf-notes.txt
rename to yocto-poky/meta/conf/conf-notes.txt
diff --git a/meta/conf/distro/defaultsetup.conf b/yocto-poky/meta/conf/distro/defaultsetup.conf
similarity index 100%
rename from meta/conf/distro/defaultsetup.conf
rename to yocto-poky/meta/conf/distro/defaultsetup.conf
diff --git a/meta/conf/distro/include/as-needed.inc b/yocto-poky/meta/conf/distro/include/as-needed.inc
similarity index 100%
rename from meta/conf/distro/include/as-needed.inc
rename to yocto-poky/meta/conf/distro/include/as-needed.inc
diff --git a/meta/conf/distro/include/default-distrovars.inc b/yocto-poky/meta/conf/distro/include/default-distrovars.inc
similarity index 100%
rename from meta/conf/distro/include/default-distrovars.inc
rename to yocto-poky/meta/conf/distro/include/default-distrovars.inc
diff --git a/meta/conf/distro/include/default-providers.inc b/yocto-poky/meta/conf/distro/include/default-providers.inc
similarity index 100%
rename from meta/conf/distro/include/default-providers.inc
rename to yocto-poky/meta/conf/distro/include/default-providers.inc
diff --git a/meta/conf/distro/include/default-versions.inc b/yocto-poky/meta/conf/distro/include/default-versions.inc
similarity index 100%
rename from meta/conf/distro/include/default-versions.inc
rename to yocto-poky/meta/conf/distro/include/default-versions.inc
diff --git a/meta/conf/distro/include/distro_alias.inc b/yocto-poky/meta/conf/distro/include/distro_alias.inc
similarity index 100%
rename from meta/conf/distro/include/distro_alias.inc
rename to yocto-poky/meta/conf/distro/include/distro_alias.inc
diff --git a/meta/conf/distro/include/package_regex.inc b/yocto-poky/meta/conf/distro/include/package_regex.inc
similarity index 100%
rename from meta/conf/distro/include/package_regex.inc
rename to yocto-poky/meta/conf/distro/include/package_regex.inc
diff --git a/meta/conf/distro/include/security_flags.inc b/yocto-poky/meta/conf/distro/include/security_flags.inc
similarity index 100%
rename from meta/conf/distro/include/security_flags.inc
rename to yocto-poky/meta/conf/distro/include/security_flags.inc
diff --git a/meta/conf/distro/include/tclibc-baremetal.inc b/yocto-poky/meta/conf/distro/include/tclibc-baremetal.inc
similarity index 100%
rename from meta/conf/distro/include/tclibc-baremetal.inc
rename to yocto-poky/meta/conf/distro/include/tclibc-baremetal.inc
diff --git a/meta/conf/distro/include/tclibc-glibc.inc b/yocto-poky/meta/conf/distro/include/tclibc-glibc.inc
similarity index 100%
rename from meta/conf/distro/include/tclibc-glibc.inc
rename to yocto-poky/meta/conf/distro/include/tclibc-glibc.inc
diff --git a/meta/conf/distro/include/tclibc-musl.inc b/yocto-poky/meta/conf/distro/include/tclibc-musl.inc
similarity index 100%
rename from meta/conf/distro/include/tclibc-musl.inc
rename to yocto-poky/meta/conf/distro/include/tclibc-musl.inc
diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/yocto-poky/meta/conf/distro/include/tclibc-uclibc.inc
similarity index 100%
rename from meta/conf/distro/include/tclibc-uclibc.inc
rename to yocto-poky/meta/conf/distro/include/tclibc-uclibc.inc
diff --git a/meta/conf/distro/include/tcmode-default.inc b/yocto-poky/meta/conf/distro/include/tcmode-default.inc
similarity index 100%
rename from meta/conf/distro/include/tcmode-default.inc
rename to yocto-poky/meta/conf/distro/include/tcmode-default.inc
diff --git a/meta/conf/distro/include/upstream_tracking.inc b/yocto-poky/meta/conf/distro/include/upstream_tracking.inc
similarity index 100%
rename from meta/conf/distro/include/upstream_tracking.inc
rename to yocto-poky/meta/conf/distro/include/upstream_tracking.inc
diff --git a/meta/conf/distro/include/world-broken.inc b/yocto-poky/meta/conf/distro/include/world-broken.inc
similarity index 100%
rename from meta/conf/distro/include/world-broken.inc
rename to yocto-poky/meta/conf/distro/include/world-broken.inc
diff --git a/meta/conf/documentation.conf b/yocto-poky/meta/conf/documentation.conf
similarity index 100%
rename from meta/conf/documentation.conf
rename to yocto-poky/meta/conf/documentation.conf
diff --git a/meta/conf/layer.conf b/yocto-poky/meta/conf/layer.conf
similarity index 100%
rename from meta/conf/layer.conf
rename to yocto-poky/meta/conf/layer.conf
diff --git a/meta/conf/licenses.conf b/yocto-poky/meta/conf/licenses.conf
similarity index 100%
rename from meta/conf/licenses.conf
rename to yocto-poky/meta/conf/licenses.conf
diff --git a/meta/conf/machine-sdk/i586.conf b/yocto-poky/meta/conf/machine-sdk/i586.conf
similarity index 100%
rename from meta/conf/machine-sdk/i586.conf
rename to yocto-poky/meta/conf/machine-sdk/i586.conf
diff --git a/meta/conf/machine-sdk/i686.conf b/yocto-poky/meta/conf/machine-sdk/i686.conf
similarity index 100%
rename from meta/conf/machine-sdk/i686.conf
rename to yocto-poky/meta/conf/machine-sdk/i686.conf
diff --git a/meta/conf/machine-sdk/x86_64.conf b/yocto-poky/meta/conf/machine-sdk/x86_64.conf
similarity index 100%
rename from meta/conf/machine-sdk/x86_64.conf
rename to yocto-poky/meta/conf/machine-sdk/x86_64.conf
diff --git a/meta/conf/machine/include/README b/yocto-poky/meta/conf/machine/include/README
similarity index 100%
rename from meta/conf/machine/include/README
rename to yocto-poky/meta/conf/machine/include/README
diff --git a/meta/conf/machine/include/arm/README b/yocto-poky/meta/conf/machine/include/arm/README
similarity index 100%
rename from meta/conf/machine/include/arm/README
rename to yocto-poky/meta/conf/machine/include/arm/README
diff --git a/meta/conf/machine/include/arm/arch-arm.inc b/yocto-poky/meta/conf/machine/include/arm/arch-arm.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-arm.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-arm.inc
diff --git a/meta/conf/machine/include/arm/arch-arm64.inc b/yocto-poky/meta/conf/machine/include/arm/arch-arm64.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-arm64.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-arm64.inc
diff --git a/meta/conf/machine/include/arm/arch-armv4.inc b/yocto-poky/meta/conf/machine/include/arm/arch-armv4.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-armv4.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-armv4.inc
diff --git a/meta/conf/machine/include/arm/arch-armv5-dsp.inc b/yocto-poky/meta/conf/machine/include/arm/arch-armv5-dsp.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-armv5-dsp.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-armv5-dsp.inc
diff --git a/meta/conf/machine/include/arm/arch-armv5.inc b/yocto-poky/meta/conf/machine/include/arm/arch-armv5.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-armv5.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-armv5.inc
diff --git a/meta/conf/machine/include/arm/arch-armv6.inc b/yocto-poky/meta/conf/machine/include/arm/arch-armv6.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-armv6.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-armv6.inc
diff --git a/meta/conf/machine/include/arm/arch-armv7a.inc b/yocto-poky/meta/conf/machine/include/arm/arch-armv7a.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-armv7a.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-armv7a.inc
diff --git a/meta/conf/machine/include/arm/arch-armv8.inc b/yocto-poky/meta/conf/machine/include/arm/arch-armv8.inc
similarity index 100%
rename from meta/conf/machine/include/arm/arch-armv8.inc
rename to yocto-poky/meta/conf/machine/include/arm/arch-armv8.inc
diff --git a/meta/conf/machine/include/arm/feature-arm-neon.inc b/yocto-poky/meta/conf/machine/include/arm/feature-arm-neon.inc
similarity index 100%
rename from meta/conf/machine/include/arm/feature-arm-neon.inc
rename to yocto-poky/meta/conf/machine/include/arm/feature-arm-neon.inc
diff --git a/meta/conf/machine/include/arm/feature-arm-thumb.inc b/yocto-poky/meta/conf/machine/include/arm/feature-arm-thumb.inc
similarity index 100%
rename from meta/conf/machine/include/arm/feature-arm-thumb.inc
rename to yocto-poky/meta/conf/machine/include/arm/feature-arm-thumb.inc
diff --git a/meta/conf/machine/include/arm/feature-arm-vfp.inc b/yocto-poky/meta/conf/machine/include/arm/feature-arm-vfp.inc
similarity index 100%
rename from meta/conf/machine/include/arm/feature-arm-vfp.inc
rename to yocto-poky/meta/conf/machine/include/arm/feature-arm-vfp.inc
diff --git a/meta/conf/machine/include/mips/README b/yocto-poky/meta/conf/machine/include/mips/README
similarity index 100%
rename from meta/conf/machine/include/mips/README
rename to yocto-poky/meta/conf/machine/include/mips/README
diff --git a/meta/conf/machine/include/mips/arch-mips.inc b/yocto-poky/meta/conf/machine/include/mips/arch-mips.inc
similarity index 100%
rename from meta/conf/machine/include/mips/arch-mips.inc
rename to yocto-poky/meta/conf/machine/include/mips/arch-mips.inc
diff --git a/meta/conf/machine/include/powerpc/README b/yocto-poky/meta/conf/machine/include/powerpc/README
similarity index 100%
rename from meta/conf/machine/include/powerpc/README
rename to yocto-poky/meta/conf/machine/include/powerpc/README
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc.inc b/yocto-poky/meta/conf/machine/include/powerpc/arch-powerpc.inc
similarity index 100%
rename from meta/conf/machine/include/powerpc/arch-powerpc.inc
rename to yocto-poky/meta/conf/machine/include/powerpc/arch-powerpc.inc
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/yocto-poky/meta/conf/machine/include/powerpc/arch-powerpc64.inc
similarity index 100%
rename from meta/conf/machine/include/powerpc/arch-powerpc64.inc
rename to yocto-poky/meta/conf/machine/include/powerpc/arch-powerpc64.inc
diff --git a/meta/conf/machine/include/qemu.inc b/yocto-poky/meta/conf/machine/include/qemu.inc
similarity index 100%
rename from meta/conf/machine/include/qemu.inc
rename to yocto-poky/meta/conf/machine/include/qemu.inc
diff --git a/meta/conf/machine/include/sh/README b/yocto-poky/meta/conf/machine/include/sh/README
similarity index 100%
rename from meta/conf/machine/include/sh/README
rename to yocto-poky/meta/conf/machine/include/sh/README
diff --git a/meta/conf/machine/include/sh/arch-sh.inc b/yocto-poky/meta/conf/machine/include/sh/arch-sh.inc
similarity index 100%
rename from meta/conf/machine/include/sh/arch-sh.inc
rename to yocto-poky/meta/conf/machine/include/sh/arch-sh.inc
diff --git a/meta/conf/machine/include/soc-family.inc b/yocto-poky/meta/conf/machine/include/soc-family.inc
similarity index 100%
rename from meta/conf/machine/include/soc-family.inc
rename to yocto-poky/meta/conf/machine/include/soc-family.inc
diff --git a/meta/conf/machine/include/tune-arm1136jf-s.inc b/yocto-poky/meta/conf/machine/include/tune-arm1136jf-s.inc
similarity index 100%
rename from meta/conf/machine/include/tune-arm1136jf-s.inc
rename to yocto-poky/meta/conf/machine/include/tune-arm1136jf-s.inc
diff --git a/meta/conf/machine/include/tune-arm920t.inc b/yocto-poky/meta/conf/machine/include/tune-arm920t.inc
similarity index 100%
rename from meta/conf/machine/include/tune-arm920t.inc
rename to yocto-poky/meta/conf/machine/include/tune-arm920t.inc
diff --git a/meta/conf/machine/include/tune-arm926ejs.inc b/yocto-poky/meta/conf/machine/include/tune-arm926ejs.inc
similarity index 100%
rename from meta/conf/machine/include/tune-arm926ejs.inc
rename to yocto-poky/meta/conf/machine/include/tune-arm926ejs.inc
diff --git a/meta/conf/machine/include/tune-arm9tdmi.inc b/yocto-poky/meta/conf/machine/include/tune-arm9tdmi.inc
similarity index 100%
rename from meta/conf/machine/include/tune-arm9tdmi.inc
rename to yocto-poky/meta/conf/machine/include/tune-arm9tdmi.inc
diff --git a/meta/conf/machine/include/tune-atom.inc b/yocto-poky/meta/conf/machine/include/tune-atom.inc
similarity index 100%
rename from meta/conf/machine/include/tune-atom.inc
rename to yocto-poky/meta/conf/machine/include/tune-atom.inc
diff --git a/meta/conf/machine/include/tune-c3.inc b/yocto-poky/meta/conf/machine/include/tune-c3.inc
similarity index 100%
rename from meta/conf/machine/include/tune-c3.inc
rename to yocto-poky/meta/conf/machine/include/tune-c3.inc
diff --git a/meta/conf/machine/include/tune-core2.inc b/yocto-poky/meta/conf/machine/include/tune-core2.inc
similarity index 100%
rename from meta/conf/machine/include/tune-core2.inc
rename to yocto-poky/meta/conf/machine/include/tune-core2.inc
diff --git a/meta/conf/machine/include/tune-corei7.inc b/yocto-poky/meta/conf/machine/include/tune-corei7.inc
similarity index 100%
rename from meta/conf/machine/include/tune-corei7.inc
rename to yocto-poky/meta/conf/machine/include/tune-corei7.inc
diff --git a/meta/conf/machine/include/tune-cortexa15.inc b/yocto-poky/meta/conf/machine/include/tune-cortexa15.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexa15.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexa15.inc
diff --git a/meta/conf/machine/include/tune-cortexa17.inc b/yocto-poky/meta/conf/machine/include/tune-cortexa17.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexa17.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexa17.inc
diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/yocto-poky/meta/conf/machine/include/tune-cortexa5.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexa5.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexa5.inc
diff --git a/meta/conf/machine/include/tune-cortexa7.inc b/yocto-poky/meta/conf/machine/include/tune-cortexa7.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexa7.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexa7.inc
diff --git a/meta/conf/machine/include/tune-cortexa8.inc b/yocto-poky/meta/conf/machine/include/tune-cortexa8.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexa8.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexa8.inc
diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/yocto-poky/meta/conf/machine/include/tune-cortexa9.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexa9.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexa9.inc
diff --git a/meta/conf/machine/include/tune-cortexm1.inc b/yocto-poky/meta/conf/machine/include/tune-cortexm1.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexm1.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexm1.inc
diff --git a/meta/conf/machine/include/tune-cortexm3.inc b/yocto-poky/meta/conf/machine/include/tune-cortexm3.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexm3.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexm3.inc
diff --git a/meta/conf/machine/include/tune-cortexr4.inc b/yocto-poky/meta/conf/machine/include/tune-cortexr4.inc
similarity index 100%
rename from meta/conf/machine/include/tune-cortexr4.inc
rename to yocto-poky/meta/conf/machine/include/tune-cortexr4.inc
diff --git a/meta/conf/machine/include/tune-ep9312.inc b/yocto-poky/meta/conf/machine/include/tune-ep9312.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ep9312.inc
rename to yocto-poky/meta/conf/machine/include/tune-ep9312.inc
diff --git a/meta/conf/machine/include/tune-i586-nlp.inc b/yocto-poky/meta/conf/machine/include/tune-i586-nlp.inc
similarity index 100%
rename from meta/conf/machine/include/tune-i586-nlp.inc
rename to yocto-poky/meta/conf/machine/include/tune-i586-nlp.inc
diff --git a/meta/conf/machine/include/tune-i586.inc b/yocto-poky/meta/conf/machine/include/tune-i586.inc
similarity index 100%
rename from meta/conf/machine/include/tune-i586.inc
rename to yocto-poky/meta/conf/machine/include/tune-i586.inc
diff --git a/meta/conf/machine/include/tune-iwmmxt.inc b/yocto-poky/meta/conf/machine/include/tune-iwmmxt.inc
similarity index 100%
rename from meta/conf/machine/include/tune-iwmmxt.inc
rename to yocto-poky/meta/conf/machine/include/tune-iwmmxt.inc
diff --git a/meta/conf/machine/include/tune-mips32.inc b/yocto-poky/meta/conf/machine/include/tune-mips32.inc
similarity index 100%
rename from meta/conf/machine/include/tune-mips32.inc
rename to yocto-poky/meta/conf/machine/include/tune-mips32.inc
diff --git a/meta/conf/machine/include/tune-mips32r2.inc b/yocto-poky/meta/conf/machine/include/tune-mips32r2.inc
similarity index 100%
rename from meta/conf/machine/include/tune-mips32r2.inc
rename to yocto-poky/meta/conf/machine/include/tune-mips32r2.inc
diff --git a/meta/conf/machine/include/tune-mips64.inc b/yocto-poky/meta/conf/machine/include/tune-mips64.inc
similarity index 100%
rename from meta/conf/machine/include/tune-mips64.inc
rename to yocto-poky/meta/conf/machine/include/tune-mips64.inc
diff --git a/meta/conf/machine/include/tune-octeon.inc b/yocto-poky/meta/conf/machine/include/tune-octeon.inc
similarity index 100%
rename from meta/conf/machine/include/tune-octeon.inc
rename to yocto-poky/meta/conf/machine/include/tune-octeon.inc
diff --git a/meta/conf/machine/include/tune-power5.inc b/yocto-poky/meta/conf/machine/include/tune-power5.inc
similarity index 100%
rename from meta/conf/machine/include/tune-power5.inc
rename to yocto-poky/meta/conf/machine/include/tune-power5.inc
diff --git a/meta/conf/machine/include/tune-power6.inc b/yocto-poky/meta/conf/machine/include/tune-power6.inc
similarity index 100%
rename from meta/conf/machine/include/tune-power6.inc
rename to yocto-poky/meta/conf/machine/include/tune-power6.inc
diff --git a/meta/conf/machine/include/tune-power7.inc b/yocto-poky/meta/conf/machine/include/tune-power7.inc
similarity index 100%
rename from meta/conf/machine/include/tune-power7.inc
rename to yocto-poky/meta/conf/machine/include/tune-power7.inc
diff --git a/meta/conf/machine/include/tune-ppc476.inc b/yocto-poky/meta/conf/machine/include/tune-ppc476.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppc476.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppc476.inc
diff --git a/meta/conf/machine/include/tune-ppc603e.inc b/yocto-poky/meta/conf/machine/include/tune-ppc603e.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppc603e.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppc603e.inc
diff --git a/meta/conf/machine/include/tune-ppc7400.inc b/yocto-poky/meta/conf/machine/include/tune-ppc7400.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppc7400.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppc7400.inc
diff --git a/meta/conf/machine/include/tune-ppce300c2.inc b/yocto-poky/meta/conf/machine/include/tune-ppce300c2.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce300c2.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce300c2.inc
diff --git a/meta/conf/machine/include/tune-ppce300c3.inc b/yocto-poky/meta/conf/machine/include/tune-ppce300c3.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce300c3.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce300c3.inc
diff --git a/meta/conf/machine/include/tune-ppce500.inc b/yocto-poky/meta/conf/machine/include/tune-ppce500.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce500.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce500.inc
diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b/yocto-poky/meta/conf/machine/include/tune-ppce500mc.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce500mc.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce500mc.inc
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/yocto-poky/meta/conf/machine/include/tune-ppce500v2.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce500v2.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce500v2.inc
diff --git a/meta/conf/machine/include/tune-ppce5500.inc b/yocto-poky/meta/conf/machine/include/tune-ppce5500.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce5500.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce5500.inc
diff --git a/meta/conf/machine/include/tune-ppce6500.inc b/yocto-poky/meta/conf/machine/include/tune-ppce6500.inc
similarity index 100%
rename from meta/conf/machine/include/tune-ppce6500.inc
rename to yocto-poky/meta/conf/machine/include/tune-ppce6500.inc
diff --git a/meta/conf/machine/include/tune-sh3.inc b/yocto-poky/meta/conf/machine/include/tune-sh3.inc
similarity index 100%
rename from meta/conf/machine/include/tune-sh3.inc
rename to yocto-poky/meta/conf/machine/include/tune-sh3.inc
diff --git a/meta/conf/machine/include/tune-sh4.inc b/yocto-poky/meta/conf/machine/include/tune-sh4.inc
similarity index 100%
rename from meta/conf/machine/include/tune-sh4.inc
rename to yocto-poky/meta/conf/machine/include/tune-sh4.inc
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/yocto-poky/meta/conf/machine/include/tune-strongarm1100.inc
similarity index 100%
rename from meta/conf/machine/include/tune-strongarm1100.inc
rename to yocto-poky/meta/conf/machine/include/tune-strongarm1100.inc
diff --git a/meta/conf/machine/include/tune-supersparc.inc b/yocto-poky/meta/conf/machine/include/tune-supersparc.inc
similarity index 100%
rename from meta/conf/machine/include/tune-supersparc.inc
rename to yocto-poky/meta/conf/machine/include/tune-supersparc.inc
diff --git a/meta/conf/machine/include/tune-xscale.inc b/yocto-poky/meta/conf/machine/include/tune-xscale.inc
similarity index 100%
rename from meta/conf/machine/include/tune-xscale.inc
rename to yocto-poky/meta/conf/machine/include/tune-xscale.inc
diff --git a/meta/conf/machine/include/x86-base.inc b/yocto-poky/meta/conf/machine/include/x86-base.inc
similarity index 100%
rename from meta/conf/machine/include/x86-base.inc
rename to yocto-poky/meta/conf/machine/include/x86-base.inc
diff --git a/meta/conf/machine/include/x86/README b/yocto-poky/meta/conf/machine/include/x86/README
similarity index 100%
rename from meta/conf/machine/include/x86/README
rename to yocto-poky/meta/conf/machine/include/x86/README
diff --git a/meta/conf/machine/include/x86/arch-x86.inc b/yocto-poky/meta/conf/machine/include/x86/arch-x86.inc
similarity index 100%
rename from meta/conf/machine/include/x86/arch-x86.inc
rename to yocto-poky/meta/conf/machine/include/x86/arch-x86.inc
diff --git a/meta/conf/machine/qemuarm.conf b/yocto-poky/meta/conf/machine/qemuarm.conf
similarity index 100%
rename from meta/conf/machine/qemuarm.conf
rename to yocto-poky/meta/conf/machine/qemuarm.conf
diff --git a/meta/conf/machine/qemuarm64.conf b/yocto-poky/meta/conf/machine/qemuarm64.conf
similarity index 100%
rename from meta/conf/machine/qemuarm64.conf
rename to yocto-poky/meta/conf/machine/qemuarm64.conf
diff --git a/meta/conf/machine/qemumips.conf b/yocto-poky/meta/conf/machine/qemumips.conf
similarity index 100%
rename from meta/conf/machine/qemumips.conf
rename to yocto-poky/meta/conf/machine/qemumips.conf
diff --git a/meta/conf/machine/qemumips64.conf b/yocto-poky/meta/conf/machine/qemumips64.conf
similarity index 100%
rename from meta/conf/machine/qemumips64.conf
rename to yocto-poky/meta/conf/machine/qemumips64.conf
diff --git a/meta/conf/machine/qemuppc.conf b/yocto-poky/meta/conf/machine/qemuppc.conf
similarity index 100%
rename from meta/conf/machine/qemuppc.conf
rename to yocto-poky/meta/conf/machine/qemuppc.conf
diff --git a/meta/conf/machine/qemux86-64.conf b/yocto-poky/meta/conf/machine/qemux86-64.conf
similarity index 100%
rename from meta/conf/machine/qemux86-64.conf
rename to yocto-poky/meta/conf/machine/qemux86-64.conf
diff --git a/meta/conf/machine/qemux86.conf b/yocto-poky/meta/conf/machine/qemux86.conf
similarity index 100%
rename from meta/conf/machine/qemux86.conf
rename to yocto-poky/meta/conf/machine/qemux86.conf
diff --git a/meta/conf/migrate_localcount.conf b/yocto-poky/meta/conf/migrate_localcount.conf
similarity index 100%
rename from meta/conf/migrate_localcount.conf
rename to yocto-poky/meta/conf/migrate_localcount.conf
diff --git a/meta/conf/multilib.conf b/yocto-poky/meta/conf/multilib.conf
similarity index 100%
rename from meta/conf/multilib.conf
rename to yocto-poky/meta/conf/multilib.conf
diff --git a/meta/conf/prexport.conf b/yocto-poky/meta/conf/prexport.conf
similarity index 100%
rename from meta/conf/prexport.conf
rename to yocto-poky/meta/conf/prexport.conf
diff --git a/meta/conf/primport.conf b/yocto-poky/meta/conf/primport.conf
similarity index 100%
rename from meta/conf/primport.conf
rename to yocto-poky/meta/conf/primport.conf
diff --git a/meta/conf/sanity.conf b/yocto-poky/meta/conf/sanity.conf
similarity index 100%
rename from meta/conf/sanity.conf
rename to yocto-poky/meta/conf/sanity.conf
diff --git a/meta/conf/swabber/Ubuntu-10.04.1-64/blacklist b/yocto-poky/meta/conf/swabber/Ubuntu-10.04.1-64/blacklist
similarity index 100%
rename from meta/conf/swabber/Ubuntu-10.04.1-64/blacklist
rename to yocto-poky/meta/conf/swabber/Ubuntu-10.04.1-64/blacklist
diff --git a/meta/conf/swabber/Ubuntu-10.04.1-64/filters b/yocto-poky/meta/conf/swabber/Ubuntu-10.04.1-64/filters
similarity index 100%
rename from meta/conf/swabber/Ubuntu-10.04.1-64/filters
rename to yocto-poky/meta/conf/swabber/Ubuntu-10.04.1-64/filters
diff --git a/meta/conf/swabber/Ubuntu-10.04.1-64/whitelist b/yocto-poky/meta/conf/swabber/Ubuntu-10.04.1-64/whitelist
similarity index 100%
rename from meta/conf/swabber/Ubuntu-10.04.1-64/whitelist
rename to yocto-poky/meta/conf/swabber/Ubuntu-10.04.1-64/whitelist
diff --git a/meta/conf/swabber/generic/blacklist b/yocto-poky/meta/conf/swabber/generic/blacklist
similarity index 100%
rename from meta/conf/swabber/generic/blacklist
rename to yocto-poky/meta/conf/swabber/generic/blacklist
diff --git a/meta/conf/swabber/generic/filters b/yocto-poky/meta/conf/swabber/generic/filters
similarity index 100%
rename from meta/conf/swabber/generic/filters
rename to yocto-poky/meta/conf/swabber/generic/filters
diff --git a/meta/conf/swabber/generic/whitelist b/yocto-poky/meta/conf/swabber/generic/whitelist
similarity index 100%
rename from meta/conf/swabber/generic/whitelist
rename to yocto-poky/meta/conf/swabber/generic/whitelist
diff --git a/meta/conf/toasterconf.json b/yocto-poky/meta/conf/toasterconf.json
similarity index 100%
rename from meta/conf/toasterconf.json
rename to yocto-poky/meta/conf/toasterconf.json
diff --git a/meta/files/common-licenses/AAL b/yocto-poky/meta/files/common-licenses/AAL
similarity index 100%
rename from meta/files/common-licenses/AAL
rename to yocto-poky/meta/files/common-licenses/AAL
diff --git a/meta/files/common-licenses/AFL-1.2 b/yocto-poky/meta/files/common-licenses/AFL-1.2
similarity index 100%
rename from meta/files/common-licenses/AFL-1.2
rename to yocto-poky/meta/files/common-licenses/AFL-1.2
diff --git a/meta/files/common-licenses/AFL-2.0 b/yocto-poky/meta/files/common-licenses/AFL-2.0
similarity index 100%
rename from meta/files/common-licenses/AFL-2.0
rename to yocto-poky/meta/files/common-licenses/AFL-2.0
diff --git a/meta/files/common-licenses/AFL-2.1 b/yocto-poky/meta/files/common-licenses/AFL-2.1
similarity index 100%
rename from meta/files/common-licenses/AFL-2.1
rename to yocto-poky/meta/files/common-licenses/AFL-2.1
diff --git a/meta/files/common-licenses/AFL-3.0 b/yocto-poky/meta/files/common-licenses/AFL-3.0
similarity index 100%
rename from meta/files/common-licenses/AFL-3.0
rename to yocto-poky/meta/files/common-licenses/AFL-3.0
diff --git a/meta/files/common-licenses/AGPL-3.0 b/yocto-poky/meta/files/common-licenses/AGPL-3.0
similarity index 100%
rename from meta/files/common-licenses/AGPL-3.0
rename to yocto-poky/meta/files/common-licenses/AGPL-3.0
diff --git a/meta/files/common-licenses/ANTLR-PD b/yocto-poky/meta/files/common-licenses/ANTLR-PD
similarity index 100%
rename from meta/files/common-licenses/ANTLR-PD
rename to yocto-poky/meta/files/common-licenses/ANTLR-PD
diff --git a/meta/files/common-licenses/APL-1.0 b/yocto-poky/meta/files/common-licenses/APL-1.0
similarity index 100%
rename from meta/files/common-licenses/APL-1.0
rename to yocto-poky/meta/files/common-licenses/APL-1.0
diff --git a/meta/files/common-licenses/APSL-1.0 b/yocto-poky/meta/files/common-licenses/APSL-1.0
similarity index 100%
rename from meta/files/common-licenses/APSL-1.0
rename to yocto-poky/meta/files/common-licenses/APSL-1.0
diff --git a/meta/files/common-licenses/APSL-1.1 b/yocto-poky/meta/files/common-licenses/APSL-1.1
similarity index 100%
rename from meta/files/common-licenses/APSL-1.1
rename to yocto-poky/meta/files/common-licenses/APSL-1.1
diff --git a/meta/files/common-licenses/APSL-1.2 b/yocto-poky/meta/files/common-licenses/APSL-1.2
similarity index 100%
rename from meta/files/common-licenses/APSL-1.2
rename to yocto-poky/meta/files/common-licenses/APSL-1.2
diff --git a/meta/files/common-licenses/APSL-2.0 b/yocto-poky/meta/files/common-licenses/APSL-2.0
similarity index 100%
rename from meta/files/common-licenses/APSL-2.0
rename to yocto-poky/meta/files/common-licenses/APSL-2.0
diff --git a/meta/files/common-licenses/Adobe b/yocto-poky/meta/files/common-licenses/Adobe
similarity index 100%
rename from meta/files/common-licenses/Adobe
rename to yocto-poky/meta/files/common-licenses/Adobe
diff --git a/meta/files/common-licenses/Apache-1.0 b/yocto-poky/meta/files/common-licenses/Apache-1.0
similarity index 100%
rename from meta/files/common-licenses/Apache-1.0
rename to yocto-poky/meta/files/common-licenses/Apache-1.0
diff --git a/meta/files/common-licenses/Apache-1.1 b/yocto-poky/meta/files/common-licenses/Apache-1.1
similarity index 100%
rename from meta/files/common-licenses/Apache-1.1
rename to yocto-poky/meta/files/common-licenses/Apache-1.1
diff --git a/meta/files/common-licenses/Apache-2.0 b/yocto-poky/meta/files/common-licenses/Apache-2.0
similarity index 100%
rename from meta/files/common-licenses/Apache-2.0
rename to yocto-poky/meta/files/common-licenses/Apache-2.0
diff --git a/meta/files/common-licenses/Artistic-1.0 b/yocto-poky/meta/files/common-licenses/Artistic-1.0
similarity index 100%
rename from meta/files/common-licenses/Artistic-1.0
rename to yocto-poky/meta/files/common-licenses/Artistic-1.0
diff --git a/meta/files/common-licenses/Artistic-2.0 b/yocto-poky/meta/files/common-licenses/Artistic-2.0
similarity index 100%
rename from meta/files/common-licenses/Artistic-2.0
rename to yocto-poky/meta/files/common-licenses/Artistic-2.0
diff --git a/meta/files/common-licenses/BSD b/yocto-poky/meta/files/common-licenses/BSD
similarity index 100%
rename from meta/files/common-licenses/BSD
rename to yocto-poky/meta/files/common-licenses/BSD
diff --git a/meta/files/common-licenses/BSD-0-Clause b/yocto-poky/meta/files/common-licenses/BSD-0-Clause
similarity index 100%
rename from meta/files/common-licenses/BSD-0-Clause
rename to yocto-poky/meta/files/common-licenses/BSD-0-Clause
diff --git a/meta/files/common-licenses/BSD-2-Clause b/yocto-poky/meta/files/common-licenses/BSD-2-Clause
similarity index 100%
rename from meta/files/common-licenses/BSD-2-Clause
rename to yocto-poky/meta/files/common-licenses/BSD-2-Clause
diff --git a/meta/files/common-licenses/BSD-3-Clause b/yocto-poky/meta/files/common-licenses/BSD-3-Clause
similarity index 100%
rename from meta/files/common-licenses/BSD-3-Clause
rename to yocto-poky/meta/files/common-licenses/BSD-3-Clause
diff --git a/meta/files/common-licenses/BSD-4-Clause b/yocto-poky/meta/files/common-licenses/BSD-4-Clause
similarity index 100%
rename from meta/files/common-licenses/BSD-4-Clause
rename to yocto-poky/meta/files/common-licenses/BSD-4-Clause
diff --git a/meta/files/common-licenses/BSL-1.0 b/yocto-poky/meta/files/common-licenses/BSL-1.0
similarity index 100%
rename from meta/files/common-licenses/BSL-1.0
rename to yocto-poky/meta/files/common-licenses/BSL-1.0
diff --git a/meta/files/common-licenses/BitstreamVera b/yocto-poky/meta/files/common-licenses/BitstreamVera
similarity index 100%
rename from meta/files/common-licenses/BitstreamVera
rename to yocto-poky/meta/files/common-licenses/BitstreamVera
diff --git a/meta/files/common-licenses/CATOSL-1.1 b/yocto-poky/meta/files/common-licenses/CATOSL-1.1
similarity index 100%
rename from meta/files/common-licenses/CATOSL-1.1
rename to yocto-poky/meta/files/common-licenses/CATOSL-1.1
diff --git a/meta/files/common-licenses/CC-BY-1.0 b/yocto-poky/meta/files/common-licenses/CC-BY-1.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-1.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-1.0
diff --git a/meta/files/common-licenses/CC-BY-2.0 b/yocto-poky/meta/files/common-licenses/CC-BY-2.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-2.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-2.0
diff --git a/meta/files/common-licenses/CC-BY-2.5 b/yocto-poky/meta/files/common-licenses/CC-BY-2.5
similarity index 100%
rename from meta/files/common-licenses/CC-BY-2.5
rename to yocto-poky/meta/files/common-licenses/CC-BY-2.5
diff --git a/meta/files/common-licenses/CC-BY-3.0 b/yocto-poky/meta/files/common-licenses/CC-BY-3.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-3.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-3.0
diff --git a/meta/files/common-licenses/CC-BY-NC-1.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-1.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-1.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-1.0
diff --git a/meta/files/common-licenses/CC-BY-NC-2.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-2.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-2.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-2.0
diff --git a/meta/files/common-licenses/CC-BY-NC-2.5 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-2.5
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-2.5
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-2.5
diff --git a/meta/files/common-licenses/CC-BY-NC-3.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-3.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-3.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-3.0
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-1.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-1.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-ND-1.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-1.0
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-2.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-2.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-ND-2.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-2.0
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-2.5 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-2.5
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-ND-2.5
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-2.5
diff --git a/meta/files/common-licenses/CC-BY-NC-ND-3.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-3.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-ND-3.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-ND-3.0
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-1.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-1.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-SA-1.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-1.0
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-2.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-2.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-SA-2.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-2.0
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-2.5 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-2.5
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-SA-2.5
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-2.5
diff --git a/meta/files/common-licenses/CC-BY-NC-SA-3.0 b/yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-3.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-NC-SA-3.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-NC-SA-3.0
diff --git a/meta/files/common-licenses/CC-BY-ND-1.0 b/yocto-poky/meta/files/common-licenses/CC-BY-ND-1.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-ND-1.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-ND-1.0
diff --git a/meta/files/common-licenses/CC-BY-ND-2.0 b/yocto-poky/meta/files/common-licenses/CC-BY-ND-2.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-ND-2.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-ND-2.0
diff --git a/meta/files/common-licenses/CC-BY-ND-2.5 b/yocto-poky/meta/files/common-licenses/CC-BY-ND-2.5
similarity index 100%
rename from meta/files/common-licenses/CC-BY-ND-2.5
rename to yocto-poky/meta/files/common-licenses/CC-BY-ND-2.5
diff --git a/meta/files/common-licenses/CC-BY-ND-3.0 b/yocto-poky/meta/files/common-licenses/CC-BY-ND-3.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-ND-3.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-ND-3.0
diff --git a/meta/files/common-licenses/CC-BY-SA-1.0 b/yocto-poky/meta/files/common-licenses/CC-BY-SA-1.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-SA-1.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-SA-1.0
diff --git a/meta/files/common-licenses/CC-BY-SA-2.0 b/yocto-poky/meta/files/common-licenses/CC-BY-SA-2.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-SA-2.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-SA-2.0
diff --git a/meta/files/common-licenses/CC-BY-SA-2.5 b/yocto-poky/meta/files/common-licenses/CC-BY-SA-2.5
similarity index 100%
rename from meta/files/common-licenses/CC-BY-SA-2.5
rename to yocto-poky/meta/files/common-licenses/CC-BY-SA-2.5
diff --git a/meta/files/common-licenses/CC-BY-SA-3.0 b/yocto-poky/meta/files/common-licenses/CC-BY-SA-3.0
similarity index 100%
rename from meta/files/common-licenses/CC-BY-SA-3.0
rename to yocto-poky/meta/files/common-licenses/CC-BY-SA-3.0
diff --git a/meta/files/common-licenses/CC0-1.0 b/yocto-poky/meta/files/common-licenses/CC0-1.0
similarity index 100%
rename from meta/files/common-licenses/CC0-1.0
rename to yocto-poky/meta/files/common-licenses/CC0-1.0
diff --git a/meta/files/common-licenses/CDDL-1.0 b/yocto-poky/meta/files/common-licenses/CDDL-1.0
similarity index 100%
rename from meta/files/common-licenses/CDDL-1.0
rename to yocto-poky/meta/files/common-licenses/CDDL-1.0
diff --git a/meta/files/common-licenses/CECILL-1.0 b/yocto-poky/meta/files/common-licenses/CECILL-1.0
similarity index 100%
rename from meta/files/common-licenses/CECILL-1.0
rename to yocto-poky/meta/files/common-licenses/CECILL-1.0
diff --git a/meta/files/common-licenses/CECILL-2.0 b/yocto-poky/meta/files/common-licenses/CECILL-2.0
similarity index 100%
rename from meta/files/common-licenses/CECILL-2.0
rename to yocto-poky/meta/files/common-licenses/CECILL-2.0
diff --git a/meta/files/common-licenses/CECILL-B b/yocto-poky/meta/files/common-licenses/CECILL-B
similarity index 100%
rename from meta/files/common-licenses/CECILL-B
rename to yocto-poky/meta/files/common-licenses/CECILL-B
diff --git a/meta/files/common-licenses/CECILL-C b/yocto-poky/meta/files/common-licenses/CECILL-C
similarity index 100%
rename from meta/files/common-licenses/CECILL-C
rename to yocto-poky/meta/files/common-licenses/CECILL-C
diff --git a/meta/files/common-licenses/CPAL-1.0 b/yocto-poky/meta/files/common-licenses/CPAL-1.0
similarity index 100%
rename from meta/files/common-licenses/CPAL-1.0
rename to yocto-poky/meta/files/common-licenses/CPAL-1.0
diff --git a/meta/files/common-licenses/CPL-1.0 b/yocto-poky/meta/files/common-licenses/CPL-1.0
similarity index 100%
rename from meta/files/common-licenses/CPL-1.0
rename to yocto-poky/meta/files/common-licenses/CPL-1.0
diff --git a/meta/files/common-licenses/CUA-OPL-1.0 b/yocto-poky/meta/files/common-licenses/CUA-OPL-1.0
similarity index 100%
rename from meta/files/common-licenses/CUA-OPL-1.0
rename to yocto-poky/meta/files/common-licenses/CUA-OPL-1.0
diff --git a/meta/files/common-licenses/ClArtistic b/yocto-poky/meta/files/common-licenses/ClArtistic
similarity index 100%
rename from meta/files/common-licenses/ClArtistic
rename to yocto-poky/meta/files/common-licenses/ClArtistic
diff --git a/meta/files/common-licenses/DSSSL b/yocto-poky/meta/files/common-licenses/DSSSL
similarity index 100%
rename from meta/files/common-licenses/DSSSL
rename to yocto-poky/meta/files/common-licenses/DSSSL
diff --git a/meta/files/common-licenses/ECL-1.0 b/yocto-poky/meta/files/common-licenses/ECL-1.0
similarity index 100%
rename from meta/files/common-licenses/ECL-1.0
rename to yocto-poky/meta/files/common-licenses/ECL-1.0
diff --git a/meta/files/common-licenses/ECL-2.0 b/yocto-poky/meta/files/common-licenses/ECL-2.0
similarity index 100%
rename from meta/files/common-licenses/ECL-2.0
rename to yocto-poky/meta/files/common-licenses/ECL-2.0
diff --git a/meta/files/common-licenses/EDL-1.0 b/yocto-poky/meta/files/common-licenses/EDL-1.0
similarity index 100%
rename from meta/files/common-licenses/EDL-1.0
rename to yocto-poky/meta/files/common-licenses/EDL-1.0
diff --git a/meta/files/common-licenses/EFL-1.0 b/yocto-poky/meta/files/common-licenses/EFL-1.0
similarity index 100%
rename from meta/files/common-licenses/EFL-1.0
rename to yocto-poky/meta/files/common-licenses/EFL-1.0
diff --git a/meta/files/common-licenses/EFL-2.0 b/yocto-poky/meta/files/common-licenses/EFL-2.0
similarity index 100%
rename from meta/files/common-licenses/EFL-2.0
rename to yocto-poky/meta/files/common-licenses/EFL-2.0
diff --git a/meta/files/common-licenses/EPL-1.0 b/yocto-poky/meta/files/common-licenses/EPL-1.0
similarity index 100%
rename from meta/files/common-licenses/EPL-1.0
rename to yocto-poky/meta/files/common-licenses/EPL-1.0
diff --git a/meta/files/common-licenses/EUDatagrid b/yocto-poky/meta/files/common-licenses/EUDatagrid
similarity index 100%
rename from meta/files/common-licenses/EUDatagrid
rename to yocto-poky/meta/files/common-licenses/EUDatagrid
diff --git a/meta/files/common-licenses/EUPL-1.0 b/yocto-poky/meta/files/common-licenses/EUPL-1.0
similarity index 100%
rename from meta/files/common-licenses/EUPL-1.0
rename to yocto-poky/meta/files/common-licenses/EUPL-1.0
diff --git a/meta/files/common-licenses/EUPL-1.1 b/yocto-poky/meta/files/common-licenses/EUPL-1.1
similarity index 100%
rename from meta/files/common-licenses/EUPL-1.1
rename to yocto-poky/meta/files/common-licenses/EUPL-1.1
diff --git a/meta/files/common-licenses/Elfutils-Exception b/yocto-poky/meta/files/common-licenses/Elfutils-Exception
similarity index 100%
rename from meta/files/common-licenses/Elfutils-Exception
rename to yocto-poky/meta/files/common-licenses/Elfutils-Exception
diff --git a/meta/files/common-licenses/Entessa b/yocto-poky/meta/files/common-licenses/Entessa
similarity index 100%
rename from meta/files/common-licenses/Entessa
rename to yocto-poky/meta/files/common-licenses/Entessa
diff --git a/meta/files/common-licenses/ErlPL-1.1 b/yocto-poky/meta/files/common-licenses/ErlPL-1.1
similarity index 100%
rename from meta/files/common-licenses/ErlPL-1.1
rename to yocto-poky/meta/files/common-licenses/ErlPL-1.1
diff --git a/meta/files/common-licenses/FSF-Unlimited b/yocto-poky/meta/files/common-licenses/FSF-Unlimited
similarity index 100%
rename from meta/files/common-licenses/FSF-Unlimited
rename to yocto-poky/meta/files/common-licenses/FSF-Unlimited
diff --git a/meta/files/common-licenses/Fair b/yocto-poky/meta/files/common-licenses/Fair
similarity index 100%
rename from meta/files/common-licenses/Fair
rename to yocto-poky/meta/files/common-licenses/Fair
diff --git a/meta/files/common-licenses/Frameworx-1.0 b/yocto-poky/meta/files/common-licenses/Frameworx-1.0
similarity index 100%
rename from meta/files/common-licenses/Frameworx-1.0
rename to yocto-poky/meta/files/common-licenses/Frameworx-1.0
diff --git a/meta/files/common-licenses/FreeType b/yocto-poky/meta/files/common-licenses/FreeType
similarity index 100%
rename from meta/files/common-licenses/FreeType
rename to yocto-poky/meta/files/common-licenses/FreeType
diff --git a/meta/files/common-licenses/GFDL-1.1 b/yocto-poky/meta/files/common-licenses/GFDL-1.1
similarity index 100%
rename from meta/files/common-licenses/GFDL-1.1
rename to yocto-poky/meta/files/common-licenses/GFDL-1.1
diff --git a/meta/files/common-licenses/GFDL-1.2 b/yocto-poky/meta/files/common-licenses/GFDL-1.2
similarity index 100%
rename from meta/files/common-licenses/GFDL-1.2
rename to yocto-poky/meta/files/common-licenses/GFDL-1.2
diff --git a/meta/files/common-licenses/GFDL-1.3 b/yocto-poky/meta/files/common-licenses/GFDL-1.3
similarity index 100%
rename from meta/files/common-licenses/GFDL-1.3
rename to yocto-poky/meta/files/common-licenses/GFDL-1.3
diff --git a/meta/files/common-licenses/GPL-1.0 b/yocto-poky/meta/files/common-licenses/GPL-1.0
similarity index 100%
rename from meta/files/common-licenses/GPL-1.0
rename to yocto-poky/meta/files/common-licenses/GPL-1.0
diff --git a/meta/files/common-licenses/GPL-2-with-bison-exception b/yocto-poky/meta/files/common-licenses/GPL-2-with-bison-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-2-with-bison-exception
rename to yocto-poky/meta/files/common-licenses/GPL-2-with-bison-exception
diff --git a/meta/files/common-licenses/GPL-2.0 b/yocto-poky/meta/files/common-licenses/GPL-2.0
similarity index 100%
rename from meta/files/common-licenses/GPL-2.0
rename to yocto-poky/meta/files/common-licenses/GPL-2.0
diff --git a/meta/files/common-licenses/GPL-2.0-with-GCC-exception b/yocto-poky/meta/files/common-licenses/GPL-2.0-with-GCC-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-2.0-with-GCC-exception
rename to yocto-poky/meta/files/common-licenses/GPL-2.0-with-GCC-exception
diff --git a/meta/files/common-licenses/GPL-2.0-with-OpenSSL-exception b/yocto-poky/meta/files/common-licenses/GPL-2.0-with-OpenSSL-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-2.0-with-OpenSSL-exception
rename to yocto-poky/meta/files/common-licenses/GPL-2.0-with-OpenSSL-exception
diff --git a/meta/files/common-licenses/GPL-2.0-with-autoconf-exception b/yocto-poky/meta/files/common-licenses/GPL-2.0-with-autoconf-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-2.0-with-autoconf-exception
rename to yocto-poky/meta/files/common-licenses/GPL-2.0-with-autoconf-exception
diff --git a/meta/files/common-licenses/GPL-2.0-with-classpath-exception b/yocto-poky/meta/files/common-licenses/GPL-2.0-with-classpath-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-2.0-with-classpath-exception
rename to yocto-poky/meta/files/common-licenses/GPL-2.0-with-classpath-exception
diff --git a/meta/files/common-licenses/GPL-2.0-with-font-exception b/yocto-poky/meta/files/common-licenses/GPL-2.0-with-font-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-2.0-with-font-exception
rename to yocto-poky/meta/files/common-licenses/GPL-2.0-with-font-exception
diff --git a/meta/files/common-licenses/GPL-3.0 b/yocto-poky/meta/files/common-licenses/GPL-3.0
similarity index 100%
rename from meta/files/common-licenses/GPL-3.0
rename to yocto-poky/meta/files/common-licenses/GPL-3.0
diff --git a/meta/files/common-licenses/GPL-3.0-with-GCC-exception b/yocto-poky/meta/files/common-licenses/GPL-3.0-with-GCC-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-3.0-with-GCC-exception
rename to yocto-poky/meta/files/common-licenses/GPL-3.0-with-GCC-exception
diff --git a/meta/files/common-licenses/GPL-3.0-with-autoconf-exception b/yocto-poky/meta/files/common-licenses/GPL-3.0-with-autoconf-exception
similarity index 100%
rename from meta/files/common-licenses/GPL-3.0-with-autoconf-exception
rename to yocto-poky/meta/files/common-licenses/GPL-3.0-with-autoconf-exception
diff --git a/meta/files/common-licenses/HPND b/yocto-poky/meta/files/common-licenses/HPND
similarity index 100%
rename from meta/files/common-licenses/HPND
rename to yocto-poky/meta/files/common-licenses/HPND
diff --git a/meta/files/common-licenses/ICU b/yocto-poky/meta/files/common-licenses/ICU
similarity index 100%
rename from meta/files/common-licenses/ICU
rename to yocto-poky/meta/files/common-licenses/ICU
diff --git a/meta/files/common-licenses/IPA b/yocto-poky/meta/files/common-licenses/IPA
similarity index 100%
rename from meta/files/common-licenses/IPA
rename to yocto-poky/meta/files/common-licenses/IPA
diff --git a/meta/files/common-licenses/IPL-1.0 b/yocto-poky/meta/files/common-licenses/IPL-1.0
similarity index 100%
rename from meta/files/common-licenses/IPL-1.0
rename to yocto-poky/meta/files/common-licenses/IPL-1.0
diff --git a/meta/files/common-licenses/ISC b/yocto-poky/meta/files/common-licenses/ISC
similarity index 100%
rename from meta/files/common-licenses/ISC
rename to yocto-poky/meta/files/common-licenses/ISC
diff --git a/meta/files/common-licenses/LGPL-2.0 b/yocto-poky/meta/files/common-licenses/LGPL-2.0
similarity index 100%
rename from meta/files/common-licenses/LGPL-2.0
rename to yocto-poky/meta/files/common-licenses/LGPL-2.0
diff --git a/meta/files/common-licenses/LGPL-2.1 b/yocto-poky/meta/files/common-licenses/LGPL-2.1
similarity index 100%
rename from meta/files/common-licenses/LGPL-2.1
rename to yocto-poky/meta/files/common-licenses/LGPL-2.1
diff --git a/meta/files/common-licenses/LGPL-3.0 b/yocto-poky/meta/files/common-licenses/LGPL-3.0
similarity index 100%
rename from meta/files/common-licenses/LGPL-3.0
rename to yocto-poky/meta/files/common-licenses/LGPL-3.0
diff --git a/meta/files/common-licenses/LPL-1.02 b/yocto-poky/meta/files/common-licenses/LPL-1.02
similarity index 100%
rename from meta/files/common-licenses/LPL-1.02
rename to yocto-poky/meta/files/common-licenses/LPL-1.02
diff --git a/meta/files/common-licenses/LPPL-1.0 b/yocto-poky/meta/files/common-licenses/LPPL-1.0
similarity index 100%
rename from meta/files/common-licenses/LPPL-1.0
rename to yocto-poky/meta/files/common-licenses/LPPL-1.0
diff --git a/meta/files/common-licenses/LPPL-1.1 b/yocto-poky/meta/files/common-licenses/LPPL-1.1
similarity index 100%
rename from meta/files/common-licenses/LPPL-1.1
rename to yocto-poky/meta/files/common-licenses/LPPL-1.1
diff --git a/meta/files/common-licenses/LPPL-1.2 b/yocto-poky/meta/files/common-licenses/LPPL-1.2
similarity index 100%
rename from meta/files/common-licenses/LPPL-1.2
rename to yocto-poky/meta/files/common-licenses/LPPL-1.2
diff --git a/meta/files/common-licenses/LPPL-1.3c b/yocto-poky/meta/files/common-licenses/LPPL-1.3c
similarity index 100%
rename from meta/files/common-licenses/LPPL-1.3c
rename to yocto-poky/meta/files/common-licenses/LPPL-1.3c
diff --git a/meta/files/common-licenses/Libpng b/yocto-poky/meta/files/common-licenses/Libpng
similarity index 100%
rename from meta/files/common-licenses/Libpng
rename to yocto-poky/meta/files/common-licenses/Libpng
diff --git a/meta/files/common-licenses/MIT b/yocto-poky/meta/files/common-licenses/MIT
similarity index 100%
rename from meta/files/common-licenses/MIT
rename to yocto-poky/meta/files/common-licenses/MIT
diff --git a/meta/files/common-licenses/MPL-1.0 b/yocto-poky/meta/files/common-licenses/MPL-1.0
similarity index 100%
rename from meta/files/common-licenses/MPL-1.0
rename to yocto-poky/meta/files/common-licenses/MPL-1.0
diff --git a/meta/files/common-licenses/MPL-1.1 b/yocto-poky/meta/files/common-licenses/MPL-1.1
similarity index 100%
rename from meta/files/common-licenses/MPL-1.1
rename to yocto-poky/meta/files/common-licenses/MPL-1.1
diff --git a/meta/files/common-licenses/MPL-2.0 b/yocto-poky/meta/files/common-licenses/MPL-2.0
similarity index 100%
rename from meta/files/common-licenses/MPL-2.0
rename to yocto-poky/meta/files/common-licenses/MPL-2.0
diff --git a/meta/files/common-licenses/MS-PL b/yocto-poky/meta/files/common-licenses/MS-PL
similarity index 100%
rename from meta/files/common-licenses/MS-PL
rename to yocto-poky/meta/files/common-licenses/MS-PL
diff --git a/meta/files/common-licenses/MS-RL b/yocto-poky/meta/files/common-licenses/MS-RL
similarity index 100%
rename from meta/files/common-licenses/MS-RL
rename to yocto-poky/meta/files/common-licenses/MS-RL
diff --git a/meta/files/common-licenses/MirOS b/yocto-poky/meta/files/common-licenses/MirOS
similarity index 100%
rename from meta/files/common-licenses/MirOS
rename to yocto-poky/meta/files/common-licenses/MirOS
diff --git a/meta/files/common-licenses/Motosoto b/yocto-poky/meta/files/common-licenses/Motosoto
similarity index 100%
rename from meta/files/common-licenses/Motosoto
rename to yocto-poky/meta/files/common-licenses/Motosoto
diff --git a/meta/files/common-licenses/Multics b/yocto-poky/meta/files/common-licenses/Multics
similarity index 100%
rename from meta/files/common-licenses/Multics
rename to yocto-poky/meta/files/common-licenses/Multics
diff --git a/meta/files/common-licenses/NASA-1.3 b/yocto-poky/meta/files/common-licenses/NASA-1.3
similarity index 100%
rename from meta/files/common-licenses/NASA-1.3
rename to yocto-poky/meta/files/common-licenses/NASA-1.3
diff --git a/meta/files/common-licenses/NCSA b/yocto-poky/meta/files/common-licenses/NCSA
similarity index 100%
rename from meta/files/common-licenses/NCSA
rename to yocto-poky/meta/files/common-licenses/NCSA
diff --git a/meta/files/common-licenses/NGPL b/yocto-poky/meta/files/common-licenses/NGPL
similarity index 100%
rename from meta/files/common-licenses/NGPL
rename to yocto-poky/meta/files/common-licenses/NGPL
diff --git a/meta/files/common-licenses/NPOSL-3.0 b/yocto-poky/meta/files/common-licenses/NPOSL-3.0
similarity index 100%
rename from meta/files/common-licenses/NPOSL-3.0
rename to yocto-poky/meta/files/common-licenses/NPOSL-3.0
diff --git a/meta/files/common-licenses/NTP b/yocto-poky/meta/files/common-licenses/NTP
similarity index 100%
rename from meta/files/common-licenses/NTP
rename to yocto-poky/meta/files/common-licenses/NTP
diff --git a/meta/files/common-licenses/Nauman b/yocto-poky/meta/files/common-licenses/Nauman
similarity index 100%
rename from meta/files/common-licenses/Nauman
rename to yocto-poky/meta/files/common-licenses/Nauman
diff --git a/meta/files/common-licenses/Nokia b/yocto-poky/meta/files/common-licenses/Nokia
similarity index 100%
rename from meta/files/common-licenses/Nokia
rename to yocto-poky/meta/files/common-licenses/Nokia
diff --git a/meta/files/common-licenses/OASIS b/yocto-poky/meta/files/common-licenses/OASIS
similarity index 100%
rename from meta/files/common-licenses/OASIS
rename to yocto-poky/meta/files/common-licenses/OASIS
diff --git a/meta/files/common-licenses/OCLC-2.0 b/yocto-poky/meta/files/common-licenses/OCLC-2.0
similarity index 100%
rename from meta/files/common-licenses/OCLC-2.0
rename to yocto-poky/meta/files/common-licenses/OCLC-2.0
diff --git a/meta/files/common-licenses/ODbL-1.0 b/yocto-poky/meta/files/common-licenses/ODbL-1.0
similarity index 100%
rename from meta/files/common-licenses/ODbL-1.0
rename to yocto-poky/meta/files/common-licenses/ODbL-1.0
diff --git a/meta/files/common-licenses/OFL-1.1 b/yocto-poky/meta/files/common-licenses/OFL-1.1
similarity index 100%
rename from meta/files/common-licenses/OFL-1.1
rename to yocto-poky/meta/files/common-licenses/OFL-1.1
diff --git a/meta/files/common-licenses/OGTSL b/yocto-poky/meta/files/common-licenses/OGTSL
similarity index 100%
rename from meta/files/common-licenses/OGTSL
rename to yocto-poky/meta/files/common-licenses/OGTSL
diff --git a/meta/files/common-licenses/OLDAP-2.8 b/yocto-poky/meta/files/common-licenses/OLDAP-2.8
similarity index 100%
rename from meta/files/common-licenses/OLDAP-2.8
rename to yocto-poky/meta/files/common-licenses/OLDAP-2.8
diff --git a/meta/files/common-licenses/OSL-1.0 b/yocto-poky/meta/files/common-licenses/OSL-1.0
similarity index 100%
rename from meta/files/common-licenses/OSL-1.0
rename to yocto-poky/meta/files/common-licenses/OSL-1.0
diff --git a/meta/files/common-licenses/OSL-2.0 b/yocto-poky/meta/files/common-licenses/OSL-2.0
similarity index 100%
rename from meta/files/common-licenses/OSL-2.0
rename to yocto-poky/meta/files/common-licenses/OSL-2.0
diff --git a/meta/files/common-licenses/OSL-3.0 b/yocto-poky/meta/files/common-licenses/OSL-3.0
similarity index 100%
rename from meta/files/common-licenses/OSL-3.0
rename to yocto-poky/meta/files/common-licenses/OSL-3.0
diff --git a/meta/files/common-licenses/OpenSSL b/yocto-poky/meta/files/common-licenses/OpenSSL
similarity index 100%
rename from meta/files/common-licenses/OpenSSL
rename to yocto-poky/meta/files/common-licenses/OpenSSL
diff --git a/meta/files/common-licenses/PD b/yocto-poky/meta/files/common-licenses/PD
similarity index 100%
rename from meta/files/common-licenses/PD
rename to yocto-poky/meta/files/common-licenses/PD
diff --git a/meta/files/common-licenses/PHP-3.0 b/yocto-poky/meta/files/common-licenses/PHP-3.0
similarity index 100%
rename from meta/files/common-licenses/PHP-3.0
rename to yocto-poky/meta/files/common-licenses/PHP-3.0
diff --git a/meta/files/common-licenses/PostgreSQL b/yocto-poky/meta/files/common-licenses/PostgreSQL
similarity index 100%
rename from meta/files/common-licenses/PostgreSQL
rename to yocto-poky/meta/files/common-licenses/PostgreSQL
diff --git a/meta/files/common-licenses/Proprietary b/yocto-poky/meta/files/common-licenses/Proprietary
similarity index 100%
rename from meta/files/common-licenses/Proprietary
rename to yocto-poky/meta/files/common-licenses/Proprietary
diff --git a/meta/files/common-licenses/Python-2.0 b/yocto-poky/meta/files/common-licenses/Python-2.0
similarity index 100%
rename from meta/files/common-licenses/Python-2.0
rename to yocto-poky/meta/files/common-licenses/Python-2.0
diff --git a/meta/files/common-licenses/QPL-1.0 b/yocto-poky/meta/files/common-licenses/QPL-1.0
similarity index 100%
rename from meta/files/common-licenses/QPL-1.0
rename to yocto-poky/meta/files/common-licenses/QPL-1.0
diff --git a/meta/files/common-licenses/RHeCos-1 b/yocto-poky/meta/files/common-licenses/RHeCos-1
similarity index 100%
rename from meta/files/common-licenses/RHeCos-1
rename to yocto-poky/meta/files/common-licenses/RHeCos-1
diff --git a/meta/files/common-licenses/RHeCos-1.1 b/yocto-poky/meta/files/common-licenses/RHeCos-1.1
similarity index 100%
rename from meta/files/common-licenses/RHeCos-1.1
rename to yocto-poky/meta/files/common-licenses/RHeCos-1.1
diff --git a/meta/files/common-licenses/RPL-1.5 b/yocto-poky/meta/files/common-licenses/RPL-1.5
similarity index 100%
rename from meta/files/common-licenses/RPL-1.5
rename to yocto-poky/meta/files/common-licenses/RPL-1.5
diff --git a/meta/files/common-licenses/RPSL-1.0 b/yocto-poky/meta/files/common-licenses/RPSL-1.0
similarity index 100%
rename from meta/files/common-licenses/RPSL-1.0
rename to yocto-poky/meta/files/common-licenses/RPSL-1.0
diff --git a/meta/files/common-licenses/RSCPL b/yocto-poky/meta/files/common-licenses/RSCPL
similarity index 100%
rename from meta/files/common-licenses/RSCPL
rename to yocto-poky/meta/files/common-licenses/RSCPL
diff --git a/meta/files/common-licenses/Ruby b/yocto-poky/meta/files/common-licenses/Ruby
similarity index 100%
rename from meta/files/common-licenses/Ruby
rename to yocto-poky/meta/files/common-licenses/Ruby
diff --git a/meta/files/common-licenses/SAX-PD b/yocto-poky/meta/files/common-licenses/SAX-PD
similarity index 100%
rename from meta/files/common-licenses/SAX-PD
rename to yocto-poky/meta/files/common-licenses/SAX-PD
diff --git a/meta/files/common-licenses/SGI-1 b/yocto-poky/meta/files/common-licenses/SGI-1
similarity index 100%
rename from meta/files/common-licenses/SGI-1
rename to yocto-poky/meta/files/common-licenses/SGI-1
diff --git a/meta/files/common-licenses/SMAIL_GPL b/yocto-poky/meta/files/common-licenses/SMAIL_GPL
similarity index 100%
rename from meta/files/common-licenses/SMAIL_GPL
rename to yocto-poky/meta/files/common-licenses/SMAIL_GPL
diff --git a/meta/files/common-licenses/SPL-1.0 b/yocto-poky/meta/files/common-licenses/SPL-1.0
similarity index 100%
rename from meta/files/common-licenses/SPL-1.0
rename to yocto-poky/meta/files/common-licenses/SPL-1.0
diff --git a/meta/files/common-licenses/Simple-2.0 b/yocto-poky/meta/files/common-licenses/Simple-2.0
similarity index 100%
rename from meta/files/common-licenses/Simple-2.0
rename to yocto-poky/meta/files/common-licenses/Simple-2.0
diff --git a/meta/files/common-licenses/Sleepycat b/yocto-poky/meta/files/common-licenses/Sleepycat
similarity index 100%
rename from meta/files/common-licenses/Sleepycat
rename to yocto-poky/meta/files/common-licenses/Sleepycat
diff --git a/meta/files/common-licenses/SugarCRM-1 b/yocto-poky/meta/files/common-licenses/SugarCRM-1
similarity index 100%
rename from meta/files/common-licenses/SugarCRM-1
rename to yocto-poky/meta/files/common-licenses/SugarCRM-1
diff --git a/meta/files/common-licenses/SugarCRM-1.1.3 b/yocto-poky/meta/files/common-licenses/SugarCRM-1.1.3
similarity index 100%
rename from meta/files/common-licenses/SugarCRM-1.1.3
rename to yocto-poky/meta/files/common-licenses/SugarCRM-1.1.3
diff --git a/meta/files/common-licenses/UCB b/yocto-poky/meta/files/common-licenses/UCB
similarity index 100%
rename from meta/files/common-licenses/UCB
rename to yocto-poky/meta/files/common-licenses/UCB
diff --git a/meta/files/common-licenses/VSL-1.0 b/yocto-poky/meta/files/common-licenses/VSL-1.0
similarity index 100%
rename from meta/files/common-licenses/VSL-1.0
rename to yocto-poky/meta/files/common-licenses/VSL-1.0
diff --git a/meta/files/common-licenses/W3C b/yocto-poky/meta/files/common-licenses/W3C
similarity index 100%
rename from meta/files/common-licenses/W3C
rename to yocto-poky/meta/files/common-licenses/W3C
diff --git a/meta/files/common-licenses/WXwindows b/yocto-poky/meta/files/common-licenses/WXwindows
similarity index 100%
rename from meta/files/common-licenses/WXwindows
rename to yocto-poky/meta/files/common-licenses/WXwindows
diff --git a/meta/files/common-licenses/Watcom-1.0 b/yocto-poky/meta/files/common-licenses/Watcom-1.0
similarity index 100%
rename from meta/files/common-licenses/Watcom-1.0
rename to yocto-poky/meta/files/common-licenses/Watcom-1.0
diff --git a/meta/files/common-licenses/XFree86-1.0 b/yocto-poky/meta/files/common-licenses/XFree86-1.0
similarity index 100%
rename from meta/files/common-licenses/XFree86-1.0
rename to yocto-poky/meta/files/common-licenses/XFree86-1.0
diff --git a/meta/files/common-licenses/XFree86-1.1 b/yocto-poky/meta/files/common-licenses/XFree86-1.1
similarity index 100%
rename from meta/files/common-licenses/XFree86-1.1
rename to yocto-poky/meta/files/common-licenses/XFree86-1.1
diff --git a/meta/files/common-licenses/XSL b/yocto-poky/meta/files/common-licenses/XSL
similarity index 100%
rename from meta/files/common-licenses/XSL
rename to yocto-poky/meta/files/common-licenses/XSL
diff --git a/meta/files/common-licenses/Xnet b/yocto-poky/meta/files/common-licenses/Xnet
similarity index 100%
rename from meta/files/common-licenses/Xnet
rename to yocto-poky/meta/files/common-licenses/Xnet
diff --git a/meta/files/common-licenses/YPL-1.1 b/yocto-poky/meta/files/common-licenses/YPL-1.1
similarity index 100%
rename from meta/files/common-licenses/YPL-1.1
rename to yocto-poky/meta/files/common-licenses/YPL-1.1
diff --git a/meta/files/common-licenses/ZPL-1.1 b/yocto-poky/meta/files/common-licenses/ZPL-1.1
similarity index 100%
rename from meta/files/common-licenses/ZPL-1.1
rename to yocto-poky/meta/files/common-licenses/ZPL-1.1
diff --git a/meta/files/common-licenses/ZPL-2.0 b/yocto-poky/meta/files/common-licenses/ZPL-2.0
similarity index 100%
rename from meta/files/common-licenses/ZPL-2.0
rename to yocto-poky/meta/files/common-licenses/ZPL-2.0
diff --git a/meta/files/common-licenses/ZPL-2.1 b/yocto-poky/meta/files/common-licenses/ZPL-2.1
similarity index 100%
rename from meta/files/common-licenses/ZPL-2.1
rename to yocto-poky/meta/files/common-licenses/ZPL-2.1
diff --git a/meta/files/common-licenses/Zimbra-1.3 b/yocto-poky/meta/files/common-licenses/Zimbra-1.3
similarity index 100%
rename from meta/files/common-licenses/Zimbra-1.3
rename to yocto-poky/meta/files/common-licenses/Zimbra-1.3
diff --git a/meta/files/common-licenses/Zlib b/yocto-poky/meta/files/common-licenses/Zlib
similarity index 100%
rename from meta/files/common-licenses/Zlib
rename to yocto-poky/meta/files/common-licenses/Zlib
diff --git a/meta/files/common-licenses/bzip2 b/yocto-poky/meta/files/common-licenses/bzip2
similarity index 100%
rename from meta/files/common-licenses/bzip2
rename to yocto-poky/meta/files/common-licenses/bzip2
diff --git a/meta/files/common-licenses/eCos-2.0 b/yocto-poky/meta/files/common-licenses/eCos-2.0
similarity index 100%
rename from meta/files/common-licenses/eCos-2.0
rename to yocto-poky/meta/files/common-licenses/eCos-2.0
diff --git a/meta/files/common-licenses/gSOAP-1 b/yocto-poky/meta/files/common-licenses/gSOAP-1
similarity index 100%
rename from meta/files/common-licenses/gSOAP-1
rename to yocto-poky/meta/files/common-licenses/gSOAP-1
diff --git a/meta/files/common-licenses/gSOAP-1.3b b/yocto-poky/meta/files/common-licenses/gSOAP-1.3b
similarity index 100%
rename from meta/files/common-licenses/gSOAP-1.3b
rename to yocto-poky/meta/files/common-licenses/gSOAP-1.3b
diff --git a/meta/files/common-licenses/tcl b/yocto-poky/meta/files/common-licenses/tcl
similarity index 100%
rename from meta/files/common-licenses/tcl
rename to yocto-poky/meta/files/common-licenses/tcl
diff --git a/meta/files/common-licenses/unfs3 b/yocto-poky/meta/files/common-licenses/unfs3
similarity index 100%
rename from meta/files/common-licenses/unfs3
rename to yocto-poky/meta/files/common-licenses/unfs3
diff --git a/meta/files/deploydir_readme.txt b/yocto-poky/meta/files/deploydir_readme.txt
similarity index 100%
rename from meta/files/deploydir_readme.txt
rename to yocto-poky/meta/files/deploydir_readme.txt
diff --git a/meta/files/device_table-minimal.txt b/yocto-poky/meta/files/device_table-minimal.txt
similarity index 100%
rename from meta/files/device_table-minimal.txt
rename to yocto-poky/meta/files/device_table-minimal.txt
diff --git a/meta/files/fs-perms.txt b/yocto-poky/meta/files/fs-perms.txt
similarity index 100%
rename from meta/files/fs-perms.txt
rename to yocto-poky/meta/files/fs-perms.txt
diff --git a/meta/files/toolchain-shar-extract.sh b/yocto-poky/meta/files/toolchain-shar-extract.sh
similarity index 100%
rename from meta/files/toolchain-shar-extract.sh
rename to yocto-poky/meta/files/toolchain-shar-extract.sh
diff --git a/meta/files/toolchain-shar-relocate.sh b/yocto-poky/meta/files/toolchain-shar-relocate.sh
similarity index 100%
rename from meta/files/toolchain-shar-relocate.sh
rename to yocto-poky/meta/files/toolchain-shar-relocate.sh
diff --git a/meta/lib/oe/__init__.py b/yocto-poky/meta/lib/oe/__init__.py
similarity index 100%
rename from meta/lib/oe/__init__.py
rename to yocto-poky/meta/lib/oe/__init__.py
diff --git a/meta/lib/oe/buildhistory_analysis.py b/yocto-poky/meta/lib/oe/buildhistory_analysis.py
similarity index 100%
rename from meta/lib/oe/buildhistory_analysis.py
rename to yocto-poky/meta/lib/oe/buildhistory_analysis.py
diff --git a/meta/lib/oe/cachedpath.py b/yocto-poky/meta/lib/oe/cachedpath.py
similarity index 100%
rename from meta/lib/oe/cachedpath.py
rename to yocto-poky/meta/lib/oe/cachedpath.py
diff --git a/meta/lib/oe/classextend.py b/yocto-poky/meta/lib/oe/classextend.py
similarity index 100%
rename from meta/lib/oe/classextend.py
rename to yocto-poky/meta/lib/oe/classextend.py
diff --git a/meta/lib/oe/classutils.py b/yocto-poky/meta/lib/oe/classutils.py
similarity index 100%
rename from meta/lib/oe/classutils.py
rename to yocto-poky/meta/lib/oe/classutils.py
diff --git a/meta/lib/oe/copy_buildsystem.py b/yocto-poky/meta/lib/oe/copy_buildsystem.py
similarity index 100%
rename from meta/lib/oe/copy_buildsystem.py
rename to yocto-poky/meta/lib/oe/copy_buildsystem.py
diff --git a/meta/lib/oe/data.py b/yocto-poky/meta/lib/oe/data.py
similarity index 100%
rename from meta/lib/oe/data.py
rename to yocto-poky/meta/lib/oe/data.py
diff --git a/meta/lib/oe/distro_check.py b/yocto-poky/meta/lib/oe/distro_check.py
similarity index 100%
rename from meta/lib/oe/distro_check.py
rename to yocto-poky/meta/lib/oe/distro_check.py
diff --git a/meta/lib/oe/image.py b/yocto-poky/meta/lib/oe/image.py
similarity index 100%
rename from meta/lib/oe/image.py
rename to yocto-poky/meta/lib/oe/image.py
diff --git a/meta/lib/oe/license.py b/yocto-poky/meta/lib/oe/license.py
similarity index 100%
rename from meta/lib/oe/license.py
rename to yocto-poky/meta/lib/oe/license.py
diff --git a/meta/lib/oe/lsb.py b/yocto-poky/meta/lib/oe/lsb.py
similarity index 100%
rename from meta/lib/oe/lsb.py
rename to yocto-poky/meta/lib/oe/lsb.py
diff --git a/meta/lib/oe/maketype.py b/yocto-poky/meta/lib/oe/maketype.py
similarity index 100%
rename from meta/lib/oe/maketype.py
rename to yocto-poky/meta/lib/oe/maketype.py
diff --git a/meta/lib/oe/manifest.py b/yocto-poky/meta/lib/oe/manifest.py
similarity index 100%
rename from meta/lib/oe/manifest.py
rename to yocto-poky/meta/lib/oe/manifest.py
diff --git a/meta/lib/oe/package.py b/yocto-poky/meta/lib/oe/package.py
similarity index 100%
rename from meta/lib/oe/package.py
rename to yocto-poky/meta/lib/oe/package.py
diff --git a/meta/lib/oe/package_manager.py b/yocto-poky/meta/lib/oe/package_manager.py
similarity index 100%
rename from meta/lib/oe/package_manager.py
rename to yocto-poky/meta/lib/oe/package_manager.py
diff --git a/meta/lib/oe/packagedata.py b/yocto-poky/meta/lib/oe/packagedata.py
similarity index 100%
rename from meta/lib/oe/packagedata.py
rename to yocto-poky/meta/lib/oe/packagedata.py
diff --git a/meta/lib/oe/packagegroup.py b/yocto-poky/meta/lib/oe/packagegroup.py
similarity index 100%
rename from meta/lib/oe/packagegroup.py
rename to yocto-poky/meta/lib/oe/packagegroup.py
diff --git a/meta/lib/oe/patch.py b/yocto-poky/meta/lib/oe/patch.py
similarity index 100%
rename from meta/lib/oe/patch.py
rename to yocto-poky/meta/lib/oe/patch.py
diff --git a/meta/lib/oe/path.py b/yocto-poky/meta/lib/oe/path.py
similarity index 100%
rename from meta/lib/oe/path.py
rename to yocto-poky/meta/lib/oe/path.py
diff --git a/meta/lib/oe/prservice.py b/yocto-poky/meta/lib/oe/prservice.py
similarity index 100%
rename from meta/lib/oe/prservice.py
rename to yocto-poky/meta/lib/oe/prservice.py
diff --git a/meta/lib/oe/qa.py b/yocto-poky/meta/lib/oe/qa.py
similarity index 100%
rename from meta/lib/oe/qa.py
rename to yocto-poky/meta/lib/oe/qa.py
diff --git a/meta/lib/oe/recipeutils.py b/yocto-poky/meta/lib/oe/recipeutils.py
similarity index 100%
rename from meta/lib/oe/recipeutils.py
rename to yocto-poky/meta/lib/oe/recipeutils.py
diff --git a/meta/lib/oe/rootfs.py b/yocto-poky/meta/lib/oe/rootfs.py
similarity index 100%
rename from meta/lib/oe/rootfs.py
rename to yocto-poky/meta/lib/oe/rootfs.py
diff --git a/meta/lib/oe/sdk.py b/yocto-poky/meta/lib/oe/sdk.py
similarity index 100%
rename from meta/lib/oe/sdk.py
rename to yocto-poky/meta/lib/oe/sdk.py
diff --git a/meta/lib/oe/sstatesig.py b/yocto-poky/meta/lib/oe/sstatesig.py
similarity index 100%
rename from meta/lib/oe/sstatesig.py
rename to yocto-poky/meta/lib/oe/sstatesig.py
diff --git a/meta/lib/oe/terminal.py b/yocto-poky/meta/lib/oe/terminal.py
similarity index 100%
rename from meta/lib/oe/terminal.py
rename to yocto-poky/meta/lib/oe/terminal.py
diff --git a/meta/lib/oe/tests/__init__.py b/yocto-poky/meta/lib/oe/tests/__init__.py
similarity index 100%
rename from meta/lib/oe/tests/__init__.py
rename to yocto-poky/meta/lib/oe/tests/__init__.py
diff --git a/meta/lib/oe/tests/test_license.py b/yocto-poky/meta/lib/oe/tests/test_license.py
similarity index 100%
rename from meta/lib/oe/tests/test_license.py
rename to yocto-poky/meta/lib/oe/tests/test_license.py
diff --git a/meta/lib/oe/tests/test_path.py b/yocto-poky/meta/lib/oe/tests/test_path.py
similarity index 100%
rename from meta/lib/oe/tests/test_path.py
rename to yocto-poky/meta/lib/oe/tests/test_path.py
diff --git a/meta/lib/oe/tests/test_types.py b/yocto-poky/meta/lib/oe/tests/test_types.py
similarity index 100%
rename from meta/lib/oe/tests/test_types.py
rename to yocto-poky/meta/lib/oe/tests/test_types.py
diff --git a/meta/lib/oe/tests/test_utils.py b/yocto-poky/meta/lib/oe/tests/test_utils.py
similarity index 100%
rename from meta/lib/oe/tests/test_utils.py
rename to yocto-poky/meta/lib/oe/tests/test_utils.py
diff --git a/meta/lib/oe/types.py b/yocto-poky/meta/lib/oe/types.py
similarity index 100%
rename from meta/lib/oe/types.py
rename to yocto-poky/meta/lib/oe/types.py
diff --git a/meta/lib/oe/utils.py b/yocto-poky/meta/lib/oe/utils.py
similarity index 100%
rename from meta/lib/oe/utils.py
rename to yocto-poky/meta/lib/oe/utils.py
diff --git a/meta/lib/oeqa/__init__.py b/yocto-poky/meta/lib/oeqa/__init__.py
similarity index 100%
rename from meta/lib/oeqa/__init__.py
rename to yocto-poky/meta/lib/oeqa/__init__.py
diff --git a/meta/lib/oeqa/controllers/__init__.py b/yocto-poky/meta/lib/oeqa/controllers/__init__.py
similarity index 100%
rename from meta/lib/oeqa/controllers/__init__.py
rename to yocto-poky/meta/lib/oeqa/controllers/__init__.py
diff --git a/meta/lib/oeqa/controllers/masterimage.py b/yocto-poky/meta/lib/oeqa/controllers/masterimage.py
similarity index 100%
rename from meta/lib/oeqa/controllers/masterimage.py
rename to yocto-poky/meta/lib/oeqa/controllers/masterimage.py
diff --git a/meta/lib/oeqa/controllers/testtargetloader.py b/yocto-poky/meta/lib/oeqa/controllers/testtargetloader.py
similarity index 100%
rename from meta/lib/oeqa/controllers/testtargetloader.py
rename to yocto-poky/meta/lib/oeqa/controllers/testtargetloader.py
diff --git a/meta/lib/oeqa/oetest.py b/yocto-poky/meta/lib/oeqa/oetest.py
similarity index 100%
rename from meta/lib/oeqa/oetest.py
rename to yocto-poky/meta/lib/oeqa/oetest.py
diff --git a/meta/lib/oeqa/runexported.py b/yocto-poky/meta/lib/oeqa/runexported.py
similarity index 100%
rename from meta/lib/oeqa/runexported.py
rename to yocto-poky/meta/lib/oeqa/runexported.py
diff --git a/meta/lib/oeqa/runtime/__init__.py b/yocto-poky/meta/lib/oeqa/runtime/__init__.py
similarity index 100%
rename from meta/lib/oeqa/runtime/__init__.py
rename to yocto-poky/meta/lib/oeqa/runtime/__init__.py
diff --git a/meta/lib/oeqa/runtime/_ptest.py b/yocto-poky/meta/lib/oeqa/runtime/_ptest.py
similarity index 100%
rename from meta/lib/oeqa/runtime/_ptest.py
rename to yocto-poky/meta/lib/oeqa/runtime/_ptest.py
diff --git a/meta/lib/oeqa/runtime/_qemutiny.py b/yocto-poky/meta/lib/oeqa/runtime/_qemutiny.py
similarity index 100%
rename from meta/lib/oeqa/runtime/_qemutiny.py
rename to yocto-poky/meta/lib/oeqa/runtime/_qemutiny.py
diff --git a/meta/lib/oeqa/runtime/buildcvs.py b/yocto-poky/meta/lib/oeqa/runtime/buildcvs.py
similarity index 100%
rename from meta/lib/oeqa/runtime/buildcvs.py
rename to yocto-poky/meta/lib/oeqa/runtime/buildcvs.py
diff --git a/meta/lib/oeqa/runtime/buildiptables.py b/yocto-poky/meta/lib/oeqa/runtime/buildiptables.py
similarity index 100%
rename from meta/lib/oeqa/runtime/buildiptables.py
rename to yocto-poky/meta/lib/oeqa/runtime/buildiptables.py
diff --git a/meta/lib/oeqa/runtime/buildsudoku.py b/yocto-poky/meta/lib/oeqa/runtime/buildsudoku.py
similarity index 100%
rename from meta/lib/oeqa/runtime/buildsudoku.py
rename to yocto-poky/meta/lib/oeqa/runtime/buildsudoku.py
diff --git a/meta/lib/oeqa/runtime/connman.py b/yocto-poky/meta/lib/oeqa/runtime/connman.py
similarity index 100%
rename from meta/lib/oeqa/runtime/connman.py
rename to yocto-poky/meta/lib/oeqa/runtime/connman.py
diff --git a/meta/lib/oeqa/runtime/date.py b/yocto-poky/meta/lib/oeqa/runtime/date.py
similarity index 100%
rename from meta/lib/oeqa/runtime/date.py
rename to yocto-poky/meta/lib/oeqa/runtime/date.py
diff --git a/meta/lib/oeqa/runtime/df.py b/yocto-poky/meta/lib/oeqa/runtime/df.py
similarity index 100%
rename from meta/lib/oeqa/runtime/df.py
rename to yocto-poky/meta/lib/oeqa/runtime/df.py
diff --git a/meta/lib/oeqa/runtime/dmesg.py b/yocto-poky/meta/lib/oeqa/runtime/dmesg.py
similarity index 100%
rename from meta/lib/oeqa/runtime/dmesg.py
rename to yocto-poky/meta/lib/oeqa/runtime/dmesg.py
diff --git a/meta/lib/oeqa/runtime/files/hellomod.c b/yocto-poky/meta/lib/oeqa/runtime/files/hellomod.c
similarity index 100%
rename from meta/lib/oeqa/runtime/files/hellomod.c
rename to yocto-poky/meta/lib/oeqa/runtime/files/hellomod.c
diff --git a/meta/lib/oeqa/runtime/files/hellomod_makefile b/yocto-poky/meta/lib/oeqa/runtime/files/hellomod_makefile
similarity index 100%
rename from meta/lib/oeqa/runtime/files/hellomod_makefile
rename to yocto-poky/meta/lib/oeqa/runtime/files/hellomod_makefile
diff --git a/meta/lib/oeqa/runtime/files/test.c b/yocto-poky/meta/lib/oeqa/runtime/files/test.c
similarity index 100%
rename from meta/lib/oeqa/runtime/files/test.c
rename to yocto-poky/meta/lib/oeqa/runtime/files/test.c
diff --git a/meta/lib/oeqa/runtime/files/test.cpp b/yocto-poky/meta/lib/oeqa/runtime/files/test.cpp
similarity index 100%
rename from meta/lib/oeqa/runtime/files/test.cpp
rename to yocto-poky/meta/lib/oeqa/runtime/files/test.cpp
diff --git a/meta/lib/oeqa/runtime/files/test.pl b/yocto-poky/meta/lib/oeqa/runtime/files/test.pl
similarity index 100%
rename from meta/lib/oeqa/runtime/files/test.pl
rename to yocto-poky/meta/lib/oeqa/runtime/files/test.pl
diff --git a/meta/lib/oeqa/runtime/files/test.py b/yocto-poky/meta/lib/oeqa/runtime/files/test.py
similarity index 100%
rename from meta/lib/oeqa/runtime/files/test.py
rename to yocto-poky/meta/lib/oeqa/runtime/files/test.py
diff --git a/meta/lib/oeqa/runtime/files/testmakefile b/yocto-poky/meta/lib/oeqa/runtime/files/testmakefile
similarity index 100%
rename from meta/lib/oeqa/runtime/files/testmakefile
rename to yocto-poky/meta/lib/oeqa/runtime/files/testmakefile
diff --git a/meta/lib/oeqa/runtime/gcc.py b/yocto-poky/meta/lib/oeqa/runtime/gcc.py
similarity index 100%
rename from meta/lib/oeqa/runtime/gcc.py
rename to yocto-poky/meta/lib/oeqa/runtime/gcc.py
diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/yocto-poky/meta/lib/oeqa/runtime/kernelmodule.py
similarity index 100%
rename from meta/lib/oeqa/runtime/kernelmodule.py
rename to yocto-poky/meta/lib/oeqa/runtime/kernelmodule.py
diff --git a/meta/lib/oeqa/runtime/ldd.py b/yocto-poky/meta/lib/oeqa/runtime/ldd.py
similarity index 100%
rename from meta/lib/oeqa/runtime/ldd.py
rename to yocto-poky/meta/lib/oeqa/runtime/ldd.py
diff --git a/meta/lib/oeqa/runtime/logrotate.py b/yocto-poky/meta/lib/oeqa/runtime/logrotate.py
similarity index 100%
rename from meta/lib/oeqa/runtime/logrotate.py
rename to yocto-poky/meta/lib/oeqa/runtime/logrotate.py
diff --git a/meta/lib/oeqa/runtime/multilib.py b/yocto-poky/meta/lib/oeqa/runtime/multilib.py
similarity index 100%
rename from meta/lib/oeqa/runtime/multilib.py
rename to yocto-poky/meta/lib/oeqa/runtime/multilib.py
diff --git a/meta/lib/oeqa/runtime/pam.py b/yocto-poky/meta/lib/oeqa/runtime/pam.py
similarity index 100%
rename from meta/lib/oeqa/runtime/pam.py
rename to yocto-poky/meta/lib/oeqa/runtime/pam.py
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/yocto-poky/meta/lib/oeqa/runtime/parselogs.py
similarity index 100%
rename from meta/lib/oeqa/runtime/parselogs.py
rename to yocto-poky/meta/lib/oeqa/runtime/parselogs.py
diff --git a/meta/lib/oeqa/runtime/perl.py b/yocto-poky/meta/lib/oeqa/runtime/perl.py
similarity index 100%
rename from meta/lib/oeqa/runtime/perl.py
rename to yocto-poky/meta/lib/oeqa/runtime/perl.py
diff --git a/meta/lib/oeqa/runtime/ping.py b/yocto-poky/meta/lib/oeqa/runtime/ping.py
similarity index 100%
rename from meta/lib/oeqa/runtime/ping.py
rename to yocto-poky/meta/lib/oeqa/runtime/ping.py
diff --git a/meta/lib/oeqa/runtime/python.py b/yocto-poky/meta/lib/oeqa/runtime/python.py
similarity index 100%
rename from meta/lib/oeqa/runtime/python.py
rename to yocto-poky/meta/lib/oeqa/runtime/python.py
diff --git a/meta/lib/oeqa/runtime/rpm.py b/yocto-poky/meta/lib/oeqa/runtime/rpm.py
similarity index 100%
rename from meta/lib/oeqa/runtime/rpm.py
rename to yocto-poky/meta/lib/oeqa/runtime/rpm.py
diff --git a/meta/lib/oeqa/runtime/scanelf.py b/yocto-poky/meta/lib/oeqa/runtime/scanelf.py
similarity index 100%
rename from meta/lib/oeqa/runtime/scanelf.py
rename to yocto-poky/meta/lib/oeqa/runtime/scanelf.py
diff --git a/meta/lib/oeqa/runtime/scp.py b/yocto-poky/meta/lib/oeqa/runtime/scp.py
similarity index 100%
rename from meta/lib/oeqa/runtime/scp.py
rename to yocto-poky/meta/lib/oeqa/runtime/scp.py
diff --git a/meta/lib/oeqa/runtime/skeletoninit.py b/yocto-poky/meta/lib/oeqa/runtime/skeletoninit.py
similarity index 100%
rename from meta/lib/oeqa/runtime/skeletoninit.py
rename to yocto-poky/meta/lib/oeqa/runtime/skeletoninit.py
diff --git a/meta/lib/oeqa/runtime/smart.py b/yocto-poky/meta/lib/oeqa/runtime/smart.py
similarity index 100%
rename from meta/lib/oeqa/runtime/smart.py
rename to yocto-poky/meta/lib/oeqa/runtime/smart.py
diff --git a/meta/lib/oeqa/runtime/ssh.py b/yocto-poky/meta/lib/oeqa/runtime/ssh.py
similarity index 100%
rename from meta/lib/oeqa/runtime/ssh.py
rename to yocto-poky/meta/lib/oeqa/runtime/ssh.py
diff --git a/meta/lib/oeqa/runtime/syslog.py b/yocto-poky/meta/lib/oeqa/runtime/syslog.py
similarity index 100%
rename from meta/lib/oeqa/runtime/syslog.py
rename to yocto-poky/meta/lib/oeqa/runtime/syslog.py
diff --git a/meta/lib/oeqa/runtime/systemd.py b/yocto-poky/meta/lib/oeqa/runtime/systemd.py
similarity index 100%
rename from meta/lib/oeqa/runtime/systemd.py
rename to yocto-poky/meta/lib/oeqa/runtime/systemd.py
diff --git a/meta/lib/oeqa/runtime/vnc.py b/yocto-poky/meta/lib/oeqa/runtime/vnc.py
similarity index 100%
rename from meta/lib/oeqa/runtime/vnc.py
rename to yocto-poky/meta/lib/oeqa/runtime/vnc.py
diff --git a/meta/lib/oeqa/runtime/x32lib.py b/yocto-poky/meta/lib/oeqa/runtime/x32lib.py
similarity index 100%
rename from meta/lib/oeqa/runtime/x32lib.py
rename to yocto-poky/meta/lib/oeqa/runtime/x32lib.py
diff --git a/meta/lib/oeqa/runtime/xorg.py b/yocto-poky/meta/lib/oeqa/runtime/xorg.py
similarity index 100%
rename from meta/lib/oeqa/runtime/xorg.py
rename to yocto-poky/meta/lib/oeqa/runtime/xorg.py
diff --git a/meta/lib/oeqa/sdk/__init__.py b/yocto-poky/meta/lib/oeqa/sdk/__init__.py
similarity index 100%
rename from meta/lib/oeqa/sdk/__init__.py
rename to yocto-poky/meta/lib/oeqa/sdk/__init__.py
diff --git a/meta/lib/oeqa/sdk/buildcvs.py b/yocto-poky/meta/lib/oeqa/sdk/buildcvs.py
similarity index 100%
rename from meta/lib/oeqa/sdk/buildcvs.py
rename to yocto-poky/meta/lib/oeqa/sdk/buildcvs.py
diff --git a/meta/lib/oeqa/sdk/buildiptables.py b/yocto-poky/meta/lib/oeqa/sdk/buildiptables.py
similarity index 100%
rename from meta/lib/oeqa/sdk/buildiptables.py
rename to yocto-poky/meta/lib/oeqa/sdk/buildiptables.py
diff --git a/meta/lib/oeqa/sdk/buildsudoku.py b/yocto-poky/meta/lib/oeqa/sdk/buildsudoku.py
similarity index 100%
rename from meta/lib/oeqa/sdk/buildsudoku.py
rename to yocto-poky/meta/lib/oeqa/sdk/buildsudoku.py
diff --git a/meta/lib/oeqa/sdk/gcc.py b/yocto-poky/meta/lib/oeqa/sdk/gcc.py
similarity index 100%
rename from meta/lib/oeqa/sdk/gcc.py
rename to yocto-poky/meta/lib/oeqa/sdk/gcc.py
diff --git a/meta/lib/oeqa/sdk/perl.py b/yocto-poky/meta/lib/oeqa/sdk/perl.py
similarity index 100%
rename from meta/lib/oeqa/sdk/perl.py
rename to yocto-poky/meta/lib/oeqa/sdk/perl.py
diff --git a/meta/lib/oeqa/sdk/python.py b/yocto-poky/meta/lib/oeqa/sdk/python.py
similarity index 100%
rename from meta/lib/oeqa/sdk/python.py
rename to yocto-poky/meta/lib/oeqa/sdk/python.py
diff --git a/meta/lib/oeqa/selftest/__init__.py b/yocto-poky/meta/lib/oeqa/selftest/__init__.py
similarity index 100%
rename from meta/lib/oeqa/selftest/__init__.py
rename to yocto-poky/meta/lib/oeqa/selftest/__init__.py
diff --git a/meta/lib/oeqa/selftest/_sstatetests_noauto.py b/yocto-poky/meta/lib/oeqa/selftest/_sstatetests_noauto.py
similarity index 100%
rename from meta/lib/oeqa/selftest/_sstatetests_noauto.py
rename to yocto-poky/meta/lib/oeqa/selftest/_sstatetests_noauto.py
diff --git a/meta/lib/oeqa/selftest/_toaster.py b/yocto-poky/meta/lib/oeqa/selftest/_toaster.py
similarity index 100%
rename from meta/lib/oeqa/selftest/_toaster.py
rename to yocto-poky/meta/lib/oeqa/selftest/_toaster.py
diff --git a/meta/lib/oeqa/selftest/base.py b/yocto-poky/meta/lib/oeqa/selftest/base.py
similarity index 100%
rename from meta/lib/oeqa/selftest/base.py
rename to yocto-poky/meta/lib/oeqa/selftest/base.py
diff --git a/meta/lib/oeqa/selftest/bblayers.py b/yocto-poky/meta/lib/oeqa/selftest/bblayers.py
similarity index 100%
rename from meta/lib/oeqa/selftest/bblayers.py
rename to yocto-poky/meta/lib/oeqa/selftest/bblayers.py
diff --git a/meta/lib/oeqa/selftest/bbtests.py b/yocto-poky/meta/lib/oeqa/selftest/bbtests.py
similarity index 100%
rename from meta/lib/oeqa/selftest/bbtests.py
rename to yocto-poky/meta/lib/oeqa/selftest/bbtests.py
diff --git a/meta/lib/oeqa/selftest/buildhistory.py b/yocto-poky/meta/lib/oeqa/selftest/buildhistory.py
similarity index 100%
rename from meta/lib/oeqa/selftest/buildhistory.py
rename to yocto-poky/meta/lib/oeqa/selftest/buildhistory.py
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/yocto-poky/meta/lib/oeqa/selftest/buildoptions.py
similarity index 100%
rename from meta/lib/oeqa/selftest/buildoptions.py
rename to yocto-poky/meta/lib/oeqa/selftest/buildoptions.py
diff --git a/meta/lib/oeqa/selftest/devtool.py b/yocto-poky/meta/lib/oeqa/selftest/devtool.py
similarity index 100%
rename from meta/lib/oeqa/selftest/devtool.py
rename to yocto-poky/meta/lib/oeqa/selftest/devtool.py
diff --git a/meta/lib/oeqa/selftest/imagefeatures.py b/yocto-poky/meta/lib/oeqa/selftest/imagefeatures.py
similarity index 100%
rename from meta/lib/oeqa/selftest/imagefeatures.py
rename to yocto-poky/meta/lib/oeqa/selftest/imagefeatures.py
diff --git a/meta/lib/oeqa/selftest/layerappend.py b/yocto-poky/meta/lib/oeqa/selftest/layerappend.py
similarity index 100%
rename from meta/lib/oeqa/selftest/layerappend.py
rename to yocto-poky/meta/lib/oeqa/selftest/layerappend.py
diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/yocto-poky/meta/lib/oeqa/selftest/lic-checksum.py
similarity index 100%
rename from meta/lib/oeqa/selftest/lic-checksum.py
rename to yocto-poky/meta/lib/oeqa/selftest/lic-checksum.py
diff --git a/meta/lib/oeqa/selftest/oescripts.py b/yocto-poky/meta/lib/oeqa/selftest/oescripts.py
similarity index 100%
rename from meta/lib/oeqa/selftest/oescripts.py
rename to yocto-poky/meta/lib/oeqa/selftest/oescripts.py
diff --git a/meta/lib/oeqa/selftest/pkgdata.py b/yocto-poky/meta/lib/oeqa/selftest/pkgdata.py
similarity index 100%
rename from meta/lib/oeqa/selftest/pkgdata.py
rename to yocto-poky/meta/lib/oeqa/selftest/pkgdata.py
diff --git a/meta/lib/oeqa/selftest/prservice.py b/yocto-poky/meta/lib/oeqa/selftest/prservice.py
similarity index 100%
rename from meta/lib/oeqa/selftest/prservice.py
rename to yocto-poky/meta/lib/oeqa/selftest/prservice.py
diff --git a/meta/lib/oeqa/selftest/recipetool.py b/yocto-poky/meta/lib/oeqa/selftest/recipetool.py
similarity index 100%
rename from meta/lib/oeqa/selftest/recipetool.py
rename to yocto-poky/meta/lib/oeqa/selftest/recipetool.py
diff --git a/meta/lib/oeqa/selftest/sstate.py b/yocto-poky/meta/lib/oeqa/selftest/sstate.py
similarity index 100%
rename from meta/lib/oeqa/selftest/sstate.py
rename to yocto-poky/meta/lib/oeqa/selftest/sstate.py
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/yocto-poky/meta/lib/oeqa/selftest/sstatetests.py
similarity index 100%
rename from meta/lib/oeqa/selftest/sstatetests.py
rename to yocto-poky/meta/lib/oeqa/selftest/sstatetests.py
diff --git a/meta/lib/oeqa/selftest/wic.py b/yocto-poky/meta/lib/oeqa/selftest/wic.py
similarity index 100%
rename from meta/lib/oeqa/selftest/wic.py
rename to yocto-poky/meta/lib/oeqa/selftest/wic.py
diff --git a/meta/lib/oeqa/targetcontrol.py b/yocto-poky/meta/lib/oeqa/targetcontrol.py
similarity index 100%
rename from meta/lib/oeqa/targetcontrol.py
rename to yocto-poky/meta/lib/oeqa/targetcontrol.py
diff --git a/meta/lib/oeqa/utils/__init__.py b/yocto-poky/meta/lib/oeqa/utils/__init__.py
similarity index 100%
rename from meta/lib/oeqa/utils/__init__.py
rename to yocto-poky/meta/lib/oeqa/utils/__init__.py
diff --git a/meta/lib/oeqa/utils/commands.py b/yocto-poky/meta/lib/oeqa/utils/commands.py
similarity index 100%
rename from meta/lib/oeqa/utils/commands.py
rename to yocto-poky/meta/lib/oeqa/utils/commands.py
diff --git a/meta/lib/oeqa/utils/decorators.py b/yocto-poky/meta/lib/oeqa/utils/decorators.py
similarity index 100%
rename from meta/lib/oeqa/utils/decorators.py
rename to yocto-poky/meta/lib/oeqa/utils/decorators.py
diff --git a/meta/lib/oeqa/utils/dump.py b/yocto-poky/meta/lib/oeqa/utils/dump.py
similarity index 100%
rename from meta/lib/oeqa/utils/dump.py
rename to yocto-poky/meta/lib/oeqa/utils/dump.py
diff --git a/meta/lib/oeqa/utils/ftools.py b/yocto-poky/meta/lib/oeqa/utils/ftools.py
similarity index 100%
rename from meta/lib/oeqa/utils/ftools.py
rename to yocto-poky/meta/lib/oeqa/utils/ftools.py
diff --git a/meta/lib/oeqa/utils/httpserver.py b/yocto-poky/meta/lib/oeqa/utils/httpserver.py
similarity index 100%
rename from meta/lib/oeqa/utils/httpserver.py
rename to yocto-poky/meta/lib/oeqa/utils/httpserver.py
diff --git a/meta/lib/oeqa/utils/logparser.py b/yocto-poky/meta/lib/oeqa/utils/logparser.py
similarity index 100%
rename from meta/lib/oeqa/utils/logparser.py
rename to yocto-poky/meta/lib/oeqa/utils/logparser.py
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/yocto-poky/meta/lib/oeqa/utils/qemurunner.py
similarity index 100%
rename from meta/lib/oeqa/utils/qemurunner.py
rename to yocto-poky/meta/lib/oeqa/utils/qemurunner.py
diff --git a/meta/lib/oeqa/utils/qemutinyrunner.py b/yocto-poky/meta/lib/oeqa/utils/qemutinyrunner.py
similarity index 100%
rename from meta/lib/oeqa/utils/qemutinyrunner.py
rename to yocto-poky/meta/lib/oeqa/utils/qemutinyrunner.py
diff --git a/meta/lib/oeqa/utils/sshcontrol.py b/yocto-poky/meta/lib/oeqa/utils/sshcontrol.py
similarity index 100%
rename from meta/lib/oeqa/utils/sshcontrol.py
rename to yocto-poky/meta/lib/oeqa/utils/sshcontrol.py
diff --git a/meta/lib/oeqa/utils/targetbuild.py b/yocto-poky/meta/lib/oeqa/utils/targetbuild.py
similarity index 100%
rename from meta/lib/oeqa/utils/targetbuild.py
rename to yocto-poky/meta/lib/oeqa/utils/targetbuild.py
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/yocto-poky/meta/recipes-bsp/acpid/acpid.inc
similarity index 100%
rename from meta/recipes-bsp/acpid/acpid.inc
rename to yocto-poky/meta/recipes-bsp/acpid/acpid.inc
diff --git a/meta/recipes-bsp/acpid/acpid/acpid.service b/yocto-poky/meta/recipes-bsp/acpid/acpid/acpid.service
similarity index 100%
rename from meta/recipes-bsp/acpid/acpid/acpid.service
rename to yocto-poky/meta/recipes-bsp/acpid/acpid/acpid.service
diff --git a/meta/recipes-bsp/acpid/acpid/init b/yocto-poky/meta/recipes-bsp/acpid/acpid/init
similarity index 100%
rename from meta/recipes-bsp/acpid/acpid/init
rename to yocto-poky/meta/recipes-bsp/acpid/acpid/init
diff --git a/meta/recipes-bsp/acpid/acpid_2.0.23.bb b/yocto-poky/meta/recipes-bsp/acpid/acpid_2.0.23.bb
similarity index 100%
rename from meta/recipes-bsp/acpid/acpid_2.0.23.bb
rename to yocto-poky/meta/recipes-bsp/acpid/acpid_2.0.23.bb
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/yocto-poky/meta/recipes-bsp/alsa-state/alsa-state.bb
similarity index 100%
rename from meta/recipes-bsp/alsa-state/alsa-state.bb
rename to yocto-poky/meta/recipes-bsp/alsa-state/alsa-state.bb
diff --git a/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init b/yocto-poky/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init
similarity index 100%
rename from meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init
rename to yocto-poky/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init
diff --git a/meta/recipes-bsp/alsa-state/alsa-state/asound.conf b/yocto-poky/meta/recipes-bsp/alsa-state/alsa-state/asound.conf
similarity index 100%
rename from meta/recipes-bsp/alsa-state/alsa-state/asound.conf
rename to yocto-poky/meta/recipes-bsp/alsa-state/alsa-state/asound.conf
diff --git a/meta/recipes-bsp/alsa-state/alsa-state/asound.state b/yocto-poky/meta/recipes-bsp/alsa-state/alsa-state/asound.state
similarity index 100%
rename from meta/recipes-bsp/alsa-state/alsa-state/asound.state
rename to yocto-poky/meta/recipes-bsp/alsa-state/alsa-state/asound.state
diff --git a/meta/recipes-bsp/apmd/apmd/apmd.service b/yocto-poky/meta/recipes-bsp/apmd/apmd/apmd.service
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/apmd.service
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/apmd.service
diff --git a/meta/recipes-bsp/apmd/apmd/apmd_proxy b/yocto-poky/meta/recipes-bsp/apmd/apmd/apmd_proxy
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/apmd_proxy
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/apmd_proxy
diff --git a/meta/recipes-bsp/apmd/apmd/apmd_proxy.conf b/yocto-poky/meta/recipes-bsp/apmd/apmd/apmd_proxy.conf
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/apmd_proxy.conf
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/apmd_proxy.conf
diff --git a/meta/recipes-bsp/apmd/apmd/default b/yocto-poky/meta/recipes-bsp/apmd/apmd/default
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/default
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/default
diff --git a/meta/recipes-bsp/apmd/apmd/init b/yocto-poky/meta/recipes-bsp/apmd/apmd/init
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/init
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/init
diff --git a/meta/recipes-bsp/apmd/apmd/legacy.patch b/yocto-poky/meta/recipes-bsp/apmd/apmd/legacy.patch
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/legacy.patch
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/legacy.patch
diff --git a/meta/recipes-bsp/apmd/apmd/libtool.patch b/yocto-poky/meta/recipes-bsp/apmd/apmd/libtool.patch
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/libtool.patch
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/libtool.patch
diff --git a/meta/recipes-bsp/apmd/apmd/unlinux.patch b/yocto-poky/meta/recipes-bsp/apmd/apmd/unlinux.patch
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd/unlinux.patch
rename to yocto-poky/meta/recipes-bsp/apmd/apmd/unlinux.patch
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/yocto-poky/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
similarity index 100%
rename from meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
rename to yocto-poky/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb b/yocto-poky/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb
similarity index 100%
rename from meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb
rename to yocto-poky/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb
diff --git a/meta/recipes-bsp/eee-acpi-scripts/files/policy-funcs b/yocto-poky/meta/recipes-bsp/eee-acpi-scripts/files/policy-funcs
similarity index 100%
rename from meta/recipes-bsp/eee-acpi-scripts/files/policy-funcs
rename to yocto-poky/meta/recipes-bsp/eee-acpi-scripts/files/policy-funcs
diff --git a/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch b/yocto-poky/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
similarity index 100%
rename from meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
rename to yocto-poky/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
diff --git a/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch b/yocto-poky/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch
similarity index 100%
rename from meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch
rename to yocto-poky/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch
diff --git a/meta/recipes-bsp/formfactor/files/config b/yocto-poky/meta/recipes-bsp/formfactor/files/config
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/config
rename to yocto-poky/meta/recipes-bsp/formfactor/files/config
diff --git a/meta/recipes-bsp/formfactor/files/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemuarm/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemuarm/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemuarm/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemuarm/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemumips/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemumips/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemumips/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemumips/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemuppc/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemuppc/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemuppc/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemuppc/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemux86-64/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig
diff --git a/meta/recipes-bsp/formfactor/files/qemux86/machconfig b/yocto-poky/meta/recipes-bsp/formfactor/files/qemux86/machconfig
similarity index 100%
rename from meta/recipes-bsp/formfactor/files/qemux86/machconfig
rename to yocto-poky/meta/recipes-bsp/formfactor/files/qemux86/machconfig
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb
similarity index 100%
rename from meta/recipes-bsp/formfactor/formfactor_0.0.bb
rename to yocto-poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-Make-setjmp.S-portable-to-ARM.patch b/yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-Make-setjmp.S-portable-to-ARM.patch
similarity index 100%
rename from meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-Make-setjmp.S-portable-to-ARM.patch
rename to yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-Make-setjmp.S-portable-to-ARM.patch
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch b/yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch
similarity index 100%
rename from meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch
rename to yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch b/yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
similarity index 100%
rename from meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
rename to yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb b/yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
similarity index 100%
rename from meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
rename to yocto-poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.3.bb
diff --git a/meta/recipes-bsp/grub/files/0001-Fix-build-with-glibc-2.20.patch b/yocto-poky/meta/recipes-bsp/grub/files/0001-Fix-build-with-glibc-2.20.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/0001-Fix-build-with-glibc-2.20.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/0001-Fix-build-with-glibc-2.20.patch
diff --git a/meta/recipes-bsp/grub/files/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-bsp/grub/files/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-bsp/grub/files/0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch b/yocto-poky/meta/recipes-bsp/grub/files/0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/0001-parse_dhcp_vendor-Add-missing-const-qualifiers.patch
diff --git a/meta/recipes-bsp/grub/files/cfg b/yocto-poky/meta/recipes-bsp/grub/files/cfg
similarity index 100%
rename from meta/recipes-bsp/grub/files/cfg
rename to yocto-poky/meta/recipes-bsp/grub/files/cfg
diff --git a/meta/recipes-bsp/grub/files/check-if-liblzma-is-disabled.patch b/yocto-poky/meta/recipes-bsp/grub/files/check-if-liblzma-is-disabled.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/check-if-liblzma-is-disabled.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/check-if-liblzma-is-disabled.patch
diff --git a/meta/recipes-bsp/grub/files/fix-endianness-problem.patch b/yocto-poky/meta/recipes-bsp/grub/files/fix-endianness-problem.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/fix-endianness-problem.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/fix-endianness-problem.patch
diff --git a/meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch b/yocto-poky/meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/fix-issue-with-flex-2.5.37.patch
diff --git a/meta/recipes-bsp/grub/files/grub-2.00-add-oe-kernel.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-2.00-add-oe-kernel.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-2.00-add-oe-kernel.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-2.00-add-oe-kernel.patch
diff --git a/meta/recipes-bsp/grub/files/grub-2.00-fix-enable_execute_stack-check.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-2.00-fix-enable_execute_stack-check.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-2.00-fix-enable_execute_stack-check.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-2.00-fix-enable_execute_stack-check.patch
diff --git a/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch
diff --git a/meta/recipes-bsp/grub/files/grub-efi-allow-a-compilation-without-mcmodel-large.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-efi-allow-a-compilation-without-mcmodel-large.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-efi-allow-a-compilation-without-mcmodel-large.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-efi-allow-a-compilation-without-mcmodel-large.patch
diff --git a/meta/recipes-bsp/grub/files/grub-efi-fix-with-glibc-2.20.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-efi-fix-with-glibc-2.20.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-efi-fix-with-glibc-2.20.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-efi-fix-with-glibc-2.20.patch
diff --git a/meta/recipes-bsp/grub/files/grub-install.in.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-install.in.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-install.in.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-install.in.patch
diff --git a/meta/recipes-bsp/grub/files/grub-no-unused-result.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub-no-unused-result.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub-no-unused-result.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub-no-unused-result.patch
diff --git a/meta/recipes-bsp/grub/files/grub2-fix-initrd-size-bug.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub2-fix-initrd-size-bug.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub2-fix-initrd-size-bug.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub2-fix-initrd-size-bug.patch
diff --git a/meta/recipes-bsp/grub/files/grub2-remove-sparc64-setup-from-x86-builds.patch b/yocto-poky/meta/recipes-bsp/grub/files/grub2-remove-sparc64-setup-from-x86-builds.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/grub2-remove-sparc64-setup-from-x86-builds.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/grub2-remove-sparc64-setup-from-x86-builds.patch
diff --git a/meta/recipes-bsp/grub/files/remove-gets.patch b/yocto-poky/meta/recipes-bsp/grub/files/remove-gets.patch
similarity index 100%
rename from meta/recipes-bsp/grub/files/remove-gets.patch
rename to yocto-poky/meta/recipes-bsp/grub/files/remove-gets.patch
diff --git a/meta/recipes-bsp/grub/grub-0.97/autohell.patch b/yocto-poky/meta/recipes-bsp/grub/grub-0.97/autohell.patch
similarity index 100%
rename from meta/recipes-bsp/grub/grub-0.97/autohell.patch
rename to yocto-poky/meta/recipes-bsp/grub/grub-0.97/autohell.patch
diff --git a/meta/recipes-bsp/grub/grub-0.97/grub-support-256byte-inode.patch b/yocto-poky/meta/recipes-bsp/grub/grub-0.97/grub-support-256byte-inode.patch
similarity index 100%
rename from meta/recipes-bsp/grub/grub-0.97/grub-support-256byte-inode.patch
rename to yocto-poky/meta/recipes-bsp/grub/grub-0.97/grub-support-256byte-inode.patch
diff --git a/meta/recipes-bsp/grub/grub-0.97/grub_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-bsp/grub/grub-0.97/grub_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-bsp/grub/grub-0.97/grub_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-bsp/grub/grub-0.97/grub_fix_for_automake-1.12.patch
diff --git a/meta/recipes-bsp/grub/grub-0.97/no-reorder-functions.patch b/yocto-poky/meta/recipes-bsp/grub/grub-0.97/no-reorder-functions.patch
similarity index 100%
rename from meta/recipes-bsp/grub/grub-0.97/no-reorder-functions.patch
rename to yocto-poky/meta/recipes-bsp/grub/grub-0.97/no-reorder-functions.patch
diff --git a/meta/recipes-bsp/grub/grub-0.97/objcopy-absolute.patch b/yocto-poky/meta/recipes-bsp/grub/grub-0.97/objcopy-absolute.patch
similarity index 100%
rename from meta/recipes-bsp/grub/grub-0.97/objcopy-absolute.patch
rename to yocto-poky/meta/recipes-bsp/grub/grub-0.97/objcopy-absolute.patch
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/yocto-poky/meta/recipes-bsp/grub/grub-efi_2.00.bb
similarity index 100%
rename from meta/recipes-bsp/grub/grub-efi_2.00.bb
rename to yocto-poky/meta/recipes-bsp/grub/grub-efi_2.00.bb
diff --git a/meta/recipes-bsp/grub/grub/autogen.sh-exclude-pc.patch b/yocto-poky/meta/recipes-bsp/grub/grub/autogen.sh-exclude-pc.patch
similarity index 100%
rename from meta/recipes-bsp/grub/grub/autogen.sh-exclude-pc.patch
rename to yocto-poky/meta/recipes-bsp/grub/grub/autogen.sh-exclude-pc.patch
diff --git a/meta/recipes-bsp/grub/grub2.inc b/yocto-poky/meta/recipes-bsp/grub/grub2.inc
similarity index 100%
rename from meta/recipes-bsp/grub/grub2.inc
rename to yocto-poky/meta/recipes-bsp/grub/grub2.inc
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/yocto-poky/meta/recipes-bsp/grub/grub_0.97.bb
similarity index 100%
rename from meta/recipes-bsp/grub/grub_0.97.bb
rename to yocto-poky/meta/recipes-bsp/grub/grub_0.97.bb
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb
similarity index 100%
rename from meta/recipes-bsp/grub/grub_2.00.bb
rename to yocto-poky/meta/recipes-bsp/grub/grub_2.00.bb
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/yocto-poky/meta/recipes-bsp/grub/grub_git.bb
similarity index 100%
rename from meta/recipes-bsp/grub/grub_git.bb
rename to yocto-poky/meta/recipes-bsp/grub/grub_git.bb
diff --git a/meta/recipes-bsp/gummiboot/gummiboot/fix-objcopy.patch b/yocto-poky/meta/recipes-bsp/gummiboot/gummiboot/fix-objcopy.patch
similarity index 100%
rename from meta/recipes-bsp/gummiboot/gummiboot/fix-objcopy.patch
rename to yocto-poky/meta/recipes-bsp/gummiboot/gummiboot/fix-objcopy.patch
diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/yocto-poky/meta/recipes-bsp/gummiboot/gummiboot_git.bb
similarity index 100%
rename from meta/recipes-bsp/gummiboot/gummiboot_git.bb
rename to yocto-poky/meta/recipes-bsp/gummiboot/gummiboot_git.bb
diff --git a/meta/recipes-bsp/hostap/files/COPYING.patch b/yocto-poky/meta/recipes-bsp/hostap/files/COPYING.patch
similarity index 100%
rename from meta/recipes-bsp/hostap/files/COPYING.patch
rename to yocto-poky/meta/recipes-bsp/hostap/files/COPYING.patch
diff --git a/meta/recipes-bsp/hostap/files/hostap-fw-load.patch b/yocto-poky/meta/recipes-bsp/hostap/files/hostap-fw-load.patch
similarity index 100%
rename from meta/recipes-bsp/hostap/files/hostap-fw-load.patch
rename to yocto-poky/meta/recipes-bsp/hostap/files/hostap-fw-load.patch
diff --git a/meta/recipes-bsp/hostap/files/hostap_cs.conf b/yocto-poky/meta/recipes-bsp/hostap/files/hostap_cs.conf
similarity index 100%
rename from meta/recipes-bsp/hostap/files/hostap_cs.conf
rename to yocto-poky/meta/recipes-bsp/hostap/files/hostap_cs.conf
diff --git a/meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream b/yocto-poky/meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream
similarity index 100%
rename from meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream
rename to yocto-poky/meta/recipes-bsp/hostap/files/hostap_cs.conf-upstream
diff --git a/meta/recipes-bsp/hostap/files/hostap_cs.modalias b/yocto-poky/meta/recipes-bsp/hostap/files/hostap_cs.modalias
similarity index 100%
rename from meta/recipes-bsp/hostap/files/hostap_cs.modalias
rename to yocto-poky/meta/recipes-bsp/hostap/files/hostap_cs.modalias
diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/yocto-poky/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
similarity index 100%
rename from meta/recipes-bsp/hostap/hostap-conf_1.0.bb
rename to yocto-poky/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
diff --git a/meta/recipes-bsp/hostap/hostap-utils-0.4.7/ldflags.patch b/yocto-poky/meta/recipes-bsp/hostap/hostap-utils-0.4.7/ldflags.patch
similarity index 100%
rename from meta/recipes-bsp/hostap/hostap-utils-0.4.7/ldflags.patch
rename to yocto-poky/meta/recipes-bsp/hostap/hostap-utils-0.4.7/ldflags.patch
diff --git a/meta/recipes-bsp/hostap/hostap-utils.inc b/yocto-poky/meta/recipes-bsp/hostap/hostap-utils.inc
similarity index 100%
rename from meta/recipes-bsp/hostap/hostap-utils.inc
rename to yocto-poky/meta/recipes-bsp/hostap/hostap-utils.inc
diff --git a/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb b/yocto-poky/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb
similarity index 100%
rename from meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb
rename to yocto-poky/meta/recipes-bsp/hostap/hostap-utils_0.4.7.bb
diff --git a/meta/recipes-bsp/keymaps/files/GPLv2.patch b/yocto-poky/meta/recipes-bsp/keymaps/files/GPLv2.patch
similarity index 100%
rename from meta/recipes-bsp/keymaps/files/GPLv2.patch
rename to yocto-poky/meta/recipes-bsp/keymaps/files/GPLv2.patch
diff --git a/meta/recipes-bsp/keymaps/files/keymap.sh b/yocto-poky/meta/recipes-bsp/keymaps/files/keymap.sh
similarity index 100%
rename from meta/recipes-bsp/keymaps/files/keymap.sh
rename to yocto-poky/meta/recipes-bsp/keymaps/files/keymap.sh
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/yocto-poky/meta/recipes-bsp/keymaps/keymaps_1.0.bb
similarity index 100%
rename from meta/recipes-bsp/keymaps/keymaps_1.0.bb
rename to yocto-poky/meta/recipes-bsp/keymaps/keymaps_1.0.bb
diff --git a/meta/recipes-bsp/libacpi/files/ldflags.patch b/yocto-poky/meta/recipes-bsp/libacpi/files/ldflags.patch
similarity index 100%
rename from meta/recipes-bsp/libacpi/files/ldflags.patch
rename to yocto-poky/meta/recipes-bsp/libacpi/files/ldflags.patch
diff --git a/meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch b/yocto-poky/meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch
rename to yocto-poky/meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch
diff --git a/meta/recipes-bsp/libacpi/files/makefile-fix.patch b/yocto-poky/meta/recipes-bsp/libacpi/files/makefile-fix.patch
similarity index 100%
rename from meta/recipes-bsp/libacpi/files/makefile-fix.patch
rename to yocto-poky/meta/recipes-bsp/libacpi/files/makefile-fix.patch
diff --git a/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch b/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
similarity index 100%
rename from meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
rename to yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
diff --git a/meta/recipes-bsp/libacpi/libacpi_0.2.bb b/yocto-poky/meta/recipes-bsp/libacpi/libacpi_0.2.bb
similarity index 100%
rename from meta/recipes-bsp/libacpi/libacpi_0.2.bb
rename to yocto-poky/meta/recipes-bsp/libacpi/libacpi_0.2.bb
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/acdefine.patch
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/gettext.patch b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/gettext.patch
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz-0.12.20/gettext.patch
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/gettext.patch
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz_fix_for_automake-1.12.patch
diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/yocto-poky/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
similarity index 100%
rename from meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
rename to yocto-poky/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
diff --git a/meta/recipes-bsp/pciutils/pciutils/configure.patch b/yocto-poky/meta/recipes-bsp/pciutils/pciutils/configure.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils/configure.patch
rename to yocto-poky/meta/recipes-bsp/pciutils/pciutils/configure.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils/guess-fix.patch b/yocto-poky/meta/recipes-bsp/pciutils/pciutils/guess-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils/guess-fix.patch
rename to yocto-poky/meta/recipes-bsp/pciutils/pciutils/guess-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils/makefile.patch b/yocto-poky/meta/recipes-bsp/pciutils/pciutils/makefile.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils/makefile.patch
rename to yocto-poky/meta/recipes-bsp/pciutils/pciutils/makefile.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.3.1.bb b/yocto-poky/meta/recipes-bsp/pciutils/pciutils_3.3.1.bb
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils_3.3.1.bb
rename to yocto-poky/meta/recipes-bsp/pciutils/pciutils_3.3.1.bb
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils-018/0001-fix-a-parallel-building-issue.patch b/yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils-018/0001-fix-a-parallel-building-issue.patch
similarity index 100%
rename from meta/recipes-bsp/pcmciautils/pcmciautils-018/0001-fix-a-parallel-building-issue.patch
rename to yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils-018/0001-fix-a-parallel-building-issue.patch
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch b/yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch
similarity index 100%
rename from meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch
rename to yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils-018/makefile_fix.patch
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils.inc
similarity index 100%
rename from meta/recipes-bsp/pcmciautils/pcmciautils.inc
rename to yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils.inc
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb b/yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
similarity index 100%
rename from meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
rename to yocto-poky/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/yocto-poky/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
similarity index 100%
rename from meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
rename to yocto-poky/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
diff --git a/meta/recipes-bsp/pointercal/pointercal/COPYING b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/COPYING
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/COPYING
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/COPYING
diff --git a/meta/recipes-bsp/pointercal/pointercal/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemuarm/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuarm/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemuarm/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuarm/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemumips/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemumips/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemumips/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemumips/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemuppc/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuppc/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemuppc/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemuppc/pointercal
Binary files differ
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal/qemux86/pointercal b/yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemux86/pointercal
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal/qemux86/pointercal
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal/qemux86/pointercal
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/yocto-poky/meta/recipes-bsp/pointercal/pointercal_0.0.bb
similarity index 100%
rename from meta/recipes-bsp/pointercal/pointercal_0.0.bb
rename to yocto-poky/meta/recipes-bsp/pointercal/pointercal_0.0.bb
diff --git a/meta/recipes-bsp/setserial/setserial/add_stdlib.patch b/yocto-poky/meta/recipes-bsp/setserial/setserial/add_stdlib.patch
similarity index 100%
rename from meta/recipes-bsp/setserial/setserial/add_stdlib.patch
rename to yocto-poky/meta/recipes-bsp/setserial/setserial/add_stdlib.patch
diff --git a/meta/recipes-bsp/setserial/setserial/ldflags.patch b/yocto-poky/meta/recipes-bsp/setserial/setserial/ldflags.patch
similarity index 100%
rename from meta/recipes-bsp/setserial/setserial/ldflags.patch
rename to yocto-poky/meta/recipes-bsp/setserial/setserial/ldflags.patch
diff --git a/meta/recipes-bsp/setserial/setserial_2.17.bb b/yocto-poky/meta/recipes-bsp/setserial/setserial_2.17.bb
similarity index 100%
rename from meta/recipes-bsp/setserial/setserial_2.17.bb
rename to yocto-poky/meta/recipes-bsp/setserial/setserial_2.17.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb b/yocto-poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb
rename to yocto-poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.07.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb b/yocto-poky/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb
rename to yocto-poky/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.07.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/yocto-poky/meta/recipes-bsp/u-boot/u-boot.inc
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot.inc
rename to yocto-poky/meta/recipes-bsp/u-boot/u-boot.inc
diff --git a/meta/recipes-bsp/u-boot/u-boot/0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch b/yocto-poky/meta/recipes-bsp/u-boot/u-boot/0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot/0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch
rename to yocto-poky/meta/recipes-bsp/u-boot/u-boot/0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch
diff --git a/meta/recipes-bsp/u-boot/u-boot_2015.07.bb b/yocto-poky/meta/recipes-bsp/u-boot/u-boot_2015.07.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2015.07.bb
rename to yocto-poky/meta/recipes-bsp/u-boot/u-boot_2015.07.bb
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/yocto-poky/meta/recipes-bsp/usbinit/usbinit.bb
similarity index 100%
rename from meta/recipes-bsp/usbinit/usbinit.bb
rename to yocto-poky/meta/recipes-bsp/usbinit/usbinit.bb
diff --git a/meta/recipes-bsp/usbinit/usbinit/COPYING.GPL b/yocto-poky/meta/recipes-bsp/usbinit/usbinit/COPYING.GPL
similarity index 100%
rename from meta/recipes-bsp/usbinit/usbinit/COPYING.GPL
rename to yocto-poky/meta/recipes-bsp/usbinit/usbinit/COPYING.GPL
diff --git a/meta/recipes-bsp/usbinit/usbinit/usb-gether b/yocto-poky/meta/recipes-bsp/usbinit/usbinit/usb-gether
similarity index 100%
rename from meta/recipes-bsp/usbinit/usbinit/usb-gether
rename to yocto-poky/meta/recipes-bsp/usbinit/usbinit/usb-gether
diff --git a/meta/recipes-bsp/usbutils/usbutils-008/iconv.patch b/yocto-poky/meta/recipes-bsp/usbutils/usbutils-008/iconv.patch
similarity index 100%
rename from meta/recipes-bsp/usbutils/usbutils-008/iconv.patch
rename to yocto-poky/meta/recipes-bsp/usbutils/usbutils-008/iconv.patch
diff --git a/meta/recipes-bsp/usbutils/usbutils/Fix-NULL-pointer-crash.patch b/yocto-poky/meta/recipes-bsp/usbutils/usbutils/Fix-NULL-pointer-crash.patch
similarity index 100%
rename from meta/recipes-bsp/usbutils/usbutils/Fix-NULL-pointer-crash.patch
rename to yocto-poky/meta/recipes-bsp/usbutils/usbutils/Fix-NULL-pointer-crash.patch
diff --git a/meta/recipes-bsp/usbutils/usbutils/iconv.patch b/yocto-poky/meta/recipes-bsp/usbutils/usbutils/iconv.patch
similarity index 100%
rename from meta/recipes-bsp/usbutils/usbutils/iconv.patch
rename to yocto-poky/meta/recipes-bsp/usbutils/usbutils/iconv.patch
diff --git a/meta/recipes-bsp/usbutils/usbutils/usb-devices-avoid-dependency-on-bash.patch b/yocto-poky/meta/recipes-bsp/usbutils/usbutils/usb-devices-avoid-dependency-on-bash.patch
similarity index 100%
rename from meta/recipes-bsp/usbutils/usbutils/usb-devices-avoid-dependency-on-bash.patch
rename to yocto-poky/meta/recipes-bsp/usbutils/usbutils/usb-devices-avoid-dependency-on-bash.patch
diff --git a/meta/recipes-bsp/usbutils/usbutils_007.bb b/yocto-poky/meta/recipes-bsp/usbutils/usbutils_007.bb
similarity index 100%
rename from meta/recipes-bsp/usbutils/usbutils_007.bb
rename to yocto-poky/meta/recipes-bsp/usbutils/usbutils_007.bb
diff --git a/meta/recipes-bsp/usbutils/usbutils_008.bb b/yocto-poky/meta/recipes-bsp/usbutils/usbutils_008.bb
similarity index 100%
rename from meta/recipes-bsp/usbutils/usbutils_008.bb
rename to yocto-poky/meta/recipes-bsp/usbutils/usbutils_008.bb
diff --git a/meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch b/yocto-poky/meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch
similarity index 100%
rename from meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch
rename to yocto-poky/meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch
diff --git a/meta/recipes-bsp/v86d/v86d/ar-from-env.patch b/yocto-poky/meta/recipes-bsp/v86d/v86d/ar-from-env.patch
similarity index 100%
rename from meta/recipes-bsp/v86d/v86d/ar-from-env.patch
rename to yocto-poky/meta/recipes-bsp/v86d/v86d/ar-from-env.patch
diff --git a/meta/recipes-bsp/v86d/v86d/fbsetup b/yocto-poky/meta/recipes-bsp/v86d/v86d/fbsetup
similarity index 100%
rename from meta/recipes-bsp/v86d/v86d/fbsetup
rename to yocto-poky/meta/recipes-bsp/v86d/v86d/fbsetup
diff --git a/meta/recipes-bsp/v86d/v86d/uvesafb.conf b/yocto-poky/meta/recipes-bsp/v86d/v86d/uvesafb.conf
similarity index 100%
rename from meta/recipes-bsp/v86d/v86d/uvesafb.conf
rename to yocto-poky/meta/recipes-bsp/v86d/v86d/uvesafb.conf
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/yocto-poky/meta/recipes-bsp/v86d/v86d_0.1.10.bb
similarity index 100%
rename from meta/recipes-bsp/v86d/v86d_0.1.10.bb
rename to yocto-poky/meta/recipes-bsp/v86d/v86d_0.1.10.bb
diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/yocto-poky/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
similarity index 100%
rename from meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
rename to yocto-poky/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/yocto-poky/meta/recipes-connectivity/avahi/avahi.inc
similarity index 100%
rename from meta/recipes-connectivity/avahi/avahi.inc
rename to yocto-poky/meta/recipes-connectivity/avahi/avahi.inc
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb b/yocto-poky/meta/recipes-connectivity/avahi/avahi_0.6.31.bb
similarity index 100%
rename from meta/recipes-connectivity/avahi/avahi_0.6.31.bb
rename to yocto-poky/meta/recipes-connectivity/avahi/avahi_0.6.31.bb
diff --git a/meta/recipes-connectivity/avahi/files/0001-avahi-fix-avahi-status-command-error-prompt.patch b/yocto-poky/meta/recipes-connectivity/avahi/files/0001-avahi-fix-avahi-status-command-error-prompt.patch
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/0001-avahi-fix-avahi-status-command-error-prompt.patch
rename to yocto-poky/meta/recipes-connectivity/avahi/files/0001-avahi-fix-avahi-status-command-error-prompt.patch
diff --git a/meta/recipes-connectivity/avahi/files/00avahi-autoipd b/yocto-poky/meta/recipes-connectivity/avahi/files/00avahi-autoipd
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/00avahi-autoipd
rename to yocto-poky/meta/recipes-connectivity/avahi/files/00avahi-autoipd
diff --git a/meta/recipes-connectivity/avahi/files/99avahi-autoipd b/yocto-poky/meta/recipes-connectivity/avahi/files/99avahi-autoipd
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/99avahi-autoipd
rename to yocto-poky/meta/recipes-connectivity/avahi/files/99avahi-autoipd
diff --git a/meta/recipes-connectivity/avahi/files/avahi_fix_install_issue.patch b/yocto-poky/meta/recipes-connectivity/avahi/files/avahi_fix_install_issue.patch
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/avahi_fix_install_issue.patch
rename to yocto-poky/meta/recipes-connectivity/avahi/files/avahi_fix_install_issue.patch
diff --git a/meta/recipes-connectivity/avahi/files/fix_for_automake_1.12.x.patch b/yocto-poky/meta/recipes-connectivity/avahi/files/fix_for_automake_1.12.x.patch
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/fix_for_automake_1.12.x.patch
rename to yocto-poky/meta/recipes-connectivity/avahi/files/fix_for_automake_1.12.x.patch
diff --git a/meta/recipes-connectivity/avahi/files/initscript.patch b/yocto-poky/meta/recipes-connectivity/avahi/files/initscript.patch
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/initscript.patch
rename to yocto-poky/meta/recipes-connectivity/avahi/files/initscript.patch
diff --git a/meta/recipes-connectivity/avahi/files/out-of-tree.patch b/yocto-poky/meta/recipes-connectivity/avahi/files/out-of-tree.patch
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/out-of-tree.patch
rename to yocto-poky/meta/recipes-connectivity/avahi/files/out-of-tree.patch
diff --git a/meta/recipes-connectivity/avahi/files/reuseport-check.patch b/yocto-poky/meta/recipes-connectivity/avahi/files/reuseport-check.patch
similarity index 100%
rename from meta/recipes-connectivity/avahi/files/reuseport-check.patch
rename to yocto-poky/meta/recipes-connectivity/avahi/files/reuseport-check.patch
diff --git a/meta/recipes-connectivity/bind/bind/0001-build-use-pkg-config-to-find-libxml2.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/0001-build-use-pkg-config-to-find-libxml2.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/0001-build-use-pkg-config-to-find-libxml2.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/0001-build-use-pkg-config-to-find-libxml2.patch
diff --git a/meta/recipes-connectivity/bind/bind/0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch
diff --git a/meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch
diff --git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind/bind9 b/yocto-poky/meta/recipes-connectivity/bind/bind/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/bind9
rename to yocto-poky/meta/recipes-connectivity/bind/bind/bind9
diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/conf.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
diff --git a/meta/recipes-connectivity/bind/bind/generate-rndc-key.sh b/yocto-poky/meta/recipes-connectivity/bind/bind/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/generate-rndc-key.sh
rename to yocto-poky/meta/recipes-connectivity/bind/bind/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch b/yocto-poky/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
rename to yocto-poky/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind/mips1-not-support-opcode.diff b/yocto-poky/meta/recipes-connectivity/bind/bind/mips1-not-support-opcode.diff
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/mips1-not-support-opcode.diff
rename to yocto-poky/meta/recipes-connectivity/bind/bind/mips1-not-support-opcode.diff
diff --git a/meta/recipes-connectivity/bind/bind/named.service b/yocto-poky/meta/recipes-connectivity/bind/bind/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind/named.service
rename to yocto-poky/meta/recipes-connectivity/bind/bind/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb b/yocto-poky/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb
similarity index 100%
rename from meta/recipes-connectivity/bind/bind_9.10.2-P4.bb
rename to yocto-poky/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/yocto-poky/meta/recipes-connectivity/bluez5/bluez5.inc
similarity index 100%
rename from meta/recipes-connectivity/bluez5/bluez5.inc
rename to yocto-poky/meta/recipes-connectivity/bluez5/bluez5.inc
diff --git a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf b/yocto-poky/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
similarity index 100%
rename from meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
rename to yocto-poky/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.33.bb b/yocto-poky/meta/recipes-connectivity/bluez5/bluez5_5.33.bb
similarity index 100%
rename from meta/recipes-connectivity/bluez5/bluez5_5.33.bb
rename to yocto-poky/meta/recipes-connectivity/bluez5/bluez5_5.33.bb
diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/yocto-poky/meta/recipes-connectivity/connman/connman-conf.bb
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-conf.bb
rename to yocto-poky/meta/recipes-connectivity/connman/connman-conf.bb
diff --git a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup b/yocto-poky/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup
rename to yocto-poky/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup
diff --git a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config b/yocto-poky/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
rename to yocto-poky/meta/recipes-connectivity/connman/connman-conf/qemuall/wired.config
diff --git a/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch
diff --git a/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
diff --git a/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png
Binary files differ
diff --git a/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png
Binary files differ
diff --git a/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png
Binary files differ
diff --git a/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png
Binary files differ
diff --git a/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png
Binary files differ
diff --git a/meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/yocto-poky/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-gnome_0.7.bb
rename to yocto-poky/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
diff --git a/meta/recipes-connectivity/connman/connman.inc b/yocto-poky/meta/recipes-connectivity/connman/connman.inc
similarity index 100%
rename from meta/recipes-connectivity/connman/connman.inc
rename to yocto-poky/meta/recipes-connectivity/connman/connman.inc
diff --git a/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch b/yocto-poky/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch
rename to yocto-poky/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch
diff --git a/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch b/yocto-poky/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch
rename to yocto-poky/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch
diff --git a/meta/recipes-connectivity/connman/connman/connman b/yocto-poky/meta/recipes-connectivity/connman/connman/connman
similarity index 100%
rename from meta/recipes-connectivity/connman/connman/connman
rename to yocto-poky/meta/recipes-connectivity/connman/connman/connman
diff --git a/meta/recipes-connectivity/connman/connman_1.30.bb b/yocto-poky/meta/recipes-connectivity/connman/connman_1.30.bb
similarity index 100%
rename from meta/recipes-connectivity/connman/connman_1.30.bb
rename to yocto-poky/meta/recipes-connectivity/connman/connman_1.30.bb
diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp.inc
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp.inc
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp.inc
diff --git a/meta/recipes-connectivity/dhcp/dhcp/define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp/dhclient-script-drop-resolv.conf.dhclient.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/dhclient-script-drop-resolv.conf.dhclient.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/dhclient-script-drop-resolv.conf.dhclient.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/dhclient-script-drop-resolv.conf.dhclient.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp/dhcp-3.0.3-dhclient-dbus.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/dhcp-3.0.3-dhclient-dbus.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/dhcp-3.0.3-dhclient-dbus.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/dhcp-3.0.3-dhclient-dbus.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp/fix-external-bind.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/fix-external-bind.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/fix-external-bind.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/fix-external-bind.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp/fixsepbuild.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/fixsepbuild.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/fixsepbuild.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/fixsepbuild.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp/link-with-lcrypto.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/link-with-lcrypto.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/link-with-lcrypto.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/link-with-lcrypto.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp/replace-ifconfig-route.patch b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp/replace-ifconfig-route.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp/replace-ifconfig-route.patch
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp/replace-ifconfig-route.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.3.2.bb b/yocto-poky/meta/recipes-connectivity/dhcp/dhcp_4.3.2.bb
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp_4.3.2.bb
rename to yocto-poky/meta/recipes-connectivity/dhcp/dhcp_4.3.2.bb
diff --git a/meta/recipes-connectivity/dhcp/files/default-relay b/yocto-poky/meta/recipes-connectivity/dhcp/files/default-relay
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/default-relay
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/default-relay
diff --git a/meta/recipes-connectivity/dhcp/files/default-server b/yocto-poky/meta/recipes-connectivity/dhcp/files/default-server
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/default-server
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/default-server
diff --git a/meta/recipes-connectivity/dhcp/files/dhclient.conf b/yocto-poky/meta/recipes-connectivity/dhcp/files/dhclient.conf
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/dhclient.conf
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/dhclient.conf
diff --git a/meta/recipes-connectivity/dhcp/files/dhcpd.conf b/yocto-poky/meta/recipes-connectivity/dhcp/files/dhcpd.conf
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/dhcpd.conf
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/dhcpd.conf
diff --git a/meta/recipes-connectivity/dhcp/files/dhcpd.service b/yocto-poky/meta/recipes-connectivity/dhcp/files/dhcpd.service
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/dhcpd.service
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/dhcpd.service
diff --git a/meta/recipes-connectivity/dhcp/files/dhcpd6.service b/yocto-poky/meta/recipes-connectivity/dhcp/files/dhcpd6.service
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/dhcpd6.service
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/dhcpd6.service
diff --git a/meta/recipes-connectivity/dhcp/files/dhcrelay.service b/yocto-poky/meta/recipes-connectivity/dhcp/files/dhcrelay.service
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/dhcrelay.service
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/dhcrelay.service
diff --git a/meta/recipes-connectivity/dhcp/files/init-relay b/yocto-poky/meta/recipes-connectivity/dhcp/files/init-relay
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/init-relay
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/init-relay
diff --git a/meta/recipes-connectivity/dhcp/files/init-server b/yocto-poky/meta/recipes-connectivity/dhcp/files/init-server
similarity index 100%
rename from meta/recipes-connectivity/dhcp/files/init-server
rename to yocto-poky/meta/recipes-connectivity/dhcp/files/init-server
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/yocto-poky/meta/recipes-connectivity/iproute2/iproute2.inc
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2.inc
rename to yocto-poky/meta/recipes-connectivity/iproute2/iproute2.inc
diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-iproute2-de-bash-scripts.patch b/yocto-poky/meta/recipes-connectivity/iproute2/iproute2/0001-iproute2-de-bash-scripts.patch
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2/0001-iproute2-de-bash-scripts.patch
rename to yocto-poky/meta/recipes-connectivity/iproute2/iproute2/0001-iproute2-de-bash-scripts.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch b/yocto-poky/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
rename to yocto-poky/meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.1.1.bb b/yocto-poky/meta/recipes-connectivity/iproute2/iproute2_4.1.1.bb
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2_4.1.1.bb
rename to yocto-poky/meta/recipes-connectivity/iproute2/iproute2_4.1.1.bb
diff --git a/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init b/yocto-poky/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init
similarity index 100%
rename from meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init
rename to yocto-poky/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/init
diff --git a/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch b/yocto-poky/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch
similarity index 100%
rename from meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch
rename to yocto-poky/meta/recipes-connectivity/irda-utils/irda-utils-0.9.18/ldflags.patch
diff --git a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb b/yocto-poky/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb
similarity index 100%
rename from meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb
rename to yocto-poky/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb
diff --git a/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch b/yocto-poky/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
similarity index 100%
rename from meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
rename to yocto-poky/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
diff --git a/meta/recipes-connectivity/iw/iw/separate-objdir.patch b/yocto-poky/meta/recipes-connectivity/iw/iw/separate-objdir.patch
similarity index 100%
rename from meta/recipes-connectivity/iw/iw/separate-objdir.patch
rename to yocto-poky/meta/recipes-connectivity/iw/iw/separate-objdir.patch
diff --git a/meta/recipes-connectivity/iw/iw_4.1.bb b/yocto-poky/meta/recipes-connectivity/iw/iw_4.1.bb
similarity index 100%
rename from meta/recipes-connectivity/iw/iw_4.1.bb
rename to yocto-poky/meta/recipes-connectivity/iw/iw_4.1.bb
diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/yocto-poky/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
similarity index 100%
rename from meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
rename to yocto-poky/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb
diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/yocto-poky/meta/recipes-connectivity/libpcap/libpcap.inc
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap.inc
rename to yocto-poky/meta/recipes-connectivity/libpcap/libpcap.inc
diff --git a/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch b/yocto-poky/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap/aclocal.patch
rename to yocto-poky/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap/libpcap-pkgconfig-support.patch b/yocto-poky/meta/recipes-connectivity/libpcap/libpcap/libpcap-pkgconfig-support.patch
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap/libpcap-pkgconfig-support.patch
rename to yocto-poky/meta/recipes-connectivity/libpcap/libpcap/libpcap-pkgconfig-support.patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb b/yocto-poky/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb
rename to yocto-poky/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb
diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/yocto-poky/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
similarity index 100%
rename from meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
rename to yocto-poky/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
diff --git a/meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch b/yocto-poky/meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch
similarity index 100%
rename from meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch
rename to yocto-poky/meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch
diff --git a/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch b/yocto-poky/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
similarity index 100%
rename from meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
rename to yocto-poky/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch
diff --git a/meta/recipes-connectivity/neard/neard/neard.in b/yocto-poky/meta/recipes-connectivity/neard/neard/neard.in
similarity index 100%
rename from meta/recipes-connectivity/neard/neard/neard.in
rename to yocto-poky/meta/recipes-connectivity/neard/neard/neard.in
diff --git a/meta/recipes-connectivity/neard/neard_0.15.bb b/yocto-poky/meta/recipes-connectivity/neard/neard_0.15.bb
similarity index 100%
rename from meta/recipes-connectivity/neard/neard_0.15.bb
rename to yocto-poky/meta/recipes-connectivity/neard/neard_0.15.bb
diff --git a/meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/files/nfs-utils-debianize-start-statd.patch
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap/Set_nobody_user_group.patch
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap/fix-ac-prereq.patch
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb b/yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.25.bb
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-mountd.service
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-server.service
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-statd.service
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-Do-not-pass-CFLAGS-to-gcc-while-building.patch b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-Do-not-pass-CFLAGS-to-gcc-while-building.patch
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-Do-not-pass-CFLAGS-to-gcc-while-building.patch
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-Do-not-pass-CFLAGS-to-gcc-while-building.patch
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.conf
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils/proc-fs-nfsd.mount
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb b/yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
similarity index 100%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
rename to yocto-poky/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.1.bb
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/yocto-poky/meta/recipes-connectivity/ofono/ofono.inc
similarity index 100%
rename from meta/recipes-connectivity/ofono/ofono.inc
rename to yocto-poky/meta/recipes-connectivity/ofono/ofono.inc
diff --git a/meta/recipes-connectivity/ofono/ofono/0001-backtrace-Disable-for-non-glibc-C-libraries.patch b/yocto-poky/meta/recipes-connectivity/ofono/ofono/0001-backtrace-Disable-for-non-glibc-C-libraries.patch
similarity index 100%
rename from meta/recipes-connectivity/ofono/ofono/0001-backtrace-Disable-for-non-glibc-C-libraries.patch
rename to yocto-poky/meta/recipes-connectivity/ofono/ofono/0001-backtrace-Disable-for-non-glibc-C-libraries.patch
diff --git a/meta/recipes-connectivity/ofono/ofono/Revert-test-Convert-to-Python-3.patch b/yocto-poky/meta/recipes-connectivity/ofono/ofono/Revert-test-Convert-to-Python-3.patch
similarity index 100%
rename from meta/recipes-connectivity/ofono/ofono/Revert-test-Convert-to-Python-3.patch
rename to yocto-poky/meta/recipes-connectivity/ofono/ofono/Revert-test-Convert-to-Python-3.patch
diff --git a/meta/recipes-connectivity/ofono/ofono/ofono b/yocto-poky/meta/recipes-connectivity/ofono/ofono/ofono
similarity index 100%
rename from meta/recipes-connectivity/ofono/ofono/ofono
rename to yocto-poky/meta/recipes-connectivity/ofono/ofono/ofono
diff --git a/meta/recipes-connectivity/ofono/ofono_1.16.bb b/yocto-poky/meta/recipes-connectivity/ofono/ofono_1.16.bb
similarity index 100%
rename from meta/recipes-connectivity/ofono/ofono_1.16.bb
rename to yocto-poky/meta/recipes-connectivity/ofono/ofono_1.16.bb
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/yocto-poky/meta/recipes-connectivity/ofono/ofono_git.bb
similarity index 100%
rename from meta/recipes-connectivity/ofono/ofono_git.bb
rename to yocto-poky/meta/recipes-connectivity/ofono/ofono_git.bb
diff --git a/meta/recipes-connectivity/openssh/openssh/add-test-support-for-busybox.patch b/yocto-poky/meta/recipes-connectivity/openssh/openssh/add-test-support-for-busybox.patch
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/add-test-support-for-busybox.patch
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/add-test-support-for-busybox.patch
diff --git a/meta/recipes-connectivity/openssh/openssh/init b/yocto-poky/meta/recipes-connectivity/openssh/openssh/init
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/init
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/init
diff --git a/meta/recipes-connectivity/openssh/openssh/run-ptest b/yocto-poky/meta/recipes-connectivity/openssh/openssh/run-ptest
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/run-ptest
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/run-ptest
diff --git a/meta/recipes-connectivity/openssh/openssh/ssh_config b/yocto-poky/meta/recipes-connectivity/openssh/openssh/ssh_config
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/ssh_config
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/ssh_config
diff --git a/meta/recipes-connectivity/openssh/openssh/sshd b/yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/sshd
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd
diff --git a/meta/recipes-connectivity/openssh/openssh/sshd.socket b/yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd.socket
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/sshd.socket
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd.socket
diff --git a/meta/recipes-connectivity/openssh/openssh/sshd@.service b/yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd@.service
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/sshd@.service
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd@.service
diff --git a/meta/recipes-connectivity/openssh/openssh/sshd_config b/yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd_config
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/sshd_config
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/sshd_config
diff --git a/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service b/yocto-poky/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service
diff --git a/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd b/yocto-poky/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p1.bb b/yocto-poky/meta/recipes-connectivity/openssh/openssh_7.1p1.bb
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh_7.1p1.bb
rename to yocto-poky/meta/recipes-connectivity/openssh/openssh_7.1p1.bb
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/yocto-poky/meta/recipes-connectivity/openssl/openssl.inc
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl.inc
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl.inc
diff --git a/meta/recipes-connectivity/openssl/openssl/Makefiles-ptest.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/Makefiles-ptest.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/Makefiles-ptest.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/Makefiles-ptest.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/configure-targets.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/configure-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/configure-targets.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/configure-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/c_rehash-compat.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/c_rehash-compat.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/c_rehash-compat.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/c_rehash-compat.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/ca.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/ca.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/ca.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/ca.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/debian-targets.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/debian-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/debian-targets.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/debian-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/man-dir.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/man-dir.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/man-dir.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/man-dir.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/man-section.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/no-rpath.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/no-rpath.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/no-rpath.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/no-rpath.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/no-symbolic.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/no-symbolic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/no-symbolic.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/no-symbolic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/pic.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/pic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/pic.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/pic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian/version-script.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/version-script.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian/version-script.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian/version-script.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_digicert_malaysia.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_digicert_malaysia.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_digicert_malaysia.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_digicert_malaysia.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_diginotar.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_diginotar.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_diginotar.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/debian1.0.2/block_diginotar.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/engines-install-in-libdir-ssl.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/engines-install-in-libdir-ssl.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/engines-install-in-libdir-ssl.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/engines-install-in-libdir-ssl.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/find.pl b/yocto-poky/meta/recipes-connectivity/openssl/openssl/find.pl
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/find.pl
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/find.pl
diff --git a/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/fix-cipher-des-ede3-cfb1.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/oe-ldflags.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/oe-ldflags.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/oe-ldflags.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/oe-ldflags.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/openssl-1.0.2a-x32-asm.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl-1.0.2a-x32-asm.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/openssl-1.0.2a-x32-asm.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl-1.0.2a-x32-asm.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/openssl-fix-des.pod-error.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl-fix-des.pod-error.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/openssl-fix-des.pod-error.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl-fix-des.pod-error.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/openssl_fix_for_x32.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/ptest-deps.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/ptest-deps.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/ptest-deps.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/ptest-deps.patch
diff --git a/meta/recipes-connectivity/openssl/openssl/run-ptest b/yocto-poky/meta/recipes-connectivity/openssl/openssl/run-ptest
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/run-ptest
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/run-ptest
diff --git a/meta/recipes-connectivity/openssl/openssl/shared-libs.patch b/yocto-poky/meta/recipes-connectivity/openssl/openssl/shared-libs.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl/shared-libs.patch
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl/shared-libs.patch
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb b/yocto-poky/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl_1.0.2d.bb
rename to yocto-poky/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb
diff --git a/meta/recipes-connectivity/portmap/portmap.inc b/yocto-poky/meta/recipes-connectivity/portmap/portmap.inc
similarity index 100%
rename from meta/recipes-connectivity/portmap/portmap.inc
rename to yocto-poky/meta/recipes-connectivity/portmap/portmap.inc
diff --git a/meta/recipes-connectivity/portmap/portmap/destdir-no-strip.patch b/yocto-poky/meta/recipes-connectivity/portmap/portmap/destdir-no-strip.patch
similarity index 100%
rename from meta/recipes-connectivity/portmap/portmap/destdir-no-strip.patch
rename to yocto-poky/meta/recipes-connectivity/portmap/portmap/destdir-no-strip.patch
diff --git a/meta/recipes-connectivity/portmap/portmap/portmap.init b/yocto-poky/meta/recipes-connectivity/portmap/portmap/portmap.init
similarity index 100%
rename from meta/recipes-connectivity/portmap/portmap/portmap.init
rename to yocto-poky/meta/recipes-connectivity/portmap/portmap/portmap.init
diff --git a/meta/recipes-connectivity/portmap/portmap/portmap.service b/yocto-poky/meta/recipes-connectivity/portmap/portmap/portmap.service
similarity index 100%
rename from meta/recipes-connectivity/portmap/portmap/portmap.service
rename to yocto-poky/meta/recipes-connectivity/portmap/portmap/portmap.service
diff --git a/meta/recipes-connectivity/portmap/portmap/tcpd-config.patch b/yocto-poky/meta/recipes-connectivity/portmap/portmap/tcpd-config.patch
similarity index 100%
rename from meta/recipes-connectivity/portmap/portmap/tcpd-config.patch
rename to yocto-poky/meta/recipes-connectivity/portmap/portmap/tcpd-config.patch
diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/yocto-poky/meta/recipes-connectivity/portmap/portmap_6.0.bb
similarity index 100%
rename from meta/recipes-connectivity/portmap/portmap_6.0.bb
rename to yocto-poky/meta/recipes-connectivity/portmap/portmap_6.0.bb
diff --git a/meta/recipes-connectivity/ppp-dialin/files/host-peer b/yocto-poky/meta/recipes-connectivity/ppp-dialin/files/host-peer
similarity index 100%
rename from meta/recipes-connectivity/ppp-dialin/files/host-peer
rename to yocto-poky/meta/recipes-connectivity/ppp-dialin/files/host-peer
diff --git a/meta/recipes-connectivity/ppp-dialin/files/ppp-dialin b/yocto-poky/meta/recipes-connectivity/ppp-dialin/files/ppp-dialin
similarity index 100%
rename from meta/recipes-connectivity/ppp-dialin/files/ppp-dialin
rename to yocto-poky/meta/recipes-connectivity/ppp-dialin/files/ppp-dialin
diff --git a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb b/yocto-poky/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb
similarity index 100%
rename from meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb
rename to yocto-poky/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb
diff --git a/meta/recipes-connectivity/ppp/ppp/0001-ppp-Fix-compilation-errors-in-Makefile.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/0001-ppp-Fix-compilation-errors-in-Makefile.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/0001-ppp-Fix-compilation-errors-in-Makefile.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/0001-ppp-Fix-compilation-errors-in-Makefile.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/08setupdns b/yocto-poky/meta/recipes-connectivity/ppp/ppp/08setupdns
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/08setupdns
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/08setupdns
diff --git a/meta/recipes-connectivity/ppp/ppp/92removedns b/yocto-poky/meta/recipes-connectivity/ppp/ppp/92removedns
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/92removedns
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/92removedns
diff --git a/meta/recipes-connectivity/ppp/ppp/cifdefroute.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/cifdefroute.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/cifdefroute.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/cifdefroute.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/copts.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/copts.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/copts.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/copts.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/fix-CVE-2015-3310.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/fix-CVE-2015-3310.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/fix-CVE-2015-3310.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/fix-CVE-2015-3310.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/init b/yocto-poky/meta/recipes-connectivity/ppp/ppp/init
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/init
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/init
diff --git a/meta/recipes-connectivity/ppp/ppp/ip-down b/yocto-poky/meta/recipes-connectivity/ppp/ppp/ip-down
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/ip-down
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/ip-down
diff --git a/meta/recipes-connectivity/ppp/ppp/ip-up b/yocto-poky/meta/recipes-connectivity/ppp/ppp/ip-up
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/ip-up
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/ip-up
diff --git a/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/makefile.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/makefile.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/makefile.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/makefile.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/pap b/yocto-poky/meta/recipes-connectivity/ppp/ppp/pap
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/pap
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/pap
diff --git a/meta/recipes-connectivity/ppp/ppp/poff b/yocto-poky/meta/recipes-connectivity/ppp/ppp/poff
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/poff
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/poff
diff --git a/meta/recipes-connectivity/ppp/ppp/pon b/yocto-poky/meta/recipes-connectivity/ppp/ppp/pon
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/pon
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/pon
diff --git a/meta/recipes-connectivity/ppp/ppp/ppp@.service b/yocto-poky/meta/recipes-connectivity/ppp/ppp/ppp@.service
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/ppp@.service
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/ppp@.service
diff --git a/meta/recipes-connectivity/ppp/ppp/ppp_on_boot b/yocto-poky/meta/recipes-connectivity/ppp/ppp/ppp_on_boot
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/ppp_on_boot
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/ppp_on_boot
diff --git a/meta/recipes-connectivity/ppp/ppp/pppd-resolv-varrun.patch b/yocto-poky/meta/recipes-connectivity/ppp/ppp/pppd-resolv-varrun.patch
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/pppd-resolv-varrun.patch
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/pppd-resolv-varrun.patch
diff --git a/meta/recipes-connectivity/ppp/ppp/provider b/yocto-poky/meta/recipes-connectivity/ppp/ppp/provider
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp/provider
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp/provider
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/yocto-poky/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
similarity index 100%
rename from meta/recipes-connectivity/ppp/ppp_2.4.7.bb
rename to yocto-poky/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf b/yocto-poky/meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf
similarity index 100%
rename from meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf
rename to yocto-poky/meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch b/yocto-poky/meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch
similarity index 100%
rename from meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch
rename to yocto-poky/meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb b/yocto-poky/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb
similarity index 100%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb
rename to yocto-poky/meta/recipes-connectivity/resolvconf/resolvconf_1.77.bb
diff --git a/meta/recipes-connectivity/socat/socat/Makefile.in-fix-for-parallel-build.patch b/yocto-poky/meta/recipes-connectivity/socat/socat/Makefile.in-fix-for-parallel-build.patch
similarity index 100%
rename from meta/recipes-connectivity/socat/socat/Makefile.in-fix-for-parallel-build.patch
rename to yocto-poky/meta/recipes-connectivity/socat/socat/Makefile.in-fix-for-parallel-build.patch
diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.0.bb b/yocto-poky/meta/recipes-connectivity/socat/socat_1.7.3.0.bb
similarity index 100%
rename from meta/recipes-connectivity/socat/socat_1.7.3.0.bb
rename to yocto-poky/meta/recipes-connectivity/socat/socat_1.7.3.0.bb
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools/avoid_strip.patch b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/avoid_strip.patch
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools/avoid_strip.patch
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/avoid_strip.patch
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools/ldflags.patch b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/ldflags.patch
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools/ldflags.patch
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/ldflags.patch
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools/man.patch b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/man.patch
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools/man.patch
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/man.patch
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools/remove.ldconfig.call.patch b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/remove.ldconfig.call.patch
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools/remove.ldconfig.call.patch
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/remove.ldconfig.call.patch
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools/wireless-tools.if-pre-up b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/wireless-tools.if-pre-up
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools/wireless-tools.if-pre-up
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/wireless-tools.if-pre-up
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools/zzz-wireless.if-pre-up b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/zzz-wireless.if-pre-up
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools/zzz-wireless.if-pre-up
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools/zzz-wireless.if-pre-up
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb b/yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
similarity index 100%
rename from meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
rename to yocto-poky/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb b/yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb
rename to yocto-poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb
diff --git a/meta/recipes-core/base-files/base-files/filesystems b/yocto-poky/meta/recipes-core/base-files/base-files/filesystems
similarity index 100%
rename from meta/recipes-core/base-files/base-files/filesystems
rename to yocto-poky/meta/recipes-core/base-files/base-files/filesystems
diff --git a/meta/recipes-core/base-files/base-files/fstab b/yocto-poky/meta/recipes-core/base-files/base-files/fstab
similarity index 100%
rename from meta/recipes-core/base-files/base-files/fstab
rename to yocto-poky/meta/recipes-core/base-files/base-files/fstab
diff --git a/meta/recipes-core/base-files/base-files/host.conf b/yocto-poky/meta/recipes-core/base-files/base-files/host.conf
similarity index 100%
rename from meta/recipes-core/base-files/base-files/host.conf
rename to yocto-poky/meta/recipes-core/base-files/base-files/host.conf
diff --git a/meta/recipes-core/base-files/base-files/inputrc b/yocto-poky/meta/recipes-core/base-files/base-files/inputrc
similarity index 100%
rename from meta/recipes-core/base-files/base-files/inputrc
rename to yocto-poky/meta/recipes-core/base-files/base-files/inputrc
diff --git a/meta/recipes-core/base-files/base-files/issue b/yocto-poky/meta/recipes-core/base-files/base-files/issue
similarity index 100%
rename from meta/recipes-core/base-files/base-files/issue
rename to yocto-poky/meta/recipes-core/base-files/base-files/issue
diff --git a/meta/recipes-core/base-files/base-files/issue.net b/yocto-poky/meta/recipes-core/base-files/base-files/issue.net
similarity index 100%
rename from meta/recipes-core/base-files/base-files/issue.net
rename to yocto-poky/meta/recipes-core/base-files/base-files/issue.net
diff --git a/meta/recipes-core/base-files/base-files/licenses/GPL-2 b/yocto-poky/meta/recipes-core/base-files/base-files/licenses/GPL-2
similarity index 100%
rename from meta/recipes-core/base-files/base-files/licenses/GPL-2
rename to yocto-poky/meta/recipes-core/base-files/base-files/licenses/GPL-2
diff --git a/meta/recipes-core/base-files/base-files/motd b/yocto-poky/meta/recipes-core/base-files/base-files/motd
similarity index 100%
rename from meta/recipes-core/base-files/base-files/motd
rename to yocto-poky/meta/recipes-core/base-files/base-files/motd
diff --git a/meta/recipes-core/base-files/base-files/nsswitch.conf b/yocto-poky/meta/recipes-core/base-files/base-files/nsswitch.conf
similarity index 100%
rename from meta/recipes-core/base-files/base-files/nsswitch.conf
rename to yocto-poky/meta/recipes-core/base-files/base-files/nsswitch.conf
diff --git a/meta/recipes-core/base-files/base-files/profile b/yocto-poky/meta/recipes-core/base-files/base-files/profile
similarity index 100%
rename from meta/recipes-core/base-files/base-files/profile
rename to yocto-poky/meta/recipes-core/base-files/base-files/profile
diff --git a/meta/recipes-core/base-files/base-files/rotation b/yocto-poky/meta/recipes-core/base-files/base-files/rotation
similarity index 100%
rename from meta/recipes-core/base-files/base-files/rotation
rename to yocto-poky/meta/recipes-core/base-files/base-files/rotation
diff --git a/meta/recipes-core/base-files/base-files/share/dot.bashrc b/yocto-poky/meta/recipes-core/base-files/base-files/share/dot.bashrc
similarity index 100%
rename from meta/recipes-core/base-files/base-files/share/dot.bashrc
rename to yocto-poky/meta/recipes-core/base-files/base-files/share/dot.bashrc
diff --git a/meta/recipes-core/base-files/base-files/share/dot.profile b/yocto-poky/meta/recipes-core/base-files/base-files/share/dot.profile
similarity index 100%
rename from meta/recipes-core/base-files/base-files/share/dot.profile
rename to yocto-poky/meta/recipes-core/base-files/base-files/share/dot.profile
diff --git a/meta/recipes-core/base-files/base-files/shells b/yocto-poky/meta/recipes-core/base-files/base-files/shells
similarity index 100%
rename from meta/recipes-core/base-files/base-files/shells
rename to yocto-poky/meta/recipes-core/base-files/base-files/shells
diff --git a/meta/recipes-core/base-files/base-files/usbd b/yocto-poky/meta/recipes-core/base-files/base-files/usbd
similarity index 100%
rename from meta/recipes-core/base-files/base-files/usbd
rename to yocto-poky/meta/recipes-core/base-files/base-files/usbd
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/yocto-poky/meta/recipes-core/base-files/base-files_3.0.14.bb
similarity index 100%
rename from meta/recipes-core/base-files/base-files_3.0.14.bb
rename to yocto-poky/meta/recipes-core/base-files/base-files_3.0.14.bb
diff --git a/meta/recipes-core/base-passwd/base-passwd/add_shutdown.patch b/yocto-poky/meta/recipes-core/base-passwd/base-passwd/add_shutdown.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd/add_shutdown.patch
rename to yocto-poky/meta/recipes-core/base-passwd/base-passwd/add_shutdown.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd/disable-docs.patch b/yocto-poky/meta/recipes-core/base-passwd/base-passwd/disable-docs.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd/disable-docs.patch
rename to yocto-poky/meta/recipes-core/base-passwd/base-passwd/disable-docs.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd/input.patch b/yocto-poky/meta/recipes-core/base-passwd/base-passwd/input.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd/input.patch
rename to yocto-poky/meta/recipes-core/base-passwd/base-passwd/input.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd/nobash.patch b/yocto-poky/meta/recipes-core/base-passwd/base-passwd/nobash.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd/nobash.patch
rename to yocto-poky/meta/recipes-core/base-passwd/base-passwd/nobash.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd/noshadow.patch b/yocto-poky/meta/recipes-core/base-passwd/base-passwd/noshadow.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd/noshadow.patch
rename to yocto-poky/meta/recipes-core/base-passwd/base-passwd/noshadow.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb b/yocto-poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
rename to yocto-poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
diff --git a/meta/recipes-core/busybox/busybox.inc b/yocto-poky/meta/recipes-core/busybox/busybox.inc
similarity index 100%
rename from meta/recipes-core/busybox/busybox.inc
rename to yocto-poky/meta/recipes-core/busybox/busybox.inc
diff --git a/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch b/yocto-poky/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/0001-chown-fix-help-text.patch
diff --git a/meta/recipes-core/busybox/busybox/0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch b/yocto-poky/meta/recipes-core/busybox/busybox/0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch
diff --git a/meta/recipes-core/busybox/busybox/busybox-appletlib-dependency.patch b/yocto-poky/meta/recipes-core/busybox/busybox/busybox-appletlib-dependency.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/busybox-appletlib-dependency.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/busybox-appletlib-dependency.patch
diff --git a/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch b/yocto-poky/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch
diff --git a/meta/recipes-core/busybox/busybox/busybox-udhcpc-no_deconfig.patch b/yocto-poky/meta/recipes-core/busybox/busybox/busybox-udhcpc-no_deconfig.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/busybox-udhcpc-no_deconfig.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/busybox-udhcpc-no_deconfig.patch
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/yocto-poky/meta/recipes-core/busybox/busybox/defconfig
similarity index 100%
rename from meta/recipes-core/busybox/busybox/defconfig
rename to yocto-poky/meta/recipes-core/busybox/busybox/defconfig
diff --git a/meta/recipes-core/busybox/busybox/fail_on_no_media.patch b/yocto-poky/meta/recipes-core/busybox/busybox/fail_on_no_media.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/fail_on_no_media.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/fail_on_no_media.patch
diff --git a/meta/recipes-core/busybox/busybox/get_header_tar.patch b/yocto-poky/meta/recipes-core/busybox/busybox/get_header_tar.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/get_header_tar.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/get_header_tar.patch
diff --git a/meta/recipes-core/busybox/busybox/getopts.cfg b/yocto-poky/meta/recipes-core/busybox/busybox/getopts.cfg
similarity index 100%
rename from meta/recipes-core/busybox/busybox/getopts.cfg
rename to yocto-poky/meta/recipes-core/busybox/busybox/getopts.cfg
diff --git a/meta/recipes-core/busybox/busybox/login-utilities.cfg b/yocto-poky/meta/recipes-core/busybox/busybox/login-utilities.cfg
similarity index 100%
rename from meta/recipes-core/busybox/busybox/login-utilities.cfg
rename to yocto-poky/meta/recipes-core/busybox/busybox/login-utilities.cfg
diff --git a/meta/recipes-core/busybox/busybox/mount-via-label.cfg b/yocto-poky/meta/recipes-core/busybox/busybox/mount-via-label.cfg
similarity index 100%
rename from meta/recipes-core/busybox/busybox/mount-via-label.cfg
rename to yocto-poky/meta/recipes-core/busybox/busybox/mount-via-label.cfg
diff --git a/meta/recipes-core/busybox/busybox/recognize_connmand.patch b/yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox/recognize_connmand.patch
rename to yocto-poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch
diff --git a/meta/recipes-core/busybox/busybox/sha1sum.cfg b/yocto-poky/meta/recipes-core/busybox/busybox/sha1sum.cfg
similarity index 100%
rename from meta/recipes-core/busybox/busybox/sha1sum.cfg
rename to yocto-poky/meta/recipes-core/busybox/busybox/sha1sum.cfg
diff --git a/meta/recipes-core/busybox/busybox/sha256sum.cfg b/yocto-poky/meta/recipes-core/busybox/busybox/sha256sum.cfg
similarity index 100%
rename from meta/recipes-core/busybox/busybox/sha256sum.cfg
rename to yocto-poky/meta/recipes-core/busybox/busybox/sha256sum.cfg
diff --git a/meta/recipes-core/busybox/busybox_1.23.2.bb b/yocto-poky/meta/recipes-core/busybox/busybox_1.23.2.bb
similarity index 100%
rename from meta/recipes-core/busybox/busybox_1.23.2.bb
rename to yocto-poky/meta/recipes-core/busybox/busybox_1.23.2.bb
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/yocto-poky/meta/recipes-core/busybox/busybox_git.bb
similarity index 100%
rename from meta/recipes-core/busybox/busybox_git.bb
rename to yocto-poky/meta/recipes-core/busybox/busybox_git.bb
diff --git a/meta/recipes-core/busybox/files/busybox-cron b/yocto-poky/meta/recipes-core/busybox/files/busybox-cron
similarity index 100%
rename from meta/recipes-core/busybox/files/busybox-cron
rename to yocto-poky/meta/recipes-core/busybox/files/busybox-cron
diff --git a/meta/recipes-core/busybox/files/busybox-httpd b/yocto-poky/meta/recipes-core/busybox/files/busybox-httpd
similarity index 100%
rename from meta/recipes-core/busybox/files/busybox-httpd
rename to yocto-poky/meta/recipes-core/busybox/files/busybox-httpd
diff --git a/meta/recipes-core/busybox/files/busybox-klogd.service.in b/yocto-poky/meta/recipes-core/busybox/files/busybox-klogd.service.in
similarity index 100%
rename from meta/recipes-core/busybox/files/busybox-klogd.service.in
rename to yocto-poky/meta/recipes-core/busybox/files/busybox-klogd.service.in
diff --git a/meta/recipes-core/busybox/files/busybox-syslog.default b/yocto-poky/meta/recipes-core/busybox/files/busybox-syslog.default
similarity index 100%
rename from meta/recipes-core/busybox/files/busybox-syslog.default
rename to yocto-poky/meta/recipes-core/busybox/files/busybox-syslog.default
diff --git a/meta/recipes-core/busybox/files/busybox-syslog.service.in b/yocto-poky/meta/recipes-core/busybox/files/busybox-syslog.service.in
similarity index 100%
rename from meta/recipes-core/busybox/files/busybox-syslog.service.in
rename to yocto-poky/meta/recipes-core/busybox/files/busybox-syslog.service.in
diff --git a/meta/recipes-core/busybox/files/busybox-udhcpd b/yocto-poky/meta/recipes-core/busybox/files/busybox-udhcpd
similarity index 100%
rename from meta/recipes-core/busybox/files/busybox-udhcpd
rename to yocto-poky/meta/recipes-core/busybox/files/busybox-udhcpd
diff --git a/meta/recipes-core/busybox/files/default.script b/yocto-poky/meta/recipes-core/busybox/files/default.script
similarity index 100%
rename from meta/recipes-core/busybox/files/default.script
rename to yocto-poky/meta/recipes-core/busybox/files/default.script
diff --git a/meta/recipes-core/busybox/files/find-touchscreen.sh b/yocto-poky/meta/recipes-core/busybox/files/find-touchscreen.sh
similarity index 100%
rename from meta/recipes-core/busybox/files/find-touchscreen.sh
rename to yocto-poky/meta/recipes-core/busybox/files/find-touchscreen.sh
diff --git a/meta/recipes-core/busybox/files/hwclock.sh b/yocto-poky/meta/recipes-core/busybox/files/hwclock.sh
similarity index 100%
rename from meta/recipes-core/busybox/files/hwclock.sh
rename to yocto-poky/meta/recipes-core/busybox/files/hwclock.sh
diff --git a/meta/recipes-core/busybox/files/inetd b/yocto-poky/meta/recipes-core/busybox/files/inetd
similarity index 100%
rename from meta/recipes-core/busybox/files/inetd
rename to yocto-poky/meta/recipes-core/busybox/files/inetd
diff --git a/meta/recipes-core/busybox/files/inetd.conf b/yocto-poky/meta/recipes-core/busybox/files/inetd.conf
similarity index 100%
rename from meta/recipes-core/busybox/files/inetd.conf
rename to yocto-poky/meta/recipes-core/busybox/files/inetd.conf
diff --git a/meta/recipes-core/busybox/files/mdev b/yocto-poky/meta/recipes-core/busybox/files/mdev
similarity index 100%
rename from meta/recipes-core/busybox/files/mdev
rename to yocto-poky/meta/recipes-core/busybox/files/mdev
diff --git a/meta/recipes-core/busybox/files/mdev-mount.sh b/yocto-poky/meta/recipes-core/busybox/files/mdev-mount.sh
similarity index 100%
rename from meta/recipes-core/busybox/files/mdev-mount.sh
rename to yocto-poky/meta/recipes-core/busybox/files/mdev-mount.sh
diff --git a/meta/recipes-core/busybox/files/mdev.conf b/yocto-poky/meta/recipes-core/busybox/files/mdev.conf
similarity index 100%
rename from meta/recipes-core/busybox/files/mdev.conf
rename to yocto-poky/meta/recipes-core/busybox/files/mdev.conf
diff --git a/meta/recipes-core/busybox/files/mount.busybox b/yocto-poky/meta/recipes-core/busybox/files/mount.busybox
similarity index 100%
rename from meta/recipes-core/busybox/files/mount.busybox
rename to yocto-poky/meta/recipes-core/busybox/files/mount.busybox
diff --git a/meta/recipes-core/busybox/files/run-ptest b/yocto-poky/meta/recipes-core/busybox/files/run-ptest
similarity index 100%
rename from meta/recipes-core/busybox/files/run-ptest
rename to yocto-poky/meta/recipes-core/busybox/files/run-ptest
diff --git a/meta/recipes-core/busybox/files/simple.script b/yocto-poky/meta/recipes-core/busybox/files/simple.script
similarity index 100%
rename from meta/recipes-core/busybox/files/simple.script
rename to yocto-poky/meta/recipes-core/busybox/files/simple.script
diff --git a/meta/recipes-core/busybox/files/syslog b/yocto-poky/meta/recipes-core/busybox/files/syslog
similarity index 100%
rename from meta/recipes-core/busybox/files/syslog
rename to yocto-poky/meta/recipes-core/busybox/files/syslog
diff --git a/meta/recipes-core/busybox/files/syslog-startup.conf b/yocto-poky/meta/recipes-core/busybox/files/syslog-startup.conf
similarity index 100%
rename from meta/recipes-core/busybox/files/syslog-startup.conf
rename to yocto-poky/meta/recipes-core/busybox/files/syslog-startup.conf
diff --git a/meta/recipes-core/busybox/files/syslog.conf b/yocto-poky/meta/recipes-core/busybox/files/syslog.conf
similarity index 100%
rename from meta/recipes-core/busybox/files/syslog.conf
rename to yocto-poky/meta/recipes-core/busybox/files/syslog.conf
diff --git a/meta/recipes-core/busybox/files/umount.busybox b/yocto-poky/meta/recipes-core/busybox/files/umount.busybox
similarity index 100%
rename from meta/recipes-core/busybox/files/umount.busybox
rename to yocto-poky/meta/recipes-core/busybox/files/umount.busybox
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/Makevars b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/Makevars
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/Makevars
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/Makevars
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/codepage.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/codepage.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/codepage.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/codepage.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/compile.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/compile.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/compile.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/compile.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/configure.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/fix-libconsole-linking.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/fix-libconsole-linking.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/fix-libconsole-linking.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/fix-libconsole-linking.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/kbdrate.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/kbdrate.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/kbdrate.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/kbdrate.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/lcmessage.m4 b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/lcmessage.m4
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/lcmessage.m4
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/lcmessage.m4
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/no-dep-on-libfl.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/no-dep-on-libfl.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/no-dep-on-libfl.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/no-dep-on-libfl.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/nodocs.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/nodocs.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/nodocs.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/nodocs.patch
diff --git a/meta/recipes-core/console-tools/console-tools-0.3.2/uclibc-fileno.patch b/yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/uclibc-fileno.patch
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools-0.3.2/uclibc-fileno.patch
rename to yocto-poky/meta/recipes-core/console-tools/console-tools-0.3.2/uclibc-fileno.patch
diff --git a/meta/recipes-core/console-tools/console-tools_0.3.2.bb b/yocto-poky/meta/recipes-core/console-tools/console-tools_0.3.2.bb
similarity index 100%
rename from meta/recipes-core/console-tools/console-tools_0.3.2.bb
rename to yocto-poky/meta/recipes-core/console-tools/console-tools_0.3.2.bb
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-6.9-cp-i-u.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-6.9-cp-i-u.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-6.9-cp-i-u.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-6.9-cp-i-u.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-install.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-install.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-install.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-install.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-fix-texinfo.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-i18n.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-i18n.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-i18n.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-i18n.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-ls-x.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-ls-x.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-ls-x.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-ls-x.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/coreutils_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/coreutils_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/coreutils_fix_for_automake-1.12.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/fix_for_manpage_building.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/fix_for_manpage_building.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/fix_for_manpage_building.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/fix_for_manpage_building.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/futimens.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/futimens.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/futimens.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/futimens.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/gnulib_m4.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/gnulib_m4.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/gnulib_m4.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/gnulib_m4.patch
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/man-touch.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/man-touch.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-6.9/man-touch.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-6.9/man-touch.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/fix-selinux-flask.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/fix-selinux-flask.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/fix-selinux-flask.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/fix-selinux-flask.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/man-decouple-manpages-from-build.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/man-decouple-manpages-from-build.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/man-decouple-manpages-from-build.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/man-decouple-manpages-from-build.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/remove-usr-local-lib-from-m4.patch b/yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/remove-usr-local-lib-from-m4.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/remove-usr-local-lib-from-m4.patch
rename to yocto-poky/meta/recipes-core/coreutils/coreutils-8.24/remove-usr-local-lib-from-m4.patch
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/yocto-poky/meta/recipes-core/coreutils/coreutils_6.9.bb
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils_6.9.bb
rename to yocto-poky/meta/recipes-core/coreutils/coreutils_6.9.bb
diff --git a/meta/recipes-core/coreutils/coreutils_8.24.bb b/yocto-poky/meta/recipes-core/coreutils/coreutils_8.24.bb
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils_8.24.bb
rename to yocto-poky/meta/recipes-core/coreutils/coreutils_8.24.bb
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/yocto-poky/meta/recipes-core/dbus-wait/dbus-wait_git.bb
similarity index 100%
rename from meta/recipes-core/dbus-wait/dbus-wait_git.bb
rename to yocto-poky/meta/recipes-core/dbus-wait/dbus-wait_git.bb
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/yocto-poky/meta/recipes-core/dbus/dbus-glib.inc
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib.inc
rename to yocto-poky/meta/recipes-core/dbus/dbus-glib.inc
diff --git a/meta/recipes-core/dbus/dbus-glib/no-examples.patch b/yocto-poky/meta/recipes-core/dbus/dbus-glib/no-examples.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib/no-examples.patch
rename to yocto-poky/meta/recipes-core/dbus/dbus-glib/no-examples.patch
diff --git a/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch b/yocto-poky/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch
rename to yocto-poky/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch
diff --git a/meta/recipes-core/dbus/dbus-glib_0.104.bb b/yocto-poky/meta/recipes-core/dbus/dbus-glib_0.104.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib_0.104.bb
rename to yocto-poky/meta/recipes-core/dbus/dbus-glib_0.104.bb
diff --git a/meta/recipes-core/dbus/dbus-test_1.8.20.bb b/yocto-poky/meta/recipes-core/dbus/dbus-test_1.8.20.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus-test_1.8.20.bb
rename to yocto-poky/meta/recipes-core/dbus/dbus-test_1.8.20.bb
diff --git a/meta/recipes-core/dbus/dbus.inc b/yocto-poky/meta/recipes-core/dbus/dbus.inc
similarity index 100%
rename from meta/recipes-core/dbus/dbus.inc
rename to yocto-poky/meta/recipes-core/dbus/dbus.inc
diff --git a/meta/recipes-core/dbus/dbus/clear-guid_from_server-if-send_negotiate_unix_f.patch b/yocto-poky/meta/recipes-core/dbus/dbus/clear-guid_from_server-if-send_negotiate_unix_f.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus/clear-guid_from_server-if-send_negotiate_unix_f.patch
rename to yocto-poky/meta/recipes-core/dbus/dbus/clear-guid_from_server-if-send_negotiate_unix_f.patch
diff --git a/meta/recipes-core/dbus/dbus/dbus-1.init b/yocto-poky/meta/recipes-core/dbus/dbus/dbus-1.init
similarity index 100%
rename from meta/recipes-core/dbus/dbus/dbus-1.init
rename to yocto-poky/meta/recipes-core/dbus/dbus/dbus-1.init
diff --git a/meta/recipes-core/dbus/dbus/os-test.patch b/yocto-poky/meta/recipes-core/dbus/dbus/os-test.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus/os-test.patch
rename to yocto-poky/meta/recipes-core/dbus/dbus/os-test.patch
diff --git a/meta/recipes-core/dbus/dbus/python-config.patch b/yocto-poky/meta/recipes-core/dbus/dbus/python-config.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus/python-config.patch
rename to yocto-poky/meta/recipes-core/dbus/dbus/python-config.patch
diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/yocto-poky/meta/recipes-core/dbus/dbus/run-ptest
similarity index 100%
rename from meta/recipes-core/dbus/dbus/run-ptest
rename to yocto-poky/meta/recipes-core/dbus/dbus/run-ptest
diff --git a/meta/recipes-core/dbus/dbus/tmpdir.patch b/yocto-poky/meta/recipes-core/dbus/dbus/tmpdir.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus/tmpdir.patch
rename to yocto-poky/meta/recipes-core/dbus/dbus/tmpdir.patch
diff --git a/meta/recipes-core/dbus/dbus_1.8.20.bb b/yocto-poky/meta/recipes-core/dbus/dbus_1.8.20.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus_1.8.20.bb
rename to yocto-poky/meta/recipes-core/dbus/dbus_1.8.20.bb
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/yocto-poky/meta/recipes-core/dropbear/dropbear.inc
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear.inc
rename to yocto-poky/meta/recipes-core/dropbear/dropbear.inc
diff --git a/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch b/yocto-poky/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch
diff --git a/meta/recipes-core/dropbear/dropbear/0003-configure.patch b/yocto-poky/meta/recipes-core/dropbear/dropbear/0003-configure.patch
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/0003-configure.patch
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/0003-configure.patch
diff --git a/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch b/yocto-poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/0004-fix-2kb-keys.patch
diff --git a/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch b/yocto-poky/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch
diff --git a/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch b/yocto-poky/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch
diff --git a/meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch b/yocto-poky/meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/0007-dropbear-fix-for-x32-abi.patch
diff --git a/meta/recipes-core/dropbear/dropbear/dropbear b/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbear
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/dropbear
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/dropbear
diff --git a/meta/recipes-core/dropbear/dropbear/dropbear.socket b/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbear.socket
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/dropbear.socket
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/dropbear.socket
diff --git a/meta/recipes-core/dropbear/dropbear/dropbear@.service b/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbear@.service
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/dropbear@.service
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/dropbear@.service
diff --git a/meta/recipes-core/dropbear/dropbear/dropbearkey.service b/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/dropbearkey.service
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service
diff --git a/meta/recipes-core/dropbear/dropbear/init b/yocto-poky/meta/recipes-core/dropbear/dropbear/init
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear/init
rename to yocto-poky/meta/recipes-core/dropbear/dropbear/init
diff --git a/meta/recipes-core/dropbear/dropbear_2015.68.bb b/yocto-poky/meta/recipes-core/dropbear/dropbear_2015.68.bb
similarity index 100%
rename from meta/recipes-core/dropbear/dropbear_2015.68.bb
rename to yocto-poky/meta/recipes-core/dropbear/dropbear_2015.68.bb
diff --git a/meta/recipes-core/expat/expat-2.1.0/autotools.patch b/yocto-poky/meta/recipes-core/expat/expat-2.1.0/autotools.patch
similarity index 100%
rename from meta/recipes-core/expat/expat-2.1.0/autotools.patch
rename to yocto-poky/meta/recipes-core/expat/expat-2.1.0/autotools.patch
diff --git a/meta/recipes-core/expat/expat.inc b/yocto-poky/meta/recipes-core/expat/expat.inc
similarity index 100%
rename from meta/recipes-core/expat/expat.inc
rename to yocto-poky/meta/recipes-core/expat/expat.inc
diff --git a/meta/recipes-core/expat/expat_2.1.0.bb b/yocto-poky/meta/recipes-core/expat/expat_2.1.0.bb
similarity index 100%
rename from meta/recipes-core/expat/expat_2.1.0.bb
rename to yocto-poky/meta/recipes-core/expat/expat_2.1.0.bb
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/disable_java.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/disable_java.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/disable_java.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/disable_java.patch
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/fix_aclocal_version.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/fix_aclocal_version.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/fix_aclocal_version.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/fix_aclocal_version.patch
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/fix_gnu_source_circular.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/fix_gnu_source_circular.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/fix_gnu_source_circular.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/fix_gnu_source_circular.patch
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/gettext-autoconf-lib-link-no-L.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/gettext-autoconf-lib-link-no-L.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/gettext-autoconf-lib-link-no-L.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/gettext-autoconf-lib-link-no-L.patch
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/gettext-vpath.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/gettext-vpath.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/gettext-vpath.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/gettext-vpath.patch
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/hardcode_macro_version.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/hardcode_macro_version.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/hardcode_macro_version.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/hardcode_macro_version.patch
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/linklib_from_0.17.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/linklib_from_0.17.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.16.1/linklib_from_0.17.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.16.1/linklib_from_0.17.patch
diff --git a/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch b/yocto-poky/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-0.19.4/parallel.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-0.19.4/parallel.patch
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.19.4/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/COPYING
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/Makefile.in.in
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz
Binary files differ
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/config.rpath
diff --git a/meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-0.19.4/remove-potcdate.sin
diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb b/yocto-poky/meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb
similarity index 100%
rename from meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb
rename to yocto-poky/meta/recipes-core/gettext/gettext-minimal-native_0.19.4.bb
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb
similarity index 100%
rename from meta/recipes-core/gettext/gettext_0.16.1.bb
rename to yocto-poky/meta/recipes-core/gettext/gettext_0.16.1.bb
diff --git a/meta/recipes-core/gettext/gettext_0.19.4.bb b/yocto-poky/meta/recipes-core/gettext/gettext_0.19.4.bb
similarity index 100%
rename from meta/recipes-core/gettext/gettext_0.19.4.bb
rename to yocto-poky/meta/recipes-core/gettext/gettext_0.19.4.bb
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/add-march-i486-into-CFLAGS-automatically.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/add-march-i486-into-CFLAGS-automatically.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/add-march-i486-into-CFLAGS-automatically.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/add-march-i486-into-CFLAGS-automatically.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/fix-conflicting-rand.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-2.0-configure-readlink.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/glib-2.0-configure-readlink.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/glib-2.0-configure-readlink.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/glib-2.0-configure-readlink.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/ptest-paths.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/ptest-paths.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/ptest-paths.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/ptest-paths.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/run-ptest
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0/uclibc.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb b/yocto-poky/meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb
rename to yocto-poky/meta/recipes-core/glib-2.0/glib-2.0_2.44.1.bb
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/yocto-poky/meta/recipes-core/glib-2.0/glib.inc
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib.inc
rename to yocto-poky/meta/recipes-core/glib-2.0/glib.inc
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb b/yocto-poky/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb
similarity index 100%
rename from meta/recipes-core/glib-networking/glib-networking_2.44.0.bb
rename to yocto-poky/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb
diff --git a/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch b/yocto-poky/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
similarity index 100%
rename from meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
rename to yocto-poky/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/yocto-poky/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
similarity index 100%
rename from meta/recipes-core/glibc/cross-localedef-native_2.22.bb
rename to yocto-poky/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/yocto-poky/meta/recipes-core/glibc/glibc-collateral.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-collateral.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-collateral.inc
diff --git a/meta/recipes-core/glibc/glibc-common.inc b/yocto-poky/meta/recipes-core/glibc/glibc-common.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-common.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-common.inc
diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/yocto-poky/meta/recipes-core/glibc/glibc-initial.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-initial.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-initial.inc
diff --git a/meta/recipes-core/glibc/glibc-initial_2.22.bb b/yocto-poky/meta/recipes-core/glibc/glibc-initial_2.22.bb
similarity index 100%
rename from meta/recipes-core/glibc/glibc-initial_2.22.bb
rename to yocto-poky/meta/recipes-core/glibc/glibc-initial_2.22.bb
diff --git a/meta/recipes-core/glibc/glibc-ld.inc b/yocto-poky/meta/recipes-core/glibc/glibc-ld.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-ld.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-ld.inc
diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/yocto-poky/meta/recipes-core/glibc/glibc-locale.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-locale.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-locale.inc
diff --git a/meta/recipes-core/glibc/glibc-locale_2.22.bb b/yocto-poky/meta/recipes-core/glibc/glibc-locale_2.22.bb
similarity index 100%
rename from meta/recipes-core/glibc/glibc-locale_2.22.bb
rename to yocto-poky/meta/recipes-core/glibc/glibc-locale_2.22.bb
diff --git a/meta/recipes-core/glibc/glibc-mtrace.inc b/yocto-poky/meta/recipes-core/glibc/glibc-mtrace.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-mtrace.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-mtrace.inc
diff --git a/meta/recipes-core/glibc/glibc-mtrace_2.22.bb b/yocto-poky/meta/recipes-core/glibc/glibc-mtrace_2.22.bb
similarity index 100%
rename from meta/recipes-core/glibc/glibc-mtrace_2.22.bb
rename to yocto-poky/meta/recipes-core/glibc/glibc-mtrace_2.22.bb
diff --git a/meta/recipes-core/glibc/glibc-options.inc b/yocto-poky/meta/recipes-core/glibc/glibc-options.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-options.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-options.inc
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/yocto-poky/meta/recipes-core/glibc/glibc-package.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-package.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-package.inc
diff --git a/meta/recipes-core/glibc/glibc-scripts.inc b/yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-scripts.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-scripts.inc
diff --git a/meta/recipes-core/glibc/glibc-scripts_2.22.bb b/yocto-poky/meta/recipes-core/glibc/glibc-scripts_2.22.bb
similarity index 100%
rename from meta/recipes-core/glibc/glibc-scripts_2.22.bb
rename to yocto-poky/meta/recipes-core/glibc/glibc-scripts_2.22.bb
diff --git a/meta/recipes-core/glibc/glibc-testing.inc b/yocto-poky/meta/recipes-core/glibc/glibc-testing.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc-testing.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc-testing.inc
diff --git a/meta/recipes-core/glibc/glibc.inc b/yocto-poky/meta/recipes-core/glibc/glibc.inc
similarity index 100%
rename from meta/recipes-core/glibc/glibc.inc
rename to yocto-poky/meta/recipes-core/glibc/glibc.inc
diff --git a/meta/recipes-core/glibc/glibc/0001-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0001-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0001-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0001-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch
diff --git a/meta/recipes-core/glibc/glibc/0002-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0002-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0002-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0002-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch
diff --git a/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch
diff --git a/meta/recipes-core/glibc/glibc/0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch
diff --git a/meta/recipes-core/glibc/glibc/0005-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0005-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0005-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0005-fsl-e500-e5500-e6500-603e-fsqrt-implementation.patch
diff --git a/meta/recipes-core/glibc/glibc/0006-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0006-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0006-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0006-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch
diff --git a/meta/recipes-core/glibc/glibc/0007-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0007-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0007-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0007-ppc-sqrt-Fix-undefined-reference-to-__sqrt_finite.patch
diff --git a/meta/recipes-core/glibc/glibc/0008-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0008-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0008-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0008-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch
diff --git a/meta/recipes-core/glibc/glibc/0009-Quote-from-bug-1443-which-explains-what-the-patch-do.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0009-Quote-from-bug-1443-which-explains-what-the-patch-do.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0009-Quote-from-bug-1443-which-explains-what-the-patch-do.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0009-Quote-from-bug-1443-which-explains-what-the-patch-do.patch
diff --git a/meta/recipes-core/glibc/glibc/0010-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0010-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0010-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0010-eglibc-run-libm-err-tab.pl-with-specific-dirs-in-S.patch
diff --git a/meta/recipes-core/glibc/glibc/0011-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0011-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0011-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0011-__ieee754_sqrt-f-are-now-inline-functions-and-call-o.patch
diff --git a/meta/recipes-core/glibc/glibc/0012-Make-ld-version-output-matching-grok-gold-s-output.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0012-Make-ld-version-output-matching-grok-gold-s-output.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0012-Make-ld-version-output-matching-grok-gold-s-output.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0012-Make-ld-version-output-matching-grok-gold-s-output.patch
diff --git a/meta/recipes-core/glibc/glibc/0013-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0013-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0013-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0013-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch
diff --git a/meta/recipes-core/glibc/glibc/0014-Add-unused-attribute.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0014-Add-unused-attribute.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0014-Add-unused-attribute.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0014-Add-unused-attribute.patch
diff --git a/meta/recipes-core/glibc/glibc/0015-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0015-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0015-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0015-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch
diff --git a/meta/recipes-core/glibc/glibc/0016-yes-within-the-path-sets-wrong-config-variables.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0016-yes-within-the-path-sets-wrong-config-variables.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0016-yes-within-the-path-sets-wrong-config-variables.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0016-yes-within-the-path-sets-wrong-config-variables.patch
diff --git a/meta/recipes-core/glibc/glibc/0017-timezone-re-written-tzselect-as-posix-sh.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0017-timezone-re-written-tzselect-as-posix-sh.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0017-timezone-re-written-tzselect-as-posix-sh.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0017-timezone-re-written-tzselect-as-posix-sh.patch
diff --git a/meta/recipes-core/glibc/glibc/0018-eglibc-Cross-building-and-testing-instructions.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0018-eglibc-Cross-building-and-testing-instructions.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0018-eglibc-Cross-building-and-testing-instructions.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0018-eglibc-Cross-building-and-testing-instructions.patch
diff --git a/meta/recipes-core/glibc/glibc/0019-eglibc-Bring-Eglibc-option-group-infrastructure-to-g.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0019-eglibc-Bring-Eglibc-option-group-infrastructure-to-g.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0019-eglibc-Bring-Eglibc-option-group-infrastructure-to-g.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0019-eglibc-Bring-Eglibc-option-group-infrastructure-to-g.patch
diff --git a/meta/recipes-core/glibc/glibc/0020-eglibc-Help-bootstrap-cross-toolchain.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0020-eglibc-Help-bootstrap-cross-toolchain.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0020-eglibc-Help-bootstrap-cross-toolchain.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0020-eglibc-Help-bootstrap-cross-toolchain.patch
diff --git a/meta/recipes-core/glibc/glibc/0021-eglibc-cherry-picked-from-http-www.eglibc.org-archiv.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0021-eglibc-cherry-picked-from-http-www.eglibc.org-archiv.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0021-eglibc-cherry-picked-from-http-www.eglibc.org-archiv.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0021-eglibc-cherry-picked-from-http-www.eglibc.org-archiv.patch
diff --git a/meta/recipes-core/glibc/glibc/0022-eglibc-Clear-cache-lines-on-ppc8xx.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0022-eglibc-Clear-cache-lines-on-ppc8xx.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0022-eglibc-Clear-cache-lines-on-ppc8xx.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0022-eglibc-Clear-cache-lines-on-ppc8xx.patch
diff --git a/meta/recipes-core/glibc/glibc/0023-eglibc-Resolve-__fpscr_values-on-SH4.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0023-eglibc-Resolve-__fpscr_values-on-SH4.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0023-eglibc-Resolve-__fpscr_values-on-SH4.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0023-eglibc-Resolve-__fpscr_values-on-SH4.patch
diff --git a/meta/recipes-core/glibc/glibc/0024-eglibc-Forward-port-eglibc-options-groups-support.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0024-eglibc-Forward-port-eglibc-options-groups-support.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0024-eglibc-Forward-port-eglibc-options-groups-support.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0024-eglibc-Forward-port-eglibc-options-groups-support.patch
diff --git a/meta/recipes-core/glibc/glibc/0025-eglibc-Install-PIC-archives.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0025-eglibc-Install-PIC-archives.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0025-eglibc-Install-PIC-archives.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0025-eglibc-Install-PIC-archives.patch
diff --git a/meta/recipes-core/glibc/glibc/0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch
diff --git a/meta/recipes-core/glibc/glibc/0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch b/yocto-poky/meta/recipes-core/glibc/glibc/0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch
similarity index 100%
rename from meta/recipes-core/glibc/glibc/0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch
rename to yocto-poky/meta/recipes-core/glibc/glibc/0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch
diff --git a/meta/recipes-core/glibc/glibc/etc/ld.so.conf b/yocto-poky/meta/recipes-core/glibc/glibc/etc/ld.so.conf
similarity index 100%
rename from meta/recipes-core/glibc/glibc/etc/ld.so.conf
rename to yocto-poky/meta/recipes-core/glibc/glibc/etc/ld.so.conf
diff --git a/meta/recipes-core/glibc/glibc/generate-supported.mk b/yocto-poky/meta/recipes-core/glibc/glibc/generate-supported.mk
similarity index 100%
rename from meta/recipes-core/glibc/glibc/generate-supported.mk
rename to yocto-poky/meta/recipes-core/glibc/glibc/generate-supported.mk
diff --git a/meta/recipes-core/glibc/glibc_2.22.bb b/yocto-poky/meta/recipes-core/glibc/glibc_2.22.bb
similarity index 100%
rename from meta/recipes-core/glibc/glibc_2.22.bb
rename to yocto-poky/meta/recipes-core/glibc/glibc_2.22.bb
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/README b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/README
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/README
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/README
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2 b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2
Binary files differ
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch b/yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch
diff --git a/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb b/yocto-poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb
similarity index 100%
rename from meta/recipes-core/glibc/ldconfig-native_2.12.1.bb
rename to yocto-poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb
diff --git a/meta/recipes-core/glibc/site_config/funcs b/yocto-poky/meta/recipes-core/glibc/site_config/funcs
similarity index 100%
rename from meta/recipes-core/glibc/site_config/funcs
rename to yocto-poky/meta/recipes-core/glibc/site_config/funcs
diff --git a/meta/recipes-core/glibc/site_config/headers b/yocto-poky/meta/recipes-core/glibc/site_config/headers
similarity index 100%
rename from meta/recipes-core/glibc/site_config/headers
rename to yocto-poky/meta/recipes-core/glibc/site_config/headers
diff --git a/meta/recipes-core/glibc/site_config/types b/yocto-poky/meta/recipes-core/glibc/site_config/types
similarity index 100%
rename from meta/recipes-core/glibc/site_config/types
rename to yocto-poky/meta/recipes-core/glibc/site_config/types
diff --git a/meta/recipes-core/ifupdown/files/99_network b/yocto-poky/meta/recipes-core/ifupdown/files/99_network
similarity index 100%
rename from meta/recipes-core/ifupdown/files/99_network
rename to yocto-poky/meta/recipes-core/ifupdown/files/99_network
diff --git a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch b/yocto-poky/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
similarity index 100%
rename from meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
rename to yocto-poky/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
diff --git a/meta/recipes-core/ifupdown/files/inet-6-.defn-fix-inverted-checks-for-loopback.patch b/yocto-poky/meta/recipes-core/ifupdown/files/inet-6-.defn-fix-inverted-checks-for-loopback.patch
similarity index 100%
rename from meta/recipes-core/ifupdown/files/inet-6-.defn-fix-inverted-checks-for-loopback.patch
rename to yocto-poky/meta/recipes-core/ifupdown/files/inet-6-.defn-fix-inverted-checks-for-loopback.patch
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb b/yocto-poky/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb
similarity index 100%
rename from meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb
rename to yocto-poky/meta/recipes-core/ifupdown/ifupdown_0.7.48.1.bb
diff --git a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx b/yocto-poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
similarity index 100%
rename from meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
rename to yocto-poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx
diff --git a/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf b/yocto-poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf
similarity index 100%
rename from meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf
rename to yocto-poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf
diff --git a/meta/recipes-core/images/build-appliance-image_12.0.1.bb b/yocto-poky/meta/recipes-core/images/build-appliance-image_12.0.1.bb
similarity index 100%
rename from meta/recipes-core/images/build-appliance-image_12.0.1.bb
rename to yocto-poky/meta/recipes-core/images/build-appliance-image_12.0.1.bb
diff --git a/meta/recipes-core/images/core-image-base.bb b/yocto-poky/meta/recipes-core/images/core-image-base.bb
similarity index 100%
rename from meta/recipes-core/images/core-image-base.bb
rename to yocto-poky/meta/recipes-core/images/core-image-base.bb
diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/yocto-poky/meta/recipes-core/images/core-image-minimal-dev.bb
similarity index 100%
rename from meta/recipes-core/images/core-image-minimal-dev.bb
rename to yocto-poky/meta/recipes-core/images/core-image-minimal-dev.bb
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/yocto-poky/meta/recipes-core/images/core-image-minimal-initramfs.bb
similarity index 100%
rename from meta/recipes-core/images/core-image-minimal-initramfs.bb
rename to yocto-poky/meta/recipes-core/images/core-image-minimal-initramfs.bb
diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/yocto-poky/meta/recipes-core/images/core-image-minimal-mtdutils.bb
similarity index 100%
rename from meta/recipes-core/images/core-image-minimal-mtdutils.bb
rename to yocto-poky/meta/recipes-core/images/core-image-minimal-mtdutils.bb
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/yocto-poky/meta/recipes-core/images/core-image-minimal.bb
similarity index 100%
rename from meta/recipes-core/images/core-image-minimal.bb
rename to yocto-poky/meta/recipes-core/images/core-image-minimal.bb
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm64/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm64/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm64/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarm64/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv6/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv6/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv6/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv6/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv7/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv7/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv7/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuarmv7/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips64/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips64/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips64/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemumips64/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuppc/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuppc/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuppc/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuppc/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemush4/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemush4/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemush4/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemush4/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86-64/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86/interfaces b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86/interfaces
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86/interfaces
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemux86/interfaces
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb b/yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
similarity index 100%
rename from meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
rename to yocto-poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/files/init-boot.sh b/yocto-poky/meta/recipes-core/initrdscripts/files/init-boot.sh
similarity index 100%
rename from meta/recipes-core/initrdscripts/files/init-boot.sh
rename to yocto-poky/meta/recipes-core/initrdscripts/files/init-boot.sh
diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh b/yocto-poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh
similarity index 100%
rename from meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh
rename to yocto-poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh
diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/yocto-poky/meta/recipes-core/initrdscripts/files/init-install-efi.sh
similarity index 100%
rename from meta/recipes-core/initrdscripts/files/init-install-efi.sh
rename to yocto-poky/meta/recipes-core/initrdscripts/files/init-install-efi.sh
diff --git a/meta/recipes-core/initrdscripts/files/init-install-testfs.sh b/yocto-poky/meta/recipes-core/initrdscripts/files/init-install-testfs.sh
similarity index 100%
rename from meta/recipes-core/initrdscripts/files/init-install-testfs.sh
rename to yocto-poky/meta/recipes-core/initrdscripts/files/init-install-testfs.sh
diff --git a/meta/recipes-core/initrdscripts/files/init-install.sh b/yocto-poky/meta/recipes-core/initrdscripts/files/init-install.sh
similarity index 100%
rename from meta/recipes-core/initrdscripts/files/init-install.sh
rename to yocto-poky/meta/recipes-core/initrdscripts/files/init-install.sh
diff --git a/meta/recipes-core/initrdscripts/files/init-live.sh b/yocto-poky/meta/recipes-core/initrdscripts/files/init-live.sh
similarity index 100%
rename from meta/recipes-core/initrdscripts/files/init-live.sh
rename to yocto-poky/meta/recipes-core/initrdscripts/files/init-live.sh
diff --git a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/debug b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/debug
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework/debug
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/debug
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/e2fs b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/e2fs
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework/e2fs
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/e2fs
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/finish b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/finish
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework/finish
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/finish
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/init
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework/init
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/init
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/mdev b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/mdev
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework/mdev
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/mdev
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/udev b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/udev
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework/udev
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework/udev
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
similarity index 100%
rename from meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
rename to yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/GPLv2.patch b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/GPLv2.patch
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/GPLv2.patch
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/GPLv2.patch
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/arm/alignment.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/arm/alignment.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/arm/alignment.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/arm/alignment.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/banner.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/banner.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/banner.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/banner.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/devpts b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/devpts
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/devpts
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/devpts
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/devpts.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/devpts.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/devpts.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/devpts.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/functions b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/functions
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/functions
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/functions
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/halt b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/halt
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/halt
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/halt
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/hostname.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/hostname.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/hostname.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/hostname.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/mountall.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/mountall.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/mountall.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/mountall.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/reboot b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/reboot
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/reboot
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/reboot
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/sendsigs b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/sendsigs
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/sendsigs
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/sendsigs
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/single b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/single
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/single
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/single
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/sushell b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/sushell
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/sushell
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/sushell
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/umountfs b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/umountfs
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/umountfs
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/umountfs
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/urandom b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/urandom
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/urandom
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/urandom
diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/volatiles
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts-1.0/volatiles
rename to yocto-poky/meta/recipes-core/initscripts/initscripts-1.0/volatiles
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/yocto-poky/meta/recipes-core/initscripts/initscripts_1.0.bb
similarity index 100%
rename from meta/recipes-core/initscripts/initscripts_1.0.bb
rename to yocto-poky/meta/recipes-core/initscripts/initscripts_1.0.bb
diff --git a/meta/recipes-core/jpeg/jpeg_9a.bb b/yocto-poky/meta/recipes-core/jpeg/jpeg_9a.bb
similarity index 100%
rename from meta/recipes-core/jpeg/jpeg_9a.bb
rename to yocto-poky/meta/recipes-core/jpeg/jpeg_9a.bb
diff --git a/meta/recipes-core/kbd/kbd/0003-Only-inluclude-kernel-headers-with-glibc.patch b/yocto-poky/meta/recipes-core/kbd/kbd/0003-Only-inluclude-kernel-headers-with-glibc.patch
similarity index 100%
rename from meta/recipes-core/kbd/kbd/0003-Only-inluclude-kernel-headers-with-glibc.patch
rename to yocto-poky/meta/recipes-core/kbd/kbd/0003-Only-inluclude-kernel-headers-with-glibc.patch
diff --git a/meta/recipes-core/kbd/kbd/uclibc-stdarg.patch b/yocto-poky/meta/recipes-core/kbd/kbd/uclibc-stdarg.patch
similarity index 100%
rename from meta/recipes-core/kbd/kbd/uclibc-stdarg.patch
rename to yocto-poky/meta/recipes-core/kbd/kbd/uclibc-stdarg.patch
diff --git a/meta/recipes-core/kbd/kbd_2.0.2.bb b/yocto-poky/meta/recipes-core/kbd/kbd_2.0.2.bb
similarity index 100%
rename from meta/recipes-core/kbd/kbd_2.0.2.bb
rename to yocto-poky/meta/recipes-core/kbd/kbd_2.0.2.bb
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/yocto-poky/meta/recipes-core/libcgroup/libcgroup_0.41.bb
similarity index 100%
rename from meta/recipes-core/libcgroup/libcgroup_0.41.bb
rename to yocto-poky/meta/recipes-core/libcgroup/libcgroup_0.41.bb
diff --git a/meta/recipes-core/libxml/libxml2.inc b/yocto-poky/meta/recipes-core/libxml/libxml2.inc
similarity index 100%
rename from meta/recipes-core/libxml/libxml2.inc
rename to yocto-poky/meta/recipes-core/libxml/libxml2.inc
diff --git a/meta/recipes-core/libxml/libxml2/0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch
diff --git a/meta/recipes-core/libxml/libxml2/0001-threads-Define-pthread-definitions-for-glibc-complia.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/0001-threads-Define-pthread-definitions-for-glibc-complia.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/0001-threads-Define-pthread-definitions-for-glibc-complia.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/0001-threads-Define-pthread-definitions-for-glibc-complia.patch
diff --git a/meta/recipes-core/libxml/libxml2/72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/72a46a519ce7326d9a00f0b6a7f2a8e958cd1675.patch
diff --git a/meta/recipes-core/libxml/libxml2/ansidecl.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/ansidecl.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/ansidecl.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/ansidecl.patch
diff --git a/meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch
diff --git a/meta/recipes-core/libxml/libxml2/libxml-64bit.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/libxml-64bit.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/libxml-64bit.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/libxml-64bit.patch
diff --git a/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/libxml-m4-use-pkgconfig.patch
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2014-0191-fix.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/libxml2-CVE-2014-0191-fix.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/libxml2-CVE-2014-0191-fix.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/libxml2-CVE-2014-0191-fix.patch
diff --git a/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/python-sitepackages-dir.patch
diff --git a/meta/recipes-core/libxml/libxml2/run-ptest b/yocto-poky/meta/recipes-core/libxml/libxml2/run-ptest
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/run-ptest
rename to yocto-poky/meta/recipes-core/libxml/libxml2/run-ptest
diff --git a/meta/recipes-core/libxml/libxml2/runtest.patch b/yocto-poky/meta/recipes-core/libxml/libxml2/runtest.patch
similarity index 100%
rename from meta/recipes-core/libxml/libxml2/runtest.patch
rename to yocto-poky/meta/recipes-core/libxml/libxml2/runtest.patch
diff --git a/meta/recipes-core/libxml/libxml2_2.9.2.bb b/yocto-poky/meta/recipes-core/libxml/libxml2_2.9.2.bb
similarity index 100%
rename from meta/recipes-core/libxml/libxml2_2.9.2.bb
rename to yocto-poky/meta/recipes-core/libxml/libxml2_2.9.2.bb
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/yocto-poky/meta/recipes-core/meta/buildtools-tarball.bb
similarity index 100%
rename from meta/recipes-core/meta/buildtools-tarball.bb
rename to yocto-poky/meta/recipes-core/meta/buildtools-tarball.bb
diff --git a/meta/recipes-core/meta/meta-environment-extsdk.bb b/yocto-poky/meta/recipes-core/meta/meta-environment-extsdk.bb
similarity index 100%
rename from meta/recipes-core/meta/meta-environment-extsdk.bb
rename to yocto-poky/meta/recipes-core/meta/meta-environment-extsdk.bb
diff --git a/meta/recipes-core/meta/meta-environment.bb b/yocto-poky/meta/recipes-core/meta/meta-environment.bb
similarity index 100%
rename from meta/recipes-core/meta/meta-environment.bb
rename to yocto-poky/meta/recipes-core/meta/meta-environment.bb
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/yocto-poky/meta/recipes-core/meta/meta-ide-support.bb
similarity index 100%
rename from meta/recipes-core/meta/meta-ide-support.bb
rename to yocto-poky/meta/recipes-core/meta/meta-ide-support.bb
diff --git a/meta/recipes-core/meta/meta-toolchain.bb b/yocto-poky/meta/recipes-core/meta/meta-toolchain.bb
similarity index 100%
rename from meta/recipes-core/meta/meta-toolchain.bb
rename to yocto-poky/meta/recipes-core/meta/meta-toolchain.bb
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/yocto-poky/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
similarity index 100%
rename from meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
rename to yocto-poky/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
diff --git a/meta/recipes-core/meta/package-index.bb b/yocto-poky/meta/recipes-core/meta/package-index.bb
similarity index 100%
rename from meta/recipes-core/meta/package-index.bb
rename to yocto-poky/meta/recipes-core/meta/package-index.bb
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/yocto-poky/meta/recipes-core/meta/uninative-tarball.bb
similarity index 100%
rename from meta/recipes-core/meta/uninative-tarball.bb
rename to yocto-poky/meta/recipes-core/meta/uninative-tarball.bb
diff --git a/meta/recipes-core/ncurses/ncurses-5.9/config.cache b/yocto-poky/meta/recipes-core/ncurses/ncurses-5.9/config.cache
similarity index 100%
rename from meta/recipes-core/ncurses/ncurses-5.9/config.cache
rename to yocto-poky/meta/recipes-core/ncurses/ncurses-5.9/config.cache
diff --git a/meta/recipes-core/ncurses/ncurses-5.9/tic-hang.patch b/yocto-poky/meta/recipes-core/ncurses/ncurses-5.9/tic-hang.patch
similarity index 100%
rename from meta/recipes-core/ncurses/ncurses-5.9/tic-hang.patch
rename to yocto-poky/meta/recipes-core/ncurses/ncurses-5.9/tic-hang.patch
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/yocto-poky/meta/recipes-core/ncurses/ncurses.inc
similarity index 100%
rename from meta/recipes-core/ncurses/ncurses.inc
rename to yocto-poky/meta/recipes-core/ncurses/ncurses.inc
diff --git a/meta/recipes-core/ncurses/ncurses_5.9.bb b/yocto-poky/meta/recipes-core/ncurses/ncurses_5.9.bb
similarity index 100%
rename from meta/recipes-core/ncurses/ncurses_5.9.bb
rename to yocto-poky/meta/recipes-core/ncurses/ncurses_5.9.bb
diff --git a/meta/recipes-core/ncurses/site_config/headers b/yocto-poky/meta/recipes-core/ncurses/site_config/headers
similarity index 100%
rename from meta/recipes-core/ncurses/site_config/headers
rename to yocto-poky/meta/recipes-core/ncurses/site_config/headers
diff --git a/meta/recipes-core/netbase/netbase/hosts b/yocto-poky/meta/recipes-core/netbase/netbase/hosts
similarity index 100%
rename from meta/recipes-core/netbase/netbase/hosts
rename to yocto-poky/meta/recipes-core/netbase/netbase/hosts
diff --git a/meta/recipes-core/netbase/netbase/netbase-add-rpcbind-as-an-alias-to-sunrpc.patch b/yocto-poky/meta/recipes-core/netbase/netbase/netbase-add-rpcbind-as-an-alias-to-sunrpc.patch
similarity index 100%
rename from meta/recipes-core/netbase/netbase/netbase-add-rpcbind-as-an-alias-to-sunrpc.patch
rename to yocto-poky/meta/recipes-core/netbase/netbase/netbase-add-rpcbind-as-an-alias-to-sunrpc.patch
diff --git a/meta/recipes-core/netbase/netbase_5.3.bb b/yocto-poky/meta/recipes-core/netbase/netbase_5.3.bb
similarity index 100%
rename from meta/recipes-core/netbase/netbase_5.3.bb
rename to yocto-poky/meta/recipes-core/netbase/netbase_5.3.bb
diff --git a/meta/recipes-core/os-release/os-release.bb b/yocto-poky/meta/recipes-core/os-release/os-release.bb
similarity index 100%
rename from meta/recipes-core/os-release/os-release.bb
rename to yocto-poky/meta/recipes-core/os-release/os-release.bb
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
rename to yocto-poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-base.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-base.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-base.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-boot.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-nfs.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
similarity index 100%
rename from meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
rename to yocto-poky/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
diff --git a/meta/recipes-core/psplash/files/0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch b/yocto-poky/meta/recipes-core/psplash/files/0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch
similarity index 100%
rename from meta/recipes-core/psplash/files/0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch
rename to yocto-poky/meta/recipes-core/psplash/files/0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch
diff --git a/meta/recipes-core/psplash/files/psplash-init b/yocto-poky/meta/recipes-core/psplash/files/psplash-init
similarity index 100%
rename from meta/recipes-core/psplash/files/psplash-init
rename to yocto-poky/meta/recipes-core/psplash/files/psplash-init
diff --git a/meta/recipes-core/psplash/files/psplash-poky-img.h b/yocto-poky/meta/recipes-core/psplash/files/psplash-poky-img.h
similarity index 100%
rename from meta/recipes-core/psplash/files/psplash-poky-img.h
rename to yocto-poky/meta/recipes-core/psplash/files/psplash-poky-img.h
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/yocto-poky/meta/recipes-core/psplash/psplash_git.bb
similarity index 100%
rename from meta/recipes-core/psplash/psplash_git.bb
rename to yocto-poky/meta/recipes-core/psplash/psplash_git.bb
diff --git a/meta/recipes-core/readline/files/config-dirent-symbols.patch b/yocto-poky/meta/recipes-core/readline/files/config-dirent-symbols.patch
similarity index 100%
rename from meta/recipes-core/readline/files/config-dirent-symbols.patch
rename to yocto-poky/meta/recipes-core/readline/files/config-dirent-symbols.patch
diff --git a/meta/recipes-core/readline/files/norpath.patch b/yocto-poky/meta/recipes-core/readline/files/norpath.patch
similarity index 100%
rename from meta/recipes-core/readline/files/norpath.patch
rename to yocto-poky/meta/recipes-core/readline/files/norpath.patch
diff --git a/meta/recipes-core/readline/readline-5.2/configure-fix.patch b/yocto-poky/meta/recipes-core/readline/readline-5.2/configure-fix.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-5.2/configure-fix.patch
rename to yocto-poky/meta/recipes-core/readline/readline-5.2/configure-fix.patch
diff --git a/meta/recipes-core/readline/readline-5.2/fix-redundant-rpath.patch b/yocto-poky/meta/recipes-core/readline/readline-5.2/fix-redundant-rpath.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-5.2/fix-redundant-rpath.patch
rename to yocto-poky/meta/recipes-core/readline/readline-5.2/fix-redundant-rpath.patch
diff --git a/meta/recipes-core/readline/readline-6.3/configure-fix.patch b/yocto-poky/meta/recipes-core/readline/readline-6.3/configure-fix.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-6.3/configure-fix.patch
rename to yocto-poky/meta/recipes-core/readline/readline-6.3/configure-fix.patch
diff --git a/meta/recipes-core/readline/readline-6.3/readline-dispatch-multikey.patch b/yocto-poky/meta/recipes-core/readline/readline-6.3/readline-dispatch-multikey.patch
similarity index 100%
rename from meta/recipes-core/readline/readline-6.3/readline-dispatch-multikey.patch
rename to yocto-poky/meta/recipes-core/readline/readline-6.3/readline-dispatch-multikey.patch
diff --git a/meta/recipes-core/readline/readline-6.3/readline63-003 b/yocto-poky/meta/recipes-core/readline/readline-6.3/readline63-003
similarity index 100%
rename from meta/recipes-core/readline/readline-6.3/readline63-003
rename to yocto-poky/meta/recipes-core/readline/readline-6.3/readline63-003
diff --git a/meta/recipes-core/readline/readline.inc b/yocto-poky/meta/recipes-core/readline/readline.inc
similarity index 100%
rename from meta/recipes-core/readline/readline.inc
rename to yocto-poky/meta/recipes-core/readline/readline.inc
diff --git a/meta/recipes-core/readline/readline_5.2.bb b/yocto-poky/meta/recipes-core/readline/readline_5.2.bb
similarity index 100%
rename from meta/recipes-core/readline/readline_5.2.bb
rename to yocto-poky/meta/recipes-core/readline/readline_5.2.bb
diff --git a/meta/recipes-core/readline/readline_6.3.bb b/yocto-poky/meta/recipes-core/readline/readline_6.3.bb
similarity index 100%
rename from meta/recipes-core/readline/readline_6.3.bb
rename to yocto-poky/meta/recipes-core/readline/readline_6.3.bb
diff --git a/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-core/sysfsutils/sysfsutils-2.1.0/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/obsolete_automake_macros.patch
diff --git a/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch b/yocto-poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch
similarity index 100%
rename from meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch
rename to yocto-poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch
diff --git a/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/sysfsutils-2.0.0-class-dup.patch b/yocto-poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/sysfsutils-2.0.0-class-dup.patch
similarity index 100%
rename from meta/recipes-core/sysfsutils/sysfsutils-2.1.0/sysfsutils-2.0.0-class-dup.patch
rename to yocto-poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/sysfsutils-2.0.0-class-dup.patch
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/yocto-poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb
similarity index 100%
rename from meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb
rename to yocto-poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/yocto-poky/meta/recipes-core/systemd/systemd-compat-units.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-compat-units.bb
rename to yocto-poky/meta/recipes-core/systemd/systemd-compat-units.bb
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/yocto-poky/meta/recipes-core/systemd/systemd-serialgetty.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-serialgetty.bb
rename to yocto-poky/meta/recipes-core/systemd/systemd-serialgetty.bb
diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service b/yocto-poky/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
similarity index 100%
rename from meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
rename to yocto-poky/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native.bb b/yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-systemctl-native.bb
rename to yocto-poky/meta/recipes-core/systemd/systemd-systemctl-native.bb
diff --git a/meta/recipes-core/systemd/systemd-systemctl/systemctl b/yocto-poky/meta/recipes-core/systemd/systemd-systemctl/systemctl
similarity index 100%
rename from meta/recipes-core/systemd/systemd-systemctl/systemctl
rename to yocto-poky/meta/recipes-core/systemd/systemd-systemctl/systemctl
diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/yocto-poky/meta/recipes-core/systemd/systemd/00-create-volatile.conf
similarity index 100%
rename from meta/recipes-core/systemd/systemd/00-create-volatile.conf
rename to yocto-poky/meta/recipes-core/systemd/systemd/00-create-volatile.conf
diff --git a/meta/recipes-core/systemd/systemd/0001-units-Prefer-getty-to-agetty-in-console-setup-system.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0001-units-Prefer-getty-to-agetty-in-console-setup-system.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0001-units-Prefer-getty-to-agetty-in-console-setup-system.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0001-units-Prefer-getty-to-agetty-in-console-setup-system.patch
diff --git a/meta/recipes-core/systemd/systemd/0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0003-binfmt-Don-t-install-dependency-links-at-install-tim.patch
diff --git a/meta/recipes-core/systemd/systemd/0004-configure-Check-for-additional-features-that-uclibc-.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0004-configure-Check-for-additional-features-that-uclibc-.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0004-configure-Check-for-additional-features-that-uclibc-.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0004-configure-Check-for-additional-features-that-uclibc-.patch
diff --git a/meta/recipes-core/systemd/systemd/0005-nspawn-Use-execvpe-only-when-libc-supports-it.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0005-nspawn-Use-execvpe-only-when-libc-supports-it.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0005-nspawn-Use-execvpe-only-when-libc-supports-it.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0005-nspawn-Use-execvpe-only-when-libc-supports-it.patch
diff --git a/meta/recipes-core/systemd/systemd/0006-journal-Use-posix-fallocate-only-if-available.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0006-journal-Use-posix-fallocate-only-if-available.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0006-journal-Use-posix-fallocate-only-if-available.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0006-journal-Use-posix-fallocate-only-if-available.patch
diff --git a/meta/recipes-core/systemd/systemd/0007-util-Use-mkostemp-only-if-libc-supports-it.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0007-util-Use-mkostemp-only-if-libc-supports-it.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0007-util-Use-mkostemp-only-if-libc-supports-it.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0007-util-Use-mkostemp-only-if-libc-supports-it.patch
diff --git a/meta/recipes-core/systemd/systemd/0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch
diff --git a/meta/recipes-core/systemd/systemd/0009-sysv-generator-add-support-for-executing-scripts-und.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0009-sysv-generator-add-support-for-executing-scripts-und.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0009-sysv-generator-add-support-for-executing-scripts-und.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0009-sysv-generator-add-support-for-executing-scripts-und.patch
diff --git a/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch
diff --git a/meta/recipes-core/systemd/systemd/0011-systemd-user-avoid-using-system-auth.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0011-systemd-user-avoid-using-system-auth.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0011-systemd-user-avoid-using-system-auth.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0011-systemd-user-avoid-using-system-auth.patch
diff --git a/meta/recipes-core/systemd/systemd/0012-implment-systemd-sysv-install-for-OE.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0012-implment-systemd-sysv-install-for-OE.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0012-implment-systemd-sysv-install-for-OE.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0012-implment-systemd-sysv-install-for-OE.patch
diff --git a/meta/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
diff --git a/meta/recipes-core/systemd/systemd/0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch b/yocto-poky/meta/recipes-core/systemd/systemd/0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch
diff --git a/meta/recipes-core/systemd/systemd/init b/yocto-poky/meta/recipes-core/systemd/systemd/init
similarity index 100%
rename from meta/recipes-core/systemd/systemd/init
rename to yocto-poky/meta/recipes-core/systemd/systemd/init
diff --git a/meta/recipes-core/systemd/systemd/qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch b/yocto-poky/meta/recipes-core/systemd/systemd/qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch
similarity index 100%
rename from meta/recipes-core/systemd/systemd/qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch
rename to yocto-poky/meta/recipes-core/systemd/systemd/qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch
diff --git a/meta/recipes-core/systemd/systemd/run-ptest b/yocto-poky/meta/recipes-core/systemd/systemd/run-ptest
similarity index 100%
rename from meta/recipes-core/systemd/systemd/run-ptest
rename to yocto-poky/meta/recipes-core/systemd/systemd/run-ptest
diff --git a/meta/recipes-core/systemd/systemd/touchscreen.rules b/yocto-poky/meta/recipes-core/systemd/systemd/touchscreen.rules
similarity index 100%
rename from meta/recipes-core/systemd/systemd/touchscreen.rules
rename to yocto-poky/meta/recipes-core/systemd/systemd/touchscreen.rules
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/yocto-poky/meta/recipes-core/systemd/systemd_225.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd_225.bb
rename to yocto-poky/meta/recipes-core/systemd/systemd_225.bb
diff --git a/meta/recipes-core/sysvinit/sysvinit-2.88dsf/crypt-lib.patch b/yocto-poky/meta/recipes-core/sysvinit/sysvinit-2.88dsf/crypt-lib.patch
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit-2.88dsf/crypt-lib.patch
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit-2.88dsf/crypt-lib.patch
diff --git a/meta/recipes-core/sysvinit/sysvinit-2.88dsf/install.patch b/yocto-poky/meta/recipes-core/sysvinit/sysvinit-2.88dsf/install.patch
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit-2.88dsf/install.patch
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit-2.88dsf/install.patch
diff --git a/meta/recipes-core/sysvinit/sysvinit-2.88dsf/pidof-add-m-option.patch b/yocto-poky/meta/recipes-core/sysvinit/sysvinit-2.88dsf/pidof-add-m-option.patch
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit-2.88dsf/pidof-add-m-option.patch
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit-2.88dsf/pidof-add-m-option.patch
diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab/inittab b/yocto-poky/meta/recipes-core/sysvinit/sysvinit-inittab/inittab
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit-inittab/inittab
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit-inittab/inittab
diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb b/yocto-poky/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
diff --git a/meta/recipes-core/sysvinit/sysvinit/0001-This-fixes-an-issue-that-clang-reports-about-mutlipl.patch b/yocto-poky/meta/recipes-core/sysvinit/sysvinit/0001-This-fixes-an-issue-that-clang-reports-about-mutlipl.patch
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit/0001-This-fixes-an-issue-that-clang-reports-about-mutlipl.patch
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit/0001-This-fixes-an-issue-that-clang-reports-about-mutlipl.patch
diff --git a/meta/recipes-core/sysvinit/sysvinit/01_bootlogd b/yocto-poky/meta/recipes-core/sysvinit/sysvinit/01_bootlogd
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit/01_bootlogd
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit/01_bootlogd
diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init b/yocto-poky/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit/bootlogd.init
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
diff --git a/meta/recipes-core/sysvinit/sysvinit/rc b/yocto-poky/meta/recipes-core/sysvinit/sysvinit/rc
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit/rc
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit/rc
diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS b/yocto-poky/meta/recipes-core/sysvinit/sysvinit/rcS
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit/rcS
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit/rcS
diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS-default b/yocto-poky/meta/recipes-core/sysvinit/sysvinit/rcS-default
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit/rcS-default
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit/rcS-default
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/yocto-poky/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
similarity index 100%
rename from meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
rename to yocto-poky/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
diff --git a/meta/recipes-core/uclibc/site_config/funcs b/yocto-poky/meta/recipes-core/uclibc/site_config/funcs
similarity index 100%
rename from meta/recipes-core/uclibc/site_config/funcs
rename to yocto-poky/meta/recipes-core/uclibc/site_config/funcs
diff --git a/meta/recipes-core/uclibc/site_config/headers b/yocto-poky/meta/recipes-core/uclibc/site_config/headers
similarity index 100%
rename from meta/recipes-core/uclibc/site_config/headers
rename to yocto-poky/meta/recipes-core/uclibc/site_config/headers
diff --git a/meta/recipes-core/uclibc/site_config/types b/yocto-poky/meta/recipes-core/uclibc/site_config/types
similarity index 100%
rename from meta/recipes-core/uclibc/site_config/types
rename to yocto-poky/meta/recipes-core/uclibc/site_config/types
diff --git a/meta/recipes-core/uclibc/uclibc-config.inc b/yocto-poky/meta/recipes-core/uclibc/uclibc-config.inc
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-config.inc
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-config.inc
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/yocto-poky/meta/recipes-core/uclibc/uclibc-git.inc
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git.inc
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git.inc
diff --git a/meta/recipes-core/uclibc/uclibc-git/0001-Disable-lrount_tes-function.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0001-Disable-lrount_tes-function.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0001-Disable-lrount_tes-function.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0001-Disable-lrount_tes-function.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/0002-Add-implementation-for-copysignl-for-ppc.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0002-Add-implementation-for-copysignl-for-ppc.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0002-Add-implementation-for-copysignl-for-ppc.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0002-Add-implementation-for-copysignl-for-ppc.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/0003-Add-argp-implementation.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0003-Add-argp-implementation.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0003-Add-argp-implementation.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0003-Add-argp-implementation.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/0004-Dont-support-localised-optimizations-this-helps-to-h.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0004-Dont-support-localised-optimizations-this-helps-to-h.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0004-Dont-support-localised-optimizations-this-helps-to-h.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0004-Dont-support-localised-optimizations-this-helps-to-h.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/0005-Always-use-O2-for-compiling-fork.c.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0005-Always-use-O2-for-compiling-fork.c.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0005-Always-use-O2-for-compiling-fork.c.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0005-Always-use-O2-for-compiling-fork.c.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/0006-ldso-limited-support-for-ORIGIN-in-rpath.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0006-ldso-limited-support-for-ORIGIN-in-rpath.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0006-ldso-limited-support-for-ORIGIN-in-rpath.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0006-ldso-limited-support-for-ORIGIN-in-rpath.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/0007-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/0007-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/0007-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/0007-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch
diff --git a/meta/recipes-core/uclibc/uclibc-git/locale.cfg b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/locale.cfg
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/locale.cfg
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/locale.cfg
diff --git a/meta/recipes-core/uclibc/uclibc-git/obstack.cfg b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/obstack.cfg
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/obstack.cfg
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/obstack.cfg
diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/uClibc.distro
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.machine b/yocto-poky/meta/recipes-core/uclibc/uclibc-git/uClibc.machine
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-git/uClibc.machine
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-git/uClibc.machine
diff --git a/meta/recipes-core/uclibc/uclibc-initial_git.bb b/yocto-poky/meta/recipes-core/uclibc/uclibc-initial_git.bb
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-initial_git.bb
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-initial_git.bb
diff --git a/meta/recipes-core/uclibc/uclibc-package.inc b/yocto-poky/meta/recipes-core/uclibc/uclibc-package.inc
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc-package.inc
rename to yocto-poky/meta/recipes-core/uclibc/uclibc-package.inc
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/yocto-poky/meta/recipes-core/uclibc/uclibc.inc
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc.inc
rename to yocto-poky/meta/recipes-core/uclibc/uclibc.inc
diff --git a/meta/recipes-core/uclibc/uclibc_git.bb b/yocto-poky/meta/recipes-core/uclibc/uclibc_git.bb
similarity index 100%
rename from meta/recipes-core/uclibc/uclibc_git.bb
rename to yocto-poky/meta/recipes-core/uclibc/uclibc_git.bb
diff --git a/meta/recipes-core/udev/udev-extraconf/automount.rules b/yocto-poky/meta/recipes-core/udev/udev-extraconf/automount.rules
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf/automount.rules
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf/automount.rules
diff --git a/meta/recipes-core/udev/udev-extraconf/autonet.rules b/yocto-poky/meta/recipes-core/udev/udev-extraconf/autonet.rules
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf/autonet.rules
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf/autonet.rules
diff --git a/meta/recipes-core/udev/udev-extraconf/localextra.rules b/yocto-poky/meta/recipes-core/udev/udev-extraconf/localextra.rules
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf/localextra.rules
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf/localextra.rules
diff --git a/meta/recipes-core/udev/udev-extraconf/mount.blacklist b/yocto-poky/meta/recipes-core/udev/udev-extraconf/mount.blacklist
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf/mount.blacklist
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf/mount.blacklist
diff --git a/meta/recipes-core/udev/udev-extraconf/mount.sh b/yocto-poky/meta/recipes-core/udev/udev-extraconf/mount.sh
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf/mount.sh
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf/mount.sh
diff --git a/meta/recipes-core/udev/udev-extraconf/network.sh b/yocto-poky/meta/recipes-core/udev/udev-extraconf/network.sh
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf/network.sh
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf/network.sh
diff --git a/meta/recipes-core/udev/udev-extraconf_1.1.bb b/yocto-poky/meta/recipes-core/udev/udev-extraconf_1.1.bb
similarity index 100%
rename from meta/recipes-core/udev/udev-extraconf_1.1.bb
rename to yocto-poky/meta/recipes-core/udev/udev-extraconf_1.1.bb
diff --git a/meta/recipes-core/udev/udev.inc b/yocto-poky/meta/recipes-core/udev/udev.inc
similarity index 100%
rename from meta/recipes-core/udev/udev.inc
rename to yocto-poky/meta/recipes-core/udev/udev.inc
diff --git a/meta/recipes-core/udev/udev/0001-Fixing-keyboard_force_release.sh-shell-script-path.patch b/yocto-poky/meta/recipes-core/udev/udev/0001-Fixing-keyboard_force_release.sh-shell-script-path.patch
similarity index 100%
rename from meta/recipes-core/udev/udev/0001-Fixing-keyboard_force_release.sh-shell-script-path.patch
rename to yocto-poky/meta/recipes-core/udev/udev/0001-Fixing-keyboard_force_release.sh-shell-script-path.patch
diff --git a/meta/recipes-core/udev/udev/add-install-ptest.patch b/yocto-poky/meta/recipes-core/udev/udev/add-install-ptest.patch
similarity index 100%
rename from meta/recipes-core/udev/udev/add-install-ptest.patch
rename to yocto-poky/meta/recipes-core/udev/udev/add-install-ptest.patch
diff --git a/meta/recipes-core/udev/udev/avoid-mouse-autosuspend.patch b/yocto-poky/meta/recipes-core/udev/udev/avoid-mouse-autosuspend.patch
similarity index 100%
rename from meta/recipes-core/udev/udev/avoid-mouse-autosuspend.patch
rename to yocto-poky/meta/recipes-core/udev/udev/avoid-mouse-autosuspend.patch
diff --git a/meta/recipes-core/udev/udev/devfs-udev.rules b/yocto-poky/meta/recipes-core/udev/udev/devfs-udev.rules
similarity index 100%
rename from meta/recipes-core/udev/udev/devfs-udev.rules
rename to yocto-poky/meta/recipes-core/udev/udev/devfs-udev.rules
diff --git a/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch b/yocto-poky/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch
similarity index 100%
rename from meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch
rename to yocto-poky/meta/recipes-core/udev/udev/fix_rule-syntax-regex-ptest.patch
diff --git a/meta/recipes-core/udev/udev/init b/yocto-poky/meta/recipes-core/udev/udev/init
similarity index 100%
rename from meta/recipes-core/udev/udev/init
rename to yocto-poky/meta/recipes-core/udev/udev/init
diff --git a/meta/recipes-core/udev/udev/links.conf b/yocto-poky/meta/recipes-core/udev/udev/links.conf
similarity index 100%
rename from meta/recipes-core/udev/udev/links.conf
rename to yocto-poky/meta/recipes-core/udev/udev/links.conf
diff --git a/meta/recipes-core/udev/udev/local.rules b/yocto-poky/meta/recipes-core/udev/udev/local.rules
similarity index 100%
rename from meta/recipes-core/udev/udev/local.rules
rename to yocto-poky/meta/recipes-core/udev/udev/local.rules
diff --git a/meta/recipes-core/udev/udev/permissions.rules b/yocto-poky/meta/recipes-core/udev/udev/permissions.rules
similarity index 100%
rename from meta/recipes-core/udev/udev/permissions.rules
rename to yocto-poky/meta/recipes-core/udev/udev/permissions.rules
diff --git a/meta/recipes-core/udev/udev/run-ptest b/yocto-poky/meta/recipes-core/udev/udev/run-ptest
similarity index 100%
rename from meta/recipes-core/udev/udev/run-ptest
rename to yocto-poky/meta/recipes-core/udev/udev/run-ptest
diff --git a/meta/recipes-core/udev/udev/run.rules b/yocto-poky/meta/recipes-core/udev/udev/run.rules
similarity index 100%
rename from meta/recipes-core/udev/udev/run.rules
rename to yocto-poky/meta/recipes-core/udev/udev/run.rules
diff --git a/meta/recipes-core/udev/udev/udev-cache b/yocto-poky/meta/recipes-core/udev/udev/udev-cache
similarity index 100%
rename from meta/recipes-core/udev/udev/udev-cache
rename to yocto-poky/meta/recipes-core/udev/udev/udev-cache
diff --git a/meta/recipes-core/udev/udev/udev-cache.default b/yocto-poky/meta/recipes-core/udev/udev/udev-cache.default
similarity index 100%
rename from meta/recipes-core/udev/udev/udev-cache.default
rename to yocto-poky/meta/recipes-core/udev/udev/udev-cache.default
diff --git a/meta/recipes-core/udev/udev/udev.rules b/yocto-poky/meta/recipes-core/udev/udev/udev.rules
similarity index 100%
rename from meta/recipes-core/udev/udev/udev.rules
rename to yocto-poky/meta/recipes-core/udev/udev/udev.rules
diff --git a/meta/recipes-core/udev/udev_182.bb b/yocto-poky/meta/recipes-core/udev/udev_182.bb
similarity index 100%
rename from meta/recipes-core/udev/udev_182.bb
rename to yocto-poky/meta/recipes-core/udev/udev_182.bb
diff --git a/meta/recipes-core/update-rc.d/update-rc.d/add-verbose.patch b/yocto-poky/meta/recipes-core/update-rc.d/update-rc.d/add-verbose.patch
similarity index 100%
rename from meta/recipes-core/update-rc.d/update-rc.d/add-verbose.patch
rename to yocto-poky/meta/recipes-core/update-rc.d/update-rc.d/add-verbose.patch
diff --git a/meta/recipes-core/update-rc.d/update-rc.d/check-if-symlinks-are-valid.patch b/yocto-poky/meta/recipes-core/update-rc.d/update-rc.d/check-if-symlinks-are-valid.patch
similarity index 100%
rename from meta/recipes-core/update-rc.d/update-rc.d/check-if-symlinks-are-valid.patch
rename to yocto-poky/meta/recipes-core/update-rc.d/update-rc.d/check-if-symlinks-are-valid.patch
diff --git a/meta/recipes-core/update-rc.d/update-rc.d/fix-to-handle-priority-numbers-correctly.patch b/yocto-poky/meta/recipes-core/update-rc.d/update-rc.d/fix-to-handle-priority-numbers-correctly.patch
similarity index 100%
rename from meta/recipes-core/update-rc.d/update-rc.d/fix-to-handle-priority-numbers-correctly.patch
rename to yocto-poky/meta/recipes-core/update-rc.d/update-rc.d/fix-to-handle-priority-numbers-correctly.patch
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/yocto-poky/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
similarity index 100%
rename from meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
rename to yocto-poky/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/yocto-poky/meta/recipes-core/util-linux/util-linux.inc
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux.inc
rename to yocto-poky/meta/recipes-core/util-linux/util-linux.inc
diff --git a/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/configure-sbindir.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch
diff --git a/meta/recipes-core/util-linux/util-linux/fix-parallel-build.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/fix-parallel-build.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/fix-parallel-build.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/fix-parallel-build.patch
diff --git a/meta/recipes-core/util-linux/util-linux/uclibc-__progname-conflict.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/uclibc-__progname-conflict.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/uclibc-__progname-conflict.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/uclibc-__progname-conflict.patch
diff --git a/meta/recipes-core/util-linux/util-linux/util-linux-native-qsort.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-native-qsort.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/util-linux-native-qsort.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-native-qsort.patch
diff --git a/meta/recipes-core/util-linux/util-linux/util-linux-native.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-native.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/util-linux-native.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-native.patch
diff --git a/meta/recipes-core/util-linux/util-linux/util-linux-ng-2.16-mount_lock_path.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-ng-2.16-mount_lock_path.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/util-linux-ng-2.16-mount_lock_path.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-ng-2.16-mount_lock_path.patch
diff --git a/meta/recipes-core/util-linux/util-linux/util-linux-ng-replace-siginterrupt.patch b/yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-ng-replace-siginterrupt.patch
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux/util-linux-ng-replace-siginterrupt.patch
rename to yocto-poky/meta/recipes-core/util-linux/util-linux/util-linux-ng-replace-siginterrupt.patch
diff --git a/meta/recipes-core/util-linux/util-linux_2.26.2.bb b/yocto-poky/meta/recipes-core/util-linux/util-linux_2.26.2.bb
similarity index 100%
rename from meta/recipes-core/util-linux/util-linux_2.26.2.bb
rename to yocto-poky/meta/recipes-core/util-linux/util-linux_2.26.2.bb
diff --git a/meta/recipes-core/volatile-binds/files/COPYING.MIT b/yocto-poky/meta/recipes-core/volatile-binds/files/COPYING.MIT
similarity index 100%
rename from meta/recipes-core/volatile-binds/files/COPYING.MIT
rename to yocto-poky/meta/recipes-core/volatile-binds/files/COPYING.MIT
diff --git a/meta/recipes-core/volatile-binds/files/mount-copybind b/yocto-poky/meta/recipes-core/volatile-binds/files/mount-copybind
similarity index 100%
rename from meta/recipes-core/volatile-binds/files/mount-copybind
rename to yocto-poky/meta/recipes-core/volatile-binds/files/mount-copybind
diff --git a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in b/yocto-poky/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
similarity index 100%
rename from meta/recipes-core/volatile-binds/files/volatile-binds.service.in
rename to yocto-poky/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/yocto-poky/meta/recipes-core/volatile-binds/volatile-binds.bb
similarity index 100%
rename from meta/recipes-core/volatile-binds/volatile-binds.bb
rename to yocto-poky/meta/recipes-core/volatile-binds/volatile-binds.bb
diff --git a/meta/recipes-core/zlib/site_config/headers b/yocto-poky/meta/recipes-core/zlib/site_config/headers
similarity index 100%
rename from meta/recipes-core/zlib/site_config/headers
rename to yocto-poky/meta/recipes-core/zlib/site_config/headers
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch b/yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch
similarity index 100%
rename from meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch
rename to yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch b/yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch
similarity index 100%
rename from meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch
rename to yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch b/yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch
similarity index 100%
rename from meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch
rename to yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/run-ptest b/yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/run-ptest
similarity index 100%
rename from meta/recipes-core/zlib/zlib-1.2.8/run-ptest
rename to yocto-poky/meta/recipes-core/zlib/zlib-1.2.8/run-ptest
diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/yocto-poky/meta/recipes-core/zlib/zlib_1.2.8.bb
similarity index 100%
rename from meta/recipes-core/zlib/zlib_1.2.8.bb
rename to yocto-poky/meta/recipes-core/zlib/zlib_1.2.8.bb
diff --git a/meta/recipes-devtools/apt/apt-native.inc b/yocto-poky/meta/recipes-devtools/apt/apt-native.inc
similarity index 100%
rename from meta/recipes-devtools/apt/apt-native.inc
rename to yocto-poky/meta/recipes-devtools/apt/apt-native.inc
diff --git a/meta/recipes-devtools/apt/apt-native_1.0.10.1.bb b/yocto-poky/meta/recipes-devtools/apt/apt-native_1.0.10.1.bb
similarity index 100%
rename from meta/recipes-devtools/apt/apt-native_1.0.10.1.bb
rename to yocto-poky/meta/recipes-devtools/apt/apt-native_1.0.10.1.bb
diff --git a/meta/recipes-devtools/apt/apt-package.inc b/yocto-poky/meta/recipes-devtools/apt/apt-package.inc
similarity index 100%
rename from meta/recipes-devtools/apt/apt-package.inc
rename to yocto-poky/meta/recipes-devtools/apt/apt-package.inc
diff --git a/meta/recipes-devtools/apt/apt.inc b/yocto-poky/meta/recipes-devtools/apt/apt.inc
similarity index 100%
rename from meta/recipes-devtools/apt/apt.inc
rename to yocto-poky/meta/recipes-devtools/apt/apt.inc
diff --git a/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch b/yocto-poky/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
diff --git a/meta/recipes-devtools/apt/apt/0001-fix-the-gcc-version-check.patch b/yocto-poky/meta/recipes-devtools/apt/apt/0001-fix-the-gcc-version-check.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/0001-fix-the-gcc-version-check.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/0001-fix-the-gcc-version-check.patch
diff --git a/meta/recipes-devtools/apt/apt/0001-remove-Wsuggest-attribute-from-CFLAGS.patch b/yocto-poky/meta/recipes-devtools/apt/apt/0001-remove-Wsuggest-attribute-from-CFLAGS.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/0001-remove-Wsuggest-attribute-from-CFLAGS.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/0001-remove-Wsuggest-attribute-from-CFLAGS.patch
diff --git a/meta/recipes-devtools/apt/apt/disable-configure-in-makefile.patch b/yocto-poky/meta/recipes-devtools/apt/apt/disable-configure-in-makefile.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/disable-configure-in-makefile.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/disable-configure-in-makefile.patch
diff --git a/meta/recipes-devtools/apt/apt/disable-test.patch b/yocto-poky/meta/recipes-devtools/apt/apt/disable-test.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/disable-test.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/disable-test.patch
diff --git a/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch b/yocto-poky/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
diff --git a/meta/recipes-devtools/apt/apt/makerace.patch b/yocto-poky/meta/recipes-devtools/apt/apt/makerace.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/makerace.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/makerace.patch
diff --git a/meta/recipes-devtools/apt/apt/no-nls-dpkg.patch b/yocto-poky/meta/recipes-devtools/apt/apt/no-nls-dpkg.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/no-nls-dpkg.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/no-nls-dpkg.patch
diff --git a/meta/recipes-devtools/apt/apt/noconfigure.patch b/yocto-poky/meta/recipes-devtools/apt/apt/noconfigure.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/noconfigure.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/noconfigure.patch
diff --git a/meta/recipes-devtools/apt/apt/nodoc.patch b/yocto-poky/meta/recipes-devtools/apt/apt/nodoc.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/nodoc.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/nodoc.patch
diff --git a/meta/recipes-devtools/apt/apt/truncate-filename.patch b/yocto-poky/meta/recipes-devtools/apt/apt/truncate-filename.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/truncate-filename.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/truncate-filename.patch
diff --git a/meta/recipes-devtools/apt/apt/use-host.patch b/yocto-poky/meta/recipes-devtools/apt/apt/use-host.patch
similarity index 100%
rename from meta/recipes-devtools/apt/apt/use-host.patch
rename to yocto-poky/meta/recipes-devtools/apt/apt/use-host.patch
diff --git a/meta/recipes-devtools/apt/apt_1.0.10.1.bb b/yocto-poky/meta/recipes-devtools/apt/apt_1.0.10.1.bb
similarity index 100%
rename from meta/recipes-devtools/apt/apt_1.0.10.1.bb
rename to yocto-poky/meta/recipes-devtools/apt/apt_1.0.10.1.bb
diff --git a/meta/recipes-devtools/apt/files/apt.conf b/yocto-poky/meta/recipes-devtools/apt/files/apt.conf
similarity index 100%
rename from meta/recipes-devtools/apt/files/apt.conf
rename to yocto-poky/meta/recipes-devtools/apt/files/apt.conf
diff --git a/meta/recipes-devtools/apt/files/db_linking_hack.patch b/yocto-poky/meta/recipes-devtools/apt/files/db_linking_hack.patch
similarity index 100%
rename from meta/recipes-devtools/apt/files/db_linking_hack.patch
rename to yocto-poky/meta/recipes-devtools/apt/files/db_linking_hack.patch
diff --git a/meta/recipes-devtools/apt/files/environment.patch b/yocto-poky/meta/recipes-devtools/apt/files/environment.patch
similarity index 100%
rename from meta/recipes-devtools/apt/files/environment.patch
rename to yocto-poky/meta/recipes-devtools/apt/files/environment.patch
diff --git a/meta/recipes-devtools/apt/files/no-curl.patch b/yocto-poky/meta/recipes-devtools/apt/files/no-curl.patch
similarity index 100%
rename from meta/recipes-devtools/apt/files/no-curl.patch
rename to yocto-poky/meta/recipes-devtools/apt/files/no-curl.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/yocto-poky/meta/recipes-devtools/autoconf/autoconf.inc
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf.inc
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf.inc
diff --git a/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/autoreconf-gnuconfigize.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-gnuconfigize.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/autoreconf-gnuconfigize.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-gnuconfigize.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-include.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/check-automake-cross-warning.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/check-automake-cross-warning.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/check-automake-cross-warning.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/check-automake-cross-warning.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/config_site.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/config_site.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/config_site.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/config_site.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/fix_path_xtra.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/fix_path_xtra.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/fix_path_xtra.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/fix_path_xtra.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/preferbash.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/preferbash.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/preferbash.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/preferbash.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/program_prefix.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch b/yocto-poky/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/yocto-poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb
similarity index 100%
rename from meta/recipes-devtools/autoconf/autoconf_2.69.bb
rename to yocto-poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb b/yocto-poky/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
similarity index 100%
rename from meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
rename to yocto-poky/meta/recipes-devtools/autogen/autogen-native_5.18.5.bb
diff --git a/meta/recipes-devtools/autogen/autogen/increase-timeout-limit.patch b/yocto-poky/meta/recipes-devtools/autogen/autogen/increase-timeout-limit.patch
similarity index 100%
rename from meta/recipes-devtools/autogen/autogen/increase-timeout-limit.patch
rename to yocto-poky/meta/recipes-devtools/autogen/autogen/increase-timeout-limit.patch
diff --git a/meta/recipes-devtools/autogen/autogen/mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch b/yocto-poky/meta/recipes-devtools/autogen/autogen/mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch
similarity index 100%
rename from meta/recipes-devtools/autogen/autogen/mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch
rename to yocto-poky/meta/recipes-devtools/autogen/autogen/mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch
diff --git a/meta/recipes-devtools/autogen/autogen/redirect-output-dir.patch b/yocto-poky/meta/recipes-devtools/autogen/autogen/redirect-output-dir.patch
similarity index 100%
rename from meta/recipes-devtools/autogen/autogen/redirect-output-dir.patch
rename to yocto-poky/meta/recipes-devtools/autogen/autogen/redirect-output-dir.patch
diff --git a/meta/recipes-devtools/automake/automake.inc b/yocto-poky/meta/recipes-devtools/automake/automake.inc
similarity index 100%
rename from meta/recipes-devtools/automake/automake.inc
rename to yocto-poky/meta/recipes-devtools/automake/automake.inc
diff --git a/meta/recipes-devtools/automake/automake/buildtest.patch b/yocto-poky/meta/recipes-devtools/automake/automake/buildtest.patch
similarity index 100%
rename from meta/recipes-devtools/automake/automake/buildtest.patch
rename to yocto-poky/meta/recipes-devtools/automake/automake/buildtest.patch
diff --git a/meta/recipes-devtools/automake/automake/py-compile-compile-only-optimized-byte-code.patch b/yocto-poky/meta/recipes-devtools/automake/automake/py-compile-compile-only-optimized-byte-code.patch
similarity index 100%
rename from meta/recipes-devtools/automake/automake/py-compile-compile-only-optimized-byte-code.patch
rename to yocto-poky/meta/recipes-devtools/automake/automake/py-compile-compile-only-optimized-byte-code.patch
diff --git a/meta/recipes-devtools/automake/automake/python-libdir.patch b/yocto-poky/meta/recipes-devtools/automake/automake/python-libdir.patch
similarity index 100%
rename from meta/recipes-devtools/automake/automake/python-libdir.patch
rename to yocto-poky/meta/recipes-devtools/automake/automake/python-libdir.patch
diff --git a/meta/recipes-devtools/automake/automake_1.15.bb b/yocto-poky/meta/recipes-devtools/automake/automake_1.15.bb
similarity index 100%
rename from meta/recipes-devtools/automake/automake_1.15.bb
rename to yocto-poky/meta/recipes-devtools/automake/automake_1.15.bb
diff --git a/meta/recipes-devtools/binutils/binutils-2.25.1.inc b/yocto-poky/meta/recipes-devtools/binutils/binutils-2.25.1.inc
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-2.25.1.inc
rename to yocto-poky/meta/recipes-devtools/binutils/binutils-2.25.1.inc
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/yocto-poky/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross-canadian.inc
rename to yocto-poky/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.25.1.bb b/yocto-poky/meta/recipes-devtools/binutils/binutils-cross-canadian_2.25.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross-canadian_2.25.1.bb
rename to yocto-poky/meta/recipes-devtools/binutils/binutils-cross-canadian_2.25.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils-cross.inc b/yocto-poky/meta/recipes-devtools/binutils/binutils-cross.inc
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross.inc
rename to yocto-poky/meta/recipes-devtools/binutils/binutils-cross.inc
diff --git a/meta/recipes-devtools/binutils/binutils-cross_2.25.1.bb b/yocto-poky/meta/recipes-devtools/binutils/binutils-cross_2.25.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-cross_2.25.1.bb
rename to yocto-poky/meta/recipes-devtools/binutils/binutils-cross_2.25.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.25.1.bb b/yocto-poky/meta/recipes-devtools/binutils/binutils-crosssdk_2.25.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils-crosssdk_2.25.1.bb
rename to yocto-poky/meta/recipes-devtools/binutils/binutils-crosssdk_2.25.1.bb
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/yocto-poky/meta/recipes-devtools/binutils/binutils.inc
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils.inc
rename to yocto-poky/meta/recipes-devtools/binutils/binutils.inc
diff --git a/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0001-Generate-relocatable-SDKs.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0002-configure-widen-the-regexp-for-SH-architectures.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0003-Point-scripts-location-to-libdir.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0004-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0005-Explicitly-link-with-libm-on-uclibc.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0007-Add-the-armv5e-architecture-to-binutils.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0008-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0009-Upstream-Status-Inappropriate-distribution-codesourc.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0009-Upstream-Status-Inappropriate-distribution-codesourc.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0009-Upstream-Status-Inappropriate-distribution-codesourc.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0009-Upstream-Status-Inappropriate-distribution-codesourc.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0011-Change-default-emulation-for-mips64-linux.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0012-Add-XLP-instructions-support.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0013-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0014-gold-arm-Skip-pic-check-for-R_ARM_REL32.patch
diff --git a/meta/recipes-devtools/binutils/binutils/0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/0015-Fix-dynamic-list-so-that-symbols-not-in-the-list-are.patch
diff --git a/meta/recipes-devtools/binutils/binutils/add-thunderx-support-for-gas.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/add-thunderx-support-for-gas.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/add-thunderx-support-for-gas.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/add-thunderx-support-for-gas.patch
diff --git a/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch b/yocto-poky/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch
rename to yocto-poky/meta/recipes-devtools/binutils/binutils/binutils-octeon3.patch
diff --git a/meta/recipes-devtools/binutils/binutils_2.25.1.bb b/yocto-poky/meta/recipes-devtools/binutils/binutils_2.25.1.bb
similarity index 100%
rename from meta/recipes-devtools/binutils/binutils_2.25.1.bb
rename to yocto-poky/meta/recipes-devtools/binutils/binutils_2.25.1.bb
diff --git a/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch b/yocto-poky/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch
similarity index 100%
rename from meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch
rename to yocto-poky/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch
diff --git a/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch b/yocto-poky/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch
similarity index 100%
rename from meta/recipes-devtools/bison/bison/bison-2.3_m4.patch
rename to yocto-poky/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch
diff --git a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch b/yocto-poky/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
similarity index 100%
rename from meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
rename to yocto-poky/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
diff --git a/meta/recipes-devtools/bison/bison/m4.patch b/yocto-poky/meta/recipes-devtools/bison/bison/m4.patch
similarity index 100%
rename from meta/recipes-devtools/bison/bison/m4.patch
rename to yocto-poky/meta/recipes-devtools/bison/bison/m4.patch
diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/yocto-poky/meta/recipes-devtools/bison/bison_2.3.bb
similarity index 100%
rename from meta/recipes-devtools/bison/bison_2.3.bb
rename to yocto-poky/meta/recipes-devtools/bison/bison_2.3.bb
diff --git a/meta/recipes-devtools/bison/bison_3.0.4.bb b/yocto-poky/meta/recipes-devtools/bison/bison_3.0.4.bb
similarity index 100%
rename from meta/recipes-devtools/bison/bison_3.0.4.bb
rename to yocto-poky/meta/recipes-devtools/bison/bison_3.0.4.bb
diff --git a/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh b/yocto-poky/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh
similarity index 100%
rename from meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh
rename to yocto-poky/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb b/yocto-poky/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb
similarity index 100%
rename from meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb
rename to yocto-poky/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch b/yocto-poky/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
similarity index 100%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
rename to yocto-poky/meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb b/yocto-poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
similarity index 100%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
rename to yocto-poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.1.2.bb
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/yocto-poky/meta/recipes-devtools/build-compare/build-compare_git.bb
similarity index 100%
rename from meta/recipes-devtools/build-compare/build-compare_git.bb
rename to yocto-poky/meta/recipes-devtools/build-compare/build-compare_git.bb
diff --git a/meta/recipes-devtools/build-compare/files/0001-Add-support-for-deb-and-ipk-packaging.patch b/yocto-poky/meta/recipes-devtools/build-compare/files/0001-Add-support-for-deb-and-ipk-packaging.patch
similarity index 100%
rename from meta/recipes-devtools/build-compare/files/0001-Add-support-for-deb-and-ipk-packaging.patch
rename to yocto-poky/meta/recipes-devtools/build-compare/files/0001-Add-support-for-deb-and-ipk-packaging.patch
diff --git a/meta/recipes-devtools/build-compare/files/Ignore-DWARF-sections.patch b/yocto-poky/meta/recipes-devtools/build-compare/files/Ignore-DWARF-sections.patch
similarity index 100%
rename from meta/recipes-devtools/build-compare/files/Ignore-DWARF-sections.patch
rename to yocto-poky/meta/recipes-devtools/build-compare/files/Ignore-DWARF-sections.patch
diff --git a/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch b/yocto-poky/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch
similarity index 100%
rename from meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch
rename to yocto-poky/meta/recipes-devtools/build-compare/files/Rename-rpm-check.sh-to-pkg-diff.sh.patch
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/yocto-poky/meta/recipes-devtools/ccache/ccache.inc
similarity index 100%
rename from meta/recipes-devtools/ccache/ccache.inc
rename to yocto-poky/meta/recipes-devtools/ccache/ccache.inc
diff --git a/meta/recipes-devtools/ccache/ccache_3.2.3.bb b/yocto-poky/meta/recipes-devtools/ccache/ccache_3.2.3.bb
similarity index 100%
rename from meta/recipes-devtools/ccache/ccache_3.2.3.bb
rename to yocto-poky/meta/recipes-devtools/ccache/ccache_3.2.3.bb
diff --git a/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch b/yocto-poky/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
similarity index 100%
rename from meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
rename to yocto-poky/meta/recipes-devtools/ccache/files/0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb b/yocto-poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
similarity index 100%
rename from meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
rename to yocto-poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
diff --git a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch b/yocto-poky/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
similarity index 100%
rename from meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
rename to yocto-poky/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/yocto-poky/meta/recipes-devtools/chrpath/chrpath_0.16.bb
similarity index 100%
rename from meta/recipes-devtools/chrpath/chrpath_0.16.bb
rename to yocto-poky/meta/recipes-devtools/chrpath/chrpath_0.16.bb
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb b/yocto-poky/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
rename to yocto-poky/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/yocto-poky/meta/recipes-devtools/cmake/cmake.inc
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake.inc
rename to yocto-poky/meta/recipes-devtools/cmake/cmake.inc
diff --git a/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake b/yocto-poky/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake
rename to yocto-poky/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake
diff --git a/meta/recipes-devtools/cmake/cmake/cmlibarchive-disable-ext2fs.patch b/yocto-poky/meta/recipes-devtools/cmake/cmake/cmlibarchive-disable-ext2fs.patch
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake/cmlibarchive-disable-ext2fs.patch
rename to yocto-poky/meta/recipes-devtools/cmake/cmake/cmlibarchive-disable-ext2fs.patch
diff --git a/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch b/yocto-poky/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
rename to yocto-poky/meta/recipes-devtools/cmake/cmake/dont-run-cross-binaries.patch
diff --git a/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh b/yocto-poky/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh
rename to yocto-poky/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh
diff --git a/meta/recipes-devtools/cmake/cmake/qt4-fail-silent.patch b/yocto-poky/meta/recipes-devtools/cmake/cmake/qt4-fail-silent.patch
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake/qt4-fail-silent.patch
rename to yocto-poky/meta/recipes-devtools/cmake/cmake/qt4-fail-silent.patch
diff --git a/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch b/yocto-poky/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch
rename to yocto-poky/meta/recipes-devtools/cmake/cmake/support-oe-qt4-tools-names.patch
diff --git a/meta/recipes-devtools/cmake/cmake_3.3.1.bb b/yocto-poky/meta/recipes-devtools/cmake/cmake_3.3.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.3.1.bb
rename to yocto-poky/meta/recipes-devtools/cmake/cmake_3.3.1.bb
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb b/yocto-poky/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb
similarity index 100%
rename from meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb
rename to yocto-poky/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb
diff --git a/meta/recipes-devtools/devel-config/distcc-config.bb b/yocto-poky/meta/recipes-devtools/devel-config/distcc-config.bb
similarity index 100%
rename from meta/recipes-devtools/devel-config/distcc-config.bb
rename to yocto-poky/meta/recipes-devtools/devel-config/distcc-config.bb
diff --git a/meta/recipes-devtools/devel-config/distcc-config/distcc.sh b/yocto-poky/meta/recipes-devtools/devel-config/distcc-config/distcc.sh
similarity index 100%
rename from meta/recipes-devtools/devel-config/distcc-config/distcc.sh
rename to yocto-poky/meta/recipes-devtools/devel-config/distcc-config/distcc.sh
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/yocto-poky/meta/recipes-devtools/devel-config/nfs-export-root.bb
similarity index 100%
rename from meta/recipes-devtools/devel-config/nfs-export-root.bb
rename to yocto-poky/meta/recipes-devtools/devel-config/nfs-export-root.bb
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root/exports b/yocto-poky/meta/recipes-devtools/devel-config/nfs-export-root/exports
similarity index 100%
rename from meta/recipes-devtools/devel-config/nfs-export-root/exports
rename to yocto-poky/meta/recipes-devtools/devel-config/nfs-export-root/exports
diff --git a/meta/recipes-devtools/diffstat/diffstat/run-ptest b/yocto-poky/meta/recipes-devtools/diffstat/diffstat/run-ptest
similarity index 100%
rename from meta/recipes-devtools/diffstat/diffstat/run-ptest
rename to yocto-poky/meta/recipes-devtools/diffstat/diffstat/run-ptest
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.60.bb b/yocto-poky/meta/recipes-devtools/diffstat/diffstat_1.60.bb
similarity index 100%
rename from meta/recipes-devtools/diffstat/diffstat_1.60.bb
rename to yocto-poky/meta/recipes-devtools/diffstat/diffstat_1.60.bb
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/yocto-poky/meta/recipes-devtools/distcc/distcc_3.1.bb
similarity index 100%
rename from meta/recipes-devtools/distcc/distcc_3.1.bb
rename to yocto-poky/meta/recipes-devtools/distcc/distcc_3.1.bb
diff --git a/meta/recipes-devtools/distcc/files/0001-zeroconf-Include-fcntl.h.patch b/yocto-poky/meta/recipes-devtools/distcc/files/0001-zeroconf-Include-fcntl.h.patch
similarity index 100%
rename from meta/recipes-devtools/distcc/files/0001-zeroconf-Include-fcntl.h.patch
rename to yocto-poky/meta/recipes-devtools/distcc/files/0001-zeroconf-Include-fcntl.h.patch
diff --git a/meta/recipes-devtools/distcc/files/default b/yocto-poky/meta/recipes-devtools/distcc/files/default
similarity index 100%
rename from meta/recipes-devtools/distcc/files/default
rename to yocto-poky/meta/recipes-devtools/distcc/files/default
diff --git a/meta/recipes-devtools/distcc/files/distcc b/yocto-poky/meta/recipes-devtools/distcc/files/distcc
similarity index 100%
rename from meta/recipes-devtools/distcc/files/distcc
rename to yocto-poky/meta/recipes-devtools/distcc/files/distcc
diff --git a/meta/recipes-devtools/distcc/files/distcc.service b/yocto-poky/meta/recipes-devtools/distcc/files/distcc.service
similarity index 100%
rename from meta/recipes-devtools/distcc/files/distcc.service
rename to yocto-poky/meta/recipes-devtools/distcc/files/distcc.service
diff --git a/meta/recipes-devtools/distcc/files/distccmon-gnome.desktop b/yocto-poky/meta/recipes-devtools/distcc/files/distccmon-gnome.desktop
similarity index 100%
rename from meta/recipes-devtools/distcc/files/distccmon-gnome.desktop
rename to yocto-poky/meta/recipes-devtools/distcc/files/distccmon-gnome.desktop
diff --git a/meta/recipes-devtools/distcc/files/separatebuilddir.patch b/yocto-poky/meta/recipes-devtools/distcc/files/separatebuilddir.patch
similarity index 100%
rename from meta/recipes-devtools/distcc/files/separatebuilddir.patch
rename to yocto-poky/meta/recipes-devtools/distcc/files/separatebuilddir.patch
diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/yocto-poky/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
similarity index 100%
rename from meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
rename to yocto-poky/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
diff --git a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb b/yocto-poky/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb
rename to yocto-poky/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb b/yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb
rename to yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native_3.1.bb
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb b/yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb
rename to yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native_4.1.bb
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb b/yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb
rename to yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-native.inc b/yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-native.inc
similarity index 100%
rename from meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-native.inc
rename to yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-native.inc
diff --git a/meta/recipes-devtools/docbook-sgml-dtd/files/LICENSE-OASIS b/yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/files/LICENSE-OASIS
similarity index 100%
rename from meta/recipes-devtools/docbook-sgml-dtd/files/LICENSE-OASIS
rename to yocto-poky/meta/recipes-devtools/docbook-sgml-dtd/files/LICENSE-OASIS
diff --git a/meta/recipes-devtools/docbook-utils/docbook-utils-0.6.14/re.patch b/yocto-poky/meta/recipes-devtools/docbook-utils/docbook-utils-0.6.14/re.patch
similarity index 100%
rename from meta/recipes-devtools/docbook-utils/docbook-utils-0.6.14/re.patch
rename to yocto-poky/meta/recipes-devtools/docbook-utils/docbook-utils-0.6.14/re.patch
diff --git a/meta/recipes-devtools/docbook-utils/docbook-utils-native_0.6.14.bb b/yocto-poky/meta/recipes-devtools/docbook-utils/docbook-utils-native_0.6.14.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-utils/docbook-utils-native_0.6.14.bb
rename to yocto-poky/meta/recipes-devtools/docbook-utils/docbook-utils-native_0.6.14.bb
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml.xml b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml.xml
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml.xml
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml.xml
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl-stylesheets-no-bashism-in-docbook-xsl-up.patch
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl.xml b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl.xml
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl.xml
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl.xml
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb b/yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
similarity index 100%
rename from meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
rename to yocto-poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.78.1.bb
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/0001-Include-fcntl.h-for-getting-loff_t-definition.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/0001-Include-fcntl.h-for-getting-loff_t-definition.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/0001-Include-fcntl.h-for-getting-loff_t-definition.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/0001-Include-fcntl.h-for-getting-loff_t-definition.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/alignment_hack.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/alignment_hack.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/alignment_hack.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/alignment_hack.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/fix_populated_dosfs_creation.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/include-linux-types.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/include-linux-types.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/include-linux-types.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/include-linux-types.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/msdos_fat12_undefined.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/msdos_fat12_undefined.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/msdos_fat12_undefined.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/msdos_fat12_undefined.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb b/yocto-poky/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
similarity index 100%
rename from meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
rename to yocto-poky/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/yocto-poky/meta/recipes-devtools/dpkg/dpkg.inc
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg.inc
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg.inc
diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-When-running-do_package_write_deb-we-have-trees-of-h.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/0001-When-running-do_package_write_deb-we-have-trees-of-h.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/0001-When-running-do_package_write_deb-we-have-trees-of-h.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/0001-When-running-do_package_write_deb-we-have-trees-of-h.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/0005-dpkg-compiler.m4-remove-Wvla.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/0005-dpkg-compiler.m4-remove-Wvla.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/0005-dpkg-compiler.m4-remove-Wvla.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/0005-dpkg-compiler.m4-remove-Wvla.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/dpkg-configure.service b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/dpkg-configure.service
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/dpkg-configure.service
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/dpkg-configure.service
diff --git a/meta/recipes-devtools/dpkg/dpkg/fix-abs-redefine.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/fix-abs-redefine.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/fix-abs-redefine.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/fix-abs-redefine.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/glibc2.5-sync_file_range.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/glibc2.5-sync_file_range.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/glibc2.5-sync_file_range.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/glibc2.5-sync_file_range.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/noman.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/noman.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/noman.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/noman.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch b/yocto-poky/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.18.2.bb b/yocto-poky/meta/recipes-devtools/dpkg/dpkg_1.18.2.bb
similarity index 100%
rename from meta/recipes-devtools/dpkg/dpkg_1.18.2.bb
rename to yocto-poky/meta/recipes-devtools/dpkg/dpkg_1.18.2.bb
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsprogs-fix-cross-compilation-problem.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsprogs-fix-cross-compilation-problem.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsprogs-fix-cross-compilation-problem.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsprogs-fix-cross-compilation-problem.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-potential-buffer-overflow-in-closefs.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-mke2fs-add-the-ability-to-copy-files-from-a-given-di.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-mke2fs-add-the-ability-to-copy-files-from-a-given-di.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-mke2fs-add-the-ability-to-copy-files-from-a-given-di.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-mke2fs-add-the-ability-to-copy-files-from-a-given-di.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0002-misc-create_inode.c-copy-files-recursively.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0002-misc-create_inode.c-copy-files-recursively.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0002-misc-create_inode.c-copy-files-recursively.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0002-misc-create_inode.c-copy-files-recursively.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0003-misc-create_inode.c-create-special-file.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0003-misc-create_inode.c-create-special-file.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0003-misc-create_inode.c-create-special-file.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0003-misc-create_inode.c-create-special-file.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0004-misc-create_inode.c-create-symlink.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0004-misc-create_inode.c-create-symlink.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0004-misc-create_inode.c-create-symlink.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0004-misc-create_inode.c-create-symlink.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0005-misc-create_inode.c-copy-regular-file.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0005-misc-create_inode.c-copy-regular-file.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0005-misc-create_inode.c-copy-regular-file.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0005-misc-create_inode.c-copy-regular-file.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0006-misc-create_inode.c-create-directory.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0006-misc-create_inode.c-create-directory.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0006-misc-create_inode.c-create-directory.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0006-misc-create_inode.c-create-directory.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0007-misc-create_inode.c-set-owner-mode-time-for-the-inod.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0007-misc-create_inode.c-set-owner-mode-time-for-the-inod.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0007-misc-create_inode.c-set-owner-mode-time-for-the-inod.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0007-misc-create_inode.c-set-owner-mode-time-for-the-inod.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0008-mke2fs.c-add-an-option-d-root-directory.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0008-mke2fs.c-add-an-option-d-root-directory.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0008-mke2fs.c-add-an-option-d-root-directory.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0008-mke2fs.c-add-an-option-d-root-directory.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0009-misc-create_inode.c-handle-hardlinks.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0009-misc-create_inode.c-handle-hardlinks.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0009-misc-create_inode.c-handle-hardlinks.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0009-misc-create_inode.c-handle-hardlinks.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0010-debugfs-use-the-functions-in-misc-create_inode.c.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0010-debugfs-use-the-functions-in-misc-create_inode.c.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0010-debugfs-use-the-functions-in-misc-create_inode.c.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0010-debugfs-use-the-functions-in-misc-create_inode.c.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0012-Fix-musl-build-failures.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/CVE-2015-0247.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/acinclude.m4 b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/acinclude.m4
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/acinclude.m4
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/acinclude.m4
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/cache_inode.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/cache_inode.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/cache_inode.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/cache_inode.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/fix-icache.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/misc-mke2fs.c-return-error-when-failed-to-populate-fs.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
similarity index 100%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
rename to yocto-poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/arm_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/arm_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/arm_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/arm_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/elf_additions.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elf_additions.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/elf_additions.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elf_additions.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/elf_begin.c-CVE-2014-9447-fix.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elf_begin.c-CVE-2014-9447-fix.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/elf_begin.c-CVE-2014-9447-fix.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elf_begin.c-CVE-2014-9447-fix.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-ar-c-fix-num-passed-to-memset.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-ar-c-fix-num-passed-to-memset.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-ar-c-fix-num-passed-to-memset.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-ar-c-fix-num-passed-to-memset.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-fsize.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-fsize.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-fsize.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/elfutils-fsize.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/fix-build-gcc-4.8.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/fix-build-gcc-4.8.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/fix-build-gcc-4.8.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/fix-build-gcc-4.8.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/hppa_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/hppa_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/hppa_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/hppa_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/m68k_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/m68k_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/m68k_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/m68k_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/mips_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/mips_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/mips_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/mips_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-portability.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-portability.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/redhat-portability.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-portability.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-robustify.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-robustify.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/redhat-robustify.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/redhat-robustify.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/remove-unused.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/remove-unused.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/remove-unused.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/remove-unused.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/testsuite-ignore-elflint.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/testsuite-ignore-elflint.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/testsuite-ignore-elflint.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/testsuite-ignore-elflint.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support-for-elfutils-0.148.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support-for-elfutils-0.148.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support-for-elfutils-0.148.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support-for-elfutils-0.148.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/0001-fix-a-stack-usage-warning.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/0001-fix-a-stack-usage-warning.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/0001-fix-a-stack-usage-warning.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/0001-fix-a-stack-usage-warning.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/0001-remove-the-unneed-checking.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/0001-remove-the-unneed-checking.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/0001-remove-the-unneed-checking.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/0001-remove-the-unneed-checking.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/arm_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/arm_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/arm_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/arm_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/fixheadercheck.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/fixheadercheck.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/fixheadercheck.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/fixheadercheck.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/hppa_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/hppa_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/hppa_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/hppa_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/m68k_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/m68k_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/m68k_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/m68k_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/mips_backend.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/mips_backend.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/mips_backend.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/mips_backend.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/mips_readelf_w.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/mips_readelf_w.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/mips_readelf_w.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/mips_readelf_w.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/testsuite-ignore-elflint.diff b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/testsuite-ignore-elflint.diff
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/testsuite-ignore-elflint.diff
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/testsuite-ignore-elflint.diff
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils/Fix_elf_cvt_gunhash.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils/dso-link-change.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils/dso-link-change.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils/dso-link-change.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils/dso-link-change.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils/mempcpy.patch b/yocto-poky/meta/recipes-devtools/elfutils/elfutils/mempcpy.patch
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils/mempcpy.patch
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils/mempcpy.patch
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/yocto-poky/meta/recipes-devtools/elfutils/elfutils_0.148.bb
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils_0.148.bb
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils_0.148.bb
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.163.bb b/yocto-poky/meta/recipes-devtools/elfutils/elfutils_0.163.bb
similarity index 100%
rename from meta/recipes-devtools/elfutils/elfutils_0.163.bb
rename to yocto-poky/meta/recipes-devtools/elfutils/elfutils_0.163.bb
diff --git a/meta/recipes-devtools/expect/expect/0001-configure.in.patch b/yocto-poky/meta/recipes-devtools/expect/expect/0001-configure.in.patch
similarity index 100%
rename from meta/recipes-devtools/expect/expect/0001-configure.in.patch
rename to yocto-poky/meta/recipes-devtools/expect/expect/0001-configure.in.patch
diff --git a/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch b/yocto-poky/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch
similarity index 100%
rename from meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch
rename to yocto-poky/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch
diff --git a/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch b/yocto-poky/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch
similarity index 100%
rename from meta/recipes-devtools/expect/expect/0002-tcl.m4.patch
rename to yocto-poky/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch
diff --git a/meta/recipes-devtools/expect/expect/01-example-shebang.patch b/yocto-poky/meta/recipes-devtools/expect/expect/01-example-shebang.patch
similarity index 100%
rename from meta/recipes-devtools/expect/expect/01-example-shebang.patch
rename to yocto-poky/meta/recipes-devtools/expect/expect/01-example-shebang.patch
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/yocto-poky/meta/recipes-devtools/expect/expect_5.45.bb
similarity index 100%
rename from meta/recipes-devtools/expect/expect_5.45.bb
rename to yocto-poky/meta/recipes-devtools/expect/expect_5.45.bb
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb b/yocto-poky/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
similarity index 100%
rename from meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
rename to yocto-poky/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
diff --git a/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch b/yocto-poky/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch
similarity index 100%
rename from meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch
rename to yocto-poky/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch
diff --git a/meta/recipes-devtools/file/file/debian-742262.patch b/yocto-poky/meta/recipes-devtools/file/file/debian-742262.patch
similarity index 100%
rename from meta/recipes-devtools/file/file/debian-742262.patch
rename to yocto-poky/meta/recipes-devtools/file/file/debian-742262.patch
diff --git a/meta/recipes-devtools/file/file_5.24.bb b/yocto-poky/meta/recipes-devtools/file/file_5.24.bb
similarity index 100%
rename from meta/recipes-devtools/file/file_5.24.bb
rename to yocto-poky/meta/recipes-devtools/file/file_5.24.bb
diff --git a/meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch b/yocto-poky/meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch
similarity index 100%
rename from meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch
rename to yocto-poky/meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch
diff --git a/meta/recipes-devtools/flex/files/run-ptest b/yocto-poky/meta/recipes-devtools/flex/files/run-ptest
similarity index 100%
rename from meta/recipes-devtools/flex/files/run-ptest
rename to yocto-poky/meta/recipes-devtools/flex/files/run-ptest
diff --git a/meta/recipes-devtools/flex/flex.inc b/yocto-poky/meta/recipes-devtools/flex/flex.inc
similarity index 100%
rename from meta/recipes-devtools/flex/flex.inc
rename to yocto-poky/meta/recipes-devtools/flex/flex.inc
diff --git a/meta/recipes-devtools/flex/flex_2.5.39.bb b/yocto-poky/meta/recipes-devtools/flex/flex_2.5.39.bb
similarity index 100%
rename from meta/recipes-devtools/flex/flex_2.5.39.bb
rename to yocto-poky/meta/recipes-devtools/flex/flex_2.5.39.bb
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8.inc
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0002-uclibc-conf.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0002-uclibc-conf.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0002-uclibc-conf.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0002-uclibc-conf.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0003-gcc-uclibc-locale-ctype_touplow_t.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0003-gcc-uclibc-locale-ctype_touplow_t.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0003-gcc-uclibc-locale-ctype_touplow_t.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0003-gcc-uclibc-locale-ctype_touplow_t.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0004-uclibc-locale.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0004-uclibc-locale.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0004-uclibc-locale.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0004-uclibc-locale.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0005-uclibc-locale-no__x.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0005-uclibc-locale-no__x.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0005-uclibc-locale-no__x.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0005-uclibc-locale-no__x.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0006-uclibc-locale-wchar_fix.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0006-uclibc-locale-wchar_fix.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0006-uclibc-locale-wchar_fix.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0006-uclibc-locale-wchar_fix.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0007-uclibc-locale-update.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0007-uclibc-locale-update.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0007-uclibc-locale-update.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0007-uclibc-locale-update.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0008-missing-execinfo_h.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0008-missing-execinfo_h.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0008-missing-execinfo_h.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0008-missing-execinfo_h.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0009-c99-snprintf.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0009-c99-snprintf.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0009-c99-snprintf.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0009-c99-snprintf.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0010-c99-complex-ugly-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0010-c99-complex-ugly-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0010-c99-complex-ugly-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0010-c99-complex-ugly-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0011-index_macro.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0011-index_macro.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0011-index_macro.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0011-index_macro.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0012-libmudflap-susv3-legacy.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0012-libmudflap-susv3-legacy.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0012-libmudflap-susv3-legacy.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0012-libmudflap-susv3-legacy.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0013-libstdc-namespace.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0013-libstdc-namespace.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0013-libstdc-namespace.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0013-libstdc-namespace.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0014-sh-pr24836.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0014-sh-pr24836.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0014-sh-pr24836.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0014-sh-pr24836.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0016-gcc-poison-system-directories.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0016-gcc-poison-system-directories.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0016-gcc-poison-system-directories.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0016-gcc-poison-system-directories.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0017-gcc-poison-dir-extend.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0017-gcc-poison-dir-extend.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0017-gcc-poison-dir-extend.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0017-gcc-poison-dir-extend.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0019-64-bit-multilib-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0019-64-bit-multilib-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0019-64-bit-multilib-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0019-64-bit-multilib-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0020-optional-libstdc.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0020-optional-libstdc.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0020-optional-libstdc.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0020-optional-libstdc.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0022-COLLECT_GCC_OPTIONS.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0022-COLLECT_GCC_OPTIONS.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0022-COLLECT_GCC_OPTIONS.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0022-COLLECT_GCC_OPTIONS.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0024-PR-target-32219.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0024-PR-target-32219.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0024-PR-target-32219.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0024-PR-target-32219.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0025-fortran-cross-compile-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0025-fortran-cross-compile-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0025-fortran-cross-compile-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0025-fortran-cross-compile-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0026-libgcc-sjlj-check.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0026-libgcc-sjlj-check.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0026-libgcc-sjlj-check.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0026-libgcc-sjlj-check.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0027-cpp-honor-sysroot.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0027-cpp-honor-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0027-cpp-honor-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0027-cpp-honor-sysroot.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0028-MIPS64-Default-to-N64-ABI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0028-MIPS64-Default-to-N64-ABI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0028-MIPS64-Default-to-N64-ABI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0028-MIPS64-Default-to-N64-ABI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0030-gcc-Fix-argument-list-too-long-error.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0030-gcc-Fix-argument-list-too-long-error.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0030-gcc-Fix-argument-list-too-long-error.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0030-gcc-Fix-argument-list-too-long-error.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0031-Disable-sdt.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0031-Disable-sdt.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0031-Disable-sdt.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0031-Disable-sdt.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0032-libtool.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0032-libtool.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0032-libtool.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0032-libtool.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0035-wcast-qual-PR-55383.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0035-wcast-qual-PR-55383.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0035-wcast-qual-PR-55383.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0035-wcast-qual-PR-55383.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0038-gcc-4.8-build-args.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0038-gcc-4.8-build-args.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0038-gcc-4.8-build-args.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0038-gcc-4.8-build-args.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0040-fix-g++-sysroot.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0040-fix-g++-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0040-fix-g++-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0040-fix-g++-sysroot.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0041-libtool-avoid-libdir.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0041-libtool-avoid-libdir.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0041-libtool-avoid-libdir.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0041-libtool-avoid-libdir.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0042-pr57748.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0042-pr57748.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0042-pr57748.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0042-pr57748.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0043-cpp.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0043-cpp.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0043-cpp.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0043-cpp.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0044-gengtypes.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0044-gengtypes.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0044-gengtypes.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0044-gengtypes.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0046-libatomic-deptracking.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0046-libatomic-deptracking.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0046-libatomic-deptracking.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0046-libatomic-deptracking.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0047-repomembug.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0047-repomembug.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0047-repomembug.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0047-repomembug.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.8/target-gcc-includedir.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/target-gcc-includedir.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.8/target-gcc-includedir.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.8/target-gcc-includedir.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9.inc
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0002-uclibc-conf.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0002-uclibc-conf.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0002-uclibc-conf.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0002-uclibc-conf.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0003-gcc-uclibc-locale-ctype_touplow_t.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0003-gcc-uclibc-locale-ctype_touplow_t.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0003-gcc-uclibc-locale-ctype_touplow_t.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0003-gcc-uclibc-locale-ctype_touplow_t.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0004-uclibc-locale.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0004-uclibc-locale.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0004-uclibc-locale.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0004-uclibc-locale.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0005-uclibc-locale-no__x.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0005-uclibc-locale-no__x.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0005-uclibc-locale-no__x.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0005-uclibc-locale-no__x.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0006-uclibc-locale-wchar_fix.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0006-uclibc-locale-wchar_fix.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0006-uclibc-locale-wchar_fix.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0006-uclibc-locale-wchar_fix.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0007-uclibc-locale-update.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0007-uclibc-locale-update.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0007-uclibc-locale-update.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0007-uclibc-locale-update.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0008-missing-execinfo_h.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0008-missing-execinfo_h.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0008-missing-execinfo_h.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0008-missing-execinfo_h.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0009-c99-snprintf.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0009-c99-snprintf.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0009-c99-snprintf.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0009-c99-snprintf.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0010-c99-complex-ugly-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0010-c99-complex-ugly-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0010-c99-complex-ugly-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0010-c99-complex-ugly-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0011-index_macro.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0011-index_macro.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0011-index_macro.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0011-index_macro.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0013-libstdc-namespace.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0013-libstdc-namespace.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0013-libstdc-namespace.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0013-libstdc-namespace.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0016-gcc-poison-system-directories.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0016-gcc-poison-system-directories.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0016-gcc-poison-system-directories.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0016-gcc-poison-system-directories.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0017-gcc-poison-dir-extend.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0017-gcc-poison-dir-extend.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0017-gcc-poison-dir-extend.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0017-gcc-poison-dir-extend.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0019-64-bit-multilib-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0019-64-bit-multilib-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0019-64-bit-multilib-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0019-64-bit-multilib-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0020-optional-libstdc.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0020-optional-libstdc.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0020-optional-libstdc.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0020-optional-libstdc.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0022-COLLECT_GCC_OPTIONS.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0022-COLLECT_GCC_OPTIONS.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0022-COLLECT_GCC_OPTIONS.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0022-COLLECT_GCC_OPTIONS.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0024-PR-target-32219.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0024-PR-target-32219.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0024-PR-target-32219.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0024-PR-target-32219.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0025-fortran-cross-compile-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0025-fortran-cross-compile-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0025-fortran-cross-compile-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0025-fortran-cross-compile-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0026-libgcc-sjlj-check.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0026-libgcc-sjlj-check.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0026-libgcc-sjlj-check.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0026-libgcc-sjlj-check.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0027-cpp-honor-sysroot.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0027-cpp-honor-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0027-cpp-honor-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0027-cpp-honor-sysroot.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0028-MIPS64-Default-to-N64-ABI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0028-MIPS64-Default-to-N64-ABI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0028-MIPS64-Default-to-N64-ABI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0028-MIPS64-Default-to-N64-ABI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0030-gcc-Fix-argument-list-too-long-error.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0030-gcc-Fix-argument-list-too-long-error.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0030-gcc-Fix-argument-list-too-long-error.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0030-gcc-Fix-argument-list-too-long-error.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0031-Disable-sdt.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0031-Disable-sdt.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0031-Disable-sdt.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0031-Disable-sdt.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0032-libtool.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0032-libtool.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0032-libtool.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0032-libtool.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0040-fix-g++-sysroot.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0040-fix-g++-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0040-fix-g++-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0040-fix-g++-sysroot.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0041-libtool-avoid-libdir.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0041-libtool-avoid-libdir.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0041-libtool-avoid-libdir.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0041-libtool-avoid-libdir.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0043-cpp.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0043-cpp.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0043-cpp.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0043-cpp.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0044-gengtypes.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0044-gengtypes.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0044-gengtypes.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0044-gengtypes.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0046-libatomic-deptracking.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0046-libatomic-deptracking.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0046-libatomic-deptracking.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0046-libatomic-deptracking.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0051-eabispe.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0051-eabispe.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0051-eabispe.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0051-eabispe.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0052-Add-target-hook-to-override-DWARF2-frame-register-si.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0052-Add-target-hook-to-override-DWARF2-frame-register-si.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0052-Add-target-hook-to-override-DWARF2-frame-register-si.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0052-Add-target-hook-to-override-DWARF2-frame-register-si.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0055-dwarf-reg-processing-helper.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0055-dwarf-reg-processing-helper.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0055-dwarf-reg-processing-helper.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0055-dwarf-reg-processing-helper.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0056-define-default-cfa-register-mapping.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0056-define-default-cfa-register-mapping.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0056-define-default-cfa-register-mapping.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0056-define-default-cfa-register-mapping.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0061-target-gcc-includedir.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0061-target-gcc-includedir.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0061-target-gcc-includedir.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0061-target-gcc-includedir.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0063-nativesdk-gcc-support.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0063-nativesdk-gcc-support.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0063-nativesdk-gcc-support.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0063-nativesdk-gcc-support.patch
diff --git a/meta/recipes-devtools/gcc/gcc-4.9/0064-handle-target-sysroot-multilib.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0064-handle-target-sysroot-multilib.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-4.9/0064-handle-target-sysroot-multilib.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-4.9/0064-handle-target-sysroot-multilib.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2.inc
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0002-uclibc-conf.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0002-uclibc-conf.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0002-uclibc-conf.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0002-uclibc-conf.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0003-gcc-uclibc-locale-ctype_touplow_t.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0003-gcc-uclibc-locale-ctype_touplow_t.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0003-gcc-uclibc-locale-ctype_touplow_t.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0003-gcc-uclibc-locale-ctype_touplow_t.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0004-uclibc-locale.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0004-uclibc-locale.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0004-uclibc-locale.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0004-uclibc-locale.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0005-uclibc-locale-no__x.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0005-uclibc-locale-no__x.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0005-uclibc-locale-no__x.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0005-uclibc-locale-no__x.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0006-uclibc-locale-wchar_fix.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0006-uclibc-locale-wchar_fix.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0006-uclibc-locale-wchar_fix.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0006-uclibc-locale-wchar_fix.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0007-uclibc-locale-update.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0007-uclibc-locale-update.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0007-uclibc-locale-update.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0007-uclibc-locale-update.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0008-missing-execinfo_h.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0008-missing-execinfo_h.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0008-missing-execinfo_h.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0008-missing-execinfo_h.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0009-c99-snprintf.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0009-c99-snprintf.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0009-c99-snprintf.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0009-c99-snprintf.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0010-gcc-poison-system-directories.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0010-gcc-poison-system-directories.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0010-gcc-poison-system-directories.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0010-gcc-poison-system-directories.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0011-gcc-poison-dir-extend.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0011-gcc-poison-dir-extend.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0011-gcc-poison-dir-extend.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0011-gcc-poison-dir-extend.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0012-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0013-64-bit-multilib-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0013-64-bit-multilib-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0013-64-bit-multilib-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0013-64-bit-multilib-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0014-optional-libstdc.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0014-optional-libstdc.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0014-optional-libstdc.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0014-optional-libstdc.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0015-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0016-COLLECT_GCC_OPTIONS.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0016-COLLECT_GCC_OPTIONS.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0016-COLLECT_GCC_OPTIONS.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0016-COLLECT_GCC_OPTIONS.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0017-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0018-fortran-cross-compile-hack.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0018-fortran-cross-compile-hack.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0018-fortran-cross-compile-hack.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0018-fortran-cross-compile-hack.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0019-libgcc-sjlj-check.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0019-libgcc-sjlj-check.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0019-libgcc-sjlj-check.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0019-libgcc-sjlj-check.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0020-cpp-honor-sysroot.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0020-cpp-honor-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0020-cpp-honor-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0020-cpp-honor-sysroot.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0021-MIPS64-Default-to-N64-ABI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0021-MIPS64-Default-to-N64-ABI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0021-MIPS64-Default-to-N64-ABI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0021-MIPS64-Default-to-N64-ABI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0022-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0022-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0022-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0022-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0023-gcc-Fix-argument-list-too-long-error.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0023-gcc-Fix-argument-list-too-long-error.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0023-gcc-Fix-argument-list-too-long-error.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0023-gcc-Fix-argument-list-too-long-error.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0024-Disable-sdt.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0024-Disable-sdt.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0024-Disable-sdt.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0024-Disable-sdt.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0025-libtool.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0025-libtool.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0025-libtool.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0025-libtool.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0026-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0026-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0026-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0026-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0027-Use-the-multilib-config-files-from-B-instead-of-usin.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0027-Use-the-multilib-config-files-from-B-instead-of-usin.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0027-Use-the-multilib-config-files-from-B-instead-of-usin.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0027-Use-the-multilib-config-files-from-B-instead-of-usin.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0028-Avoid-using-libdir-from-.la-which-usually-points-to-.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0028-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0028-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0028-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0029-export-CPP.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0029-export-CPP.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0029-export-CPP.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0029-export-CPP.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0030-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0030-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0030-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0030-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0031-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0031-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0031-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0031-Disable-the-MULTILIB_OSDIRNAMES-and-other-multilib-o.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0032-Ensure-target-gcc-headers-can-be-included.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0032-Ensure-target-gcc-headers-can-be-included.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0032-Ensure-target-gcc-headers-can-be-included.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0032-Ensure-target-gcc-headers-can-be-included.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0033-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0033-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0033-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0033-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0034-Don-t-search-host-directory-during-relink-if-inst_pr.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0034-Don-t-search-host-directory-during-relink-if-inst_pr.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0034-Don-t-search-host-directory-during-relink-if-inst_pr.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0034-Don-t-search-host-directory-during-relink-if-inst_pr.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0035-Dont-link-the-plugins-with-libgomp-explicitly.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0035-Dont-link-the-plugins-with-libgomp-explicitly.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0035-Dont-link-the-plugins-with-libgomp-explicitly.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0035-Dont-link-the-plugins-with-libgomp-explicitly.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0036-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0037-pr65779.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0037-pr65779.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0037-pr65779.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0037-pr65779.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0038-fix-g++-sysroot.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0038-fix-g++-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0038-fix-g++-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0038-fix-g++-sysroot.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0039-libcc1-fix-libcc1-s-install-path-and-rpath.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0040-nativesdk-gcc-support.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0040-nativesdk-gcc-support.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0040-nativesdk-gcc-support.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0040-nativesdk-gcc-support.patch
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0041-handle-target-sysroot-multilib.patch b/yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0041-handle-target-sysroot-multilib.patch
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-5.2/0041-handle-target-sysroot-multilib.patch
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-5.2/0041-handle-target-sysroot-multilib.patch
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-common.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-common.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-common.inc
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-configure-common.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-configure-common.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-configure-common.inc
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-canadian.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-canadian_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-canadian_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-canadian_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-initial.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial.inc
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-initial_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross-initial_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross-initial_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross.inc
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-cross_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-cross_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-cross_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-cross_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk-initial_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk-initial_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk.inc
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-crosssdk_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-crosssdk_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-multilib-config.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-multilib-config.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-multilib-config.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-multilib-config.inc
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-runtime.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-runtime.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-runtime.inc
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-runtime_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-runtime_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-runtime_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-runtime_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-runtime_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-runtime_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-runtime_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-sanitizers.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers.inc
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-sanitizers_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-sanitizers_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-sanitizers_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-sanitizers_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-shared-source.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-shared-source.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-shared-source.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-shared-source.inc
diff --git a/meta/recipes-devtools/gcc/gcc-source.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-source.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-source.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-source.inc
diff --git a/meta/recipes-devtools/gcc/gcc-source_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-source_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-source_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-source_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc-source_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-source_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-source_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-source_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc-source_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc-source_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-source_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-source_5.2.bb
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/yocto-poky/meta/recipes-devtools/gcc/gcc-target.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc-target.inc
rename to yocto-poky/meta/recipes-devtools/gcc/gcc-target.inc
diff --git a/meta/recipes-devtools/gcc/gcc_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc_4.8.bb
diff --git a/meta/recipes-devtools/gcc/gcc_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc_4.9.bb
diff --git a/meta/recipes-devtools/gcc/gcc_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/gcc_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/gcc_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/gcc_5.2.bb
diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/yocto-poky/meta/recipes-devtools/gcc/libgcc-common.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc-common.inc
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc-common.inc
diff --git a/meta/recipes-devtools/gcc/libgcc-initial.inc b/yocto-poky/meta/recipes-devtools/gcc/libgcc-initial.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc-initial.inc
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc-initial.inc
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc-initial_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/libgcc-initial_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc-initial_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc-initial_4.9.bb
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/libgcc-initial_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc-initial_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc-initial_5.2.bb
diff --git a/meta/recipes-devtools/gcc/libgcc.inc b/yocto-poky/meta/recipes-devtools/gcc/libgcc.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc.inc
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc.inc
diff --git a/meta/recipes-devtools/gcc/libgcc_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/libgcc_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc_4.8.bb
diff --git a/meta/recipes-devtools/gcc/libgcc_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/libgcc_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc_4.9.bb
diff --git a/meta/recipes-devtools/gcc/libgcc_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/libgcc_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgcc_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgcc_5.2.bb
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/yocto-poky/meta/recipes-devtools/gcc/libgfortran.inc
similarity index 100%
rename from meta/recipes-devtools/gcc/libgfortran.inc
rename to yocto-poky/meta/recipes-devtools/gcc/libgfortran.inc
diff --git a/meta/recipes-devtools/gcc/libgfortran_4.8.bb b/yocto-poky/meta/recipes-devtools/gcc/libgfortran_4.8.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgfortran_4.8.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgfortran_4.8.bb
diff --git a/meta/recipes-devtools/gcc/libgfortran_4.9.bb b/yocto-poky/meta/recipes-devtools/gcc/libgfortran_4.9.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgfortran_4.9.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgfortran_4.9.bb
diff --git a/meta/recipes-devtools/gcc/libgfortran_5.2.bb b/yocto-poky/meta/recipes-devtools/gcc/libgfortran_5.2.bb
similarity index 100%
rename from meta/recipes-devtools/gcc/libgfortran_5.2.bb
rename to yocto-poky/meta/recipes-devtools/gcc/libgfortran_5.2.bb
diff --git a/meta/recipes-devtools/gdb/gdb-7.9.1.inc b/yocto-poky/meta/recipes-devtools/gdb/gdb-7.9.1.inc
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-7.9.1.inc
rename to yocto-poky/meta/recipes-devtools/gdb/gdb-7.9.1.inc
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/yocto-poky/meta/recipes-devtools/gdb/gdb-common.inc
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-common.inc
rename to yocto-poky/meta/recipes-devtools/gdb/gdb-common.inc
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/yocto-poky/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian.inc
rename to yocto-poky/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb b/yocto-poky/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb
rename to yocto-poky/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/yocto-poky/meta/recipes-devtools/gdb/gdb-cross.inc
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross.inc
rename to yocto-poky/meta/recipes-devtools/gdb/gdb-cross.inc
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb b/yocto-poky/meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb
rename to yocto-poky/meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/yocto-poky/meta/recipes-devtools/gdb/gdb.inc
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb.inc
rename to yocto-poky/meta/recipes-devtools/gdb/gdb.inc
diff --git a/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch b/yocto-poky/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
rename to yocto-poky/meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
diff --git a/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch b/yocto-poky/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch
rename to yocto-poky/meta/recipes-devtools/gdb/gdb/0002-Change-order-of-CFLAGS.patch
diff --git a/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch b/yocto-poky/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch
rename to yocto-poky/meta/recipes-devtools/gdb/gdb/0003-Add-support-for-Renesas-SH-sh4-architecture.patch
diff --git a/meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch b/yocto-poky/meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch
rename to yocto-poky/meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch
diff --git a/meta/recipes-devtools/gdb/gdb_7.9.1.bb b/yocto-poky/meta/recipes-devtools/gdb/gdb_7.9.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_7.9.1.bb
rename to yocto-poky/meta/recipes-devtools/gdb/gdb_7.9.1.bb
diff --git a/meta/recipes-devtools/git/git.inc b/yocto-poky/meta/recipes-devtools/git/git.inc
similarity index 100%
rename from meta/recipes-devtools/git/git.inc
rename to yocto-poky/meta/recipes-devtools/git/git.inc
diff --git a/meta/recipes-devtools/git/git_2.5.0.bb b/yocto-poky/meta/recipes-devtools/git/git_2.5.0.bb
similarity index 100%
rename from meta/recipes-devtools/git/git_2.5.0.bb
rename to yocto-poky/meta/recipes-devtools/git/git_2.5.0.bb
diff --git a/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch b/yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch
similarity index 100%
rename from meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch
rename to yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/config-guess-uclibc.patch
diff --git a/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in b/yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in
similarity index 100%
rename from meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in
rename to yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in
diff --git a/meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch b/yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch
similarity index 100%
rename from meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch
rename to yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/musl-support.patch
diff --git a/meta/recipes-devtools/gnu-config/gnu-config/uclibc.patch b/yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/uclibc.patch
similarity index 100%
rename from meta/recipes-devtools/gnu-config/gnu-config/uclibc.patch
rename to yocto-poky/meta/recipes-devtools/gnu-config/gnu-config/uclibc.patch
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/yocto-poky/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
similarity index 100%
rename from meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
rename to yocto-poky/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/yocto-poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb
similarity index 100%
rename from meta/recipes-devtools/gnu-config/gnu-config_git.bb
rename to yocto-poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb
diff --git a/meta/recipes-devtools/guile/files/arm_aarch64.patch b/yocto-poky/meta/recipes-devtools/guile/files/arm_aarch64.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/arm_aarch64.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/arm_aarch64.patch
diff --git a/meta/recipes-devtools/guile/files/arm_endianness.patch b/yocto-poky/meta/recipes-devtools/guile/files/arm_endianness.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/arm_endianness.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/arm_endianness.patch
diff --git a/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch b/yocto-poky/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch
diff --git a/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch b/yocto-poky/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/debian/0003-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
diff --git a/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch b/yocto-poky/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/guile_2.0.6_fix_sed_error.patch
diff --git a/meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch b/yocto-poky/meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/libguile-Makefile.am-hook.patch
diff --git a/meta/recipes-devtools/guile/files/libguile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch b/yocto-poky/meta/recipes-devtools/guile/files/libguile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/libguile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/libguile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch
diff --git a/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch b/yocto-poky/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/opensuse/guile-64bit.patch
diff --git a/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch b/yocto-poky/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch
diff --git a/meta/recipes-devtools/guile/files/workaround-ice-ssa-corruption.patch b/yocto-poky/meta/recipes-devtools/guile/files/workaround-ice-ssa-corruption.patch
similarity index 100%
rename from meta/recipes-devtools/guile/files/workaround-ice-ssa-corruption.patch
rename to yocto-poky/meta/recipes-devtools/guile/files/workaround-ice-ssa-corruption.patch
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/yocto-poky/meta/recipes-devtools/guile/guile_2.0.11.bb
similarity index 100%
rename from meta/recipes-devtools/guile/guile_2.0.11.bb
rename to yocto-poky/meta/recipes-devtools/guile/guile_2.0.11.bb
diff --git a/meta/recipes-devtools/guilt/files/guilt-bash.patch b/yocto-poky/meta/recipes-devtools/guilt/files/guilt-bash.patch
similarity index 100%
rename from meta/recipes-devtools/guilt/files/guilt-bash.patch
rename to yocto-poky/meta/recipes-devtools/guilt/files/guilt-bash.patch
diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/yocto-poky/meta/recipes-devtools/guilt/guilt-native_git.bb
similarity index 100%
rename from meta/recipes-devtools/guilt/guilt-native_git.bb
rename to yocto-poky/meta/recipes-devtools/guilt/guilt-native_git.bb
diff --git a/meta/recipes-devtools/help2man/help2man-native_1.47.1.bb b/yocto-poky/meta/recipes-devtools/help2man/help2man-native_1.47.1.bb
similarity index 100%
rename from meta/recipes-devtools/help2man/help2man-native_1.47.1.bb
rename to yocto-poky/meta/recipes-devtools/help2man/help2man-native_1.47.1.bb
diff --git a/meta/recipes-devtools/i2c-tools/files/Module.mk b/yocto-poky/meta/recipes-devtools/i2c-tools/files/Module.mk
similarity index 100%
rename from meta/recipes-devtools/i2c-tools/files/Module.mk
rename to yocto-poky/meta/recipes-devtools/i2c-tools/files/Module.mk
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb b/yocto-poky/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb
similarity index 100%
rename from meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb
rename to yocto-poky/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/yocto-poky/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
similarity index 100%
rename from meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
rename to yocto-poky/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env b/yocto-poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env
similarity index 100%
rename from meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env
rename to yocto-poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env
diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb b/yocto-poky/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
similarity index 100%
rename from meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
rename to yocto-poky/meta/recipes-devtools/icon-naming-utils/icon-naming-utils_0.8.90.bb
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/yocto-poky/meta/recipes-devtools/installer/adt-installer/adt_installer
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/adt_installer
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/adt_installer
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf b/yocto-poky/meta/recipes-devtools/installer/adt-installer/adt_installer.conf
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/adt_installer.conf
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/adt_installer.conf
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf b/yocto-poky/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf b/yocto-poky/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/data_define b/yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/data_define
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/scripts/data_define
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/data_define
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/extract_rootfs b/yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/extract_rootfs
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/scripts/extract_rootfs
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/extract_rootfs
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/util b/yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/util
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer/scripts/util
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer/scripts/util
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/yocto-poky/meta/recipes-devtools/installer/adt-installer_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/installer/adt-installer_1.0.bb
rename to yocto-poky/meta/recipes-devtools/installer/adt-installer_1.0.bb
diff --git a/meta/recipes-devtools/installer/files/wget_cache.patch b/yocto-poky/meta/recipes-devtools/installer/files/wget_cache.patch
similarity index 100%
rename from meta/recipes-devtools/installer/files/wget_cache.patch
rename to yocto-poky/meta/recipes-devtools/installer/files/wget_cache.patch
diff --git a/meta/recipes-devtools/intltool/intltool.inc b/yocto-poky/meta/recipes-devtools/intltool/intltool.inc
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool.inc
rename to yocto-poky/meta/recipes-devtools/intltool/intltool.inc
diff --git a/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch b/yocto-poky/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch
rename to yocto-poky/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch
diff --git a/meta/recipes-devtools/intltool/intltool/noperlcheck.patch b/yocto-poky/meta/recipes-devtools/intltool/intltool/noperlcheck.patch
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool/noperlcheck.patch
rename to yocto-poky/meta/recipes-devtools/intltool/intltool/noperlcheck.patch
diff --git a/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch b/yocto-poky/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch
rename to yocto-poky/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch
diff --git a/meta/recipes-devtools/intltool/intltool/remove-xml-check.patch b/yocto-poky/meta/recipes-devtools/intltool/intltool/remove-xml-check.patch
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool/remove-xml-check.patch
rename to yocto-poky/meta/recipes-devtools/intltool/intltool/remove-xml-check.patch
diff --git a/meta/recipes-devtools/intltool/intltool/use-nativeperl.patch b/yocto-poky/meta/recipes-devtools/intltool/intltool/use-nativeperl.patch
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool/use-nativeperl.patch
rename to yocto-poky/meta/recipes-devtools/intltool/intltool/use-nativeperl.patch
diff --git a/meta/recipes-devtools/intltool/intltool_0.51.0.bb b/yocto-poky/meta/recipes-devtools/intltool/intltool_0.51.0.bb
similarity index 100%
rename from meta/recipes-devtools/intltool/intltool_0.51.0.bb
rename to yocto-poky/meta/recipes-devtools/intltool/intltool_0.51.0.bb
diff --git a/meta/recipes-devtools/json-c/json-c/0001-json_tokener-requires-INF-and-NAN.patch b/yocto-poky/meta/recipes-devtools/json-c/json-c/0001-json_tokener-requires-INF-and-NAN.patch
similarity index 100%
rename from meta/recipes-devtools/json-c/json-c/0001-json_tokener-requires-INF-and-NAN.patch
rename to yocto-poky/meta/recipes-devtools/json-c/json-c/0001-json_tokener-requires-INF-and-NAN.patch
diff --git a/meta/recipes-devtools/json-c/json-c_0.12.bb b/yocto-poky/meta/recipes-devtools/json-c/json-c_0.12.bb
similarity index 100%
rename from meta/recipes-devtools/json-c/json-c_0.12.bb
rename to yocto-poky/meta/recipes-devtools/json-c/json-c_0.12.bb
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/yocto-poky/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
similarity index 100%
rename from meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
rename to yocto-poky/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/yocto-poky/meta/recipes-devtools/libtool/libtool-2.4.6.inc
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool-2.4.6.inc
rename to yocto-poky/meta/recipes-devtools/libtool/libtool-2.4.6.inc
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb b/yocto-poky/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb
rename to yocto-poky/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb b/yocto-poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool-native_2.4.6.bb
rename to yocto-poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb
diff --git a/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/dont-depend-on-help2man.patch
diff --git a/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch
diff --git a/meta/recipes-devtools/libtool/libtool/fix-resolve-lt-sysroot.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/fix-resolve-lt-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/fix-resolve-lt-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/fix-resolve-lt-sysroot.patch
diff --git a/meta/recipes-devtools/libtool/libtool/fix-rpath.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/fix-rpath.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/fix-rpath.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/fix-rpath.patch
diff --git a/meta/recipes-devtools/libtool/libtool/fixinstall.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/fixinstall.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/fixinstall.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/fixinstall.patch
diff --git a/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/nohardcodepaths.patch
diff --git a/meta/recipes-devtools/libtool/libtool/norm-rpath.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/norm-rpath.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/norm-rpath.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/norm-rpath.patch
diff --git a/meta/recipes-devtools/libtool/libtool/prefix.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/prefix.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/prefix.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/prefix.patch
diff --git a/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/rename-with-sysroot.patch
diff --git a/meta/recipes-devtools/libtool/libtool/trailingslash.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/trailingslash.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/trailingslash.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/trailingslash.patch
diff --git a/meta/recipes-devtools/libtool/libtool/unwind-opt-parsing.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/unwind-opt-parsing.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/unwind-opt-parsing.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/unwind-opt-parsing.patch
diff --git a/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch b/yocto-poky/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch
rename to yocto-poky/meta/recipes-devtools/libtool/libtool/use-sysroot-in-libpath.patch
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/yocto-poky/meta/recipes-devtools/libtool/libtool_2.4.6.bb
similarity index 100%
rename from meta/recipes-devtools/libtool/libtool_2.4.6.bb
rename to yocto-poky/meta/recipes-devtools/libtool/libtool_2.4.6.bb
diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb b/yocto-poky/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb
similarity index 100%
rename from meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb
rename to yocto-poky/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
similarity index 100%
rename from meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
rename to yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_dvips_doc.patch b/yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_dvips_doc.patch
similarity index 100%
rename from meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_dvips_doc.patch
rename to yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_dvips_doc.patch
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_sgml2rtf.patch b/yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_sgml2rtf.patch
similarity index 100%
rename from meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_sgml2rtf.patch
rename to yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_sgml2rtf.patch
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_tex_doc.patch b/yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_tex_doc.patch
similarity index 100%
rename from meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_tex_doc.patch
rename to yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_tex_doc.patch
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_txt_doc.patch b/yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_txt_doc.patch
similarity index 100%
rename from meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_txt_doc.patch
rename to yocto-poky/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools/disable_txt_doc.patch
diff --git a/meta/recipes-devtools/m4/m4-1.4.17.inc b/yocto-poky/meta/recipes-devtools/m4/m4-1.4.17.inc
similarity index 100%
rename from meta/recipes-devtools/m4/m4-1.4.17.inc
rename to yocto-poky/meta/recipes-devtools/m4/m4-1.4.17.inc
diff --git a/meta/recipes-devtools/m4/m4-1.4.9.inc b/yocto-poky/meta/recipes-devtools/m4/m4-1.4.9.inc
similarity index 100%
rename from meta/recipes-devtools/m4/m4-1.4.9.inc
rename to yocto-poky/meta/recipes-devtools/m4/m4-1.4.9.inc
diff --git a/meta/recipes-devtools/m4/m4-native_1.4.17.bb b/yocto-poky/meta/recipes-devtools/m4/m4-native_1.4.17.bb
similarity index 100%
rename from meta/recipes-devtools/m4/m4-native_1.4.17.bb
rename to yocto-poky/meta/recipes-devtools/m4/m4-native_1.4.17.bb
diff --git a/meta/recipes-devtools/m4/m4.inc b/yocto-poky/meta/recipes-devtools/m4/m4.inc
similarity index 100%
rename from meta/recipes-devtools/m4/m4.inc
rename to yocto-poky/meta/recipes-devtools/m4/m4.inc
diff --git a/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-devtools/m4/m4/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-devtools/m4/m4/ac_config_links.patch b/yocto-poky/meta/recipes-devtools/m4/m4/ac_config_links.patch
similarity index 100%
rename from meta/recipes-devtools/m4/m4/ac_config_links.patch
rename to yocto-poky/meta/recipes-devtools/m4/m4/ac_config_links.patch
diff --git a/meta/recipes-devtools/m4/m4/fix_for_circular_dependency.patch b/yocto-poky/meta/recipes-devtools/m4/m4/fix_for_circular_dependency.patch
similarity index 100%
rename from meta/recipes-devtools/m4/m4/fix_for_circular_dependency.patch
rename to yocto-poky/meta/recipes-devtools/m4/m4/fix_for_circular_dependency.patch
diff --git a/meta/recipes-devtools/m4/m4/make.patch b/yocto-poky/meta/recipes-devtools/m4/m4/make.patch
similarity index 100%
rename from meta/recipes-devtools/m4/m4/make.patch
rename to yocto-poky/meta/recipes-devtools/m4/m4/make.patch
diff --git a/meta/recipes-devtools/m4/m4/remove-gets.patch b/yocto-poky/meta/recipes-devtools/m4/m4/remove-gets.patch
similarity index 100%
rename from meta/recipes-devtools/m4/m4/remove-gets.patch
rename to yocto-poky/meta/recipes-devtools/m4/m4/remove-gets.patch
diff --git a/meta/recipes-devtools/m4/m4_1.4.17.bb b/yocto-poky/meta/recipes-devtools/m4/m4_1.4.17.bb
similarity index 100%
rename from meta/recipes-devtools/m4/m4_1.4.17.bb
rename to yocto-poky/meta/recipes-devtools/m4/m4_1.4.17.bb
diff --git a/meta/recipes-devtools/m4/m4_1.4.9.bb b/yocto-poky/meta/recipes-devtools/m4/m4_1.4.9.bb
similarity index 100%
rename from meta/recipes-devtools/m4/m4_1.4.9.bb
rename to yocto-poky/meta/recipes-devtools/m4/m4_1.4.9.bb
diff --git a/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-devtools/make/make-3.81/make_fix_for_automake-1.12.patch
diff --git a/meta/recipes-devtools/make/make-3.81/makeinfo.patch b/yocto-poky/meta/recipes-devtools/make/make-3.81/makeinfo.patch
similarity index 100%
rename from meta/recipes-devtools/make/make-3.81/makeinfo.patch
rename to yocto-poky/meta/recipes-devtools/make/make-3.81/makeinfo.patch
diff --git a/meta/recipes-devtools/make/make.inc b/yocto-poky/meta/recipes-devtools/make/make.inc
similarity index 100%
rename from meta/recipes-devtools/make/make.inc
rename to yocto-poky/meta/recipes-devtools/make/make.inc
diff --git a/meta/recipes-devtools/make/make_3.81.bb b/yocto-poky/meta/recipes-devtools/make/make_3.81.bb
similarity index 100%
rename from meta/recipes-devtools/make/make_3.81.bb
rename to yocto-poky/meta/recipes-devtools/make/make_3.81.bb
diff --git a/meta/recipes-devtools/make/make_4.1.bb b/yocto-poky/meta/recipes-devtools/make/make_4.1.bb
similarity index 100%
rename from meta/recipes-devtools/make/make_4.1.bb
rename to yocto-poky/meta/recipes-devtools/make/make_4.1.bb
diff --git a/meta/recipes-devtools/makedevs/makedevs/COPYING.patch b/yocto-poky/meta/recipes-devtools/makedevs/makedevs/COPYING.patch
similarity index 100%
rename from meta/recipes-devtools/makedevs/makedevs/COPYING.patch
rename to yocto-poky/meta/recipes-devtools/makedevs/makedevs/COPYING.patch
diff --git a/meta/recipes-devtools/makedevs/makedevs/makedevs.c b/yocto-poky/meta/recipes-devtools/makedevs/makedevs/makedevs.c
similarity index 100%
rename from meta/recipes-devtools/makedevs/makedevs/makedevs.c
rename to yocto-poky/meta/recipes-devtools/makedevs/makedevs/makedevs.c
diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb b/yocto-poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/makedevs/makedevs_1.0.1.bb
rename to yocto-poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.patch b/yocto-poky/meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.patch
similarity index 100%
rename from meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.patch
rename to yocto-poky/meta/recipes-devtools/mkelfimage/mkelfimage/cross-compile.patch
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch b/yocto-poky/meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch
similarity index 100%
rename from meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch
rename to yocto-poky/meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/yocto-poky/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
similarity index 100%
rename from meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
rename to yocto-poky/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
diff --git a/meta/recipes-devtools/mklibs/files/ac_init_fix.patch b/yocto-poky/meta/recipes-devtools/mklibs/files/ac_init_fix.patch
similarity index 100%
rename from meta/recipes-devtools/mklibs/files/ac_init_fix.patch
rename to yocto-poky/meta/recipes-devtools/mklibs/files/ac_init_fix.patch
diff --git a/meta/recipes-devtools/mklibs/files/avoid-failure-on-symbol-provided-by-application.patch b/yocto-poky/meta/recipes-devtools/mklibs/files/avoid-failure-on-symbol-provided-by-application.patch
similarity index 100%
rename from meta/recipes-devtools/mklibs/files/avoid-failure-on-symbol-provided-by-application.patch
rename to yocto-poky/meta/recipes-devtools/mklibs/files/avoid-failure-on-symbol-provided-by-application.patch
diff --git a/meta/recipes-devtools/mklibs/files/fix_STT_GNU_IFUNC.patch b/yocto-poky/meta/recipes-devtools/mklibs/files/fix_STT_GNU_IFUNC.patch
similarity index 100%
rename from meta/recipes-devtools/mklibs/files/fix_STT_GNU_IFUNC.patch
rename to yocto-poky/meta/recipes-devtools/mklibs/files/fix_STT_GNU_IFUNC.patch
diff --git a/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch b/yocto-poky/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
similarity index 100%
rename from meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
rename to yocto-poky/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
diff --git a/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch b/yocto-poky/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
similarity index 100%
rename from meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
rename to yocto-poky/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
diff --git a/meta/recipes-devtools/mklibs/files/sysrooted-ldso.patch b/yocto-poky/meta/recipes-devtools/mklibs/files/sysrooted-ldso.patch
similarity index 100%
rename from meta/recipes-devtools/mklibs/files/sysrooted-ldso.patch
rename to yocto-poky/meta/recipes-devtools/mklibs/files/sysrooted-ldso.patch
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb b/yocto-poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
similarity index 100%
rename from meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
rename to yocto-poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb
diff --git a/meta/recipes-devtools/mmc/mmc-utils/0001-mmc.h-don-t-include-asm-generic-int-ll64.h.patch b/yocto-poky/meta/recipes-devtools/mmc/mmc-utils/0001-mmc.h-don-t-include-asm-generic-int-ll64.h.patch
similarity index 100%
rename from meta/recipes-devtools/mmc/mmc-utils/0001-mmc.h-don-t-include-asm-generic-int-ll64.h.patch
rename to yocto-poky/meta/recipes-devtools/mmc/mmc-utils/0001-mmc.h-don-t-include-asm-generic-int-ll64.h.patch
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/yocto-poky/meta/recipes-devtools/mmc/mmc-utils_git.bb
similarity index 100%
rename from meta/recipes-devtools/mmc/mmc-utils_git.bb
rename to yocto-poky/meta/recipes-devtools/mmc/mmc-utils_git.bb
diff --git a/meta/recipes-devtools/mtd/mtd-utils/0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch b/yocto-poky/meta/recipes-devtools/mtd/mtd-utils/0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils/0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch
rename to yocto-poky/meta/recipes-devtools/mtd/mtd-utils/0001-hashtable-Remove-duplicate-hashtable_iterator_value-.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch b/yocto-poky/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch
rename to yocto-poky/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git-2.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch b/yocto-poky/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch
rename to yocto-poky/meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch b/yocto-poky/meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
rename to yocto-poky/meta/recipes-devtools/mtd/mtd-utils/mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/yocto-poky/meta/recipes-devtools/mtd/mtd-utils_git.bb
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils_git.bb
rename to yocto-poky/meta/recipes-devtools/mtd/mtd-utils_git.bb
diff --git a/meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch b/yocto-poky/meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch
rename to yocto-poky/meta/recipes-devtools/mtools/mtools/fix-broken-lz.patch
diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/yocto-poky/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
rename to yocto-poky/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
diff --git a/meta/recipes-devtools/mtools/mtools/mtools.patch b/yocto-poky/meta/recipes-devtools/mtools/mtools/mtools.patch
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools/mtools.patch
rename to yocto-poky/meta/recipes-devtools/mtools/mtools/mtools.patch
diff --git a/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch b/yocto-poky/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch
rename to yocto-poky/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch
diff --git a/meta/recipes-devtools/mtools/mtools/no-x11.patch b/yocto-poky/meta/recipes-devtools/mtools/mtools/no-x11.patch
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools/no-x11.patch
rename to yocto-poky/meta/recipes-devtools/mtools/mtools/no-x11.patch
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/yocto-poky/meta/recipes-devtools/mtools/mtools_3.9.9.bb
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools_3.9.9.bb
rename to yocto-poky/meta/recipes-devtools/mtools/mtools_3.9.9.bb
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb
similarity index 100%
rename from meta/recipes-devtools/mtools/mtools_4.0.18.bb
rename to yocto-poky/meta/recipes-devtools/mtools/mtools_4.0.18.bb
diff --git a/meta/recipes-devtools/nasm/nasm_2.11.08.bb b/yocto-poky/meta/recipes-devtools/nasm/nasm_2.11.08.bb
similarity index 100%
rename from meta/recipes-devtools/nasm/nasm_2.11.08.bb
rename to yocto-poky/meta/recipes-devtools/nasm/nasm_2.11.08.bb
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/fix-regex.patch b/yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/fix-regex.patch
similarity index 100%
rename from meta/recipes-devtools/openjade/openjade-1.3.2/fix-regex.patch
rename to yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/fix-regex.patch
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch b/yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch
similarity index 100%
rename from meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch
rename to yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/msggen.pl.patch b/yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/msggen.pl.patch
similarity index 100%
rename from meta/recipes-devtools/openjade/openjade-1.3.2/msggen.pl.patch
rename to yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/msggen.pl.patch
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/reautoconf.patch b/yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/reautoconf.patch
similarity index 100%
rename from meta/recipes-devtools/openjade/openjade-1.3.2/reautoconf.patch
rename to yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/reautoconf.patch
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch b/yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
similarity index 100%
rename from meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
rename to yocto-poky/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/yocto-poky/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
similarity index 100%
rename from meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
rename to yocto-poky/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
diff --git a/meta/recipes-devtools/opensp/opensp-1.5.2/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-devtools/opensp/opensp-1.5.2/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-devtools/opensp/opensp-1.5.2/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-devtools/opensp/opensp-1.5.2/obsolete_automake_macros.patch
diff --git a/meta/recipes-devtools/opensp/opensp_1.5.2.bb b/yocto-poky/meta/recipes-devtools/opensp/opensp_1.5.2.bb
similarity index 100%
rename from meta/recipes-devtools/opensp/opensp_1.5.2.bb
rename to yocto-poky/meta/recipes-devtools/opensp/opensp_1.5.2.bb
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch b/yocto-poky/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
similarity index 100%
rename from meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
rename to yocto-poky/meta/recipes-devtools/opkg-utils/opkg-utils/tar_ignore_error.patch
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/yocto-poky/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
similarity index 100%
rename from meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
rename to yocto-poky/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/yocto-poky/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb
rename to yocto-poky/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb
diff --git a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb b/yocto-poky/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
rename to yocto-poky/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
diff --git a/meta/recipes-devtools/opkg/opkg/0001-opkg_archive-add-support-for-empty-compressed-files.patch b/yocto-poky/meta/recipes-devtools/opkg/opkg/0001-opkg_archive-add-support-for-empty-compressed-files.patch
similarity index 100%
rename from meta/recipes-devtools/opkg/opkg/0001-opkg_archive-add-support-for-empty-compressed-files.patch
rename to yocto-poky/meta/recipes-devtools/opkg/opkg/0001-opkg_archive-add-support-for-empty-compressed-files.patch
diff --git a/meta/recipes-devtools/opkg/opkg/opkg-configure.service b/yocto-poky/meta/recipes-devtools/opkg/opkg/opkg-configure.service
similarity index 100%
rename from meta/recipes-devtools/opkg/opkg/opkg-configure.service
rename to yocto-poky/meta/recipes-devtools/opkg/opkg/opkg-configure.service
diff --git a/meta/recipes-devtools/opkg/opkg/opkg.conf b/yocto-poky/meta/recipes-devtools/opkg/opkg/opkg.conf
similarity index 100%
rename from meta/recipes-devtools/opkg/opkg/opkg.conf
rename to yocto-poky/meta/recipes-devtools/opkg/opkg/opkg.conf
diff --git a/meta/recipes-devtools/opkg/opkg_0.3.0.bb b/yocto-poky/meta/recipes-devtools/opkg/opkg_0.3.0.bb
similarity index 100%
rename from meta/recipes-devtools/opkg/opkg_0.3.0.bb
rename to yocto-poky/meta/recipes-devtools/opkg/opkg_0.3.0.bb
diff --git a/meta/recipes-devtools/orc/orc_0.4.23.bb b/yocto-poky/meta/recipes-devtools/orc/orc_0.4.23.bb
similarity index 100%
rename from meta/recipes-devtools/orc/orc_0.4.23.bb
rename to yocto-poky/meta/recipes-devtools/orc/orc_0.4.23.bb
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0001-Change-library-name.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0002-uuid-preserve-m-option-status-in-v-option-handling.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/0004-fix-data-uuid-from-string.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/install-pc.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/ldflags.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
similarity index 100%
rename from meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
rename to yocto-poky/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/yocto-poky/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
similarity index 100%
rename from meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
rename to yocto-poky/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
diff --git a/meta/recipes-devtools/patch/patch.inc b/yocto-poky/meta/recipes-devtools/patch/patch.inc
similarity index 100%
rename from meta/recipes-devtools/patch/patch.inc
rename to yocto-poky/meta/recipes-devtools/patch/patch.inc
diff --git a/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-devtools/patch/patch/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-devtools/patch/patch/debian.patch b/yocto-poky/meta/recipes-devtools/patch/patch/debian.patch
similarity index 100%
rename from meta/recipes-devtools/patch/patch/debian.patch
rename to yocto-poky/meta/recipes-devtools/patch/patch/debian.patch
diff --git a/meta/recipes-devtools/patch/patch/global-reject-file.diff b/yocto-poky/meta/recipes-devtools/patch/patch/global-reject-file.diff
similarity index 100%
rename from meta/recipes-devtools/patch/patch/global-reject-file.diff
rename to yocto-poky/meta/recipes-devtools/patch/patch/global-reject-file.diff
diff --git a/meta/recipes-devtools/patch/patch/install.patch b/yocto-poky/meta/recipes-devtools/patch/patch/install.patch
similarity index 100%
rename from meta/recipes-devtools/patch/patch/install.patch
rename to yocto-poky/meta/recipes-devtools/patch/patch/install.patch
diff --git a/meta/recipes-devtools/patch/patch/unified-reject-files.diff b/yocto-poky/meta/recipes-devtools/patch/patch/unified-reject-files.diff
similarity index 100%
rename from meta/recipes-devtools/patch/patch/unified-reject-files.diff
rename to yocto-poky/meta/recipes-devtools/patch/patch/unified-reject-files.diff
diff --git a/meta/recipes-devtools/patch/patch_2.5.9.bb b/yocto-poky/meta/recipes-devtools/patch/patch_2.5.9.bb
similarity index 100%
rename from meta/recipes-devtools/patch/patch_2.5.9.bb
rename to yocto-poky/meta/recipes-devtools/patch/patch_2.5.9.bb
diff --git a/meta/recipes-devtools/patch/patch_2.7.5.bb b/yocto-poky/meta/recipes-devtools/patch/patch_2.7.5.bb
similarity index 100%
rename from meta/recipes-devtools/patch/patch_2.7.5.bb
rename to yocto-poky/meta/recipes-devtools/patch/patch_2.7.5.bb
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.8.bb b/yocto-poky/meta/recipes-devtools/patchelf/patchelf_0.8.bb
similarity index 100%
rename from meta/recipes-devtools/patchelf/patchelf_0.8.bb
rename to yocto-poky/meta/recipes-devtools/patchelf/patchelf_0.8.bb
diff --git a/meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb b/yocto-poky/meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb
similarity index 100%
rename from meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb
rename to yocto-poky/meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb
diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17024.bb b/yocto-poky/meta/recipes-devtools/perl/liberror-perl_0.17024.bb
similarity index 100%
rename from meta/recipes-devtools/perl/liberror-perl_0.17024.bb
rename to yocto-poky/meta/recipes-devtools/perl/liberror-perl_0.17024.bb
diff --git a/meta/recipes-devtools/perl/liburi-perl_1.60.bb b/yocto-poky/meta/recipes-devtools/perl/liburi-perl_1.60.bb
similarity index 100%
rename from meta/recipes-devtools/perl/liburi-perl_1.60.bb
rename to yocto-poky/meta/recipes-devtools/perl/liburi-perl_1.60.bb
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/yocto-poky/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
similarity index 100%
rename from meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
rename to yocto-poky/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/yocto-poky/meta/recipes-devtools/perl/libxml-perl_0.08.bb
similarity index 100%
rename from meta/recipes-devtools/perl/libxml-perl_0.08.bb
rename to yocto-poky/meta/recipes-devtools/perl/libxml-perl_0.08.bb
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb b/yocto-poky/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
similarity index 100%
rename from meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
rename to yocto-poky/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/yocto-poky/meta/recipes-devtools/perl/perl-native_5.22.0.bb
similarity index 100%
rename from meta/recipes-devtools/perl/perl-native_5.22.0.bb
rename to yocto-poky/meta/recipes-devtools/perl/perl-native_5.22.0.bb
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/yocto-poky/meta/recipes-devtools/perl/perl-ptest.inc
similarity index 100%
rename from meta/recipes-devtools/perl/perl-ptest.inc
rename to yocto-poky/meta/recipes-devtools/perl/perl-ptest.inc
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc b/yocto-poky/meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc
similarity index 100%
rename from meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc
rename to yocto-poky/meta/recipes-devtools/perl/perl-rdepends_5.22.0.inc
diff --git a/meta/recipes-devtools/perl/perl.inc b/yocto-poky/meta/recipes-devtools/perl/perl.inc
similarity index 100%
rename from meta/recipes-devtools/perl/perl.inc
rename to yocto-poky/meta/recipes-devtools/perl/perl.inc
diff --git a/meta/recipes-devtools/perl/perl/Configure-multilib.patch b/yocto-poky/meta/recipes-devtools/perl/perl/Configure-multilib.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/Configure-multilib.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/Configure-multilib.patch
diff --git a/meta/recipes-devtools/perl/perl/MM_Unix.pm.patch b/yocto-poky/meta/recipes-devtools/perl/perl/MM_Unix.pm.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/MM_Unix.pm.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/MM_Unix.pm.patch
diff --git a/meta/recipes-devtools/perl/perl/Makefile.SH.patch b/yocto-poky/meta/recipes-devtools/perl/perl/Makefile.SH.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/Makefile.SH.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/Makefile.SH.patch
diff --git a/meta/recipes-devtools/perl/perl/Makefile.patch b/yocto-poky/meta/recipes-devtools/perl/perl/Makefile.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/Makefile.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/Makefile.patch
diff --git a/meta/recipes-devtools/perl/perl/config.sh b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh
diff --git a/meta/recipes-devtools/perl/perl/config.sh-32 b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh-32
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh-32
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh-32
diff --git a/meta/recipes-devtools/perl/perl/config.sh-32-be b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh-32-be
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh-32-be
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh-32-be
diff --git a/meta/recipes-devtools/perl/perl/config.sh-32-le b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh-32-le
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh-32-le
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh-32-le
diff --git a/meta/recipes-devtools/perl/perl/config.sh-64 b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh-64
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh-64
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh-64
diff --git a/meta/recipes-devtools/perl/perl/config.sh-64-be b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh-64-be
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh-64-be
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh-64-be
diff --git a/meta/recipes-devtools/perl/perl/config.sh-64-le b/yocto-poky/meta/recipes-devtools/perl/perl/config.sh-64-le
similarity index 100%
rename from meta/recipes-devtools/perl/perl/config.sh-64-le
rename to yocto-poky/meta/recipes-devtools/perl/perl/config.sh-64-le
diff --git a/meta/recipes-devtools/perl/perl/cross-generate_uudmap.patch b/yocto-poky/meta/recipes-devtools/perl/perl/cross-generate_uudmap.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/cross-generate_uudmap.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/cross-generate_uudmap.patch
diff --git a/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/cpan-missing-site-dirs.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/cpan_definstalldirs.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/db_file_ver.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/db_file_ver.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/deprecate-with-apt.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/doc_info.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/doc_info.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/doc_info.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/doc_info.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/enc2xs_inc.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/errno_ver.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/errno_ver.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/errno_ver.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/errno_ver.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/extutils_set_libperl_path.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fakeroot.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fakeroot.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fakeroot.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fakeroot.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/find_html2text.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/find_html2text.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/find_html2text.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/find_html2text.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/document_makemaker_ccflags.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/memoize_storable_nstore.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/net_smtp_docs.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/perl-Cnn.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/pod_man_reproducible_date.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-empty-date.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-pipe.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc-docs.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/podman-utc.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/fixes/respect_umask.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/instmodsh_doc.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/ld_run_path.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/ld_run_path.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/libnet_config_path.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/libperl_embed_doc.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/locale-robustness.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/locale-robustness.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/makemaker-pasthru.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/makemaker_customized.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/mod_paths.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/mod_paths.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/mod_paths.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/mod_paths.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/no_packlist_perllocal.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/patchlevel.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/patchlevel.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/patchlevel.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/patchlevel.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch b/yocto-poky/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/perl5db-x-terminal-emulator.patch
diff --git a/meta/recipes-devtools/perl/perl/debian/perlivp.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/perlivp.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/perlivp.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/perlivp.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/pod2man-customized.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/prefix_changes.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/prefix_changes.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/prune_libs.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/prune_libs.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/prune_libs.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/prune_libs.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/regen-skip.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/regen-skip.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/regen-skip.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/regen-skip.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/skip-kfreebsd-crash.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/skip-upstream-git-tests.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/squelch-locale-warnings.diff
diff --git a/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff b/yocto-poky/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff
similarity index 100%
rename from meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff
rename to yocto-poky/meta/recipes-devtools/perl/perl/debian/writable_site_dirs.diff
diff --git a/meta/recipes-devtools/perl/perl/dynaloaderhack.patch b/yocto-poky/meta/recipes-devtools/perl/perl/dynaloaderhack.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/dynaloaderhack.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/dynaloaderhack.patch
diff --git a/meta/recipes-devtools/perl/perl/ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch b/yocto-poky/meta/recipes-devtools/perl/perl/ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch
diff --git a/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch b/yocto-poky/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch
diff --git a/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch b/yocto-poky/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/fix_bad_rpath.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/fix_bad_rpath.patch
diff --git a/meta/recipes-devtools/perl/perl/generate-sh.patch b/yocto-poky/meta/recipes-devtools/perl/perl/generate-sh.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/generate-sh.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/generate-sh.patch
diff --git a/meta/recipes-devtools/perl/perl/installperl.patch b/yocto-poky/meta/recipes-devtools/perl/perl/installperl.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/installperl.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/installperl.patch
diff --git a/meta/recipes-devtools/perl/perl/letgcc-find-errno.patch b/yocto-poky/meta/recipes-devtools/perl/perl/letgcc-find-errno.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/letgcc-find-errno.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/letgcc-find-errno.patch
diff --git a/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch b/yocto-poky/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/make_ext.pl-fix-regenerate-makefile-failed-while-cc-.patch
diff --git a/meta/recipes-devtools/perl/perl/native-nopacklist.patch b/yocto-poky/meta/recipes-devtools/perl/perl/native-nopacklist.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/native-nopacklist.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/native-nopacklist.patch
diff --git a/meta/recipes-devtools/perl/perl/native-perlinc.patch b/yocto-poky/meta/recipes-devtools/perl/perl/native-perlinc.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/native-perlinc.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/native-perlinc.patch
diff --git a/meta/recipes-devtools/perl/perl/perl-PathTools-don-t-filter-out-blib-from-INC.patch b/yocto-poky/meta/recipes-devtools/perl/perl/perl-PathTools-don-t-filter-out-blib-from-INC.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-PathTools-don-t-filter-out-blib-from-INC.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-PathTools-don-t-filter-out-blib-from-INC.patch
diff --git a/meta/recipes-devtools/perl/perl/perl-archlib-exp.patch b/yocto-poky/meta/recipes-devtools/perl/perl/perl-archlib-exp.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-archlib-exp.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-archlib-exp.patch
diff --git a/meta/recipes-devtools/perl/perl/perl-configpm-switch.patch b/yocto-poky/meta/recipes-devtools/perl/perl/perl-configpm-switch.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-configpm-switch.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-configpm-switch.patch
diff --git a/meta/recipes-devtools/perl/perl/perl-configure.sh b/yocto-poky/meta/recipes-devtools/perl/perl/perl-configure.sh
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-configure.sh
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-configure.sh
diff --git a/meta/recipes-devtools/perl/perl/perl-dynloader.patch b/yocto-poky/meta/recipes-devtools/perl/perl/perl-dynloader.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-dynloader.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-dynloader.patch
diff --git a/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch b/yocto-poky/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-enable-gdbm.patch
diff --git a/meta/recipes-devtools/perl/perl/perl-moreconfig.patch b/yocto-poky/meta/recipes-devtools/perl/perl/perl-moreconfig.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/perl-moreconfig.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/perl-moreconfig.patch
diff --git a/meta/recipes-devtools/perl/perl/run-ptest b/yocto-poky/meta/recipes-devtools/perl/perl/run-ptest
similarity index 100%
rename from meta/recipes-devtools/perl/perl/run-ptest
rename to yocto-poky/meta/recipes-devtools/perl/perl/run-ptest
diff --git a/meta/recipes-devtools/perl/perl/t-run-switches.t-perl5-perl.patch b/yocto-poky/meta/recipes-devtools/perl/perl/t-run-switches.t-perl5-perl.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/t-run-switches.t-perl5-perl.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/t-run-switches.t-perl5-perl.patch
diff --git a/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch b/yocto-poky/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/test/dist-threads-t-join.t-adjust-ps-option.patch
diff --git a/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch b/yocto-poky/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch
similarity index 100%
rename from meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch
rename to yocto-poky/meta/recipes-devtools/perl/perl/test/ext-DynaLoader-t-DynaLoader.t-fix-calling-dl_findfil.patch
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/yocto-poky/meta/recipes-devtools/perl/perl_5.22.0.bb
similarity index 100%
rename from meta/recipes-devtools/perl/perl_5.22.0.bb
rename to yocto-poky/meta/recipes-devtools/perl/perl_5.22.0.bb
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig.inc
similarity index 100%
rename from meta/recipes-devtools/pkgconfig/pkgconfig.inc
rename to yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig.inc
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/fix-glib-configure-libtool-usage.patch b/yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig/fix-glib-configure-libtool-usage.patch
similarity index 100%
rename from meta/recipes-devtools/pkgconfig/pkgconfig/fix-glib-configure-libtool-usage.patch
rename to yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig/fix-glib-configure-libtool-usage.patch
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in b/yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
similarity index 100%
rename from meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
rename to yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
similarity index 100%
rename from meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
rename to yocto-poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
diff --git a/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb b/yocto-poky/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb
rename to yocto-poky/meta/recipes-devtools/postinst-intercept/nativesdk-postinst-intercept_1.0.bb
diff --git a/meta/recipes-devtools/prelink/prelink/macros.prelink b/yocto-poky/meta/recipes-devtools/prelink/prelink/macros.prelink
similarity index 100%
rename from meta/recipes-devtools/prelink/prelink/macros.prelink
rename to yocto-poky/meta/recipes-devtools/prelink/prelink/macros.prelink
diff --git a/meta/recipes-devtools/prelink/prelink/prelink.conf b/yocto-poky/meta/recipes-devtools/prelink/prelink/prelink.conf
similarity index 100%
rename from meta/recipes-devtools/prelink/prelink/prelink.conf
rename to yocto-poky/meta/recipes-devtools/prelink/prelink/prelink.conf
diff --git a/meta/recipes-devtools/prelink/prelink/prelink.cron.daily b/yocto-poky/meta/recipes-devtools/prelink/prelink/prelink.cron.daily
similarity index 100%
rename from meta/recipes-devtools/prelink/prelink/prelink.cron.daily
rename to yocto-poky/meta/recipes-devtools/prelink/prelink/prelink.cron.daily
diff --git a/meta/recipes-devtools/prelink/prelink/prelink.default b/yocto-poky/meta/recipes-devtools/prelink/prelink/prelink.default
similarity index 100%
rename from meta/recipes-devtools/prelink/prelink/prelink.default
rename to yocto-poky/meta/recipes-devtools/prelink/prelink/prelink.default
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/yocto-poky/meta/recipes-devtools/prelink/prelink_git.bb
similarity index 100%
rename from meta/recipes-devtools/prelink/prelink_git.bb
rename to yocto-poky/meta/recipes-devtools/prelink/prelink_git.bb
diff --git a/meta/recipes-devtools/pseudo/files/fallback-group b/yocto-poky/meta/recipes-devtools/pseudo/files/fallback-group
similarity index 100%
rename from meta/recipes-devtools/pseudo/files/fallback-group
rename to yocto-poky/meta/recipes-devtools/pseudo/files/fallback-group
diff --git a/meta/recipes-devtools/pseudo/files/fallback-passwd b/yocto-poky/meta/recipes-devtools/pseudo/files/fallback-passwd
similarity index 100%
rename from meta/recipes-devtools/pseudo/files/fallback-passwd
rename to yocto-poky/meta/recipes-devtools/pseudo/files/fallback-passwd
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/yocto-poky/meta/recipes-devtools/pseudo/pseudo.inc
similarity index 100%
rename from meta/recipes-devtools/pseudo/pseudo.inc
rename to yocto-poky/meta/recipes-devtools/pseudo/pseudo.inc
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb b/yocto-poky/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb
similarity index 100%
rename from meta/recipes-devtools/pseudo/pseudo_1.6.7.bb
rename to yocto-poky/meta/recipes-devtools/pseudo/pseudo_1.6.7.bb
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.3.bb b/yocto-poky/meta/recipes-devtools/pseudo/pseudo_1.7.3.bb
similarity index 100%
rename from meta/recipes-devtools/pseudo/pseudo_1.7.3.bb
rename to yocto-poky/meta/recipes-devtools/pseudo/pseudo_1.7.3.bb
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/yocto-poky/meta/recipes-devtools/pseudo/pseudo_git.bb
similarity index 100%
rename from meta/recipes-devtools/pseudo/pseudo_git.bb
rename to yocto-poky/meta/recipes-devtools/pseudo/pseudo_git.bb
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/yocto-poky/meta/recipes-devtools/python/python-2.7-manifest.inc
similarity index 100%
rename from meta/recipes-devtools/python/python-2.7-manifest.inc
rename to yocto-poky/meta/recipes-devtools/python/python-2.7-manifest.inc
diff --git a/meta/recipes-devtools/python/python-3.4-manifest.inc b/yocto-poky/meta/recipes-devtools/python/python-3.4-manifest.inc
similarity index 100%
rename from meta/recipes-devtools/python/python-3.4-manifest.inc
rename to yocto-poky/meta/recipes-devtools/python/python-3.4-manifest.inc
diff --git a/meta/recipes-devtools/python/python-async_0.6.2.bb b/yocto-poky/meta/recipes-devtools/python/python-async_0.6.2.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-async_0.6.2.bb
rename to yocto-poky/meta/recipes-devtools/python/python-async_0.6.2.bb
diff --git a/meta/recipes-devtools/python/python-dbus_1.2.0.bb b/yocto-poky/meta/recipes-devtools/python/python-dbus_1.2.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-dbus_1.2.0.bb
rename to yocto-poky/meta/recipes-devtools/python/python-dbus_1.2.0.bb
diff --git a/meta/recipes-devtools/python/python-docutils_0.12.bb b/yocto-poky/meta/recipes-devtools/python/python-docutils_0.12.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-docutils_0.12.bb
rename to yocto-poky/meta/recipes-devtools/python/python-docutils_0.12.bb
diff --git a/meta/recipes-devtools/python/python-git_1.0.1.bb b/yocto-poky/meta/recipes-devtools/python/python-git_1.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-git_1.0.1.bb
rename to yocto-poky/meta/recipes-devtools/python/python-git_1.0.1.bb
diff --git a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb b/yocto-poky/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-gitdb_0.6.4.bb
rename to yocto-poky/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
diff --git a/meta/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch b/yocto-poky/meta/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch
rename to yocto-poky/meta/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch
diff --git a/meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch b/yocto-poky/meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
rename to yocto-poky/meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
diff --git a/meta/recipes-devtools/python/python-imaging/fix-freetype-includes.patch b/yocto-poky/meta/recipes-devtools/python/python-imaging/fix-freetype-includes.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-imaging/fix-freetype-includes.patch
rename to yocto-poky/meta/recipes-devtools/python/python-imaging/fix-freetype-includes.patch
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/yocto-poky/meta/recipes-devtools/python/python-imaging_1.1.7.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-imaging_1.1.7.bb
rename to yocto-poky/meta/recipes-devtools/python/python-imaging_1.1.7.bb
diff --git a/meta/recipes-devtools/python/python-mako_1.0.1.bb b/yocto-poky/meta/recipes-devtools/python/python-mako_1.0.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-mako_1.0.1.bb
rename to yocto-poky/meta/recipes-devtools/python/python-mako_1.0.1.bb
diff --git a/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch b/yocto-poky/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch
diff --git a/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch b/yocto-poky/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch
diff --git a/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch b/yocto-poky/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch
diff --git a/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch b/yocto-poky/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch
diff --git a/meta/recipes-devtools/python/python-native/debug.patch b/yocto-poky/meta/recipes-devtools/python/python-native/debug.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/debug.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/debug.patch
diff --git a/meta/recipes-devtools/python/python-native/multilib.patch b/yocto-poky/meta/recipes-devtools/python/python-native/multilib.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/multilib.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/multilib.patch
diff --git a/meta/recipes-devtools/python/python-native/nohostlibs.patch b/yocto-poky/meta/recipes-devtools/python/python-native/nohostlibs.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/nohostlibs.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/nohostlibs.patch
diff --git a/meta/recipes-devtools/python/python-native/revert_use_of_sysconfigdata.patch b/yocto-poky/meta/recipes-devtools/python/python-native/revert_use_of_sysconfigdata.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/revert_use_of_sysconfigdata.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/revert_use_of_sysconfigdata.patch
diff --git a/meta/recipes-devtools/python/python-native/unixccompiler.patch b/yocto-poky/meta/recipes-devtools/python/python-native/unixccompiler.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-native/unixccompiler.patch
rename to yocto-poky/meta/recipes-devtools/python/python-native/unixccompiler.patch
diff --git a/meta/recipes-devtools/python/python-native_2.7.9.bb b/yocto-poky/meta/recipes-devtools/python/python-native_2.7.9.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-native_2.7.9.bb
rename to yocto-poky/meta/recipes-devtools/python/python-native_2.7.9.bb
diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/yocto-poky/meta/recipes-devtools/python/python-nose_1.3.6.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-nose_1.3.6.bb
rename to yocto-poky/meta/recipes-devtools/python/python-nose_1.3.6.bb
diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/aarch64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/aarch64/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/aarch64/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/arm/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/arm/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/arm/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/arm/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/arm/numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/armeb/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/armeb/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/armeb/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/armeb/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/armeb/numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mips/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mips/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips64/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mips64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mips64/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mips64n32/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/mips64n32/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mips64n32/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mips64n32/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mips64n32/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/mipsel/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mipsel/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mipsel/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mipsel/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/mipsel/numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/no-host-paths.patch b/yocto-poky/meta/recipes-devtools/python/python-numpy/no-host-paths.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/no-host-paths.patch
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/no-host-paths.patch
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/powerpc/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc64/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/powerpc64/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/powerpc64/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/x86-64/_numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy/x86-64/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/x86-64/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/x86-64/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/x86-64/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/x86/config.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/x86/config.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/x86/config.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/x86/config.h
diff --git a/meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h b/yocto-poky/meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h
rename to yocto-poky/meta/recipes-devtools/python/python-numpy/x86/numpyconfig.h
diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/yocto-poky/meta/recipes-devtools/python/python-numpy_1.7.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-numpy_1.7.0.bb
rename to yocto-poky/meta/recipes-devtools/python/python-numpy_1.7.0.bb
diff --git a/meta/recipes-devtools/python/python-pexpect_3.3.bb b/yocto-poky/meta/recipes-devtools/python/python-pexpect_3.3.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pexpect_3.3.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pexpect_3.3.bb
diff --git a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb b/yocto-poky/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pycairo_1.10.0.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pycairo_1.10.0.bb
diff --git a/meta/recipes-devtools/python/python-pycurl/no-static-link.patch b/yocto-poky/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pycurl/no-static-link.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.5.1.bb b/yocto-poky/meta/recipes-devtools/python/python-pycurl_7.19.5.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pycurl_7.19.5.1.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pycurl_7.19.5.1.bb
diff --git a/meta/recipes-devtools/python/python-pygobject/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-devtools/python/python-pygobject/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygobject/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygobject/obsolete_automake_macros.patch
diff --git a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb b/yocto-poky/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pygobject_2.28.3.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
diff --git a/meta/recipes-devtools/python/python-pygtk/acinclude.m4 b/yocto-poky/meta/recipes-devtools/python/python-pygtk/acinclude.m4
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/acinclude.m4
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/acinclude.m4
diff --git a/meta/recipes-devtools/python/python-pygtk/add-gtk-types.defs-into-gdk.c-dependence.patch b/yocto-poky/meta/recipes-devtools/python/python-pygtk/add-gtk-types.defs-into-gdk.c-dependence.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/add-gtk-types.defs-into-gdk.c-dependence.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/add-gtk-types.defs-into-gdk.c-dependence.patch
diff --git a/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch b/yocto-poky/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch
diff --git a/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch b/yocto-poky/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
diff --git a/meta/recipes-devtools/python/python-pygtk/nodocs.patch b/yocto-poky/meta/recipes-devtools/python/python-pygtk/nodocs.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/nodocs.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/nodocs.patch
diff --git a/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch b/yocto-poky/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
diff --git a/meta/recipes-devtools/python/python-pygtk/python-pygtk2/acinclude.m4 b/yocto-poky/meta/recipes-devtools/python/python-pygtk/python-pygtk2/acinclude.m4
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/python-pygtk2/acinclude.m4
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/python-pygtk2/acinclude.m4
diff --git a/meta/recipes-devtools/python/python-pygtk/update-dependences-of-defs.c.patch b/yocto-poky/meta/recipes-devtools/python/python-pygtk/update-dependences-of-defs.c.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk/update-dependences-of-defs.c.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk/update-dependences-of-defs.c.patch
diff --git a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb b/yocto-poky/meta/recipes-devtools/python/python-pygtk_2.24.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pygtk_2.24.0.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pygtk_2.24.0.bb
diff --git a/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb b/yocto-poky/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pyrex-native_0.9.9.bb
diff --git a/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch b/yocto-poky/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
rename to yocto-poky/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
diff --git a/meta/recipes-devtools/python/python-pyrex_0.9.9.bb b/yocto-poky/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-pyrex_0.9.9.bb
rename to yocto-poky/meta/recipes-devtools/python/python-pyrex_0.9.9.bb
diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.6.bb b/yocto-poky/meta/recipes-devtools/python/python-scons-native_2.3.6.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons-native_2.3.6.bb
rename to yocto-poky/meta/recipes-devtools/python/python-scons-native_2.3.6.bb
diff --git a/meta/recipes-devtools/python/python-scons_2.3.6.bb b/yocto-poky/meta/recipes-devtools/python/python-scons_2.3.6.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-scons_2.3.6.bb
rename to yocto-poky/meta/recipes-devtools/python/python-scons_2.3.6.bb
diff --git a/meta/recipes-devtools/python/python-setuptools_18.2.bb b/yocto-poky/meta/recipes-devtools/python/python-setuptools_18.2.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-setuptools_18.2.bb
rename to yocto-poky/meta/recipes-devtools/python/python-setuptools_18.2.bb
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-add-for-rpm-ignoresize-check.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-add-for-rpm-ignoresize-check.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-add-for-rpm-ignoresize-check.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-add-for-rpm-ignoresize-check.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-already-installed-message.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-already-installed-message.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-already-installed-message.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-already-installed-message.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-attempt-fix.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-attempt-fix.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-attempt-fix.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-attempt-fix.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-attempt.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-attempt.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-attempt.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-attempt.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-channelsdir.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-channelsdir.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-channelsdir.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-channelsdir.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-improve-error-reporting.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-recommends.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-recommends.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-recommends.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-recommends.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-rpm4-fixes.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-rpm4-fixes.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-rpm4-fixes.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-rpm4-fixes.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smart-set-noprogress-for-pycurl.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-set-noprogress-for-pycurl.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smart-set-noprogress-for-pycurl.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smart-set-noprogress-for-pycurl.patch
diff --git a/meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-nodig.patch b/yocto-poky/meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-nodig.patch
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-nodig.patch
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-nodig.patch
diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/yocto-poky/meta/recipes-devtools/python/python-smartpm_git.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-smartpm_git.bb
rename to yocto-poky/meta/recipes-devtools/python/python-smartpm_git.bb
diff --git a/meta/recipes-devtools/python/python-smmap_0.9.0.bb b/yocto-poky/meta/recipes-devtools/python/python-smmap_0.9.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python-smmap_0.9.0.bb
rename to yocto-poky/meta/recipes-devtools/python/python-smmap_0.9.0.bb
diff --git a/meta/recipes-devtools/python/python.inc b/yocto-poky/meta/recipes-devtools/python/python.inc
similarity index 100%
rename from meta/recipes-devtools/python/python.inc
rename to yocto-poky/meta/recipes-devtools/python/python.inc
diff --git a/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch b/yocto-poky/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
rename to yocto-poky/meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
diff --git a/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch b/yocto-poky/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch
rename to yocto-poky/meta/recipes-devtools/python/python/03-fix-tkinter-detection.patch
diff --git a/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch b/yocto-poky/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch
rename to yocto-poky/meta/recipes-devtools/python/python/05-enable-ctypes-cross-build.patch
diff --git a/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch b/yocto-poky/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
rename to yocto-poky/meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
diff --git a/meta/recipes-devtools/python/python/add-md5module-support.patch b/yocto-poky/meta/recipes-devtools/python/python/add-md5module-support.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/add-md5module-support.patch
rename to yocto-poky/meta/recipes-devtools/python/python/add-md5module-support.patch
diff --git a/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch b/yocto-poky/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch
rename to yocto-poky/meta/recipes-devtools/python/python/avoid_parallel_make_races_on_pgen.patch
diff --git a/meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch b/yocto-poky/meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch
rename to yocto-poky/meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch
diff --git a/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch b/yocto-poky/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
rename to yocto-poky/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
diff --git a/meta/recipes-devtools/python/python/builddir.patch b/yocto-poky/meta/recipes-devtools/python/python/builddir.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/builddir.patch
rename to yocto-poky/meta/recipes-devtools/python/python/builddir.patch
diff --git a/meta/recipes-devtools/python/python/cgi_py.patch b/yocto-poky/meta/recipes-devtools/python/python/cgi_py.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/cgi_py.patch
rename to yocto-poky/meta/recipes-devtools/python/python/cgi_py.patch
diff --git a/meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch b/yocto-poky/meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch
rename to yocto-poky/meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch
diff --git a/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch b/yocto-poky/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
rename to yocto-poky/meta/recipes-devtools/python/python/fix-makefile-for-ptest.patch
diff --git a/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch b/yocto-poky/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch
rename to yocto-poky/meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch
diff --git a/meta/recipes-devtools/python/python/host_include_contamination.patch b/yocto-poky/meta/recipes-devtools/python/python/host_include_contamination.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/host_include_contamination.patch
rename to yocto-poky/meta/recipes-devtools/python/python/host_include_contamination.patch
diff --git a/meta/recipes-devtools/python/python/multilib.patch b/yocto-poky/meta/recipes-devtools/python/python/multilib.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/multilib.patch
rename to yocto-poky/meta/recipes-devtools/python/python/multilib.patch
diff --git a/meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch b/yocto-poky/meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch
rename to yocto-poky/meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch
diff --git a/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch b/yocto-poky/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch
rename to yocto-poky/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch
diff --git a/meta/recipes-devtools/python/python/run-ptest b/yocto-poky/meta/recipes-devtools/python/python/run-ptest
similarity index 100%
rename from meta/recipes-devtools/python/python/run-ptest
rename to yocto-poky/meta/recipes-devtools/python/python/run-ptest
diff --git a/meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch b/yocto-poky/meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch
rename to yocto-poky/meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch
diff --git a/meta/recipes-devtools/python/python/setup_py_skip_cross_import_check.patch b/yocto-poky/meta/recipes-devtools/python/python/setup_py_skip_cross_import_check.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/setup_py_skip_cross_import_check.patch
rename to yocto-poky/meta/recipes-devtools/python/python/setup_py_skip_cross_import_check.patch
diff --git a/meta/recipes-devtools/python/python/setuptweaks.patch b/yocto-poky/meta/recipes-devtools/python/python/setuptweaks.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/setuptweaks.patch
rename to yocto-poky/meta/recipes-devtools/python/python/setuptweaks.patch
diff --git a/meta/recipes-devtools/python/python/sitecustomize.py b/yocto-poky/meta/recipes-devtools/python/python/sitecustomize.py
similarity index 100%
rename from meta/recipes-devtools/python/python/sitecustomize.py
rename to yocto-poky/meta/recipes-devtools/python/python/sitecustomize.py
diff --git a/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch b/yocto-poky/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch
similarity index 100%
rename from meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch
rename to yocto-poky/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch
diff --git a/meta/recipes-devtools/python/python3-native_3.4.3.bb b/yocto-poky/meta/recipes-devtools/python/python3-native_3.4.3.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-native_3.4.3.bb
rename to yocto-poky/meta/recipes-devtools/python/python3-native_3.4.3.bb
diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb b/yocto-poky/meta/recipes-devtools/python/python3-pip_6.1.1.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-pip_6.1.1.bb
rename to yocto-poky/meta/recipes-devtools/python/python3-pip_6.1.1.bb
diff --git a/meta/recipes-devtools/python/python3-setuptools_18.2.bb b/yocto-poky/meta/recipes-devtools/python/python3-setuptools_18.2.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-setuptools_18.2.bb
rename to yocto-poky/meta/recipes-devtools/python/python3-setuptools_18.2.bb
diff --git a/meta/recipes-devtools/python/python3/000-cross-compile.patch b/yocto-poky/meta/recipes-devtools/python/python3/000-cross-compile.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/000-cross-compile.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/000-cross-compile.patch
diff --git a/meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch b/yocto-poky/meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch
diff --git a/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch b/yocto-poky/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
diff --git a/meta/recipes-devtools/python/python3/03-fix-tkinter-detection.patch b/yocto-poky/meta/recipes-devtools/python/python3/03-fix-tkinter-detection.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/03-fix-tkinter-detection.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/03-fix-tkinter-detection.patch
diff --git a/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch b/yocto-poky/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
diff --git a/meta/recipes-devtools/python/python3/04-default-is-optimized.patch b/yocto-poky/meta/recipes-devtools/python/python3/04-default-is-optimized.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/04-default-is-optimized.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/04-default-is-optimized.patch
diff --git a/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch b/yocto-poky/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
diff --git a/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch b/yocto-poky/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
diff --git a/meta/recipes-devtools/python/python3/110-enable-zlib.patch b/yocto-poky/meta/recipes-devtools/python/python3/110-enable-zlib.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/110-enable-zlib.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/110-enable-zlib.patch
diff --git a/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch b/yocto-poky/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch
diff --git a/meta/recipes-devtools/python/python3/130-readline-setup.patch b/yocto-poky/meta/recipes-devtools/python/python3/130-readline-setup.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/130-readline-setup.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/130-readline-setup.patch
diff --git a/meta/recipes-devtools/python/python3/150-fix-setupterm.patch b/yocto-poky/meta/recipes-devtools/python/python3/150-fix-setupterm.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/150-fix-setupterm.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/150-fix-setupterm.patch
diff --git a/meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch b/yocto-poky/meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch
diff --git a/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch b/yocto-poky/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch
diff --git a/meta/recipes-devtools/python/python3/cgi_py.patch b/yocto-poky/meta/recipes-devtools/python/python3/cgi_py.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/cgi_py.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/cgi_py.patch
diff --git a/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch b/yocto-poky/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch
diff --git a/meta/recipes-devtools/python/python3/host_include_contamination.patch b/yocto-poky/meta/recipes-devtools/python/python3/host_include_contamination.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/host_include_contamination.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/host_include_contamination.patch
diff --git a/meta/recipes-devtools/python/python3/makerace.patch b/yocto-poky/meta/recipes-devtools/python/python3/makerace.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/makerace.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/makerace.patch
diff --git a/meta/recipes-devtools/python/python3/python-3.3-multilib.patch b/yocto-poky/meta/recipes-devtools/python/python3/python-3.3-multilib.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/python-3.3-multilib.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/python-3.3-multilib.patch
diff --git a/meta/recipes-devtools/python/python3/python-config.patch b/yocto-poky/meta/recipes-devtools/python/python3/python-config.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/python-config.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/python-config.patch
diff --git a/meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch b/yocto-poky/meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch
diff --git a/meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch b/yocto-poky/meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
diff --git a/meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch b/yocto-poky/meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
diff --git a/meta/recipes-devtools/python/python3/setup.py-find-libraries-in-staging-dirs.patch b/yocto-poky/meta/recipes-devtools/python/python3/setup.py-find-libraries-in-staging-dirs.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/setup.py-find-libraries-in-staging-dirs.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/setup.py-find-libraries-in-staging-dirs.patch
diff --git a/meta/recipes-devtools/python/python3/setuptweaks.patch b/yocto-poky/meta/recipes-devtools/python/python3/setuptweaks.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/setuptweaks.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/setuptweaks.patch
diff --git a/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch b/yocto-poky/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch
diff --git a/meta/recipes-devtools/python/python3/sitecustomize.py b/yocto-poky/meta/recipes-devtools/python/python3/sitecustomize.py
similarity index 100%
rename from meta/recipes-devtools/python/python3/sitecustomize.py
rename to yocto-poky/meta/recipes-devtools/python/python3/sitecustomize.py
diff --git a/meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch b/yocto-poky/meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch
diff --git a/meta/recipes-devtools/python/python3/sysroot-include-headers.patch b/yocto-poky/meta/recipes-devtools/python/python3/sysroot-include-headers.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/sysroot-include-headers.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/sysroot-include-headers.patch
diff --git a/meta/recipes-devtools/python/python3/unixccompiler.patch b/yocto-poky/meta/recipes-devtools/python/python3/unixccompiler.patch
similarity index 100%
rename from meta/recipes-devtools/python/python3/unixccompiler.patch
rename to yocto-poky/meta/recipes-devtools/python/python3/unixccompiler.patch
diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b/yocto-poky/meta/recipes-devtools/python/python3_3.4.3.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3_3.4.3.bb
rename to yocto-poky/meta/recipes-devtools/python/python3_3.4.3.bb
diff --git a/meta/recipes-devtools/python/python_2.7.9.bb b/yocto-poky/meta/recipes-devtools/python/python_2.7.9.bb
similarity index 100%
rename from meta/recipes-devtools/python/python_2.7.9.bb
rename to yocto-poky/meta/recipes-devtools/python/python_2.7.9.bb
diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/yocto-poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb
rename to yocto-poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/yocto-poky/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
rename to yocto-poky/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
diff --git a/meta/recipes-devtools/qemu/qemu-helper/raw2flash.c b/yocto-poky/meta/recipes-devtools/qemu/qemu-helper/raw2flash.c
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-helper/raw2flash.c
rename to yocto-poky/meta/recipes-devtools/qemu/qemu-helper/raw2flash.c
diff --git a/meta/recipes-devtools/qemu/qemu-helper/tunctl.c b/yocto-poky/meta/recipes-devtools/qemu/qemu-helper/tunctl.c
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-helper/tunctl.c
rename to yocto-poky/meta/recipes-devtools/qemu/qemu-helper/tunctl.c
diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc b/yocto-poky/meta/recipes-devtools/qemu/qemu-targets.inc
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-targets.inc
rename to yocto-poky/meta/recipes-devtools/qemu/qemu-targets.inc
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/yocto-poky/meta/recipes-devtools/qemu/qemu.inc
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu.inc
rename to yocto-poky/meta/recipes-devtools/qemu/qemu.inc
diff --git a/meta/recipes-devtools/qemu/qemu/Qemu-Arm-versatilepb-Add-memory-size-checking.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
diff --git a/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch
diff --git a/meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch
diff --git a/meta/recipes-devtools/qemu/qemu/cpus.c-qemu_cpu_kick_thread_debugging.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/cpus.c-qemu_cpu_kick_thread_debugging.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/cpus.c-qemu_cpu_kick_thread_debugging.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/cpus.c-qemu_cpu_kick_thread_debugging.patch
diff --git a/meta/recipes-devtools/qemu/qemu/cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/cpus.c-qemu_mutex_lock_iothread-fix-race-condition-a.patch
diff --git a/meta/recipes-devtools/qemu/qemu/disable-grabs.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/disable-grabs.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/disable-grabs.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/disable-grabs.patch
diff --git a/meta/recipes-devtools/qemu/qemu/exclude-some-arm-EABI-obsolete-syscalls.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/exclude-some-arm-EABI-obsolete-syscalls.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/exclude-some-arm-EABI-obsolete-syscalls.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/exclude-some-arm-EABI-obsolete-syscalls.patch
diff --git a/meta/recipes-devtools/qemu/qemu/fix-libcap-header-issue-on-some-distro.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/fix-libcap-header-issue-on-some-distro.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/fix-libcap-header-issue-on-some-distro.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/fix-libcap-header-issue-on-some-distro.patch
diff --git a/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin b/yocto-poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/powerpc_rom.bin
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin
Binary files differ
diff --git a/meta/recipes-devtools/qemu/qemu/qemu-enlarge-env-entry-size.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/qemu-enlarge-env-entry-size.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/qemu-enlarge-env-entry-size.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/qemu-enlarge-env-entry-size.patch
diff --git a/meta/recipes-devtools/qemu/qemu/run-ptest b/yocto-poky/meta/recipes-devtools/qemu/qemu/run-ptest
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/run-ptest
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/run-ptest
diff --git a/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
diff --git a/meta/recipes-devtools/qemu/qemu/smc91c111_fix1.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix1.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/smc91c111_fix1.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix1.patch
diff --git a/meta/recipes-devtools/qemu/qemu/smc91c111_fix2.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix2.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/smc91c111_fix2.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix2.patch
diff --git a/meta/recipes-devtools/qemu/qemu/smc91c111_fix3.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix3.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/smc91c111_fix3.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/smc91c111_fix3.patch
diff --git a/meta/recipes-devtools/qemu/qemu/wacom.patch b/yocto-poky/meta/recipes-devtools/qemu/qemu/wacom.patch
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu/wacom.patch
rename to yocto-poky/meta/recipes-devtools/qemu/qemu/wacom.patch
diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0.bb b/yocto-poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu_2.4.0.bb
rename to yocto-poky/meta/recipes-devtools/qemu/qemu_2.4.0.bb
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/yocto-poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
rename to yocto-poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
diff --git a/meta/recipes-devtools/quilt/quilt-native.inc b/yocto-poky/meta/recipes-devtools/quilt/quilt-native.inc
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt-native.inc
rename to yocto-poky/meta/recipes-devtools/quilt/quilt-native.inc
diff --git a/meta/recipes-devtools/quilt/quilt-native_0.64.bb b/yocto-poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt-native_0.64.bb
rename to yocto-poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/yocto-poky/meta/recipes-devtools/quilt/quilt.inc
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt.inc
rename to yocto-poky/meta/recipes-devtools/quilt/quilt.inc
diff --git a/meta/recipes-devtools/quilt/quilt/Makefile b/yocto-poky/meta/recipes-devtools/quilt/quilt/Makefile
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt/Makefile
rename to yocto-poky/meta/recipes-devtools/quilt/quilt/Makefile
diff --git a/meta/recipes-devtools/quilt/quilt/aclocal.patch b/yocto-poky/meta/recipes-devtools/quilt/quilt/aclocal.patch
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt/aclocal.patch
rename to yocto-poky/meta/recipes-devtools/quilt/quilt/aclocal.patch
diff --git a/meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch b/yocto-poky/meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch
rename to yocto-poky/meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch
diff --git a/meta/recipes-devtools/quilt/quilt/install.patch b/yocto-poky/meta/recipes-devtools/quilt/quilt/install.patch
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt/install.patch
rename to yocto-poky/meta/recipes-devtools/quilt/quilt/install.patch
diff --git a/meta/recipes-devtools/quilt/quilt/run-ptest b/yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt/run-ptest
rename to yocto-poky/meta/recipes-devtools/quilt/quilt/run-ptest
diff --git a/meta/recipes-devtools/quilt/quilt_0.64.bb b/yocto-poky/meta/recipes-devtools/quilt/quilt_0.64.bb
similarity index 100%
rename from meta/recipes-devtools/quilt/quilt_0.64.bb
rename to yocto-poky/meta/recipes-devtools/quilt/quilt_0.64.bb
diff --git a/meta/recipes-devtools/remake/remake.inc b/yocto-poky/meta/recipes-devtools/remake/remake.inc
similarity index 100%
rename from meta/recipes-devtools/remake/remake.inc
rename to yocto-poky/meta/recipes-devtools/remake/remake.inc
diff --git a/meta/recipes-devtools/remake/remake/version-remake.texi.patch b/yocto-poky/meta/recipes-devtools/remake/remake/version-remake.texi.patch
similarity index 100%
rename from meta/recipes-devtools/remake/remake/version-remake.texi.patch
rename to yocto-poky/meta/recipes-devtools/remake/remake/version-remake.texi.patch
diff --git a/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb b/yocto-poky/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
similarity index 100%
rename from meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
rename to yocto-poky/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/add_RPMSENSE_MISSINGOK_to_rpmmodule.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/add_RPMSENSE_MISSINGOK_to_rpmmodule.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/add_RPMSENSE_MISSINGOK_to_rpmmodule.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/add_RPMSENSE_MISSINGOK_to_rpmmodule.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/pythondeps.sh b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/pythondeps.sh
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/pythondeps.sh
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/pythondeps.sh
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/remove-dir-check.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/remove-dir-check.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/remove-dir-check.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/remove-dir-check.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/rpm-scriptetexechelp.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/rpm-scriptetexechelp.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/rpm-scriptetexechelp.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/rpm-scriptetexechelp.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/support-suggests-tag.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/support-suggests-tag.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/support-suggests-tag.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/support-suggests-tag.patch
diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/use-pkgconfig-for-python.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/use-pkgconfig-for-python.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm-4.11.2/use-pkgconfig-for-python.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm-4.11.2/use-pkgconfig-for-python.patch
diff --git a/meta/recipes-devtools/rpm/rpm/0001-using-poptParseArgvString-to-parse-the-_gpg_check_pa.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/0001-using-poptParseArgvString-to-parse-the-_gpg_check_pa.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/0001-using-poptParseArgvString-to-parse-the-_gpg_check_pa.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/0001-using-poptParseArgvString-to-parse-the-_gpg_check_pa.patch
diff --git a/meta/recipes-devtools/rpm/rpm/dbconvert.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/dbconvert.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/dbconvert.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/dbconvert.patch
diff --git a/meta/recipes-devtools/rpm/rpm/debugedit-segv.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/debugedit-segv.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/debugedit-segv.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/debugedit-segv.patch
diff --git a/meta/recipes-devtools/rpm/rpm/debugedit-valid-file-to-fix-segment-fault.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/debugedit-valid-file-to-fix-segment-fault.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/debugedit-valid-file-to-fix-segment-fault.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/debugedit-valid-file-to-fix-segment-fault.patch
diff --git a/meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/fstack-protector-configure-check.patch
diff --git a/meta/recipes-devtools/rpm/rpm/header-include-fix.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/header-include-fix.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/header-include-fix.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/header-include-fix.patch
diff --git a/meta/recipes-devtools/rpm/rpm/makefile-am-exec-hook.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/makefile-am-exec-hook.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/makefile-am-exec-hook.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/makefile-am-exec-hook.patch
diff --git a/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/no-ldflags-in-pkgconfig.patch
diff --git a/meta/recipes-devtools/rpm/rpm/perfile_rpmdeps.sh b/yocto-poky/meta/recipes-devtools/rpm/rpm/perfile_rpmdeps.sh
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/perfile_rpmdeps.sh
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/perfile_rpmdeps.sh
diff --git a/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/python-rpm-rpmsense.patch
diff --git a/meta/recipes-devtools/rpm/rpm/pythondeps.sh b/yocto-poky/meta/recipes-devtools/rpm/rpm/pythondeps.sh
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/pythondeps.sh
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/pythondeps.sh
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-CVE-2013-6435.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-CVE-2013-6435.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-CVE-2013-6435.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-CVE-2013-6435.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-CVE-2014-8118.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-CVE-2014-8118.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-CVE-2014-8118.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-CVE-2014-8118.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-autogen.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-canonarch.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-check-rootpath-reasonableness.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-check-rootpath-reasonableness.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-check-rootpath-reasonableness.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-check-rootpath-reasonableness.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-db-reduce.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-db5-or-db6.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-db_buffer_small.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-debug-platform.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-debug-platform.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-debug-platform.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-debug-platform.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-disable-Wno-override-init.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-fix-logio-cp.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-hardlink-segfault-fix.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-hardlink-segfault-fix.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-hardlink-segfault-fix.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-hardlink-segfault-fix.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-libsql-fix.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-log-auto-rm.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-lsb-compatibility.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-lsb-compatibility.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-lsb-compatibility.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-lsb-compatibility.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-lua-fix-print.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-lua-fix-print.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-lua-fix-print.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-lua-fix-print.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-lua.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-lua.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-lua.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-lua.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-macros.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-macros.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-macros.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-macros.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-no-loopmsg.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-no-perl-urpm.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-opendb-before-verifyscript-to-avoid-null-point.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-opendb-before-verifyscript-to-avoid-null-point.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-opendb-before-verifyscript-to-avoid-null-point.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-opendb-before-verifyscript-to-avoid-null-point.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-packageorigin.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-payload-use-hashed-inode.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-payload-use-hashed-inode.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-payload-use-hashed-inode.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-payload-use-hashed-inode.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-pkgconfigdeps.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-platform-file-fix.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-platform-file-fix.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-platform-file-fix.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-platform-file-fix.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-platform.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-platform.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-platform.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-platform.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-platform2.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-platform2.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-platform2.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-platform2.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-py-init.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-py-init.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-py-init.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-py-init.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-realpath.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-remove-sykcparse-decl.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-remove-sykcparse-decl.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-remove-sykcparse-decl.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-remove-sykcparse-decl.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-resolvedep.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-rpmpgp-fix.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-scriptletexechelper.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-scriptletexechelper.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-scriptletexechelper.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-scriptletexechelper.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-showrc.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-showrc.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-tag-generate-endian-conversion-fix.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-tag-generate-endian-conversion-fix.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-tag-generate-endian-conversion-fix.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-tag-generate-endian-conversion-fix.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-tools-mtree-LDFLAGS.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm2cpio b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpm2cpio
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpm2cpio
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpm2cpio
diff --git a/meta/recipes-devtools/rpm/rpm/rpmatch.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpmatch.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpmatch.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpmatch.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpmdeps-oecore.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpmdeps-oecore.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpmdeps-oecore.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpmdeps-oecore.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch
diff --git a/meta/recipes-devtools/rpm/rpm/uclibc-support.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/uclibc-support.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/uclibc-support.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/uclibc-support.patch
diff --git a/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch b/yocto-poky/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
rename to yocto-poky/meta/recipes-devtools/rpm/rpm/verify-fix-broken-logic-for-ghost-avoidance-Mark-Hat.patch
diff --git a/meta/recipes-devtools/rpm/rpm_4.11.2.bb b/yocto-poky/meta/recipes-devtools/rpm/rpm_4.11.2.bb
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm_4.11.2.bb
rename to yocto-poky/meta/recipes-devtools/rpm/rpm_4.11.2.bb
diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb b/yocto-poky/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
rename to yocto-poky/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/yocto-poky/meta/recipes-devtools/rpm/rpm_5.4.14.bb
similarity index 100%
rename from meta/recipes-devtools/rpm/rpm_5.4.14.bb
rename to yocto-poky/meta/recipes-devtools/rpm/rpm_5.4.14.bb
diff --git a/meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c b/yocto-poky/meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c
similarity index 100%
rename from meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c
rename to yocto-poky/meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c
diff --git a/meta/recipes-devtools/rpm/rpmresolve_1.0.bb b/yocto-poky/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/rpm/rpmresolve_1.0.bb
rename to yocto-poky/meta/recipes-devtools/rpm/rpmresolve_1.0.bb
diff --git a/meta/recipes-devtools/rsync/files/acinclude.m4 b/yocto-poky/meta/recipes-devtools/rsync/files/acinclude.m4
similarity index 100%
rename from meta/recipes-devtools/rsync/files/acinclude.m4
rename to yocto-poky/meta/recipes-devtools/rsync/files/acinclude.m4
diff --git a/meta/recipes-devtools/rsync/files/rsyncd.conf b/yocto-poky/meta/recipes-devtools/rsync/files/rsyncd.conf
similarity index 100%
rename from meta/recipes-devtools/rsync/files/rsyncd.conf
rename to yocto-poky/meta/recipes-devtools/rsync/files/rsyncd.conf
diff --git a/meta/recipes-devtools/rsync/rsync-2.6.9/rsync-2.6.9-fname-obo.patch b/yocto-poky/meta/recipes-devtools/rsync/rsync-2.6.9/rsync-2.6.9-fname-obo.patch
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync-2.6.9/rsync-2.6.9-fname-obo.patch
rename to yocto-poky/meta/recipes-devtools/rsync/rsync-2.6.9/rsync-2.6.9-fname-obo.patch
diff --git a/meta/recipes-devtools/rsync/rsync-2.6.9/rsyncd.conf b/yocto-poky/meta/recipes-devtools/rsync/rsync-2.6.9/rsyncd.conf
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync-2.6.9/rsyncd.conf
rename to yocto-poky/meta/recipes-devtools/rsync/rsync-2.6.9/rsyncd.conf
diff --git a/meta/recipes-devtools/rsync/rsync-3.1.1/0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch b/yocto-poky/meta/recipes-devtools/rsync/rsync-3.1.1/0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync-3.1.1/0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch
rename to yocto-poky/meta/recipes-devtools/rsync/rsync-3.1.1/0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch
diff --git a/meta/recipes-devtools/rsync/rsync-3.1.1/rsync.git-eac858085.patch b/yocto-poky/meta/recipes-devtools/rsync/rsync-3.1.1/rsync.git-eac858085.patch
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync-3.1.1/rsync.git-eac858085.patch
rename to yocto-poky/meta/recipes-devtools/rsync/rsync-3.1.1/rsync.git-eac858085.patch
diff --git a/meta/recipes-devtools/rsync/rsync.inc b/yocto-poky/meta/recipes-devtools/rsync/rsync.inc
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync.inc
rename to yocto-poky/meta/recipes-devtools/rsync/rsync.inc
diff --git a/meta/recipes-devtools/rsync/rsync_2.6.9.bb b/yocto-poky/meta/recipes-devtools/rsync/rsync_2.6.9.bb
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync_2.6.9.bb
rename to yocto-poky/meta/recipes-devtools/rsync/rsync_2.6.9.bb
diff --git a/meta/recipes-devtools/rsync/rsync_3.1.1.bb b/yocto-poky/meta/recipes-devtools/rsync/rsync_3.1.1.bb
similarity index 100%
rename from meta/recipes-devtools/rsync/rsync_3.1.1.bb
rename to yocto-poky/meta/recipes-devtools/rsync/rsync_3.1.1.bb
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/yocto-poky/meta/recipes-devtools/ruby/ruby.inc
similarity index 100%
rename from meta/recipes-devtools/ruby/ruby.inc
rename to yocto-poky/meta/recipes-devtools/ruby/ruby.inc
diff --git a/meta/recipes-devtools/ruby/ruby/extmk.patch b/yocto-poky/meta/recipes-devtools/ruby/ruby/extmk.patch
similarity index 100%
rename from meta/recipes-devtools/ruby/ruby/extmk.patch
rename to yocto-poky/meta/recipes-devtools/ruby/ruby/extmk.patch
diff --git a/meta/recipes-devtools/ruby/ruby_2.2.2.bb b/yocto-poky/meta/recipes-devtools/ruby/ruby_2.2.2.bb
similarity index 100%
rename from meta/recipes-devtools/ruby/ruby_2.2.2.bb
rename to yocto-poky/meta/recipes-devtools/ruby/ruby_2.2.2.bb
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
similarity index 100%
rename from meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
rename to yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init b/yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init
similarity index 100%
rename from meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init
rename to yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service b/yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service
similarity index 100%
rename from meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service
rename to yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb
similarity index 100%
rename from meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb
rename to yocto-poky/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb
diff --git a/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch b/yocto-poky/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch
similarity index 100%
rename from meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch
rename to yocto-poky/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch
diff --git a/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch b/yocto-poky/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch
similarity index 100%
rename from meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch
rename to yocto-poky/meta/recipes-devtools/sgml-common/sgml-common-0.6.3/license.patch
diff --git a/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb b/yocto-poky/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb
similarity index 100%
rename from meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb
rename to yocto-poky/meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb
diff --git a/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb b/yocto-poky/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb
similarity index 100%
rename from meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb
rename to yocto-poky/meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb
diff --git a/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb b/yocto-poky/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb
similarity index 100%
rename from meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb
rename to yocto-poky/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/yocto-poky/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
similarity index 100%
rename from meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
rename to yocto-poky/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
diff --git a/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch b/yocto-poky/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
similarity index 100%
rename from meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
rename to yocto-poky/meta/recipes-devtools/strace/strace/0001-Add-linux-aarch64-arch_regs.h.patch
diff --git a/meta/recipes-devtools/strace/strace/Include-linux-ioctl.h-for-_IOC_-macros.patch b/yocto-poky/meta/recipes-devtools/strace/strace/Include-linux-ioctl.h-for-_IOC_-macros.patch
similarity index 100%
rename from meta/recipes-devtools/strace/strace/Include-linux-ioctl.h-for-_IOC_-macros.patch
rename to yocto-poky/meta/recipes-devtools/strace/strace/Include-linux-ioctl.h-for-_IOC_-macros.patch
diff --git a/meta/recipes-devtools/strace/strace/Include-sys-stat.h-for-S_I-macros.patch b/yocto-poky/meta/recipes-devtools/strace/strace/Include-sys-stat.h-for-S_I-macros.patch
similarity index 100%
rename from meta/recipes-devtools/strace/strace/Include-sys-stat.h-for-S_I-macros.patch
rename to yocto-poky/meta/recipes-devtools/strace/strace/Include-sys-stat.h-for-S_I-macros.patch
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/yocto-poky/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
similarity index 100%
rename from meta/recipes-devtools/strace/strace/Makefile-ptest.patch
rename to yocto-poky/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
diff --git a/meta/recipes-devtools/strace/strace/git-version-gen b/yocto-poky/meta/recipes-devtools/strace/strace/git-version-gen
similarity index 100%
rename from meta/recipes-devtools/strace/strace/git-version-gen
rename to yocto-poky/meta/recipes-devtools/strace/strace/git-version-gen
diff --git a/meta/recipes-devtools/strace/strace/run-ptest b/yocto-poky/meta/recipes-devtools/strace/strace/run-ptest
similarity index 100%
rename from meta/recipes-devtools/strace/strace/run-ptest
rename to yocto-poky/meta/recipes-devtools/strace/strace/run-ptest
diff --git a/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch b/yocto-poky/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch
similarity index 100%
rename from meta/recipes-devtools/strace/strace/strace-add-configure-options.patch
rename to yocto-poky/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch
diff --git a/meta/recipes-devtools/strace/strace_4.10.bb b/yocto-poky/meta/recipes-devtools/strace/strace_4.10.bb
similarity index 100%
rename from meta/recipes-devtools/strace/strace_4.10.bb
rename to yocto-poky/meta/recipes-devtools/strace/strace_4.10.bb
diff --git a/meta/recipes-devtools/subversion/subversion-1.8.13/disable_macos.patch b/yocto-poky/meta/recipes-devtools/subversion/subversion-1.8.13/disable_macos.patch
similarity index 100%
rename from meta/recipes-devtools/subversion/subversion-1.8.13/disable_macos.patch
rename to yocto-poky/meta/recipes-devtools/subversion/subversion-1.8.13/disable_macos.patch
diff --git a/meta/recipes-devtools/subversion/subversion-1.8.13/libtool2.patch b/yocto-poky/meta/recipes-devtools/subversion/subversion-1.8.13/libtool2.patch
similarity index 100%
rename from meta/recipes-devtools/subversion/subversion-1.8.13/libtool2.patch
rename to yocto-poky/meta/recipes-devtools/subversion/subversion-1.8.13/libtool2.patch
diff --git a/meta/recipes-devtools/subversion/subversion-1.8.13/serf.m4-Regex-modified-to-allow-D-in-paths.patch b/yocto-poky/meta/recipes-devtools/subversion/subversion-1.8.13/serf.m4-Regex-modified-to-allow-D-in-paths.patch
similarity index 100%
rename from meta/recipes-devtools/subversion/subversion-1.8.13/serf.m4-Regex-modified-to-allow-D-in-paths.patch
rename to yocto-poky/meta/recipes-devtools/subversion/subversion-1.8.13/serf.m4-Regex-modified-to-allow-D-in-paths.patch
diff --git a/meta/recipes-devtools/subversion/subversion_1.8.13.bb b/yocto-poky/meta/recipes-devtools/subversion/subversion_1.8.13.bb
similarity index 100%
rename from meta/recipes-devtools/subversion/subversion_1.8.13.bb
rename to yocto-poky/meta/recipes-devtools/subversion/subversion_1.8.13.bb
diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/yocto-poky/meta/recipes-devtools/swabber/swabber-native_git.bb
similarity index 100%
rename from meta/recipes-devtools/swabber/swabber-native_git.bb
rename to yocto-poky/meta/recipes-devtools/swabber/swabber-native_git.bb
diff --git a/meta/recipes-devtools/swig/swig.inc b/yocto-poky/meta/recipes-devtools/swig/swig.inc
similarity index 100%
rename from meta/recipes-devtools/swig/swig.inc
rename to yocto-poky/meta/recipes-devtools/swig/swig.inc
diff --git a/meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch b/yocto-poky/meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch
similarity index 100%
rename from meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch
rename to yocto-poky/meta/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch
diff --git a/meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch b/yocto-poky/meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch
similarity index 100%
rename from meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch
rename to yocto-poky/meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch
diff --git a/meta/recipes-devtools/swig/swig_3.0.6.bb b/yocto-poky/meta/recipes-devtools/swig/swig_3.0.6.bb
similarity index 100%
rename from meta/recipes-devtools/swig/swig_3.0.6.bb
rename to yocto-poky/meta/recipes-devtools/swig/swig_3.0.6.bb
diff --git a/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/syslinux-fix-parallel-building-issue.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/syslinux-fix-parallel-building-issue.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/syslinux-fix-parallel-building-issue.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/syslinux-fix-parallel-building-issue.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/syslinux-libupload-depend-lib.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch b/yocto-poky/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux/syslinux-remove-clean-script.patch
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/yocto-poky/meta/recipes-devtools/syslinux/syslinux_6.03.bb
similarity index 100%
rename from meta/recipes-devtools/syslinux/syslinux_6.03.bb
rename to yocto-poky/meta/recipes-devtools/syslinux/syslinux_6.03.bb
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch b/yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
similarity index 100%
rename from meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
rename to yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init b/yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init
similarity index 100%
rename from meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init
rename to yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service b/yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
similarity index 100%
rename from meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
rename to yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
similarity index 100%
rename from meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
rename to yocto-poky/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
diff --git a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
diff --git a/meta/recipes-devtools/tcltk/tcl/fix-configure.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/fix-configure.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/fix-configure.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/fix-configure.patch
diff --git a/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
diff --git a/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
diff --git a/meta/recipes-devtools/tcltk/tcl/no_packages.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/no_packages.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/no_packages.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/no_packages.patch
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/yocto-poky/meta/recipes-devtools/tcltk/tcl/run-ptest
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/run-ptest
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/run-ptest
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch b/yocto-poky/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb b/yocto-poky/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
similarity index 100%
rename from meta/recipes-devtools/tcltk/tcl_8.6.4.bb
rename to yocto-poky/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
diff --git a/meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/fix_compile_warning.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/fix_compile_warning.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/fix_compile_warning.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/fix_compile_warning.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/fix_pid_race_parent_writes_child_pid.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/fix_pid_race_parent_writes_child_pid.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/fix_pid_race_parent_writes_child_pid.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/fix_pid_race_parent_writes_child_pid.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/relative_max_socket_path_len.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/relative_max_socket_path_len.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/relative_max_socket_path_len.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/relative_max_socket_path_len.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/rename_fh_cache.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/rename_fh_cache.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/rename_fh_cache.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/rename_fh_cache.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/tcp_no_delay.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/tcp_no_delay.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/tcp_no_delay.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/tcp_no_delay.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch b/yocto-poky/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb b/yocto-poky/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
similarity index 100%
rename from meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
rename to yocto-poky/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
diff --git a/meta/recipes-devtools/unifdef/unifdef_2.10.bb b/yocto-poky/meta/recipes-devtools/unifdef/unifdef_2.10.bb
similarity index 100%
rename from meta/recipes-devtools/unifdef/unifdef_2.10.bb
rename to yocto-poky/meta/recipes-devtools/unifdef/unifdef_2.10.bb
diff --git a/meta/recipes-devtools/vala/vala.inc b/yocto-poky/meta/recipes-devtools/vala/vala.inc
similarity index 100%
rename from meta/recipes-devtools/vala/vala.inc
rename to yocto-poky/meta/recipes-devtools/vala/vala.inc
diff --git a/meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch b/yocto-poky/meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
similarity index 100%
rename from meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
rename to yocto-poky/meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch
diff --git a/meta/recipes-devtools/vala/vala_0.28.0.bb b/yocto-poky/meta/recipes-devtools/vala/vala_0.28.0.bb
similarity index 100%
rename from meta/recipes-devtools/vala/vala_0.28.0.bb
rename to yocto-poky/meta/recipes-devtools/vala/vala_0.28.0.bb
diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-valgrind-Enable-rt_sigpending-syscall-on-ppc64-linux.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/0001-valgrind-Enable-rt_sigpending-syscall-on-ppc64-linux.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/0001-valgrind-Enable-rt_sigpending-syscall-on-ppc64-linux.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/0001-valgrind-Enable-rt_sigpending-syscall-on-ppc64-linux.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/add-ptest.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/add-ptest.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/add-ptest.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/add-ptest.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/enable.building.on.4.x.kernel.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/force-nostabs.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/glibc.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/glibc.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/glibc.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/glibc.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/pass-maltivec-only-if-it-supported.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/remove-ppc-tests-failing-build.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/run-ptest b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/run-ptest
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/run-ptest
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/run-ptest
diff --git a/meta/recipes-devtools/valgrind/valgrind/sepbuildfix.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/sepbuildfix.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/sepbuildfix.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/sepbuildfix.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch b/yocto-poky/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb b/yocto-poky/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb
similarity index 100%
rename from meta/recipes-devtools/valgrind/valgrind_3.10.1.bb
rename to yocto-poky/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb
diff --git a/meta/recipes-devtools/xmlto/files/catalog.xml b/yocto-poky/meta/recipes-devtools/xmlto/files/catalog.xml
similarity index 100%
rename from meta/recipes-devtools/xmlto/files/catalog.xml
rename to yocto-poky/meta/recipes-devtools/xmlto/files/catalog.xml
diff --git a/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch b/yocto-poky/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
similarity index 100%
rename from meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
rename to yocto-poky/meta/recipes-devtools/xmlto/xmlto-0.0.26/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/yocto-poky/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
similarity index 100%
rename from meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
rename to yocto-poky/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
diff --git a/meta/recipes-devtools/yasm/yasm_1.3.0.bb b/yocto-poky/meta/recipes-devtools/yasm/yasm_1.3.0.bb
similarity index 100%
rename from meta/recipes-devtools/yasm/yasm_1.3.0.bb
rename to yocto-poky/meta/recipes-devtools/yasm/yasm_1.3.0.bb
diff --git a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb b/yocto-poky/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
similarity index 100%
rename from meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
rename to yocto-poky/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb
diff --git a/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch b/yocto-poky/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch
similarity index 100%
rename from meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch
rename to yocto-poky/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch
diff --git a/meta/recipes-extended/at/at/atd.init b/yocto-poky/meta/recipes-extended/at/at/atd.init
similarity index 100%
rename from meta/recipes-extended/at/at/atd.init
rename to yocto-poky/meta/recipes-extended/at/at/atd.init
diff --git a/meta/recipes-extended/at/at/atd.service b/yocto-poky/meta/recipes-extended/at/at/atd.service
similarity index 100%
rename from meta/recipes-extended/at/at/atd.service
rename to yocto-poky/meta/recipes-extended/at/at/atd.service
diff --git a/meta/recipes-extended/at/at/configure-add-enable-pam.patch b/yocto-poky/meta/recipes-extended/at/at/configure-add-enable-pam.patch
similarity index 100%
rename from meta/recipes-extended/at/at/configure-add-enable-pam.patch
rename to yocto-poky/meta/recipes-extended/at/at/configure-add-enable-pam.patch
diff --git a/meta/recipes-extended/at/at/file_replacement_with_gplv2.patch b/yocto-poky/meta/recipes-extended/at/at/file_replacement_with_gplv2.patch
similarity index 100%
rename from meta/recipes-extended/at/at/file_replacement_with_gplv2.patch
rename to yocto-poky/meta/recipes-extended/at/at/file_replacement_with_gplv2.patch
diff --git a/meta/recipes-extended/at/at/fix_parallel_build_error.patch b/yocto-poky/meta/recipes-extended/at/at/fix_parallel_build_error.patch
similarity index 100%
rename from meta/recipes-extended/at/at/fix_parallel_build_error.patch
rename to yocto-poky/meta/recipes-extended/at/at/fix_parallel_build_error.patch
diff --git a/meta/recipes-extended/at/at/makefile-fix-parallel.patch b/yocto-poky/meta/recipes-extended/at/at/makefile-fix-parallel.patch
similarity index 100%
rename from meta/recipes-extended/at/at/makefile-fix-parallel.patch
rename to yocto-poky/meta/recipes-extended/at/at/makefile-fix-parallel.patch
diff --git a/meta/recipes-extended/at/at/pam.conf.patch b/yocto-poky/meta/recipes-extended/at/at/pam.conf.patch
similarity index 100%
rename from meta/recipes-extended/at/at/pam.conf.patch
rename to yocto-poky/meta/recipes-extended/at/at/pam.conf.patch
diff --git a/meta/recipes-extended/at/at/posixtm.c b/yocto-poky/meta/recipes-extended/at/at/posixtm.c
similarity index 100%
rename from meta/recipes-extended/at/at/posixtm.c
rename to yocto-poky/meta/recipes-extended/at/at/posixtm.c
diff --git a/meta/recipes-extended/at/at/posixtm.h b/yocto-poky/meta/recipes-extended/at/at/posixtm.h
similarity index 100%
rename from meta/recipes-extended/at/at/posixtm.h
rename to yocto-poky/meta/recipes-extended/at/at/posixtm.h
diff --git a/meta/recipes-extended/at/at_3.1.16.bb b/yocto-poky/meta/recipes-extended/at/at_3.1.16.bb
similarity index 100%
rename from meta/recipes-extended/at/at_3.1.16.bb
rename to yocto-poky/meta/recipes-extended/at/at_3.1.16.bb
diff --git a/meta/recipes-extended/augeas/augeas.inc b/yocto-poky/meta/recipes-extended/augeas/augeas.inc
similarity index 100%
rename from meta/recipes-extended/augeas/augeas.inc
rename to yocto-poky/meta/recipes-extended/augeas/augeas.inc
diff --git a/meta/recipes-extended/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/augeas/augeas/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch b/yocto-poky/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
similarity index 100%
rename from meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
rename to yocto-poky/meta/recipes-extended/augeas/augeas/add-missing-argz-conditional.patch
diff --git a/meta/recipes-extended/augeas/augeas/sepbuildfix.patch b/yocto-poky/meta/recipes-extended/augeas/augeas/sepbuildfix.patch
similarity index 100%
rename from meta/recipes-extended/augeas/augeas/sepbuildfix.patch
rename to yocto-poky/meta/recipes-extended/augeas/augeas/sepbuildfix.patch
diff --git a/meta/recipes-extended/augeas/augeas_1.4.0.bb b/yocto-poky/meta/recipes-extended/augeas/augeas_1.4.0.bb
similarity index 100%
rename from meta/recipes-extended/augeas/augeas_1.4.0.bb
rename to yocto-poky/meta/recipes-extended/augeas/augeas_1.4.0.bb
diff --git a/meta/recipes-extended/bash/bash-3.2.48/build-tests.patch b/yocto-poky/meta/recipes-extended/bash/bash-3.2.48/build-tests.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/build-tests.patch
rename to yocto-poky/meta/recipes-extended/bash/bash-3.2.48/build-tests.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/dont-include-target-CFLAGS-in-host-LDFLAGS.patch b/yocto-poky/meta/recipes-extended/bash/bash-3.2.48/dont-include-target-CFLAGS-in-host-LDFLAGS.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/dont-include-target-CFLAGS-in-host-LDFLAGS.patch
rename to yocto-poky/meta/recipes-extended/bash/bash-3.2.48/dont-include-target-CFLAGS-in-host-LDFLAGS.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/mkbuiltins_have_stringize.patch b/yocto-poky/meta/recipes-extended/bash/bash-3.2.48/mkbuiltins_have_stringize.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/mkbuiltins_have_stringize.patch
rename to yocto-poky/meta/recipes-extended/bash/bash-3.2.48/mkbuiltins_have_stringize.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/run-ptest b/yocto-poky/meta/recipes-extended/bash/bash-3.2.48/run-ptest
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/run-ptest
rename to yocto-poky/meta/recipes-extended/bash/bash-3.2.48/run-ptest
diff --git a/meta/recipes-extended/bash/bash-3.2.48/test-output.patch b/yocto-poky/meta/recipes-extended/bash/bash-3.2.48/test-output.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/test-output.patch
rename to yocto-poky/meta/recipes-extended/bash/bash-3.2.48/test-output.patch
diff --git a/meta/recipes-extended/bash/bash.inc b/yocto-poky/meta/recipes-extended/bash/bash.inc
similarity index 100%
rename from meta/recipes-extended/bash/bash.inc
rename to yocto-poky/meta/recipes-extended/bash/bash.inc
diff --git a/meta/recipes-extended/bash/bash/build-tests.patch b/yocto-poky/meta/recipes-extended/bash/bash/build-tests.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash/build-tests.patch
rename to yocto-poky/meta/recipes-extended/bash/bash/build-tests.patch
diff --git a/meta/recipes-extended/bash/bash/execute_cmd.patch b/yocto-poky/meta/recipes-extended/bash/bash/execute_cmd.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash/execute_cmd.patch
rename to yocto-poky/meta/recipes-extended/bash/bash/execute_cmd.patch
diff --git a/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch b/yocto-poky/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
rename to yocto-poky/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch
diff --git a/meta/recipes-extended/bash/bash/run-ptest b/yocto-poky/meta/recipes-extended/bash/bash/run-ptest
similarity index 100%
rename from meta/recipes-extended/bash/bash/run-ptest
rename to yocto-poky/meta/recipes-extended/bash/bash/run-ptest
diff --git a/meta/recipes-extended/bash/bash/test-output.patch b/yocto-poky/meta/recipes-extended/bash/bash/test-output.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash/test-output.patch
rename to yocto-poky/meta/recipes-extended/bash/bash/test-output.patch
diff --git a/meta/recipes-extended/bash/bash_3.2.48.bb b/yocto-poky/meta/recipes-extended/bash/bash_3.2.48.bb
similarity index 100%
rename from meta/recipes-extended/bash/bash_3.2.48.bb
rename to yocto-poky/meta/recipes-extended/bash/bash_3.2.48.bb
diff --git a/meta/recipes-extended/bash/bash_4.3.30.bb b/yocto-poky/meta/recipes-extended/bash/bash_4.3.30.bb
similarity index 100%
rename from meta/recipes-extended/bash/bash_4.3.30.bb
rename to yocto-poky/meta/recipes-extended/bash/bash_4.3.30.bb
diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/yocto-poky/meta/recipes-extended/bc/bc_1.06.bb
similarity index 100%
rename from meta/recipes-extended/bc/bc_1.06.bb
rename to yocto-poky/meta/recipes-extended/bc/bc_1.06.bb
diff --git a/meta/recipes-extended/bc/files/fix-segment-fault.patch b/yocto-poky/meta/recipes-extended/bc/files/fix-segment-fault.patch
similarity index 100%
rename from meta/recipes-extended/bc/files/fix-segment-fault.patch
rename to yocto-poky/meta/recipes-extended/bc/files/fix-segment-fault.patch
diff --git a/meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch b/yocto-poky/meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch
similarity index 100%
rename from meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch
rename to yocto-poky/meta/recipes-extended/blktool/blktool/0001-fix-typos-in-manpage.patch
diff --git a/meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch b/yocto-poky/meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch
similarity index 100%
rename from meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch
rename to yocto-poky/meta/recipes-extended/blktool/blktool/0002-fix-string-error.patch
diff --git a/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch b/yocto-poky/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
similarity index 100%
rename from meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
rename to yocto-poky/meta/recipes-extended/blktool/blktool/0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch
diff --git a/meta/recipes-extended/blktool/blktool_4-7.bb b/yocto-poky/meta/recipes-extended/blktool/blktool_4-7.bb
similarity index 100%
rename from meta/recipes-extended/blktool/blktool_4-7.bb
rename to yocto-poky/meta/recipes-extended/blktool/blktool_4-7.bb
diff --git a/meta/recipes-extended/byacc/byacc.inc b/yocto-poky/meta/recipes-extended/byacc/byacc.inc
similarity index 100%
rename from meta/recipes-extended/byacc/byacc.inc
rename to yocto-poky/meta/recipes-extended/byacc/byacc.inc
diff --git a/meta/recipes-extended/byacc/byacc/byacc-open.patch b/yocto-poky/meta/recipes-extended/byacc/byacc/byacc-open.patch
similarity index 100%
rename from meta/recipes-extended/byacc/byacc/byacc-open.patch
rename to yocto-poky/meta/recipes-extended/byacc/byacc/byacc-open.patch
diff --git a/meta/recipes-extended/byacc/byacc_20150711.bb b/yocto-poky/meta/recipes-extended/byacc/byacc_20150711.bb
similarity index 100%
rename from meta/recipes-extended/byacc/byacc_20150711.bb
rename to yocto-poky/meta/recipes-extended/byacc/byacc_20150711.bb
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am b/yocto-poky/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am
similarity index 100%
rename from meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am
rename to yocto-poky/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/yocto-poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
similarity index 100%
rename from meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
rename to yocto-poky/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest b/yocto-poky/meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest
similarity index 100%
rename from meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest
rename to yocto-poky/meta/recipes-extended/bzip2/bzip2-1.0.6/run-ptest
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/yocto-poky/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
similarity index 100%
rename from meta/recipes-extended/bzip2/bzip2_1.0.6.bb
rename to yocto-poky/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
diff --git a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb b/yocto-poky/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
similarity index 100%
rename from meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
rename to yocto-poky/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/yocto-poky/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
similarity index 100%
rename from meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
rename to yocto-poky/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
diff --git a/meta/recipes-extended/cpio/cpio-2.11/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.11/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.11/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.11/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.11/cpio-CVE-2015-1197.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.11/cpio-CVE-2015-1197.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.11/cpio-CVE-2015-1197.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.11/cpio-CVE-2015-1197.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.11/fix-memory-overrun.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.11/remove-gets.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.11/remove-gets.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.11/remove-gets.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.11/remove-gets.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.11/statdef.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.11/statdef.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.11/statdef.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.11/statdef.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.8/avoid_heap_overflow.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.8/avoid_heap_overflow.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.8/avoid_heap_overflow.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.8/avoid_heap_overflow.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.8/fix-memory-overrun.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.8/fix-memory-overrun.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.8/fix-memory-overrun.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.8/fix-memory-overrun.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch
diff --git a/meta/recipes-extended/cpio/cpio-2.8/statdef.patch b/yocto-poky/meta/recipes-extended/cpio/cpio-2.8/statdef.patch
similarity index 100%
rename from meta/recipes-extended/cpio/cpio-2.8/statdef.patch
rename to yocto-poky/meta/recipes-extended/cpio/cpio-2.8/statdef.patch
diff --git a/meta/recipes-extended/cpio/cpio_2.11.bb b/yocto-poky/meta/recipes-extended/cpio/cpio_2.11.bb
similarity index 100%
rename from meta/recipes-extended/cpio/cpio_2.11.bb
rename to yocto-poky/meta/recipes-extended/cpio/cpio_2.11.bb
diff --git a/meta/recipes-extended/cpio/cpio_2.8.bb b/yocto-poky/meta/recipes-extended/cpio/cpio_2.8.bb
similarity index 100%
rename from meta/recipes-extended/cpio/cpio_2.8.bb
rename to yocto-poky/meta/recipes-extended/cpio/cpio_2.8.bb
diff --git a/meta/recipes-extended/cpio/cpio_v2.inc b/yocto-poky/meta/recipes-extended/cpio/cpio_v2.inc
similarity index 100%
rename from meta/recipes-extended/cpio/cpio_v2.inc
rename to yocto-poky/meta/recipes-extended/cpio/cpio_v2.inc
diff --git a/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch b/yocto-poky/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
similarity index 100%
rename from meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
rename to yocto-poky/meta/recipes-extended/cracklib/cracklib/0001-packlib.c-support-dictionary-byte-order-dependent.patch
diff --git a/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch b/yocto-poky/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch
similarity index 100%
rename from meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch
rename to yocto-poky/meta/recipes-extended/cracklib/cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb b/yocto-poky/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
similarity index 100%
rename from meta/recipes-extended/cracklib/cracklib_2.9.5.bb
rename to yocto-poky/meta/recipes-extended/cracklib/cracklib_2.9.5.bb
diff --git a/meta/recipes-extended/cronie/cronie/crond.init b/yocto-poky/meta/recipes-extended/cronie/cronie/crond.init
similarity index 100%
rename from meta/recipes-extended/cronie/cronie/crond.init
rename to yocto-poky/meta/recipes-extended/cronie/cronie/crond.init
diff --git a/meta/recipes-extended/cronie/cronie/crond.service b/yocto-poky/meta/recipes-extended/cronie/cronie/crond.service
similarity index 100%
rename from meta/recipes-extended/cronie/cronie/crond.service
rename to yocto-poky/meta/recipes-extended/cronie/cronie/crond.service
diff --git a/meta/recipes-extended/cronie/cronie/crond_pam_config.patch b/yocto-poky/meta/recipes-extended/cronie/cronie/crond_pam_config.patch
similarity index 100%
rename from meta/recipes-extended/cronie/cronie/crond_pam_config.patch
rename to yocto-poky/meta/recipes-extended/cronie/cronie/crond_pam_config.patch
diff --git a/meta/recipes-extended/cronie/cronie/crontab b/yocto-poky/meta/recipes-extended/cronie/cronie/crontab
similarity index 100%
rename from meta/recipes-extended/cronie/cronie/crontab
rename to yocto-poky/meta/recipes-extended/cronie/cronie/crontab
diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb b/yocto-poky/meta/recipes-extended/cronie/cronie_1.5.0.bb
similarity index 100%
rename from meta/recipes-extended/cronie/cronie_1.5.0.bb
rename to yocto-poky/meta/recipes-extended/cronie/cronie_1.5.0.bb
diff --git a/meta/recipes-extended/cups/cups.inc b/yocto-poky/meta/recipes-extended/cups/cups.inc
similarity index 100%
rename from meta/recipes-extended/cups/cups.inc
rename to yocto-poky/meta/recipes-extended/cups/cups.inc
diff --git a/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch b/yocto-poky/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
similarity index 100%
rename from meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
rename to yocto-poky/meta/recipes-extended/cups/cups/0001-don-t-try-to-run-generated-binaries.patch
diff --git a/meta/recipes-extended/cups/cups/cups.path b/yocto-poky/meta/recipes-extended/cups/cups/cups.path
similarity index 100%
rename from meta/recipes-extended/cups/cups/cups.path
rename to yocto-poky/meta/recipes-extended/cups/cups/cups.path
diff --git a/meta/recipes-extended/cups/cups/cups.service b/yocto-poky/meta/recipes-extended/cups/cups/cups.service
similarity index 100%
rename from meta/recipes-extended/cups/cups/cups.service
rename to yocto-poky/meta/recipes-extended/cups/cups/cups.service
diff --git a/meta/recipes-extended/cups/cups/cups.socket b/yocto-poky/meta/recipes-extended/cups/cups/cups.socket
similarity index 100%
rename from meta/recipes-extended/cups/cups/cups.socket
rename to yocto-poky/meta/recipes-extended/cups/cups/cups.socket
diff --git a/meta/recipes-extended/cups/cups/cups_serverbin.patch b/yocto-poky/meta/recipes-extended/cups/cups/cups_serverbin.patch
similarity index 100%
rename from meta/recipes-extended/cups/cups/cups_serverbin.patch
rename to yocto-poky/meta/recipes-extended/cups/cups/cups_serverbin.patch
diff --git a/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch b/yocto-poky/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
similarity index 100%
rename from meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
rename to yocto-poky/meta/recipes-extended/cups/cups/use_echo_only_in_init.patch
diff --git a/meta/recipes-extended/cups/cups_2.0.4.bb b/yocto-poky/meta/recipes-extended/cups/cups_2.0.4.bb
similarity index 100%
rename from meta/recipes-extended/cups/cups_2.0.4.bb
rename to yocto-poky/meta/recipes-extended/cups/cups_2.0.4.bb
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/yocto-poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
similarity index 100%
rename from meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
rename to yocto-poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
diff --git a/meta/recipes-extended/diffutils/diffutils-2.8.1/diffutils_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-extended/diffutils/diffutils-2.8.1/diffutils_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-extended/diffutils/diffutils-2.8.1/diffutils_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-extended/diffutils/diffutils-2.8.1/diffutils_fix_for_automake-1.12.patch
diff --git a/meta/recipes-extended/diffutils/diffutils-3.3/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/diffutils/diffutils-3.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/diffutils/diffutils-3.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/diffutils/diffutils-3.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/diffutils/diffutils-3.3/run-ptest b/yocto-poky/meta/recipes-extended/diffutils/diffutils-3.3/run-ptest
similarity index 100%
rename from meta/recipes-extended/diffutils/diffutils-3.3/run-ptest
rename to yocto-poky/meta/recipes-extended/diffutils/diffutils-3.3/run-ptest
diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/yocto-poky/meta/recipes-extended/diffutils/diffutils.inc
similarity index 100%
rename from meta/recipes-extended/diffutils/diffutils.inc
rename to yocto-poky/meta/recipes-extended/diffutils/diffutils.inc
diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/yocto-poky/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
similarity index 100%
rename from meta/recipes-extended/diffutils/diffutils_2.8.1.bb
rename to yocto-poky/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
diff --git a/meta/recipes-extended/diffutils/diffutils_3.3.bb b/yocto-poky/meta/recipes-extended/diffutils/diffutils_3.3.bb
similarity index 100%
rename from meta/recipes-extended/diffutils/diffutils_3.3.bb
rename to yocto-poky/meta/recipes-extended/diffutils/diffutils_3.3.bb
diff --git a/meta/recipes-extended/ed/ed_0.5.bb b/yocto-poky/meta/recipes-extended/ed/ed_0.5.bb
similarity index 100%
rename from meta/recipes-extended/ed/ed_0.5.bb
rename to yocto-poky/meta/recipes-extended/ed/ed_0.5.bb
diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/yocto-poky/meta/recipes-extended/ed/ed_1.9.bb
similarity index 100%
rename from meta/recipes-extended/ed/ed_1.9.bb
rename to yocto-poky/meta/recipes-extended/ed/ed_1.9.bb
diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/yocto-poky/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
similarity index 100%
rename from meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
rename to yocto-poky/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
diff --git a/meta/recipes-extended/ethtool/ethtool/run-ptest b/yocto-poky/meta/recipes-extended/ethtool/ethtool/run-ptest
similarity index 100%
rename from meta/recipes-extended/ethtool/ethtool/run-ptest
rename to yocto-poky/meta/recipes-extended/ethtool/ethtool/run-ptest
diff --git a/meta/recipes-extended/ethtool/ethtool_4.0.bb b/yocto-poky/meta/recipes-extended/ethtool/ethtool_4.0.bb
similarity index 100%
rename from meta/recipes-extended/ethtool/ethtool_4.0.bb
rename to yocto-poky/meta/recipes-extended/ethtool/ethtool_4.0.bb
diff --git a/meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-error.patch b/yocto-poky/meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-error.patch
similarity index 100%
rename from meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-error.patch
rename to yocto-poky/meta/recipes-extended/findutils/findutils-4.2.31/findutils-fix-doc-build-error.patch
diff --git a/meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-extended/findutils/findutils-4.2.31/findutils_fix_for_automake-1.12.patch
diff --git a/meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch b/yocto-poky/meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch
similarity index 100%
rename from meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch
rename to yocto-poky/meta/recipes-extended/findutils/findutils-4.2.31/gnulib-extension.patch
diff --git a/meta/recipes-extended/findutils/findutils.inc b/yocto-poky/meta/recipes-extended/findutils/findutils.inc
similarity index 100%
rename from meta/recipes-extended/findutils/findutils.inc
rename to yocto-poky/meta/recipes-extended/findutils/findutils.inc
diff --git a/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/findutils/findutils/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/yocto-poky/meta/recipes-extended/findutils/findutils_4.2.31.bb
similarity index 100%
rename from meta/recipes-extended/findutils/findutils_4.2.31.bb
rename to yocto-poky/meta/recipes-extended/findutils/findutils_4.2.31.bb
diff --git a/meta/recipes-extended/findutils/findutils_4.5.14.bb b/yocto-poky/meta/recipes-extended/findutils/findutils_4.5.14.bb
similarity index 100%
rename from meta/recipes-extended/findutils/findutils_4.5.14.bb
rename to yocto-poky/meta/recipes-extended/findutils/findutils_4.5.14.bb
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb b/yocto-poky/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
similarity index 100%
rename from meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
rename to yocto-poky/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
diff --git a/meta/recipes-extended/gawk/gawk-3.1.5/gawk-3.1.5_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-extended/gawk/gawk-3.1.5/gawk-3.1.5_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-extended/gawk/gawk-3.1.5/gawk-3.1.5_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-extended/gawk/gawk-3.1.5/gawk-3.1.5_fix_for_automake-1.12.patch
diff --git a/meta/recipes-extended/gawk/gawk-4.1.3/run-ptest b/yocto-poky/meta/recipes-extended/gawk/gawk-4.1.3/run-ptest
similarity index 100%
rename from meta/recipes-extended/gawk/gawk-4.1.3/run-ptest
rename to yocto-poky/meta/recipes-extended/gawk/gawk-4.1.3/run-ptest
diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/yocto-poky/meta/recipes-extended/gawk/gawk_3.1.5.bb
similarity index 100%
rename from meta/recipes-extended/gawk/gawk_3.1.5.bb
rename to yocto-poky/meta/recipes-extended/gawk/gawk_3.1.5.bb
diff --git a/meta/recipes-extended/gawk/gawk_4.1.3.bb b/yocto-poky/meta/recipes-extended/gawk/gawk_4.1.3.bb
similarity index 100%
rename from meta/recipes-extended/gawk/gawk_4.1.3.bb
rename to yocto-poky/meta/recipes-extended/gawk/gawk_4.1.3.bb
diff --git a/meta/recipes-extended/ghostscript/ghostscript/aarch64/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/aarch64/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/aarch64/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/aarch64/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/arm/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/arm/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/arm/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/arm/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/armeb/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/armeb/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/armeb/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/armeb/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/base-genht.c-add-a-preprocessor-define-to-allow-fope.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/base-genht.c-add-a-preprocessor-define-to-allow-fope.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/base-genht.c-add-a-preprocessor-define-to-allow-fope.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/base-genht.c-add-a-preprocessor-define-to-allow-fope.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/cups-no-gcrypt.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/cups-no-gcrypt.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/cups-no-gcrypt.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/cups-no-gcrypt.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.15-parallel-make.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.15-parallel-make.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.15-parallel-make.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.15-parallel-make.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-native-fix-disable-system-libtiff.patch b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-native-fix-disable-system-libtiff.patch
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/ghostscript-native-fix-disable-system-libtiff.patch
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-native-fix-disable-system-libtiff.patch
diff --git a/meta/recipes-extended/ghostscript/ghostscript/i586/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/i586/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/i586/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/i586/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/i686 b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/i686
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/i686
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/i686
diff --git a/meta/recipes-extended/ghostscript/ghostscript/microblazeeb/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/microblazeeb/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/microblazeeb/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/microblazeeb/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/microblazeel/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/microblazeel/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/microblazeel/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/microblazeel/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mips/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/mips/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mips64/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/mips64/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mips64el/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64el/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/mips64el/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64el/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mips64eln32/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64eln32/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/mips64eln32/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64eln32/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mips64n32/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64n32/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/mips64n32/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mips64n32/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/mipsel/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mipsel/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/mipsel/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/mipsel/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/powerpc/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/powerpc/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/powerpc/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/powerpc/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/powerpc64/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/powerpc64/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/powerpc64/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/powerpc64/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript/x86-64/objarch.h b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript/x86-64/objarch.h
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript/x86-64/objarch.h
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript/x86-64/objarch.h
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.16.bb b/yocto-poky/meta/recipes-extended/ghostscript/ghostscript_9.16.bb
similarity index 100%
rename from meta/recipes-extended/ghostscript/ghostscript_9.16.bb
rename to yocto-poky/meta/recipes-extended/ghostscript/ghostscript_9.16.bb
diff --git a/meta/recipes-extended/gperf/gperf.inc b/yocto-poky/meta/recipes-extended/gperf/gperf.inc
similarity index 100%
rename from meta/recipes-extended/gperf/gperf.inc
rename to yocto-poky/meta/recipes-extended/gperf/gperf.inc
diff --git a/meta/recipes-extended/gperf/gperf_3.0.3.bb b/yocto-poky/meta/recipes-extended/gperf/gperf_3.0.3.bb
similarity index 100%
rename from meta/recipes-extended/gperf/gperf_3.0.3.bb
rename to yocto-poky/meta/recipes-extended/gperf/gperf_3.0.3.bb
diff --git a/meta/recipes-extended/gperf/gperf_3.0.4.bb b/yocto-poky/meta/recipes-extended/gperf/gperf_3.0.4.bb
similarity index 100%
rename from meta/recipes-extended/gperf/gperf_3.0.4.bb
rename to yocto-poky/meta/recipes-extended/gperf/gperf_3.0.4.bb
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/Makevars b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/Makevars
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/Makevars
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/Makevars
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/fix64-int-to-pointer.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/fix64-int-to-pointer.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/fix64-int-to-pointer.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/fix64-int-to-pointer.patch
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/gettext.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/gettext.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/gettext.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/gettext.patch
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/grep-CVE-2012-5667.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/grep-CVE-2012-5667.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/grep-CVE-2012-5667.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/grep-CVE-2012-5667.patch
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/grep-egrep-fgrep-Fix-LSB-NG-cases.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/grep-egrep-fgrep-Fix-LSB-NG-cases.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/grep-egrep-fgrep-Fix-LSB-NG-cases.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/grep-egrep-fgrep-Fix-LSB-NG-cases.patch
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/grep_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/grep_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/grep_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/grep_fix_for_automake-1.12.patch
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch b/yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch
rename to yocto-poky/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch
diff --git a/meta/recipes-extended/grep/grep/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/grep/grep/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/grep/grep/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/grep/grep/grep-fix-CVE-2015-1345.patch b/yocto-poky/meta/recipes-extended/grep/grep/grep-fix-CVE-2015-1345.patch
similarity index 100%
rename from meta/recipes-extended/grep/grep/grep-fix-CVE-2015-1345.patch
rename to yocto-poky/meta/recipes-extended/grep/grep/grep-fix-CVE-2015-1345.patch
diff --git a/meta/recipes-extended/grep/grep_2.21.bb b/yocto-poky/meta/recipes-extended/grep/grep_2.21.bb
similarity index 100%
rename from meta/recipes-extended/grep/grep_2.21.bb
rename to yocto-poky/meta/recipes-extended/grep/grep_2.21.bb
diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/yocto-poky/meta/recipes-extended/grep/grep_2.5.1a.bb
similarity index 100%
rename from meta/recipes-extended/grep/grep_2.5.1a.bb
rename to yocto-poky/meta/recipes-extended/grep/grep_2.5.1a.bb
diff --git a/meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-fix-bindir.patch b/yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-fix-bindir.patch
similarity index 100%
rename from meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-fix-bindir.patch
rename to yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-fix-bindir.patch
diff --git a/meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch b/yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch
similarity index 100%
rename from meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch
rename to yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch
diff --git a/meta/recipes-extended/groff/groff-1.18.1.4/man-local.patch b/yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/man-local.patch
similarity index 100%
rename from meta/recipes-extended/groff/groff-1.18.1.4/man-local.patch
rename to yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/man-local.patch
diff --git a/meta/recipes-extended/groff/groff-1.18.1.4/mdoc-local.patch b/yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/mdoc-local.patch
similarity index 100%
rename from meta/recipes-extended/groff/groff-1.18.1.4/mdoc-local.patch
rename to yocto-poky/meta/recipes-extended/groff/groff-1.18.1.4/mdoc-local.patch
diff --git a/meta/recipes-extended/groff/groff-1.22.3/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/groff/groff-1.22.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/groff/groff-1.22.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/groff/groff-1.22.3/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/groff/groff-1.22.3/groff-1.22.2-correct-man.local-install-path.patch b/yocto-poky/meta/recipes-extended/groff/groff-1.22.3/groff-1.22.2-correct-man.local-install-path.patch
similarity index 100%
rename from meta/recipes-extended/groff/groff-1.22.3/groff-1.22.2-correct-man.local-install-path.patch
rename to yocto-poky/meta/recipes-extended/groff/groff-1.22.3/groff-1.22.2-correct-man.local-install-path.patch
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/yocto-poky/meta/recipes-extended/groff/groff_1.18.1.4.bb
similarity index 100%
rename from meta/recipes-extended/groff/groff_1.18.1.4.bb
rename to yocto-poky/meta/recipes-extended/groff/groff_1.18.1.4.bb
diff --git a/meta/recipes-extended/groff/groff_1.22.3.bb b/yocto-poky/meta/recipes-extended/groff/groff_1.22.3.bb
similarity index 100%
rename from meta/recipes-extended/groff/groff_1.22.3.bb
rename to yocto-poky/meta/recipes-extended/groff/groff_1.22.3.bb
diff --git a/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch b/yocto-poky/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
similarity index 100%
rename from meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
rename to yocto-poky/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
diff --git a/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch b/yocto-poky/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
similarity index 100%
rename from meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
rename to yocto-poky/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
diff --git a/meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch b/yocto-poky/meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch
similarity index 100%
rename from meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch
rename to yocto-poky/meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch
diff --git a/meta/recipes-extended/gzip/gzip.inc b/yocto-poky/meta/recipes-extended/gzip/gzip.inc
similarity index 100%
rename from meta/recipes-extended/gzip/gzip.inc
rename to yocto-poky/meta/recipes-extended/gzip/gzip.inc
diff --git a/meta/recipes-extended/gzip/gzip_1.3.12.bb b/yocto-poky/meta/recipes-extended/gzip/gzip_1.3.12.bb
similarity index 100%
rename from meta/recipes-extended/gzip/gzip_1.3.12.bb
rename to yocto-poky/meta/recipes-extended/gzip/gzip_1.3.12.bb
diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/yocto-poky/meta/recipes-extended/gzip/gzip_1.6.bb
similarity index 100%
rename from meta/recipes-extended/gzip/gzip_1.6.bb
rename to yocto-poky/meta/recipes-extended/gzip/gzip_1.6.bb
diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/yocto-poky/meta/recipes-extended/hdparm/hdparm_9.48.bb
similarity index 100%
rename from meta/recipes-extended/hdparm/hdparm_9.48.bb
rename to yocto-poky/meta/recipes-extended/hdparm/hdparm_9.48.bb
diff --git a/meta/recipes-extended/images/core-image-full-cmdline.bb b/yocto-poky/meta/recipes-extended/images/core-image-full-cmdline.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-full-cmdline.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-full-cmdline.bb
diff --git a/meta/recipes-extended/images/core-image-kernel-dev.bb b/yocto-poky/meta/recipes-extended/images/core-image-kernel-dev.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-kernel-dev.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-kernel-dev.bb
diff --git a/meta/recipes-extended/images/core-image-lsb-dev.bb b/yocto-poky/meta/recipes-extended/images/core-image-lsb-dev.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-lsb-dev.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-lsb-dev.bb
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/yocto-poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-lsb-sdk.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-lsb-sdk.bb
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/yocto-poky/meta/recipes-extended/images/core-image-lsb.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-lsb.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-lsb.bb
diff --git a/meta/recipes-extended/images/core-image-testmaster-initramfs.bb b/yocto-poky/meta/recipes-extended/images/core-image-testmaster-initramfs.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-testmaster-initramfs.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-testmaster-initramfs.bb
diff --git a/meta/recipes-extended/images/core-image-testmaster.bb b/yocto-poky/meta/recipes-extended/images/core-image-testmaster.bb
similarity index 100%
rename from meta/recipes-extended/images/core-image-testmaster.bb
rename to yocto-poky/meta/recipes-extended/images/core-image-testmaster.bb
diff --git a/meta/recipes-extended/images/wic-image-minimal.bb b/yocto-poky/meta/recipes-extended/images/wic-image-minimal.bb
similarity index 100%
rename from meta/recipes-extended/images/wic-image-minimal.bb
rename to yocto-poky/meta/recipes-extended/images/wic-image-minimal.bb
diff --git a/meta/recipes-extended/images/wic-image-minimal.wks b/yocto-poky/meta/recipes-extended/images/wic-image-minimal.wks
similarity index 100%
rename from meta/recipes-extended/images/wic-image-minimal.wks
rename to yocto-poky/meta/recipes-extended/images/wic-image-minimal.wks
diff --git a/meta/recipes-extended/iptables/iptables/0001-configure-Add-option-to-enable-disable-libnfnetlink.patch b/yocto-poky/meta/recipes-extended/iptables/iptables/0001-configure-Add-option-to-enable-disable-libnfnetlink.patch
similarity index 100%
rename from meta/recipes-extended/iptables/iptables/0001-configure-Add-option-to-enable-disable-libnfnetlink.patch
rename to yocto-poky/meta/recipes-extended/iptables/iptables/0001-configure-Add-option-to-enable-disable-libnfnetlink.patch
diff --git a/meta/recipes-extended/iptables/iptables/0001-fix-build-with-musl.patch b/yocto-poky/meta/recipes-extended/iptables/iptables/0001-fix-build-with-musl.patch
similarity index 100%
rename from meta/recipes-extended/iptables/iptables/0001-fix-build-with-musl.patch
rename to yocto-poky/meta/recipes-extended/iptables/iptables/0001-fix-build-with-musl.patch
diff --git a/meta/recipes-extended/iptables/iptables/types.h-add-defines-that-are-required-for-if_packet.patch b/yocto-poky/meta/recipes-extended/iptables/iptables/types.h-add-defines-that-are-required-for-if_packet.patch
similarity index 100%
rename from meta/recipes-extended/iptables/iptables/types.h-add-defines-that-are-required-for-if_packet.patch
rename to yocto-poky/meta/recipes-extended/iptables/iptables/types.h-add-defines-that-are-required-for-if_packet.patch
diff --git a/meta/recipes-extended/iptables/iptables_1.4.21.bb b/yocto-poky/meta/recipes-extended/iptables/iptables_1.4.21.bb
similarity index 100%
rename from meta/recipes-extended/iptables/iptables_1.4.21.bb
rename to yocto-poky/meta/recipes-extended/iptables/iptables_1.4.21.bb
diff --git a/meta/recipes-extended/iputils/files/debian/targets.diff b/yocto-poky/meta/recipes-extended/iputils/files/debian/targets.diff
similarity index 100%
rename from meta/recipes-extended/iputils/files/debian/targets.diff
rename to yocto-poky/meta/recipes-extended/iputils/files/debian/targets.diff
diff --git a/meta/recipes-extended/iputils/files/debian/use_gethostbyname2.diff b/yocto-poky/meta/recipes-extended/iputils/files/debian/use_gethostbyname2.diff
similarity index 100%
rename from meta/recipes-extended/iputils/files/debian/use_gethostbyname2.diff
rename to yocto-poky/meta/recipes-extended/iputils/files/debian/use_gethostbyname2.diff
diff --git a/meta/recipes-extended/iputils/files/fix-build-command-line-argument-with-gnutls.patch b/yocto-poky/meta/recipes-extended/iputils/files/fix-build-command-line-argument-with-gnutls.patch
similarity index 100%
rename from meta/recipes-extended/iputils/files/fix-build-command-line-argument-with-gnutls.patch
rename to yocto-poky/meta/recipes-extended/iputils/files/fix-build-command-line-argument-with-gnutls.patch
diff --git a/meta/recipes-extended/iputils/files/nsgmls-path-fix.patch b/yocto-poky/meta/recipes-extended/iputils/files/nsgmls-path-fix.patch
similarity index 100%
rename from meta/recipes-extended/iputils/files/nsgmls-path-fix.patch
rename to yocto-poky/meta/recipes-extended/iputils/files/nsgmls-path-fix.patch
diff --git a/meta/recipes-extended/iputils/iputils_s20121221.bb b/yocto-poky/meta/recipes-extended/iputils/iputils_s20121221.bb
similarity index 100%
rename from meta/recipes-extended/iputils/iputils_s20121221.bb
rename to yocto-poky/meta/recipes-extended/iputils/iputils_s20121221.bb
diff --git a/meta/recipes-extended/less/less_479.bb b/yocto-poky/meta/recipes-extended/less/less_479.bb
similarity index 100%
rename from meta/recipes-extended/less/less_479.bb
rename to yocto-poky/meta/recipes-extended/less/less_479.bb
diff --git a/meta/recipes-extended/libaio/libaio/00_arches.patch b/yocto-poky/meta/recipes-extended/libaio/libaio/00_arches.patch
similarity index 100%
rename from meta/recipes-extended/libaio/libaio/00_arches.patch
rename to yocto-poky/meta/recipes-extended/libaio/libaio/00_arches.patch
diff --git a/meta/recipes-extended/libaio/libaio/destdir.patch b/yocto-poky/meta/recipes-extended/libaio/libaio/destdir.patch
similarity index 100%
rename from meta/recipes-extended/libaio/libaio/destdir.patch
rename to yocto-poky/meta/recipes-extended/libaio/libaio/destdir.patch
diff --git a/meta/recipes-extended/libaio/libaio/generic-arch-dectection-for-padding-defines.patch b/yocto-poky/meta/recipes-extended/libaio/libaio/generic-arch-dectection-for-padding-defines.patch
similarity index 100%
rename from meta/recipes-extended/libaio/libaio/generic-arch-dectection-for-padding-defines.patch
rename to yocto-poky/meta/recipes-extended/libaio/libaio/generic-arch-dectection-for-padding-defines.patch
diff --git a/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch b/yocto-poky/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch
similarity index 100%
rename from meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch
rename to yocto-poky/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch
diff --git a/meta/recipes-extended/libaio/libaio/libaio_fix_for_x32.patch b/yocto-poky/meta/recipes-extended/libaio/libaio/libaio_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-extended/libaio/libaio/libaio_fix_for_x32.patch
rename to yocto-poky/meta/recipes-extended/libaio/libaio/libaio_fix_for_x32.patch
diff --git a/meta/recipes-extended/libaio/libaio_0.3.110.bb b/yocto-poky/meta/recipes-extended/libaio/libaio_0.3.110.bb
similarity index 100%
rename from meta/recipes-extended/libaio/libaio_0.3.110.bb
rename to yocto-poky/meta/recipes-extended/libaio/libaio_0.3.110.bb
diff --git a/meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch b/yocto-poky/meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch
similarity index 100%
rename from meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch
rename to yocto-poky/meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch
diff --git a/meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2013-0211.patch b/yocto-poky/meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2013-0211.patch
similarity index 100%
rename from meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2013-0211.patch
rename to yocto-poky/meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2013-0211.patch
diff --git a/meta/recipes-extended/libarchive/libarchive/mkdir.patch b/yocto-poky/meta/recipes-extended/libarchive/libarchive/mkdir.patch
similarity index 100%
rename from meta/recipes-extended/libarchive/libarchive/mkdir.patch
rename to yocto-poky/meta/recipes-extended/libarchive/libarchive/mkdir.patch
diff --git a/meta/recipes-extended/libarchive/libarchive/pkgconfig.patch b/yocto-poky/meta/recipes-extended/libarchive/libarchive/pkgconfig.patch
similarity index 100%
rename from meta/recipes-extended/libarchive/libarchive/pkgconfig.patch
rename to yocto-poky/meta/recipes-extended/libarchive/libarchive/pkgconfig.patch
diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/yocto-poky/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
similarity index 100%
rename from meta/recipes-extended/libarchive/libarchive_3.1.2.bb
rename to yocto-poky/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
diff --git a/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch b/yocto-poky/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
similarity index 100%
rename from meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
rename to yocto-poky/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
diff --git a/meta/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch b/yocto-poky/meta/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch
similarity index 100%
rename from meta/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch
rename to yocto-poky/meta/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch
diff --git a/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-extended/libidn/libidn/libidn_fix_for_automake-1.12.patch
diff --git a/meta/recipes-extended/libidn/libidn_0.6.14.bb b/yocto-poky/meta/recipes-extended/libidn/libidn_0.6.14.bb
similarity index 100%
rename from meta/recipes-extended/libidn/libidn_0.6.14.bb
rename to yocto-poky/meta/recipes-extended/libidn/libidn_0.6.14.bb
diff --git a/meta/recipes-extended/libidn/libidn_1.30.bb b/yocto-poky/meta/recipes-extended/libidn/libidn_1.30.bb
similarity index 100%
rename from meta/recipes-extended/libidn/libidn_1.30.bb
rename to yocto-poky/meta/recipes-extended/libidn/libidn_1.30.bb
diff --git a/meta/recipes-extended/libtirpc/libtirpc/libtirpc-0.2.1-fortify.patch b/yocto-poky/meta/recipes-extended/libtirpc/libtirpc/libtirpc-0.2.1-fortify.patch
similarity index 100%
rename from meta/recipes-extended/libtirpc/libtirpc/libtirpc-0.2.1-fortify.patch
rename to yocto-poky/meta/recipes-extended/libtirpc/libtirpc/libtirpc-0.2.1-fortify.patch
diff --git a/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch b/yocto-poky/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch
similarity index 100%
rename from meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch
rename to yocto-poky/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.5.bb b/yocto-poky/meta/recipes-extended/libtirpc/libtirpc_0.2.5.bb
similarity index 100%
rename from meta/recipes-extended/libtirpc/libtirpc_0.2.5.bb
rename to yocto-poky/meta/recipes-extended/libtirpc/libtirpc_0.2.5.bb
diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/yocto-poky/meta/recipes-extended/libuser/libuser_0.62.bb
similarity index 100%
rename from meta/recipes-extended/libuser/libuser_0.62.bb
rename to yocto-poky/meta/recipes-extended/libuser/libuser_0.62.bb
diff --git a/meta/recipes-extended/lighttpd/lighttpd/0001-mod_cgi-buffers-data-without-bound.patch b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd/0001-mod_cgi-buffers-data-without-bound.patch
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd/0001-mod_cgi-buffers-data-without-bound.patch
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd/0001-mod_cgi-buffers-data-without-bound.patch
diff --git a/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
diff --git a/meta/recipes-extended/lighttpd/lighttpd/lighttpd b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd/lighttpd
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd
diff --git a/meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf
diff --git a/meta/recipes-extended/lighttpd/lighttpd/lighttpd.service b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd.service
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd/lighttpd.service
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd.service
diff --git a/meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb b/yocto-poky/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb
similarity index 100%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb
rename to yocto-poky/meta/recipes-extended/lighttpd/lighttpd_1.4.36.bb
diff --git a/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch b/yocto-poky/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch
similarity index 100%
rename from meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch
rename to yocto-poky/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch
diff --git a/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch b/yocto-poky/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
similarity index 100%
rename from meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
rename to yocto-poky/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
diff --git a/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch b/yocto-poky/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
similarity index 100%
rename from meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
rename to yocto-poky/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/yocto-poky/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
similarity index 100%
rename from meta/recipes-extended/logrotate/logrotate_3.9.1.bb
rename to yocto-poky/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
diff --git a/meta/recipes-extended/lsb/lsb/init-functions b/yocto-poky/meta/recipes-extended/lsb/lsb/init-functions
similarity index 100%
rename from meta/recipes-extended/lsb/lsb/init-functions
rename to yocto-poky/meta/recipes-extended/lsb/lsb/init-functions
diff --git a/meta/recipes-extended/lsb/lsb/lsb_killproc b/yocto-poky/meta/recipes-extended/lsb/lsb/lsb_killproc
similarity index 100%
rename from meta/recipes-extended/lsb/lsb/lsb_killproc
rename to yocto-poky/meta/recipes-extended/lsb/lsb/lsb_killproc
diff --git a/meta/recipes-extended/lsb/lsb/lsb_log_message b/yocto-poky/meta/recipes-extended/lsb/lsb/lsb_log_message
similarity index 100%
rename from meta/recipes-extended/lsb/lsb/lsb_log_message
rename to yocto-poky/meta/recipes-extended/lsb/lsb/lsb_log_message
diff --git a/meta/recipes-extended/lsb/lsb/lsb_pidofproc b/yocto-poky/meta/recipes-extended/lsb/lsb/lsb_pidofproc
similarity index 100%
rename from meta/recipes-extended/lsb/lsb/lsb_pidofproc
rename to yocto-poky/meta/recipes-extended/lsb/lsb/lsb_pidofproc
diff --git a/meta/recipes-extended/lsb/lsb/lsb_start_daemon b/yocto-poky/meta/recipes-extended/lsb/lsb/lsb_start_daemon
similarity index 100%
rename from meta/recipes-extended/lsb/lsb/lsb_start_daemon
rename to yocto-poky/meta/recipes-extended/lsb/lsb/lsb_start_daemon
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/yocto-poky/meta/recipes-extended/lsb/lsb_4.1.bb
similarity index 100%
rename from meta/recipes-extended/lsb/lsb_4.1.bb
rename to yocto-poky/meta/recipes-extended/lsb/lsb_4.1.bb
diff --git a/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch b/yocto-poky/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
similarity index 100%
rename from meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
rename to yocto-poky/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch
diff --git a/meta/recipes-extended/lsb/lsbinitscripts/functions.patch b/yocto-poky/meta/recipes-extended/lsb/lsbinitscripts/functions.patch
similarity index 100%
rename from meta/recipes-extended/lsb/lsbinitscripts/functions.patch
rename to yocto-poky/meta/recipes-extended/lsb/lsbinitscripts/functions.patch
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb b/yocto-poky/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
similarity index 100%
rename from meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
rename to yocto-poky/meta/recipes-extended/lsb/lsbinitscripts_9.64.bb
diff --git a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh b/yocto-poky/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
similarity index 100%
rename from meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
rename to yocto-poky/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh
diff --git a/meta/recipes-extended/lsb/lsbtest/packages_list b/yocto-poky/meta/recipes-extended/lsb/lsbtest/packages_list
similarity index 100%
rename from meta/recipes-extended/lsb/lsbtest/packages_list
rename to yocto-poky/meta/recipes-extended/lsb/lsbtest/packages_list
diff --git a/meta/recipes-extended/lsb/lsbtest/session b/yocto-poky/meta/recipes-extended/lsb/lsbtest/session
similarity index 100%
rename from meta/recipes-extended/lsb/lsbtest/session
rename to yocto-poky/meta/recipes-extended/lsb/lsbtest/session
diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/yocto-poky/meta/recipes-extended/lsb/lsbtest_1.0.bb
similarity index 100%
rename from meta/recipes-extended/lsb/lsbtest_1.0.bb
rename to yocto-poky/meta/recipes-extended/lsb/lsbtest_1.0.bb
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/yocto-poky/meta/recipes-extended/lsof/lsof_4.89.bb
similarity index 100%
rename from meta/recipes-extended/lsof/lsof_4.89.bb
rename to yocto-poky/meta/recipes-extended/lsof/lsof_4.89.bb
diff --git a/meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch b/yocto-poky/meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch
similarity index 100%
rename from meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch
rename to yocto-poky/meta/recipes-extended/ltp/ltp/0001-Rename-runtests_noltp.sh-script-so-have-unique-name.patch
diff --git a/meta/recipes-extended/ltp/ltp/0001-ltp-vma03-fix-the-alginment-of-page-size.patch b/yocto-poky/meta/recipes-extended/ltp/ltp/0001-ltp-vma03-fix-the-alginment-of-page-size.patch
similarity index 100%
rename from meta/recipes-extended/ltp/ltp/0001-ltp-vma03-fix-the-alginment-of-page-size.patch
rename to yocto-poky/meta/recipes-extended/ltp/ltp/0001-ltp-vma03-fix-the-alginment-of-page-size.patch
diff --git a/meta/recipes-extended/ltp/ltp/add-knob-for-numa.patch b/yocto-poky/meta/recipes-extended/ltp/ltp/add-knob-for-numa.patch
similarity index 100%
rename from meta/recipes-extended/ltp/ltp/add-knob-for-numa.patch
rename to yocto-poky/meta/recipes-extended/ltp/ltp/add-knob-for-numa.patch
diff --git a/meta/recipes-extended/ltp/ltp/add-knob-for-tirpc.patch b/yocto-poky/meta/recipes-extended/ltp/ltp/add-knob-for-tirpc.patch
similarity index 100%
rename from meta/recipes-extended/ltp/ltp/add-knob-for-tirpc.patch
rename to yocto-poky/meta/recipes-extended/ltp/ltp/add-knob-for-tirpc.patch
diff --git a/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch b/yocto-poky/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch
similarity index 100%
rename from meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch
rename to yocto-poky/meta/recipes-extended/ltp/ltp/ltp-Do-not-link-against-libfl.patch
diff --git a/meta/recipes-extended/ltp/ltp/make-setregid02-work.patch b/yocto-poky/meta/recipes-extended/ltp/ltp/make-setregid02-work.patch
similarity index 100%
rename from meta/recipes-extended/ltp/ltp/make-setregid02-work.patch
rename to yocto-poky/meta/recipes-extended/ltp/ltp/make-setregid02-work.patch
diff --git a/meta/recipes-extended/ltp/ltp_20150420.bb b/yocto-poky/meta/recipes-extended/ltp/ltp_20150420.bb
similarity index 100%
rename from meta/recipes-extended/ltp/ltp_20150420.bb
rename to yocto-poky/meta/recipes-extended/ltp/ltp_20150420.bb
diff --git a/meta/recipes-extended/mailx/files/0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch b/yocto-poky/meta/recipes-extended/mailx/files/0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch
diff --git a/meta/recipes-extended/mailx/files/0002-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch b/yocto-poky/meta/recipes-extended/mailx/files/0002-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0002-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0002-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch
diff --git a/meta/recipes-extended/mailx/files/0003-Fixed-Lintian-warning-warning-macro-N-not-defined.patch b/yocto-poky/meta/recipes-extended/mailx/files/0003-Fixed-Lintian-warning-warning-macro-N-not-defined.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0003-Fixed-Lintian-warning-warning-macro-N-not-defined.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0003-Fixed-Lintian-warning-warning-macro-N-not-defined.patch
diff --git a/meta/recipes-extended/mailx/files/0011-outof-Introduce-expandaddr-flag.patch b/yocto-poky/meta/recipes-extended/mailx/files/0011-outof-Introduce-expandaddr-flag.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0011-outof-Introduce-expandaddr-flag.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0011-outof-Introduce-expandaddr-flag.patch
diff --git a/meta/recipes-extended/mailx/files/0012-unpack-Disable-option-processing-for-email-addresses.patch b/yocto-poky/meta/recipes-extended/mailx/files/0012-unpack-Disable-option-processing-for-email-addresses.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0012-unpack-Disable-option-processing-for-email-addresses.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0012-unpack-Disable-option-processing-for-email-addresses.patch
diff --git a/meta/recipes-extended/mailx/files/0013-fio.c-Unconditionally-require-wordexp-support.patch b/yocto-poky/meta/recipes-extended/mailx/files/0013-fio.c-Unconditionally-require-wordexp-support.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0013-fio.c-Unconditionally-require-wordexp-support.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0013-fio.c-Unconditionally-require-wordexp-support.patch
diff --git a/meta/recipes-extended/mailx/files/0014-globname-Invoke-wordexp-with-WRDE_NOCMD.patch b/yocto-poky/meta/recipes-extended/mailx/files/0014-globname-Invoke-wordexp-with-WRDE_NOCMD.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0014-globname-Invoke-wordexp-with-WRDE_NOCMD.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0014-globname-Invoke-wordexp-with-WRDE_NOCMD.patch
diff --git a/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch b/yocto-poky/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
diff --git a/meta/recipes-extended/mailx/files/explicitly.disable.krb5.support.patch b/yocto-poky/meta/recipes-extended/mailx/files/explicitly.disable.krb5.support.patch
similarity index 100%
rename from meta/recipes-extended/mailx/files/explicitly.disable.krb5.support.patch
rename to yocto-poky/meta/recipes-extended/mailx/files/explicitly.disable.krb5.support.patch
diff --git a/meta/recipes-extended/mailx/mailx_12.5-5.bb b/yocto-poky/meta/recipes-extended/mailx/mailx_12.5-5.bb
similarity index 100%
rename from meta/recipes-extended/mailx/mailx_12.5-5.bb
rename to yocto-poky/meta/recipes-extended/mailx/mailx_12.5-5.bb
diff --git a/meta/recipes-extended/man-pages/man-pages_4.02.bb b/yocto-poky/meta/recipes-extended/man-pages/man-pages_4.02.bb
similarity index 100%
rename from meta/recipes-extended/man-pages/man-pages_4.02.bb
rename to yocto-poky/meta/recipes-extended/man-pages/man-pages_4.02.bb
diff --git a/meta/recipes-extended/man/man/configure_sed.patch b/yocto-poky/meta/recipes-extended/man/man/configure_sed.patch
similarity index 100%
rename from meta/recipes-extended/man/man/configure_sed.patch
rename to yocto-poky/meta/recipes-extended/man/man/configure_sed.patch
diff --git a/meta/recipes-extended/man/man/man-1.5g-nonrootbuild.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5g-nonrootbuild.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5g-nonrootbuild.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5g-nonrootbuild.patch
diff --git a/meta/recipes-extended/man/man/man-1.5h1-gencat.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5h1-gencat.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5h1-gencat.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5h1-gencat.patch
diff --git a/meta/recipes-extended/man/man/man-1.5h1-make.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5h1-make.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5h1-make.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5h1-make.patch
diff --git a/meta/recipes-extended/man/man/man-1.5i2-initial.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5i2-initial.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5i2-initial.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5i2-initial.patch
diff --git a/meta/recipes-extended/man/man/man-1.5i2-newline.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5i2-newline.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5i2-newline.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5i2-newline.patch
diff --git a/meta/recipes-extended/man/man/man-1.5i2-overflow.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5i2-overflow.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5i2-overflow.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5i2-overflow.patch
diff --git a/meta/recipes-extended/man/man/man-1.5j-i18n.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5j-i18n.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5j-i18n.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5j-i18n.patch
diff --git a/meta/recipes-extended/man/man/man-1.5j-nocache.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5j-nocache.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5j-nocache.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5j-nocache.patch
diff --git a/meta/recipes-extended/man/man/man-1.5j-utf8.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5j-utf8.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5j-utf8.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5j-utf8.patch
diff --git a/meta/recipes-extended/man/man/man-1.5k-confpath.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5k-confpath.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5k-confpath.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5k-confpath.patch
diff --git a/meta/recipes-extended/man/man/man-1.5k-nonascii.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5k-nonascii.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5k-nonascii.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5k-nonascii.patch
diff --git a/meta/recipes-extended/man/man/man-1.5k-sofix.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5k-sofix.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5k-sofix.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5k-sofix.patch
diff --git a/meta/recipes-extended/man/man/man-1.5m2-bug11621.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5m2-bug11621.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5m2-bug11621.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5m2-bug11621.patch
diff --git a/meta/recipes-extended/man/man/man-1.5m2-buildroot.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5m2-buildroot.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5m2-buildroot.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5m2-buildroot.patch
diff --git a/meta/recipes-extended/man/man/man-1.5m2-no-color-for-printing.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5m2-no-color-for-printing.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5m2-no-color-for-printing.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5m2-no-color-for-printing.patch
diff --git a/meta/recipes-extended/man/man/man-1.5m2-sigpipe.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5m2-sigpipe.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5m2-sigpipe.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5m2-sigpipe.patch
diff --git a/meta/recipes-extended/man/man/man-1.5m2-tv_fhs.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.5m2-tv_fhs.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.5m2-tv_fhs.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.5m2-tv_fhs.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-i18n_whatis.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-i18n_whatis.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-i18n_whatis.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-i18n_whatis.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-mandirs.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-mandirs.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-mandirs.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-mandirs.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-new_sections.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-new_sections.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-new_sections.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-new_sections.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-ro_usr.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-ro_usr.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-ro_usr.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-ro_usr.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-security.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-security.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-security.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-security.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-use_i18n_vars_in_a_std_way.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-use_i18n_vars_in_a_std_way.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-use_i18n_vars_in_a_std_way.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-use_i18n_vars_in_a_std_way.patch
diff --git a/meta/recipes-extended/man/man/man-1.6e-whatis2.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6e-whatis2.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6e-whatis2.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6e-whatis2.patch
diff --git a/meta/recipes-extended/man/man/man-1.6g-whatis3.patch b/yocto-poky/meta/recipes-extended/man/man/man-1.6g-whatis3.patch
similarity index 100%
rename from meta/recipes-extended/man/man/man-1.6g-whatis3.patch
rename to yocto-poky/meta/recipes-extended/man/man/man-1.6g-whatis3.patch
diff --git a/meta/recipes-extended/man/man/man.1.gz b/yocto-poky/meta/recipes-extended/man/man/man.1.gz
similarity index 100%
rename from meta/recipes-extended/man/man/man.1.gz
rename to yocto-poky/meta/recipes-extended/man/man/man.1.gz
Binary files differ
diff --git a/meta/recipes-extended/man/man/man.7.gz b/yocto-poky/meta/recipes-extended/man/man/man.7.gz
similarity index 100%
rename from meta/recipes-extended/man/man/man.7.gz
rename to yocto-poky/meta/recipes-extended/man/man/man.7.gz
Binary files differ
diff --git a/meta/recipes-extended/man/man/man.conf b/yocto-poky/meta/recipes-extended/man/man/man.conf
similarity index 100%
rename from meta/recipes-extended/man/man/man.conf
rename to yocto-poky/meta/recipes-extended/man/man/man.conf
diff --git a/meta/recipes-extended/man/man/manpath.5.gz b/yocto-poky/meta/recipes-extended/man/man/manpath.5.gz
similarity index 100%
rename from meta/recipes-extended/man/man/manpath.5.gz
rename to yocto-poky/meta/recipes-extended/man/man/manpath.5.gz
Binary files differ
diff --git a/meta/recipes-extended/man/man_1.6g.bb b/yocto-poky/meta/recipes-extended/man/man_1.6g.bb
similarity index 100%
rename from meta/recipes-extended/man/man_1.6g.bb
rename to yocto-poky/meta/recipes-extended/man/man_1.6g.bb
diff --git a/meta/recipes-extended/mc/mc/mc-CTRL.patch b/yocto-poky/meta/recipes-extended/mc/mc/mc-CTRL.patch
similarity index 100%
rename from meta/recipes-extended/mc/mc/mc-CTRL.patch
rename to yocto-poky/meta/recipes-extended/mc/mc/mc-CTRL.patch
diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/yocto-poky/meta/recipes-extended/mc/mc_4.7.5.2.bb
similarity index 100%
rename from meta/recipes-extended/mc/mc_4.7.5.2.bb
rename to yocto-poky/meta/recipes-extended/mc/mc_4.7.5.2.bb
diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb b/yocto-poky/meta/recipes-extended/mc/mc_4.8.14.bb
similarity index 100%
rename from meta/recipes-extended/mc/mc_4.8.14.bb
rename to yocto-poky/meta/recipes-extended/mc/mc_4.8.14.bb
diff --git a/meta/recipes-extended/mdadm/files/0001-Fix-typo-in-comparision.patch b/yocto-poky/meta/recipes-extended/mdadm/files/0001-Fix-typo-in-comparision.patch
similarity index 100%
rename from meta/recipes-extended/mdadm/files/0001-Fix-typo-in-comparision.patch
rename to yocto-poky/meta/recipes-extended/mdadm/files/0001-Fix-typo-in-comparision.patch
diff --git a/meta/recipes-extended/mdadm/files/gcc-4.9.patch b/yocto-poky/meta/recipes-extended/mdadm/files/gcc-4.9.patch
similarity index 100%
rename from meta/recipes-extended/mdadm/files/gcc-4.9.patch
rename to yocto-poky/meta/recipes-extended/mdadm/files/gcc-4.9.patch
diff --git a/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch b/yocto-poky/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
rename to yocto-poky/meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
diff --git a/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch b/yocto-poky/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
similarity index 100%
rename from meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
rename to yocto-poky/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
diff --git a/meta/recipes-extended/mdadm/files/run-ptest b/yocto-poky/meta/recipes-extended/mdadm/files/run-ptest
similarity index 100%
rename from meta/recipes-extended/mdadm/files/run-ptest
rename to yocto-poky/meta/recipes-extended/mdadm/files/run-ptest
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.4.bb b/yocto-poky/meta/recipes-extended/mdadm/mdadm_3.3.4.bb
similarity index 100%
rename from meta/recipes-extended/mdadm/mdadm_3.3.4.bb
rename to yocto-poky/meta/recipes-extended/mdadm/mdadm_3.3.4.bb
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/yocto-poky/meta/recipes-extended/mingetty/mingetty_1.08.bb
similarity index 100%
rename from meta/recipes-extended/mingetty/mingetty_1.08.bb
rename to yocto-poky/meta/recipes-extended/mingetty/mingetty_1.08.bb
diff --git a/meta/recipes-extended/minicom/minicom/0001-Fix-build-issus-surfaced-due-to-musl.patch b/yocto-poky/meta/recipes-extended/minicom/minicom/0001-Fix-build-issus-surfaced-due-to-musl.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom/0001-Fix-build-issus-surfaced-due-to-musl.patch
rename to yocto-poky/meta/recipes-extended/minicom/minicom/0001-Fix-build-issus-surfaced-due-to-musl.patch
diff --git a/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch b/yocto-poky/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch
rename to yocto-poky/meta/recipes-extended/minicom/minicom/0001-fix-minicom-h-v-return-value-is-not-0.patch
diff --git a/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch b/yocto-poky/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch
rename to yocto-poky/meta/recipes-extended/minicom/minicom/allow.to.disable.lockdev.patch
diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/yocto-poky/meta/recipes-extended/minicom/minicom_2.7.bb
similarity index 100%
rename from meta/recipes-extended/minicom/minicom_2.7.bb
rename to yocto-poky/meta/recipes-extended/minicom/minicom_2.7.bb
diff --git a/meta/recipes-extended/mktemp/files/disable-strip.patch b/yocto-poky/meta/recipes-extended/mktemp/files/disable-strip.patch
similarity index 100%
rename from meta/recipes-extended/mktemp/files/disable-strip.patch
rename to yocto-poky/meta/recipes-extended/mktemp/files/disable-strip.patch
diff --git a/meta/recipes-extended/mktemp/files/fix-parallel-make.patch b/yocto-poky/meta/recipes-extended/mktemp/files/fix-parallel-make.patch
similarity index 100%
rename from meta/recipes-extended/mktemp/files/fix-parallel-make.patch
rename to yocto-poky/meta/recipes-extended/mktemp/files/fix-parallel-make.patch
diff --git a/meta/recipes-extended/mktemp/mktemp_1.7.bb b/yocto-poky/meta/recipes-extended/mktemp/mktemp_1.7.bb
similarity index 100%
rename from meta/recipes-extended/mktemp/mktemp_1.7.bb
rename to yocto-poky/meta/recipes-extended/mktemp/mktemp_1.7.bb
diff --git a/meta/recipes-extended/msmtp/msmtp_1.6.2.bb b/yocto-poky/meta/recipes-extended/msmtp/msmtp_1.6.2.bb
similarity index 100%
rename from meta/recipes-extended/msmtp/msmtp_1.6.2.bb
rename to yocto-poky/meta/recipes-extended/msmtp/msmtp_1.6.2.bb
diff --git a/meta/recipes-extended/net-tools/net-tools/ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch b/yocto-poky/meta/recipes-extended/net-tools/net-tools/ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch
similarity index 100%
rename from meta/recipes-extended/net-tools/net-tools/ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch
rename to yocto-poky/meta/recipes-extended/net-tools/net-tools/ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch
diff --git a/meta/recipes-extended/net-tools/net-tools/net-tools-config.h b/yocto-poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.h
similarity index 100%
rename from meta/recipes-extended/net-tools/net-tools/net-tools-config.h
rename to yocto-poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.h
diff --git a/meta/recipes-extended/net-tools/net-tools/net-tools-config.make b/yocto-poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.make
similarity index 100%
rename from meta/recipes-extended/net-tools/net-tools/net-tools-config.make
rename to yocto-poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.make
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb b/yocto-poky/meta/recipes-extended/net-tools/net-tools_1.60-26.bb
similarity index 100%
rename from meta/recipes-extended/net-tools/net-tools_1.60-26.bb
rename to yocto-poky/meta/recipes-extended/net-tools/net-tools_1.60-26.bb
diff --git a/meta/recipes-extended/newt/files/cross_ar.patch b/yocto-poky/meta/recipes-extended/newt/files/cross_ar.patch
similarity index 100%
rename from meta/recipes-extended/newt/files/cross_ar.patch
rename to yocto-poky/meta/recipes-extended/newt/files/cross_ar.patch
diff --git a/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch b/yocto-poky/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
similarity index 100%
rename from meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
rename to yocto-poky/meta/recipes-extended/newt/files/fix_SHAREDDIR.patch
diff --git a/meta/recipes-extended/newt/files/remove_slang_include.patch b/yocto-poky/meta/recipes-extended/newt/files/remove_slang_include.patch
similarity index 100%
rename from meta/recipes-extended/newt/files/remove_slang_include.patch
rename to yocto-poky/meta/recipes-extended/newt/files/remove_slang_include.patch
diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb b/yocto-poky/meta/recipes-extended/newt/libnewt-python_0.52.18.bb
similarity index 100%
rename from meta/recipes-extended/newt/libnewt-python_0.52.18.bb
rename to yocto-poky/meta/recipes-extended/newt/libnewt-python_0.52.18.bb
diff --git a/meta/recipes-extended/newt/libnewt_0.52.18.bb b/yocto-poky/meta/recipes-extended/newt/libnewt_0.52.18.bb
similarity index 100%
rename from meta/recipes-extended/newt/libnewt_0.52.18.bb
rename to yocto-poky/meta/recipes-extended/newt/libnewt_0.52.18.bb
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/yocto-poky/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
similarity index 100%
rename from meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
rename to yocto-poky/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/yocto-poky/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
similarity index 100%
rename from meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
rename to yocto-poky/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
diff --git a/meta/recipes-extended/pam/libpam/99_pam b/yocto-poky/meta/recipes-extended/pam/libpam/99_pam
similarity index 100%
rename from meta/recipes-extended/pam/libpam/99_pam
rename to yocto-poky/meta/recipes-extended/pam/libpam/99_pam
diff --git a/meta/recipes-extended/pam/libpam/crypt_configure.patch b/yocto-poky/meta/recipes-extended/pam/libpam/crypt_configure.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/crypt_configure.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/crypt_configure.patch
diff --git a/meta/recipes-extended/pam/libpam/fixsepbuild.patch b/yocto-poky/meta/recipes-extended/pam/libpam/fixsepbuild.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/fixsepbuild.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/fixsepbuild.patch
diff --git a/meta/recipes-extended/pam/libpam/libpam-xtests-remove-bash-dependency.patch b/yocto-poky/meta/recipes-extended/pam/libpam/libpam-xtests-remove-bash-dependency.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/libpam-xtests-remove-bash-dependency.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/libpam-xtests-remove-bash-dependency.patch
diff --git a/meta/recipes-extended/pam/libpam/libpam-xtests.patch b/yocto-poky/meta/recipes-extended/pam/libpam/libpam-xtests.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/libpam-xtests.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/libpam-xtests.patch
diff --git a/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch b/yocto-poky/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam-no-innetgr.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam-no-innetgr.patch
diff --git a/meta/recipes-extended/pam/libpam/pam-security-abstract-securetty-handling.patch b/yocto-poky/meta/recipes-extended/pam/libpam/pam-security-abstract-securetty-handling.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam-security-abstract-securetty-handling.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam-security-abstract-securetty-handling.patch
diff --git a/meta/recipes-extended/pam/libpam/pam-unix-nullok-secure.patch b/yocto-poky/meta/recipes-extended/pam/libpam/pam-unix-nullok-secure.patch
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam-unix-nullok-secure.patch
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam-unix-nullok-secure.patch
diff --git a/meta/recipes-extended/pam/libpam/pam.d/common-account b/yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-account
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam.d/common-account
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-account
diff --git a/meta/recipes-extended/pam/libpam/pam.d/common-auth b/yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-auth
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam.d/common-auth
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-auth
diff --git a/meta/recipes-extended/pam/libpam/pam.d/common-password b/yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-password
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam.d/common-password
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-password
diff --git a/meta/recipes-extended/pam/libpam/pam.d/common-session b/yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-session
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam.d/common-session
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-session
diff --git a/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive b/yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive
diff --git a/meta/recipes-extended/pam/libpam/pam.d/other b/yocto-poky/meta/recipes-extended/pam/libpam/pam.d/other
similarity index 100%
rename from meta/recipes-extended/pam/libpam/pam.d/other
rename to yocto-poky/meta/recipes-extended/pam/libpam/pam.d/other
diff --git a/meta/recipes-extended/pam/libpam_1.2.1.bb b/yocto-poky/meta/recipes-extended/pam/libpam_1.2.1.bb
similarity index 100%
rename from meta/recipes-extended/pam/libpam_1.2.1.bb
rename to yocto-poky/meta/recipes-extended/pam/libpam_1.2.1.bb
diff --git a/meta/recipes-extended/parted/files/0001-Include-fcntl.h-in-platform_defs.h.patch b/yocto-poky/meta/recipes-extended/parted/files/0001-Include-fcntl.h-in-platform_defs.h.patch
similarity index 100%
rename from meta/recipes-extended/parted/files/0001-Include-fcntl.h-in-platform_defs.h.patch
rename to yocto-poky/meta/recipes-extended/parted/files/0001-Include-fcntl.h-in-platform_defs.h.patch
diff --git a/meta/recipes-extended/parted/files/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/parted/files/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/parted/files/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/parted/files/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/parted/files/Makefile b/yocto-poky/meta/recipes-extended/parted/files/Makefile
similarity index 100%
rename from meta/recipes-extended/parted/files/Makefile
rename to yocto-poky/meta/recipes-extended/parted/files/Makefile
diff --git a/meta/recipes-extended/parted/files/fix-compile-failure-while-dis.patch b/yocto-poky/meta/recipes-extended/parted/files/fix-compile-failure-while-dis.patch
similarity index 100%
rename from meta/recipes-extended/parted/files/fix-compile-failure-while-dis.patch
rename to yocto-poky/meta/recipes-extended/parted/files/fix-compile-failure-while-dis.patch
diff --git a/meta/recipes-extended/parted/files/fix-doc-mandir.patch b/yocto-poky/meta/recipes-extended/parted/files/fix-doc-mandir.patch
similarity index 100%
rename from meta/recipes-extended/parted/files/fix-doc-mandir.patch
rename to yocto-poky/meta/recipes-extended/parted/files/fix-doc-mandir.patch
diff --git a/meta/recipes-extended/parted/files/no_check.patch b/yocto-poky/meta/recipes-extended/parted/files/no_check.patch
similarity index 100%
rename from meta/recipes-extended/parted/files/no_check.patch
rename to yocto-poky/meta/recipes-extended/parted/files/no_check.patch
diff --git a/meta/recipes-extended/parted/files/run-ptest b/yocto-poky/meta/recipes-extended/parted/files/run-ptest
similarity index 100%
rename from meta/recipes-extended/parted/files/run-ptest
rename to yocto-poky/meta/recipes-extended/parted/files/run-ptest
diff --git a/meta/recipes-extended/parted/files/syscalls.patch b/yocto-poky/meta/recipes-extended/parted/files/syscalls.patch
similarity index 100%
rename from meta/recipes-extended/parted/files/syscalls.patch
rename to yocto-poky/meta/recipes-extended/parted/files/syscalls.patch
diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/yocto-poky/meta/recipes-extended/parted/parted_3.2.bb
similarity index 100%
rename from meta/recipes-extended/parted/parted_3.2.bb
rename to yocto-poky/meta/recipes-extended/parted/parted_3.2.bb
diff --git a/meta/recipes-extended/pax/pax/fix_for_compile_with_gcc-4.6.0.patch b/yocto-poky/meta/recipes-extended/pax/pax/fix_for_compile_with_gcc-4.6.0.patch
similarity index 100%
rename from meta/recipes-extended/pax/pax/fix_for_compile_with_gcc-4.6.0.patch
rename to yocto-poky/meta/recipes-extended/pax/pax/fix_for_compile_with_gcc-4.6.0.patch
diff --git a/meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch b/yocto-poky/meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch
rename to yocto-poky/meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch
diff --git a/meta/recipes-extended/pax/pax_3.4.bb b/yocto-poky/meta/recipes-extended/pax/pax_3.4.bb
similarity index 100%
rename from meta/recipes-extended/pax/pax_3.4.bb
rename to yocto-poky/meta/recipes-extended/pax/pax_3.4.bb
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb b/yocto-poky/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
similarity index 100%
rename from meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
rename to yocto-poky/meta/recipes-extended/pbzip2/pbzip2_1.1.12.bb
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/yocto-poky/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
similarity index 100%
rename from meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
rename to yocto-poky/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/yocto-poky/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
similarity index 100%
rename from meta/recipes-extended/perl/libtimedate-perl_2.30.bb
rename to yocto-poky/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb b/yocto-poky/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
similarity index 100%
rename from meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
rename to yocto-poky/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb b/yocto-poky/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb
similarity index 100%
rename from meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb
rename to yocto-poky/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/yocto-poky/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
similarity index 100%
rename from meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
rename to yocto-poky/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
diff --git a/meta/recipes-extended/pigz/pigz.inc b/yocto-poky/meta/recipes-extended/pigz/pigz.inc
similarity index 100%
rename from meta/recipes-extended/pigz/pigz.inc
rename to yocto-poky/meta/recipes-extended/pigz/pigz.inc
diff --git a/meta/recipes-extended/pigz/pigz/link-order.patch b/yocto-poky/meta/recipes-extended/pigz/pigz/link-order.patch
similarity index 100%
rename from meta/recipes-extended/pigz/pigz/link-order.patch
rename to yocto-poky/meta/recipes-extended/pigz/pigz/link-order.patch
diff --git a/meta/recipes-extended/pigz/pigz_2.3.3.bb b/yocto-poky/meta/recipes-extended/pigz/pigz_2.3.3.bb
similarity index 100%
rename from meta/recipes-extended/pigz/pigz_2.3.3.bb
rename to yocto-poky/meta/recipes-extended/pigz/pigz_2.3.3.bb
diff --git a/meta/recipes-extended/procps/procps/fix-configure.patch b/yocto-poky/meta/recipes-extended/procps/procps/fix-configure.patch
similarity index 100%
rename from meta/recipes-extended/procps/procps/fix-configure.patch
rename to yocto-poky/meta/recipes-extended/procps/procps/fix-configure.patch
diff --git a/meta/recipes-extended/procps/procps/sysctl.conf b/yocto-poky/meta/recipes-extended/procps/procps/sysctl.conf
similarity index 100%
rename from meta/recipes-extended/procps/procps/sysctl.conf
rename to yocto-poky/meta/recipes-extended/procps/procps/sysctl.conf
diff --git a/meta/recipes-extended/procps/procps_3.3.10.bb b/yocto-poky/meta/recipes-extended/procps/procps_3.3.10.bb
similarity index 100%
rename from meta/recipes-extended/procps/procps_3.3.10.bb
rename to yocto-poky/meta/recipes-extended/procps/procps_3.3.10.bb
diff --git a/meta/recipes-extended/psmisc/files/0001-Typo-in-fuser-makes-M-on-all-the-time.patch b/yocto-poky/meta/recipes-extended/psmisc/files/0001-Typo-in-fuser-makes-M-on-all-the-time.patch
similarity index 100%
rename from meta/recipes-extended/psmisc/files/0001-Typo-in-fuser-makes-M-on-all-the-time.patch
rename to yocto-poky/meta/recipes-extended/psmisc/files/0001-Typo-in-fuser-makes-M-on-all-the-time.patch
diff --git a/meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch b/yocto-poky/meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch
similarity index 100%
rename from meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch
rename to yocto-poky/meta/recipes-extended/psmisc/files/0002-Include-limits.h-for-PATH_MAX.patch
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/yocto-poky/meta/recipes-extended/psmisc/psmisc.inc
similarity index 100%
rename from meta/recipes-extended/psmisc/psmisc.inc
rename to yocto-poky/meta/recipes-extended/psmisc/psmisc.inc
diff --git a/meta/recipes-extended/psmisc/psmisc_22.21.bb b/yocto-poky/meta/recipes-extended/psmisc/psmisc_22.21.bb
similarity index 100%
rename from meta/recipes-extended/psmisc/psmisc_22.21.bb
rename to yocto-poky/meta/recipes-extended/psmisc/psmisc_22.21.bb
diff --git a/meta/recipes-extended/quota/quota/config-tcpwrappers.patch b/yocto-poky/meta/recipes-extended/quota/quota/config-tcpwrappers.patch
similarity index 100%
rename from meta/recipes-extended/quota/quota/config-tcpwrappers.patch
rename to yocto-poky/meta/recipes-extended/quota/quota/config-tcpwrappers.patch
diff --git a/meta/recipes-extended/quota/quota/fcntl.patch b/yocto-poky/meta/recipes-extended/quota/quota/fcntl.patch
similarity index 100%
rename from meta/recipes-extended/quota/quota/fcntl.patch
rename to yocto-poky/meta/recipes-extended/quota/quota/fcntl.patch
diff --git a/meta/recipes-extended/quota/quota/remove_non_posix_types.patch b/yocto-poky/meta/recipes-extended/quota/quota/remove_non_posix_types.patch
similarity index 100%
rename from meta/recipes-extended/quota/quota/remove_non_posix_types.patch
rename to yocto-poky/meta/recipes-extended/quota/quota/remove_non_posix_types.patch
diff --git a/meta/recipes-extended/quota/quota/replace_getrpcbynumber_r.patch b/yocto-poky/meta/recipes-extended/quota/quota/replace_getrpcbynumber_r.patch
similarity index 100%
rename from meta/recipes-extended/quota/quota/replace_getrpcbynumber_r.patch
rename to yocto-poky/meta/recipes-extended/quota/quota/replace_getrpcbynumber_r.patch
diff --git a/meta/recipes-extended/quota/quota_4.02.bb b/yocto-poky/meta/recipes-extended/quota/quota_4.02.bb
similarity index 100%
rename from meta/recipes-extended/quota/quota_4.02.bb
rename to yocto-poky/meta/recipes-extended/quota/quota_4.02.bb
diff --git a/meta/recipes-extended/rpcbind/rpcbind/0001-Avoid-use-of-glibc-sys-cdefs.h-header.patch b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/0001-Avoid-use-of-glibc-sys-cdefs.h-header.patch
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/0001-Avoid-use-of-glibc-sys-cdefs.h-header.patch
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/0001-Avoid-use-of-glibc-sys-cdefs.h-header.patch
diff --git a/meta/recipes-extended/rpcbind/rpcbind/0001-uclibc-nss.patch b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/0001-uclibc-nss.patch
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/0001-uclibc-nss.patch
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/0001-uclibc-nss.patch
diff --git a/meta/recipes-extended/rpcbind/rpcbind/init.d b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/init.d
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/init.d
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/init.d
diff --git a/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/musl-sunrpc.patch
diff --git a/meta/recipes-extended/rpcbind/rpcbind/remove-sys-queue.patch b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/remove-sys-queue.patch
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/remove-sys-queue.patch
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/remove-sys-queue.patch
diff --git a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf
diff --git a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
diff --git a/meta/recipes-extended/rpcbind/rpcbind/rpcbind.socket b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.socket
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind/rpcbind.socket
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.socket
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb b/yocto-poky/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb
similarity index 100%
rename from meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb
rename to yocto-poky/meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb
diff --git a/meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch b/yocto-poky/meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch
diff --git a/meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch b/yocto-poky/meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/0002-comm.h-now-depends-on-term.h.patch
diff --git a/meta/recipes-extended/screen/screen/Avoid-mis-identifying-systems-as-SVR4.patch b/yocto-poky/meta/recipes-extended/screen/screen/Avoid-mis-identifying-systems-as-SVR4.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/Avoid-mis-identifying-systems-as-SVR4.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/Avoid-mis-identifying-systems-as-SVR4.patch
diff --git a/meta/recipes-extended/screen/screen/Provide-cross-compile-alternatives-for-AC_TRY_RUN.patch b/yocto-poky/meta/recipes-extended/screen/screen/Provide-cross-compile-alternatives-for-AC_TRY_RUN.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/Provide-cross-compile-alternatives-for-AC_TRY_RUN.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/Provide-cross-compile-alternatives-for-AC_TRY_RUN.patch
diff --git a/meta/recipes-extended/screen/screen/Remove-redundant-compiler-sanity-checks.patch b/yocto-poky/meta/recipes-extended/screen/screen/Remove-redundant-compiler-sanity-checks.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/Remove-redundant-compiler-sanity-checks.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/Remove-redundant-compiler-sanity-checks.patch
diff --git a/meta/recipes-extended/screen/screen/Skip-host-file-system-checks-when-cross-compiling.patch b/yocto-poky/meta/recipes-extended/screen/screen/Skip-host-file-system-checks-when-cross-compiling.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/Skip-host-file-system-checks-when-cross-compiling.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/Skip-host-file-system-checks-when-cross-compiling.patch
diff --git a/meta/recipes-extended/screen/screen/fix-parallel-make.patch b/yocto-poky/meta/recipes-extended/screen/screen/fix-parallel-make.patch
similarity index 100%
rename from meta/recipes-extended/screen/screen/fix-parallel-make.patch
rename to yocto-poky/meta/recipes-extended/screen/screen/fix-parallel-make.patch
diff --git a/meta/recipes-extended/screen/screen/screen.pam b/yocto-poky/meta/recipes-extended/screen/screen/screen.pam
similarity index 100%
rename from meta/recipes-extended/screen/screen/screen.pam
rename to yocto-poky/meta/recipes-extended/screen/screen/screen.pam
diff --git a/meta/recipes-extended/screen/screen_4.3.1.bb b/yocto-poky/meta/recipes-extended/screen/screen_4.3.1.bb
similarity index 100%
rename from meta/recipes-extended/screen/screen_4.3.1.bb
rename to yocto-poky/meta/recipes-extended/screen/screen_4.3.1.bb
diff --git a/meta/recipes-extended/sed/sed-4.1.2/Makevars b/yocto-poky/meta/recipes-extended/sed/sed-4.1.2/Makevars
similarity index 100%
rename from meta/recipes-extended/sed/sed-4.1.2/Makevars
rename to yocto-poky/meta/recipes-extended/sed/sed-4.1.2/Makevars
diff --git a/meta/recipes-extended/sed/sed-4.1.2/fix_return_type.patch b/yocto-poky/meta/recipes-extended/sed/sed-4.1.2/fix_return_type.patch
similarity index 100%
rename from meta/recipes-extended/sed/sed-4.1.2/fix_return_type.patch
rename to yocto-poky/meta/recipes-extended/sed/sed-4.1.2/fix_return_type.patch
diff --git a/meta/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch
diff --git a/meta/recipes-extended/sed/sed-4.2.2/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/sed/sed-4.2.2/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/sed/sed-4.2.2/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/sed/sed-4.2.2/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/sed/sed-4.2.2/run-ptest b/yocto-poky/meta/recipes-extended/sed/sed-4.2.2/run-ptest
similarity index 100%
rename from meta/recipes-extended/sed/sed-4.2.2/run-ptest
rename to yocto-poky/meta/recipes-extended/sed/sed-4.2.2/run-ptest
diff --git a/meta/recipes-extended/sed/sed-4.2.2/sed-add-ptest.patch b/yocto-poky/meta/recipes-extended/sed/sed-4.2.2/sed-add-ptest.patch
similarity index 100%
rename from meta/recipes-extended/sed/sed-4.2.2/sed-add-ptest.patch
rename to yocto-poky/meta/recipes-extended/sed/sed-4.2.2/sed-add-ptest.patch
diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/yocto-poky/meta/recipes-extended/sed/sed_4.1.2.bb
similarity index 100%
rename from meta/recipes-extended/sed/sed_4.1.2.bb
rename to yocto-poky/meta/recipes-extended/sed/sed_4.1.2.bb
diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/yocto-poky/meta/recipes-extended/sed/sed_4.2.2.bb
similarity index 100%
rename from meta/recipes-extended/sed/sed_4.2.2.bb
rename to yocto-poky/meta/recipes-extended/sed/sed_4.2.2.bb
diff --git a/meta/recipes-extended/shadow/files/0001-Do-not-read-login.defs-before-doing-chroot.patch b/yocto-poky/meta/recipes-extended/shadow/files/0001-Do-not-read-login.defs-before-doing-chroot.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/0001-Do-not-read-login.defs-before-doing-chroot.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/0001-Do-not-read-login.defs-before-doing-chroot.patch
diff --git a/meta/recipes-extended/shadow/files/0001-useradd.c-create-parent-directories-when-necessary.patch b/yocto-poky/meta/recipes-extended/shadow/files/0001-useradd.c-create-parent-directories-when-necessary.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/0001-useradd.c-create-parent-directories-when-necessary.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/0001-useradd.c-create-parent-directories-when-necessary.patch
diff --git a/meta/recipes-extended/shadow/files/allow-for-setting-password-in-clear-text.patch b/yocto-poky/meta/recipes-extended/shadow/files/allow-for-setting-password-in-clear-text.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/allow-for-setting-password-in-clear-text.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/allow-for-setting-password-in-clear-text.patch
diff --git a/meta/recipes-extended/shadow/files/check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch b/yocto-poky/meta/recipes-extended/shadow/files/check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch
diff --git a/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch b/yocto-poky/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch
diff --git a/meta/recipes-extended/shadow/files/disable-syslog.patch b/yocto-poky/meta/recipes-extended/shadow/files/disable-syslog.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/disable-syslog.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/disable-syslog.patch
diff --git a/meta/recipes-extended/shadow/files/fix-installation-failure-with-subids-disabled.patch b/yocto-poky/meta/recipes-extended/shadow/files/fix-installation-failure-with-subids-disabled.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/fix-installation-failure-with-subids-disabled.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/fix-installation-failure-with-subids-disabled.patch
diff --git a/meta/recipes-extended/shadow/files/login.defs_shadow-sysroot b/yocto-poky/meta/recipes-extended/shadow/files/login.defs_shadow-sysroot
similarity index 100%
rename from meta/recipes-extended/shadow/files/login.defs_shadow-sysroot
rename to yocto-poky/meta/recipes-extended/shadow/files/login.defs_shadow-sysroot
diff --git a/meta/recipes-extended/shadow/files/login_defs_pam.sed b/yocto-poky/meta/recipes-extended/shadow/files/login_defs_pam.sed
similarity index 100%
rename from meta/recipes-extended/shadow/files/login_defs_pam.sed
rename to yocto-poky/meta/recipes-extended/shadow/files/login_defs_pam.sed
diff --git a/meta/recipes-extended/shadow/files/pam.d/chfn b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/chfn
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/chfn
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/chfn
diff --git a/meta/recipes-extended/shadow/files/pam.d/chpasswd b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/chpasswd
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/chpasswd
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/chpasswd
diff --git a/meta/recipes-extended/shadow/files/pam.d/chsh b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/chsh
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/chsh
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/chsh
diff --git a/meta/recipes-extended/shadow/files/pam.d/login b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/login
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/login
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/login
diff --git a/meta/recipes-extended/shadow/files/pam.d/newusers b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/newusers
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/newusers
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/newusers
diff --git a/meta/recipes-extended/shadow/files/pam.d/passwd b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/passwd
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/passwd
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/passwd
diff --git a/meta/recipes-extended/shadow/files/pam.d/su b/yocto-poky/meta/recipes-extended/shadow/files/pam.d/su
similarity index 100%
rename from meta/recipes-extended/shadow/files/pam.d/su
rename to yocto-poky/meta/recipes-extended/shadow/files/pam.d/su
diff --git a/meta/recipes-extended/shadow/files/securetty b/yocto-poky/meta/recipes-extended/shadow/files/securetty
similarity index 100%
rename from meta/recipes-extended/shadow/files/securetty
rename to yocto-poky/meta/recipes-extended/shadow/files/securetty
diff --git a/meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch b/yocto-poky/meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch
diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/yocto-poky/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch
diff --git a/meta/recipes-extended/shadow/files/usermod-fix-compilation-failure-with-subids-disabled.patch b/yocto-poky/meta/recipes-extended/shadow/files/usermod-fix-compilation-failure-with-subids-disabled.patch
similarity index 100%
rename from meta/recipes-extended/shadow/files/usermod-fix-compilation-failure-with-subids-disabled.patch
rename to yocto-poky/meta/recipes-extended/shadow/files/usermod-fix-compilation-failure-with-subids-disabled.patch
diff --git a/meta/recipes-extended/shadow/shadow-securetty_4.2.1.bb b/yocto-poky/meta/recipes-extended/shadow/shadow-securetty_4.2.1.bb
similarity index 100%
rename from meta/recipes-extended/shadow/shadow-securetty_4.2.1.bb
rename to yocto-poky/meta/recipes-extended/shadow/shadow-securetty_4.2.1.bb
diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb b/yocto-poky/meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb
similarity index 100%
rename from meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb
rename to yocto-poky/meta/recipes-extended/shadow/shadow-sysroot_4.2.1.bb
diff --git a/meta/recipes-extended/shadow/shadow.inc b/yocto-poky/meta/recipes-extended/shadow/shadow.inc
similarity index 100%
rename from meta/recipes-extended/shadow/shadow.inc
rename to yocto-poky/meta/recipes-extended/shadow/shadow.inc
diff --git a/meta/recipes-extended/shadow/shadow_4.2.1.bb b/yocto-poky/meta/recipes-extended/shadow/shadow_4.2.1.bb
similarity index 100%
rename from meta/recipes-extended/shadow/shadow_4.2.1.bb
rename to yocto-poky/meta/recipes-extended/shadow/shadow_4.2.1.bb
diff --git a/meta/recipes-extended/slang/slang/0001-Fix-error-conflicting-types-for-posix_close.patch b/yocto-poky/meta/recipes-extended/slang/slang/0001-Fix-error-conflicting-types-for-posix_close.patch
similarity index 100%
rename from meta/recipes-extended/slang/slang/0001-Fix-error-conflicting-types-for-posix_close.patch
rename to yocto-poky/meta/recipes-extended/slang/slang/0001-Fix-error-conflicting-types-for-posix_close.patch
diff --git a/meta/recipes-extended/slang/slang/change-char-type-to-signed-char-in-macros.patch b/yocto-poky/meta/recipes-extended/slang/slang/change-char-type-to-signed-char-in-macros.patch
similarity index 100%
rename from meta/recipes-extended/slang/slang/change-char-type-to-signed-char-in-macros.patch
rename to yocto-poky/meta/recipes-extended/slang/slang/change-char-type-to-signed-char-in-macros.patch
diff --git a/meta/recipes-extended/slang/slang/fix-check-pcre.patch b/yocto-poky/meta/recipes-extended/slang/slang/fix-check-pcre.patch
similarity index 100%
rename from meta/recipes-extended/slang/slang/fix-check-pcre.patch
rename to yocto-poky/meta/recipes-extended/slang/slang/fix-check-pcre.patch
diff --git a/meta/recipes-extended/slang/slang/rpathfix.patch b/yocto-poky/meta/recipes-extended/slang/slang/rpathfix.patch
similarity index 100%
rename from meta/recipes-extended/slang/slang/rpathfix.patch
rename to yocto-poky/meta/recipes-extended/slang/slang/rpathfix.patch
diff --git a/meta/recipes-extended/slang/slang/slang-fix-the-iconv-existence-checking.patch b/yocto-poky/meta/recipes-extended/slang/slang/slang-fix-the-iconv-existence-checking.patch
similarity index 100%
rename from meta/recipes-extended/slang/slang/slang-fix-the-iconv-existence-checking.patch
rename to yocto-poky/meta/recipes-extended/slang/slang/slang-fix-the-iconv-existence-checking.patch
diff --git a/meta/recipes-extended/slang/slang/sprintf-bug-concerning-8-bit-characters.patch b/yocto-poky/meta/recipes-extended/slang/slang/sprintf-bug-concerning-8-bit-characters.patch
similarity index 100%
rename from meta/recipes-extended/slang/slang/sprintf-bug-concerning-8-bit-characters.patch
rename to yocto-poky/meta/recipes-extended/slang/slang/sprintf-bug-concerning-8-bit-characters.patch
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/yocto-poky/meta/recipes-extended/slang/slang_2.2.4.bb
similarity index 100%
rename from meta/recipes-extended/slang/slang_2.2.4.bb
rename to yocto-poky/meta/recipes-extended/slang/slang_2.2.4.bb
diff --git a/meta/recipes-extended/stat/stat-3.3/fix-error-return.patch b/yocto-poky/meta/recipes-extended/stat/stat-3.3/fix-error-return.patch
similarity index 100%
rename from meta/recipes-extended/stat/stat-3.3/fix-error-return.patch
rename to yocto-poky/meta/recipes-extended/stat/stat-3.3/fix-error-return.patch
diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/yocto-poky/meta/recipes-extended/stat/stat_3.3.bb
similarity index 100%
rename from meta/recipes-extended/stat/stat_3.3.bb
rename to yocto-poky/meta/recipes-extended/stat/stat_3.3.bb
diff --git a/meta/recipes-extended/stress/files/texinfo.patch b/yocto-poky/meta/recipes-extended/stress/files/texinfo.patch
similarity index 100%
rename from meta/recipes-extended/stress/files/texinfo.patch
rename to yocto-poky/meta/recipes-extended/stress/files/texinfo.patch
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/yocto-poky/meta/recipes-extended/stress/stress_1.0.4.bb
similarity index 100%
rename from meta/recipes-extended/stress/stress_1.0.4.bb
rename to yocto-poky/meta/recipes-extended/stress/stress_1.0.4.bb
diff --git a/meta/recipes-extended/sudo/files/sudo.pam b/yocto-poky/meta/recipes-extended/sudo/files/sudo.pam
similarity index 100%
rename from meta/recipes-extended/sudo/files/sudo.pam
rename to yocto-poky/meta/recipes-extended/sudo/files/sudo.pam
diff --git a/meta/recipes-extended/sudo/sudo.inc b/yocto-poky/meta/recipes-extended/sudo/sudo.inc
similarity index 100%
rename from meta/recipes-extended/sudo/sudo.inc
rename to yocto-poky/meta/recipes-extended/sudo/sudo.inc
diff --git a/meta/recipes-extended/sudo/sudo/0001-Include-sys-types.h-for-id_t-definition.patch b/yocto-poky/meta/recipes-extended/sudo/sudo/0001-Include-sys-types.h-for-id_t-definition.patch
similarity index 100%
rename from meta/recipes-extended/sudo/sudo/0001-Include-sys-types.h-for-id_t-definition.patch
rename to yocto-poky/meta/recipes-extended/sudo/sudo/0001-Include-sys-types.h-for-id_t-definition.patch
diff --git a/meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch b/yocto-poky/meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch
similarity index 100%
rename from meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch
rename to yocto-poky/meta/recipes-extended/sudo/sudo/0001-Use-correct-path-to-init.d-and-tmpfiles.d-files.patch
diff --git a/meta/recipes-extended/sudo/sudo_1.8.14p3.bb b/yocto-poky/meta/recipes-extended/sudo/sudo_1.8.14p3.bb
similarity index 100%
rename from meta/recipes-extended/sudo/sudo_1.8.14p3.bb
rename to yocto-poky/meta/recipes-extended/sudo/sudo_1.8.14p3.bb
diff --git a/meta/recipes-extended/sysklogd/files/no-strip-install.patch b/yocto-poky/meta/recipes-extended/sysklogd/files/no-strip-install.patch
similarity index 100%
rename from meta/recipes-extended/sysklogd/files/no-strip-install.patch
rename to yocto-poky/meta/recipes-extended/sysklogd/files/no-strip-install.patch
diff --git a/meta/recipes-extended/sysklogd/files/no-vectorization.patch b/yocto-poky/meta/recipes-extended/sysklogd/files/no-vectorization.patch
similarity index 100%
rename from meta/recipes-extended/sysklogd/files/no-vectorization.patch
rename to yocto-poky/meta/recipes-extended/sysklogd/files/no-vectorization.patch
diff --git a/meta/recipes-extended/sysklogd/files/sysklogd b/yocto-poky/meta/recipes-extended/sysklogd/files/sysklogd
similarity index 100%
rename from meta/recipes-extended/sysklogd/files/sysklogd
rename to yocto-poky/meta/recipes-extended/sysklogd/files/sysklogd
diff --git a/meta/recipes-extended/sysklogd/files/syslog.conf b/yocto-poky/meta/recipes-extended/sysklogd/files/syslog.conf
similarity index 100%
rename from meta/recipes-extended/sysklogd/files/syslog.conf
rename to yocto-poky/meta/recipes-extended/sysklogd/files/syslog.conf
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/yocto-poky/meta/recipes-extended/sysklogd/sysklogd.inc
similarity index 100%
rename from meta/recipes-extended/sysklogd/sysklogd.inc
rename to yocto-poky/meta/recipes-extended/sysklogd/sysklogd.inc
diff --git a/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb b/yocto-poky/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb
similarity index 100%
rename from meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb
rename to yocto-poky/meta/recipes-extended/sysklogd/sysklogd_1.5.1.bb
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/yocto-poky/meta/recipes-extended/sysstat/sysstat.inc
similarity index 100%
rename from meta/recipes-extended/sysstat/sysstat.inc
rename to yocto-poky/meta/recipes-extended/sysstat/sysstat.inc
diff --git a/meta/recipes-extended/sysstat/sysstat/99_sysstat b/yocto-poky/meta/recipes-extended/sysstat/sysstat/99_sysstat
similarity index 100%
rename from meta/recipes-extended/sysstat/sysstat/99_sysstat
rename to yocto-poky/meta/recipes-extended/sysstat/sysstat/99_sysstat
diff --git a/meta/recipes-extended/sysstat/sysstat/sysstat.service b/yocto-poky/meta/recipes-extended/sysstat/sysstat/sysstat.service
similarity index 100%
rename from meta/recipes-extended/sysstat/sysstat/sysstat.service
rename to yocto-poky/meta/recipes-extended/sysstat/sysstat/sysstat.service
diff --git a/meta/recipes-extended/sysstat/sysstat_11.1.5.bb b/yocto-poky/meta/recipes-extended/sysstat/sysstat_11.1.5.bb
similarity index 100%
rename from meta/recipes-extended/sysstat/sysstat_11.1.5.bb
rename to yocto-poky/meta/recipes-extended/sysstat/sysstat_11.1.5.bb
diff --git a/meta/recipes-extended/tar/tar-1.17/avoid_heap_overflow.patch b/yocto-poky/meta/recipes-extended/tar/tar-1.17/avoid_heap_overflow.patch
similarity index 100%
rename from meta/recipes-extended/tar/tar-1.17/avoid_heap_overflow.patch
rename to yocto-poky/meta/recipes-extended/tar/tar-1.17/avoid_heap_overflow.patch
diff --git a/meta/recipes-extended/tar/tar-1.17/gcc43build.patch b/yocto-poky/meta/recipes-extended/tar/tar-1.17/gcc43build.patch
similarity index 100%
rename from meta/recipes-extended/tar/tar-1.17/gcc43build.patch
rename to yocto-poky/meta/recipes-extended/tar/tar-1.17/gcc43build.patch
diff --git a/meta/recipes-extended/tar/tar-1.17/m4extensions.patch b/yocto-poky/meta/recipes-extended/tar/tar-1.17/m4extensions.patch
similarity index 100%
rename from meta/recipes-extended/tar/tar-1.17/m4extensions.patch
rename to yocto-poky/meta/recipes-extended/tar/tar-1.17/m4extensions.patch
diff --git a/meta/recipes-extended/tar/tar.inc b/yocto-poky/meta/recipes-extended/tar/tar.inc
similarity index 100%
rename from meta/recipes-extended/tar/tar.inc
rename to yocto-poky/meta/recipes-extended/tar/tar.inc
diff --git a/meta/recipes-extended/tar/tar/remove-gets.patch b/yocto-poky/meta/recipes-extended/tar/tar/remove-gets.patch
similarity index 100%
rename from meta/recipes-extended/tar/tar/remove-gets.patch
rename to yocto-poky/meta/recipes-extended/tar/tar/remove-gets.patch
diff --git a/meta/recipes-extended/tar/tar_1.17.bb b/yocto-poky/meta/recipes-extended/tar/tar_1.17.bb
similarity index 100%
rename from meta/recipes-extended/tar/tar_1.17.bb
rename to yocto-poky/meta/recipes-extended/tar/tar_1.17.bb
diff --git a/meta/recipes-extended/tar/tar_1.28.bb b/yocto-poky/meta/recipes-extended/tar/tar_1.28.bb
similarity index 100%
rename from meta/recipes-extended/tar/tar_1.28.bb
rename to yocto-poky/meta/recipes-extended/tar/tar_1.28.bb
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8 b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8 b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
similarity index 100%
rename from meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
rename to yocto-poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/yocto-poky/meta/recipes-extended/texi2html/texi2html_5.0.bb
similarity index 100%
rename from meta/recipes-extended/texi2html/texi2html_5.0.bb
rename to yocto-poky/meta/recipes-extended/texi2html/texi2html_5.0.bb
diff --git a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb b/yocto-poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
similarity index 100%
rename from meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
rename to yocto-poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
diff --git a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING b/yocto-poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING
similarity index 100%
rename from meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING
rename to yocto-poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING
diff --git a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py b/yocto-poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py
similarity index 100%
rename from meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py
rename to yocto-poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py
diff --git a/meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo-4.8/check-locale-h.patch
diff --git a/meta/recipes-extended/texinfo/texinfo-4.8/do-compile-native-tools.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo-4.8/do-compile-native-tools.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo-4.8/do-compile-native-tools.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo-4.8/do-compile-native-tools.patch
diff --git a/meta/recipes-extended/texinfo/texinfo-4.8/using-native-makeinfo.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo-4.8/using-native-makeinfo.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo-4.8/using-native-makeinfo.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo-4.8/using-native-makeinfo.patch
diff --git a/meta/recipes-extended/texinfo/texinfo/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo/disable-native-tools.patch
diff --git a/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch
diff --git a/meta/recipes-extended/texinfo/texinfo/link-zip.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo/link-zip.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo/link-zip.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo/link-zip.patch
diff --git a/meta/recipes-extended/texinfo/texinfo/texinfo-4.12-zlib.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo/texinfo-4.12-zlib.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo/texinfo-4.12-zlib.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo/texinfo-4.12-zlib.patch
diff --git a/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch b/yocto-poky/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo/use_host_makedoc.patch
diff --git a/meta/recipes-extended/texinfo/texinfo_4.8.bb b/yocto-poky/meta/recipes-extended/texinfo/texinfo_4.8.bb
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo_4.8.bb
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo_4.8.bb
diff --git a/meta/recipes-extended/texinfo/texinfo_6.0.bb b/yocto-poky/meta/recipes-extended/texinfo/texinfo_6.0.bb
similarity index 100%
rename from meta/recipes-extended/texinfo/texinfo_6.0.bb
rename to yocto-poky/meta/recipes-extended/texinfo/texinfo_6.0.bb
diff --git a/meta/recipes-extended/time/time-1.7/debian.patch b/yocto-poky/meta/recipes-extended/time/time-1.7/debian.patch
similarity index 100%
rename from meta/recipes-extended/time/time-1.7/debian.patch
rename to yocto-poky/meta/recipes-extended/time/time-1.7/debian.patch
diff --git a/meta/recipes-extended/time/time.inc b/yocto-poky/meta/recipes-extended/time/time.inc
similarity index 100%
rename from meta/recipes-extended/time/time.inc
rename to yocto-poky/meta/recipes-extended/time/time.inc
diff --git a/meta/recipes-extended/time/time_1.7.bb b/yocto-poky/meta/recipes-extended/time/time_1.7.bb
similarity index 100%
rename from meta/recipes-extended/time/time_1.7.bb
rename to yocto-poky/meta/recipes-extended/time/time_1.7.bb
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015f.bb b/yocto-poky/meta/recipes-extended/tzcode/tzcode-native_2015f.bb
similarity index 100%
rename from meta/recipes-extended/tzcode/tzcode-native_2015f.bb
rename to yocto-poky/meta/recipes-extended/tzcode/tzcode-native_2015f.bb
diff --git a/meta/recipes-extended/tzdata/tzdata_2015f.bb b/yocto-poky/meta/recipes-extended/tzdata/tzdata_2015f.bb
similarity index 100%
rename from meta/recipes-extended/tzdata/tzdata_2015f.bb
rename to yocto-poky/meta/recipes-extended/tzdata/tzdata_2015f.bb
diff --git a/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch b/yocto-poky/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch
rename to yocto-poky/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch
diff --git a/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch b/yocto-poky/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch
rename to yocto-poky/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch
diff --git a/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch b/yocto-poky/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch
rename to yocto-poky/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch
diff --git a/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch b/yocto-poky/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch
rename to yocto-poky/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch
diff --git a/meta/recipes-extended/unzip/unzip/avoid-strip.patch b/yocto-poky/meta/recipes-extended/unzip/unzip/avoid-strip.patch
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/avoid-strip.patch
rename to yocto-poky/meta/recipes-extended/unzip/unzip/avoid-strip.patch
diff --git a/meta/recipes-extended/unzip/unzip/define-ldflags.patch b/yocto-poky/meta/recipes-extended/unzip/unzip/define-ldflags.patch
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/define-ldflags.patch
rename to yocto-poky/meta/recipes-extended/unzip/unzip/define-ldflags.patch
diff --git a/meta/recipes-extended/unzip/unzip/unzip-6.0_overflow3.diff b/yocto-poky/meta/recipes-extended/unzip/unzip/unzip-6.0_overflow3.diff
similarity index 100%
rename from meta/recipes-extended/unzip/unzip/unzip-6.0_overflow3.diff
rename to yocto-poky/meta/recipes-extended/unzip/unzip/unzip-6.0_overflow3.diff
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/yocto-poky/meta/recipes-extended/unzip/unzip_6.0.bb
similarity index 100%
rename from meta/recipes-extended/unzip/unzip_6.0.bb
rename to yocto-poky/meta/recipes-extended/unzip/unzip_6.0.bb
diff --git a/meta/recipes-extended/watchdog/watchdog/fix-ping-failure.patch b/yocto-poky/meta/recipes-extended/watchdog/watchdog/fix-ping-failure.patch
similarity index 100%
rename from meta/recipes-extended/watchdog/watchdog/fix-ping-failure.patch
rename to yocto-poky/meta/recipes-extended/watchdog/watchdog/fix-ping-failure.patch
diff --git a/meta/recipes-extended/watchdog/watchdog/fixsepbuild.patch b/yocto-poky/meta/recipes-extended/watchdog/watchdog/fixsepbuild.patch
similarity index 100%
rename from meta/recipes-extended/watchdog/watchdog/fixsepbuild.patch
rename to yocto-poky/meta/recipes-extended/watchdog/watchdog/fixsepbuild.patch
diff --git a/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch b/yocto-poky/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
similarity index 100%
rename from meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
rename to yocto-poky/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
diff --git a/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch b/yocto-poky/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch
similarity index 100%
rename from meta/recipes-extended/watchdog/watchdog/watchdog-init.patch
rename to yocto-poky/meta/recipes-extended/watchdog/watchdog/watchdog-init.patch
diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/yocto-poky/meta/recipes-extended/watchdog/watchdog_5.14.bb
similarity index 100%
rename from meta/recipes-extended/watchdog/watchdog_5.14.bb
rename to yocto-poky/meta/recipes-extended/watchdog/watchdog_5.14.bb
diff --git a/meta/recipes-extended/wget/wget.inc b/yocto-poky/meta/recipes-extended/wget/wget.inc
similarity index 100%
rename from meta/recipes-extended/wget/wget.inc
rename to yocto-poky/meta/recipes-extended/wget/wget.inc
diff --git a/meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-extended/wget/wget/fix_makefile.patch b/yocto-poky/meta/recipes-extended/wget/wget/fix_makefile.patch
similarity index 100%
rename from meta/recipes-extended/wget/wget/fix_makefile.patch
rename to yocto-poky/meta/recipes-extended/wget/wget/fix_makefile.patch
diff --git a/meta/recipes-extended/wget/wget_1.16.3.bb b/yocto-poky/meta/recipes-extended/wget/wget_1.16.3.bb
similarity index 100%
rename from meta/recipes-extended/wget/wget_1.16.3.bb
rename to yocto-poky/meta/recipes-extended/wget/wget_1.16.3.bb
diff --git a/meta/recipes-extended/which/which-2.18/automake-foreign.patch b/yocto-poky/meta/recipes-extended/which/which-2.18/automake-foreign.patch
similarity index 100%
rename from meta/recipes-extended/which/which-2.18/automake-foreign.patch
rename to yocto-poky/meta/recipes-extended/which/which-2.18/automake-foreign.patch
diff --git a/meta/recipes-extended/which/which-2.18/fix_name_conflict_group_member.patch b/yocto-poky/meta/recipes-extended/which/which-2.18/fix_name_conflict_group_member.patch
similarity index 100%
rename from meta/recipes-extended/which/which-2.18/fix_name_conflict_group_member.patch
rename to yocto-poky/meta/recipes-extended/which/which-2.18/fix_name_conflict_group_member.patch
diff --git a/meta/recipes-extended/which/which-2.21/automake.patch b/yocto-poky/meta/recipes-extended/which/which-2.21/automake.patch
similarity index 100%
rename from meta/recipes-extended/which/which-2.21/automake.patch
rename to yocto-poky/meta/recipes-extended/which/which-2.21/automake.patch
diff --git a/meta/recipes-extended/which/which_2.18.bb b/yocto-poky/meta/recipes-extended/which/which_2.18.bb
similarity index 100%
rename from meta/recipes-extended/which/which_2.18.bb
rename to yocto-poky/meta/recipes-extended/which/which_2.18.bb
diff --git a/meta/recipes-extended/which/which_2.21.bb b/yocto-poky/meta/recipes-extended/which/which_2.21.bb
similarity index 100%
rename from meta/recipes-extended/which/which_2.21.bb
rename to yocto-poky/meta/recipes-extended/which/which_2.21.bb
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch b/yocto-poky/meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch
similarity index 100%
rename from meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch
rename to yocto-poky/meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb b/yocto-poky/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
similarity index 100%
rename from meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
rename to yocto-poky/meta/recipes-extended/xdg-utils/xdg-utils_1.1.0-rc1.bb
diff --git a/meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch b/yocto-poky/meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/Disable-services-from-inetd.conf-if-a-service-with-t.patch
diff --git a/meta/recipes-extended/xinetd/xinetd/Various-fixes-from-the-previous-maintainer.patch b/yocto-poky/meta/recipes-extended/xinetd/xinetd/Various-fixes-from-the-previous-maintainer.patch
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/Various-fixes-from-the-previous-maintainer.patch
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/Various-fixes-from-the-previous-maintainer.patch
diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch b/yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd-CVE-2013-4342.patch
diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch b/yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd-should-be-able-to-listen-on-IPv6-even-in-ine.patch
diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.conf b/yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.conf
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/xinetd.conf
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.conf
diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.default b/yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.default
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/xinetd.default
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.default
diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.init b/yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.init
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/xinetd.init
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.init
diff --git a/meta/recipes-extended/xinetd/xinetd/xinetd.service b/yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.service
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd/xinetd.service
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd/xinetd.service
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/yocto-poky/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
similarity index 100%
rename from meta/recipes-extended/xinetd/xinetd_2.3.15.bb
rename to yocto-poky/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
diff --git a/meta/recipes-extended/xz/xz_5.2.1.bb b/yocto-poky/meta/recipes-extended/xz/xz_5.2.1.bb
similarity index 100%
rename from meta/recipes-extended/xz/xz_5.2.1.bb
rename to yocto-poky/meta/recipes-extended/xz/xz_5.2.1.bb
diff --git a/meta/recipes-extended/zip/zip.inc b/yocto-poky/meta/recipes-extended/zip/zip.inc
similarity index 100%
rename from meta/recipes-extended/zip/zip.inc
rename to yocto-poky/meta/recipes-extended/zip/zip.inc
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/yocto-poky/meta/recipes-extended/zip/zip_3.0.bb
similarity index 100%
rename from meta/recipes-extended/zip/zip_3.0.bb
rename to yocto-poky/meta/recipes-extended/zip/zip_3.0.bb
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb b/yocto-poky/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb
similarity index 100%
rename from meta/recipes-gnome/epiphany/epiphany_3.16.3.bb
rename to yocto-poky/meta/recipes-gnome/epiphany/epiphany_3.16.3.bb
diff --git a/meta/recipes-gnome/epiphany/files/0001-yelp.m4-drop-the-check-for-itstool.patch b/yocto-poky/meta/recipes-gnome/epiphany/files/0001-yelp.m4-drop-the-check-for-itstool.patch
similarity index 100%
rename from meta/recipes-gnome/epiphany/files/0001-yelp.m4-drop-the-check-for-itstool.patch
rename to yocto-poky/meta/recipes-gnome/epiphany/files/0001-yelp.m4-drop-the-check-for-itstool.patch
diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/yocto-poky/meta/recipes-gnome/gcr/gcr_3.16.0.bb
similarity index 100%
rename from meta/recipes-gnome/gcr/gcr_3.16.0.bb
rename to yocto-poky/meta/recipes-gnome/gcr/gcr_3.16.0.bb
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-pixops-Be-more-careful-about-integer-overflow.patch b/yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-pixops-Be-more-careful-about-integer-overflow.patch
similarity index 100%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-pixops-Be-more-careful-about-integer-overflow.patch
rename to yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-pixops-Be-more-careful-about-integer-overflow.patch
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/extending-libinstall-dependencies.patch b/yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/extending-libinstall-dependencies.patch
similarity index 100%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/extending-libinstall-dependencies.patch
rename to yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/extending-libinstall-dependencies.patch
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch b/yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch
similarity index 100%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch
rename to yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/hardcoded_libtool.patch b/yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/hardcoded_libtool.patch
similarity index 100%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/hardcoded_libtool.patch
rename to yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/hardcoded_libtool.patch
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest b/yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest
similarity index 100%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest
rename to yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb b/yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
similarity index 100%
rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
rename to yocto-poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb b/yocto-poky/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb
similarity index 100%
rename from meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb
rename to yocto-poky/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme/Create-symlinks-when-installing-cursors.patch b/yocto-poky/meta/recipes-gnome/gnome/adwaita-icon-theme/Create-symlinks-when-installing-cursors.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme/Create-symlinks-when-installing-cursors.patch
rename to yocto-poky/meta/recipes-gnome/gnome/adwaita-icon-theme/Create-symlinks-when-installing-cursors.patch
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb b/yocto-poky/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb
similarity index 100%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb
rename to yocto-poky/meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb
diff --git a/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch b/yocto-poky/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
rename to yocto-poky/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
diff --git a/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch b/yocto-poky/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch
rename to yocto-poky/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/yocto-poky/meta/recipes-gnome/gnome/gconf_3.2.6.bb
similarity index 100%
rename from meta/recipes-gnome/gnome/gconf_3.2.6.bb
rename to yocto-poky/meta/recipes-gnome/gnome/gconf_3.2.6.bb
diff --git a/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb b/yocto-poky/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-common_3.14.0.bb
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils.inc
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-doc-utils.inc
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils.inc
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils/sysrooted-pkg-config.patch b/yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils/sysrooted-pkg-config.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-doc-utils/sysrooted-pkg-config.patch
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils/sysrooted-pkg-config.patch
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils/use-usr-bin-env-for-python-in-xml2po.patch b/yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils/use-usr-bin-env-for-python-in-xml2po.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-doc-utils/use-usr-bin-env-for-python-in-xml2po.patch
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils/use-usr-bin-env-for-python-in-xml2po.patch
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch b/yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb b/yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch b/yocto-poky/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/yocto-poky/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
similarity index 100%
rename from meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
rename to yocto-poky/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
diff --git a/meta/recipes-gnome/gnome/libart-lgpl/libart_lgpl-2.3.21-crosscompile.patch b/yocto-poky/meta/recipes-gnome/gnome/libart-lgpl/libart_lgpl-2.3.21-crosscompile.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/libart-lgpl/libart_lgpl-2.3.21-crosscompile.patch
rename to yocto-poky/meta/recipes-gnome/gnome/libart-lgpl/libart_lgpl-2.3.21-crosscompile.patch
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/yocto-poky/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
similarity index 100%
rename from meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
rename to yocto-poky/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb b/yocto-poky/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb
similarity index 100%
rename from meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb
rename to yocto-poky/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/yocto-poky/meta/recipes-gnome/gtk+/gtk+.inc
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+.inc
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+.inc
diff --git a/meta/recipes-gnome/gtk+/gtk+/doc-fixes.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk+/doc-fixes.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+/doc-fixes.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+/doc-fixes.patch
diff --git a/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
diff --git a/meta/recipes-gnome/gtk+/gtk+/strict-prototypes.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk+/strict-prototypes.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+/strict-prototypes.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+/strict-prototypes.patch
diff --git a/meta/recipes-gnome/gtk+/gtk+/toggle-font.diff b/yocto-poky/meta/recipes-gnome/gtk+/gtk+/toggle-font.diff
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+/toggle-font.diff
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+/toggle-font.diff
diff --git a/meta/recipes-gnome/gtk+/gtk+/xsettings.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk+/xsettings.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+/xsettings.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+/xsettings.patch
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/yocto-poky/meta/recipes-gnome/gtk+/gtk+3.inc
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+3.inc
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+3.inc
diff --git a/meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch
diff --git a/meta/recipes-gnome/gtk+/gtk+3/hardcoded_libtool.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk+3/hardcoded_libtool.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+3/hardcoded_libtool.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+3/hardcoded_libtool.patch
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb b/yocto-poky/meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb b/yocto-poky/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk+_2.24.28.bb
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk+_2.24.28.bb
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.16.6.bb b/yocto-poky/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.16.6.bb
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.16.6.bb
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.16.6.bb
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch b/yocto-poky/meta/recipes-gnome/gtk+/gtk-icon-utils/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch
similarity index 100%
rename from meta/recipes-gnome/gtk+/gtk-icon-utils/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch
rename to yocto-poky/meta/recipes-gnome/gtk+/gtk-icon-utils/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch
diff --git a/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb b/yocto-poky/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
similarity index 100%
rename from meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
rename to yocto-poky/meta/recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch b/yocto-poky/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch
similarity index 100%
rename from meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch
rename to yocto-poky/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/glib-2.32.patch
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/substitute-tests.patch b/yocto-poky/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/substitute-tests.patch
similarity index 100%
rename from meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/substitute-tests.patch
rename to yocto-poky/meta/recipes-gnome/gtk-engines/gtk-engines-2.20.2/substitute-tests.patch
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/yocto-poky/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
similarity index 100%
rename from meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
rename to yocto-poky/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
diff --git a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb b/yocto-poky/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
similarity index 100%
rename from meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
rename to yocto-poky/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.15.bb b/yocto-poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.15.bb
similarity index 100%
rename from meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.15.bb
rename to yocto-poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.15.bb
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb b/yocto-poky/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb
similarity index 100%
rename from meta/recipes-gnome/json-glib/json-glib_1.0.4.bb
rename to yocto-poky/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb
diff --git a/meta/recipes-gnome/libffi/libffi/0001-mips-Use-compiler-internal-define-for-linux.patch b/yocto-poky/meta/recipes-gnome/libffi/libffi/0001-mips-Use-compiler-internal-define-for-linux.patch
similarity index 100%
rename from meta/recipes-gnome/libffi/libffi/0001-mips-Use-compiler-internal-define-for-linux.patch
rename to yocto-poky/meta/recipes-gnome/libffi/libffi/0001-mips-Use-compiler-internal-define-for-linux.patch
diff --git a/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch b/yocto-poky/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
similarity index 100%
rename from meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
rename to yocto-poky/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
diff --git a/meta/recipes-gnome/libffi/libffi_3.2.1.bb b/yocto-poky/meta/recipes-gnome/libffi/libffi_3.2.1.bb
similarity index 100%
rename from meta/recipes-gnome/libffi/libffi_3.2.1.bb
rename to yocto-poky/meta/recipes-gnome/libffi/libffi_3.2.1.bb
diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch b/yocto-poky/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch
similarity index 100%
rename from meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch
rename to yocto-poky/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch
diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch b/yocto-poky/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch
similarity index 100%
rename from meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch
rename to yocto-poky/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch
diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch b/yocto-poky/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch
similarity index 100%
rename from meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch
rename to yocto-poky/meta/recipes-gnome/libglade/libglade-2.6.4/python_environment.patch
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/yocto-poky/meta/recipes-gnome/libglade/libglade_2.6.4.bb
similarity index 100%
rename from meta/recipes-gnome/libglade/libglade_2.6.4.bb
rename to yocto-poky/meta/recipes-gnome/libglade/libglade_2.6.4.bb
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb b/yocto-poky/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
similarity index 100%
rename from meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
rename to yocto-poky/meta/recipes-gnome/libnotify/libnotify_0.7.6.bb
diff --git a/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch b/yocto-poky/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch
similarity index 100%
rename from meta/recipes-gnome/librsvg/librsvg/gtk-option.patch
rename to yocto-poky/meta/recipes-gnome/librsvg/librsvg/gtk-option.patch
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb b/yocto-poky/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
similarity index 100%
rename from meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
rename to yocto-poky/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb b/yocto-poky/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb
similarity index 100%
rename from meta/recipes-gnome/libsecret/libsecret_0.18.2.bb
rename to yocto-poky/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb
diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb b/yocto-poky/meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb
similarity index 100%
rename from meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb
rename to yocto-poky/meta/recipes-gnome/libwnck/libwnck3_3.14.0.bb
diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/yocto-poky/meta/recipes-graphics/builder/builder_0.1.bb
similarity index 100%
rename from meta/recipes-graphics/builder/builder_0.1.bb
rename to yocto-poky/meta/recipes-graphics/builder/builder_0.1.bb
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/yocto-poky/meta/recipes-graphics/builder/files/builder_hob_start.sh
similarity index 100%
rename from meta/recipes-graphics/builder/files/builder_hob_start.sh
rename to yocto-poky/meta/recipes-graphics/builder/files/builder_hob_start.sh
diff --git a/meta/recipes-graphics/builder/files/please_wait_dialog.py b/yocto-poky/meta/recipes-graphics/builder/files/please_wait_dialog.py
similarity index 100%
rename from meta/recipes-graphics/builder/files/please_wait_dialog.py
rename to yocto-poky/meta/recipes-graphics/builder/files/please_wait_dialog.py
diff --git a/meta/recipes-graphics/cairo/cairo-fpu.inc b/yocto-poky/meta/recipes-graphics/cairo/cairo-fpu.inc
similarity index 100%
rename from meta/recipes-graphics/cairo/cairo-fpu.inc
rename to yocto-poky/meta/recipes-graphics/cairo/cairo-fpu.inc
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/yocto-poky/meta/recipes-graphics/cairo/cairo.inc
similarity index 100%
rename from meta/recipes-graphics/cairo/cairo.inc
rename to yocto-poky/meta/recipes-graphics/cairo/cairo.inc
diff --git a/meta/recipes-graphics/cairo/cairo_1.14.2.bb b/yocto-poky/meta/recipes-graphics/cairo/cairo_1.14.2.bb
similarity index 100%
rename from meta/recipes-graphics/cairo/cairo_1.14.2.bb
rename to yocto-poky/meta/recipes-graphics/cairo/cairo_1.14.2.bb
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/yocto-poky/meta/recipes-graphics/clutter/clutter-1.0.inc
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-1.0.inc
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-1.0.inc
diff --git a/meta/recipes-graphics/clutter/clutter-1.0/install-examples.patch b/yocto-poky/meta/recipes-graphics/clutter/clutter-1.0/install-examples.patch
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-1.0/install-examples.patch
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-1.0/install-examples.patch
diff --git a/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch b/yocto-poky/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch
diff --git a/meta/recipes-graphics/clutter/clutter-1.0/run-ptest b/yocto-poky/meta/recipes-graphics/clutter/clutter-1.0/run-ptest
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-1.0/run-ptest
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-1.0/run-ptest
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_1.22.4.bb b/yocto-poky/meta/recipes-graphics/clutter/clutter-1.0_1.22.4.bb
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-1.0_1.22.4.bb
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-1.0_1.22.4.bb
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-gst-3.0.inc
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch b/yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch b/yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0_3.0.8.bb b/yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0_3.0.8.bb
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-gst-3.0_3.0.8.bb
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-gst-3.0_3.0.8.bb
diff --git a/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc b/yocto-poky/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-gtk-1.0.inc
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-gtk-1.0.inc
diff --git a/meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.2.bb b/yocto-poky/meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.2.bb
similarity index 100%
rename from meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.2.bb
rename to yocto-poky/meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.2.bb
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/yocto-poky/meta/recipes-graphics/cogl/cogl-1.0.inc
similarity index 100%
rename from meta/recipes-graphics/cogl/cogl-1.0.inc
rename to yocto-poky/meta/recipes-graphics/cogl/cogl-1.0.inc
diff --git a/meta/recipes-graphics/cogl/cogl-1.0/cogl-framebuffer-gl-Work-again-on-GLESv2.patch b/yocto-poky/meta/recipes-graphics/cogl/cogl-1.0/cogl-framebuffer-gl-Work-again-on-GLESv2.patch
similarity index 100%
rename from meta/recipes-graphics/cogl/cogl-1.0/cogl-framebuffer-gl-Work-again-on-GLESv2.patch
rename to yocto-poky/meta/recipes-graphics/cogl/cogl-1.0/cogl-framebuffer-gl-Work-again-on-GLESv2.patch
diff --git a/meta/recipes-graphics/cogl/cogl-1.0_1.20.0.bb b/yocto-poky/meta/recipes-graphics/cogl/cogl-1.0_1.20.0.bb
similarity index 100%
rename from meta/recipes-graphics/cogl/cogl-1.0_1.20.0.bb
rename to yocto-poky/meta/recipes-graphics/cogl/cogl-1.0_1.20.0.bb
diff --git a/meta/recipes-graphics/directfb/directfb-examples/configure.in-Fix-string-argument-syntax.patch b/yocto-poky/meta/recipes-graphics/directfb/directfb-examples/configure.in-Fix-string-argument-syntax.patch
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb-examples/configure.in-Fix-string-argument-syntax.patch
rename to yocto-poky/meta/recipes-graphics/directfb/directfb-examples/configure.in-Fix-string-argument-syntax.patch
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/yocto-poky/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
rename to yocto-poky/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/yocto-poky/meta/recipes-graphics/directfb/directfb.inc
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb.inc
rename to yocto-poky/meta/recipes-graphics/directfb/directfb.inc
diff --git a/meta/recipes-graphics/directfb/directfb/0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch b/yocto-poky/meta/recipes-graphics/directfb/directfb/0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb/0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch
rename to yocto-poky/meta/recipes-graphics/directfb/directfb/0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch
diff --git a/meta/recipes-graphics/directfb/directfb/bashism.patch b/yocto-poky/meta/recipes-graphics/directfb/directfb/bashism.patch
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb/bashism.patch
rename to yocto-poky/meta/recipes-graphics/directfb/directfb/bashism.patch
diff --git a/meta/recipes-graphics/directfb/directfb/configurefix.patch b/yocto-poky/meta/recipes-graphics/directfb/directfb/configurefix.patch
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb/configurefix.patch
rename to yocto-poky/meta/recipes-graphics/directfb/directfb/configurefix.patch
diff --git a/meta/recipes-graphics/directfb/directfb/fusion.patch b/yocto-poky/meta/recipes-graphics/directfb/directfb/fusion.patch
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb/fusion.patch
rename to yocto-poky/meta/recipes-graphics/directfb/directfb/fusion.patch
diff --git a/meta/recipes-graphics/directfb/directfb_1.7.7.bb b/yocto-poky/meta/recipes-graphics/directfb/directfb_1.7.7.bb
similarity index 100%
rename from meta/recipes-graphics/directfb/directfb_1.7.7.bb
rename to yocto-poky/meta/recipes-graphics/directfb/directfb_1.7.7.bb
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/yocto-poky/meta/recipes-graphics/drm/libdrm/installtests.patch
similarity index 100%
rename from meta/recipes-graphics/drm/libdrm/installtests.patch
rename to yocto-poky/meta/recipes-graphics/drm/libdrm/installtests.patch
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.62.bb b/yocto-poky/meta/recipes-graphics/drm/libdrm_2.4.62.bb
similarity index 100%
rename from meta/recipes-graphics/drm/libdrm_2.4.62.bb
rename to yocto-poky/meta/recipes-graphics/drm/libdrm_2.4.62.bb
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb b/yocto-poky/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb
similarity index 100%
rename from meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb
rename to yocto-poky/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb b/yocto-poky/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
similarity index 100%
rename from meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
rename to yocto-poky/meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.0.bb
diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/yocto-poky/meta/recipes-graphics/eglinfo/eglinfo.inc
similarity index 100%
rename from meta/recipes-graphics/eglinfo/eglinfo.inc
rename to yocto-poky/meta/recipes-graphics/eglinfo/eglinfo.inc
diff --git a/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch b/yocto-poky/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
similarity index 100%
rename from meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
rename to yocto-poky/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb b/yocto-poky/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb
similarity index 100%
rename from meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb
rename to yocto-poky/meta/recipes-graphics/fontconfig/fontconfig_2.11.94.bb
diff --git a/meta/recipes-graphics/freetype/freetype_2.6.bb b/yocto-poky/meta/recipes-graphics/freetype/freetype_2.6.bb
similarity index 100%
rename from meta/recipes-graphics/freetype/freetype_2.6.bb
rename to yocto-poky/meta/recipes-graphics/freetype/freetype_2.6.bb
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/yocto-poky/meta/recipes-graphics/fstests/fstests_git.bb
similarity index 100%
rename from meta/recipes-graphics/fstests/fstests_git.bb
rename to yocto-poky/meta/recipes-graphics/fstests/fstests_git.bb
diff --git a/meta/recipes-graphics/glew/glew/autotools.patch b/yocto-poky/meta/recipes-graphics/glew/glew/autotools.patch
similarity index 100%
rename from meta/recipes-graphics/glew/glew/autotools.patch
rename to yocto-poky/meta/recipes-graphics/glew/glew/autotools.patch
diff --git a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch b/yocto-poky/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
similarity index 100%
rename from meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
rename to yocto-poky/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
diff --git a/meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch
diff --git a/meta/recipes-graphics/glew/glew_1.12.0.bb b/yocto-poky/meta/recipes-graphics/glew/glew_1.12.0.bb
similarity index 100%
rename from meta/recipes-graphics/glew/glew_1.12.0.bb
rename to yocto-poky/meta/recipes-graphics/glew/glew_1.12.0.bb
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.2.bb b/yocto-poky/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.2.bb
similarity index 100%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.0.2.bb
rename to yocto-poky/meta/recipes-graphics/harfbuzz/harfbuzz_1.0.2.bb
diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/yocto-poky/meta/recipes-graphics/images/core-image-clutter.bb
similarity index 100%
rename from meta/recipes-graphics/images/core-image-clutter.bb
rename to yocto-poky/meta/recipes-graphics/images/core-image-clutter.bb
diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/yocto-poky/meta/recipes-graphics/images/core-image-directfb.bb
similarity index 100%
rename from meta/recipes-graphics/images/core-image-directfb.bb
rename to yocto-poky/meta/recipes-graphics/images/core-image-directfb.bb
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/yocto-poky/meta/recipes-graphics/images/core-image-weston.bb
similarity index 100%
rename from meta/recipes-graphics/images/core-image-weston.bb
rename to yocto-poky/meta/recipes-graphics/images/core-image-weston.bb
diff --git a/meta/recipes-graphics/images/core-image-x11.bb b/yocto-poky/meta/recipes-graphics/images/core-image-x11.bb
similarity index 100%
rename from meta/recipes-graphics/images/core-image-x11.bb
rename to yocto-poky/meta/recipes-graphics/images/core-image-x11.bb
diff --git a/meta/recipes-graphics/libepoxy/libepoxy/0001-select-platforms-based-on-configuration-results.patch b/yocto-poky/meta/recipes-graphics/libepoxy/libepoxy/0001-select-platforms-based-on-configuration-results.patch
similarity index 100%
rename from meta/recipes-graphics/libepoxy/libepoxy/0001-select-platforms-based-on-configuration-results.patch
rename to yocto-poky/meta/recipes-graphics/libepoxy/libepoxy/0001-select-platforms-based-on-configuration-results.patch
diff --git a/meta/recipes-graphics/libepoxy/libepoxy/0002-add-an-option-to-disable-glx-support.patch b/yocto-poky/meta/recipes-graphics/libepoxy/libepoxy/0002-add-an-option-to-disable-glx-support.patch
similarity index 100%
rename from meta/recipes-graphics/libepoxy/libepoxy/0002-add-an-option-to-disable-glx-support.patch
rename to yocto-poky/meta/recipes-graphics/libepoxy/libepoxy/0002-add-an-option-to-disable-glx-support.patch
diff --git a/meta/recipes-graphics/libepoxy/libepoxy/no-need-for-python3.patch b/yocto-poky/meta/recipes-graphics/libepoxy/libepoxy/no-need-for-python3.patch
similarity index 100%
rename from meta/recipes-graphics/libepoxy/libepoxy/no-need-for-python3.patch
rename to yocto-poky/meta/recipes-graphics/libepoxy/libepoxy/no-need-for-python3.patch
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_git.bb b/yocto-poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb
similarity index 100%
rename from meta/recipes-graphics/libepoxy/libepoxy_git.bb
rename to yocto-poky/meta/recipes-graphics/libepoxy/libepoxy_git.bb
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/yocto-poky/meta/recipes-graphics/libfakekey/libfakekey_git.bb
similarity index 100%
rename from meta/recipes-graphics/libfakekey/libfakekey_git.bb
rename to yocto-poky/meta/recipes-graphics/libfakekey/libfakekey_git.bb
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox/libpng.patch b/yocto-poky/meta/recipes-graphics/libmatchbox/libmatchbox/libpng.patch
similarity index 100%
rename from meta/recipes-graphics/libmatchbox/libmatchbox/libpng.patch
rename to yocto-poky/meta/recipes-graphics/libmatchbox/libmatchbox/libpng.patch
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb b/yocto-poky/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb
similarity index 100%
rename from meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb
rename to yocto-poky/meta/recipes-graphics/libmatchbox/libmatchbox_1.11.bb
diff --git a/meta/recipes-graphics/libsdl/libsdl-1.2.15/configure_tweak.patch b/yocto-poky/meta/recipes-graphics/libsdl/libsdl-1.2.15/configure_tweak.patch
similarity index 100%
rename from meta/recipes-graphics/libsdl/libsdl-1.2.15/configure_tweak.patch
rename to yocto-poky/meta/recipes-graphics/libsdl/libsdl-1.2.15/configure_tweak.patch
diff --git a/meta/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch b/yocto-poky/meta/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch
similarity index 100%
rename from meta/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch
rename to yocto-poky/meta/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch
diff --git a/meta/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch b/yocto-poky/meta/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch
similarity index 100%
rename from meta/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch
rename to yocto-poky/meta/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/yocto-poky/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
similarity index 100%
rename from meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
rename to yocto-poky/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb b/yocto-poky/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb
similarity index 100%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb
rename to yocto-poky/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client/MIT-style-license b/yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/MIT-style-license
similarity index 100%
rename from meta/recipes-graphics/libxsettings-client/libxsettings-client/MIT-style-license
rename to yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/MIT-style-license
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch b/yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch
similarity index 100%
rename from meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch
rename to yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/disable_Os_option.patch
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client/link-x11.patch b/yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/link-x11.patch
similarity index 100%
rename from meta/recipes-graphics/libxsettings-client/libxsettings-client/link-x11.patch
rename to yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/link-x11.patch
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client/obsolete_automake_macros.patch
diff --git a/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb b/yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb
similarity index 100%
rename from meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb
rename to yocto-poky/meta/recipes-graphics/libxsettings-client/libxsettings-client_0.10.bb
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session b/yocto-poky/meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session
similarity index 100%
rename from meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session
rename to yocto-poky/meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/yocto-poky/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
similarity index 100%
rename from meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
rename to yocto-poky/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig b/yocto-poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig
similarity index 100%
rename from meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig
rename to yocto-poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/yocto-poky/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
similarity index 100%
rename from meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
rename to yocto-poky/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
diff --git a/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb b/yocto-poky/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
similarity index 100%
rename from meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
rename to yocto-poky/meta/recipes-graphics/menu-cache/menu-cache_1.0.0.bb
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.0.bb b/yocto-poky/meta/recipes-graphics/mesa/libglu_9.0.0.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/libglu_9.0.0.bb
rename to yocto-poky/meta/recipes-graphics/mesa/libglu_9.0.0.bb
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0001-mesa-demos-Add-missing-data-files.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0001-mesa-demos-Add-missing-data-files.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0001-mesa-demos-Add-missing-data-files.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0001-mesa-demos-Add-missing-data-files.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0002-Correctly-implement-with-AC_WITH-glut-so-that-withou.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0005-Fix-build-when-EGL_MESA_screen_surface-extension-isn.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0005-Fix-build-when-EGL_MESA_screen_surface-extension-isn.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0005-Fix-build-when-EGL_MESA_screen_surface-extension-isn.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0005-Fix-build-when-EGL_MESA_screen_surface-extension-isn.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0006-Query-display-for-EGL_MESA_screen_surface-extension-.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0006-Query-display-for-EGL_MESA_screen_surface-extension-.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0006-Query-display-for-EGL_MESA_screen_surface-extension-.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0006-Query-display-for-EGL_MESA_screen_surface-extension-.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0007-Install-few-more-test-programs.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0008-glsl-perf-Add-few-missing-.glsl-.vert-.frag-files-to.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos/0009-glsl-perf-Install-.glsl-.vert-.frag-files.patch b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0009-glsl-perf-Install-.glsl-.vert-.frag-files.patch
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos/0009-glsl-perf-Install-.glsl-.vert-.frag-files.patch
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos/0009-glsl-perf-Install-.glsl-.vert-.frag-files.patch
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb b/yocto-poky/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb
diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb b/yocto-poky/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb
rename to yocto-poky/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/yocto-poky/meta/recipes-graphics/mesa/mesa.inc
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa.inc
rename to yocto-poky/meta/recipes-graphics/mesa/mesa.inc
diff --git a/meta/recipes-graphics/mesa/mesa_10.6.3.bb b/yocto-poky/meta/recipes-graphics/mesa/mesa_10.6.3.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_10.6.3.bb
rename to yocto-poky/meta/recipes-graphics/mesa/mesa_10.6.3.bb
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/yocto-poky/meta/recipes-graphics/mesa/mesa_git.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_git.bb
rename to yocto-poky/meta/recipes-graphics/mesa/mesa_git.bb
diff --git a/meta/recipes-graphics/mini-x-session/files/mini-x-session b/yocto-poky/meta/recipes-graphics/mini-x-session/files/mini-x-session
similarity index 100%
rename from meta/recipes-graphics/mini-x-session/files/mini-x-session
rename to yocto-poky/meta/recipes-graphics/mini-x-session/files/mini-x-session
diff --git a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb b/yocto-poky/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb
similarity index 100%
rename from meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb
rename to yocto-poky/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb
diff --git a/meta/recipes-graphics/mx/mx-1.0/fix-build-dir.patch b/yocto-poky/meta/recipes-graphics/mx/mx-1.0/fix-build-dir.patch
similarity index 100%
rename from meta/recipes-graphics/mx/mx-1.0/fix-build-dir.patch
rename to yocto-poky/meta/recipes-graphics/mx/mx-1.0/fix-build-dir.patch
diff --git a/meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch b/yocto-poky/meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch
similarity index 100%
rename from meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch
rename to yocto-poky/meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch
diff --git a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb b/yocto-poky/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
similarity index 100%
rename from meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
rename to yocto-poky/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
diff --git a/meta/recipes-graphics/mx/mx.inc b/yocto-poky/meta/recipes-graphics/mx/mx.inc
similarity index 100%
rename from meta/recipes-graphics/mx/mx.inc
rename to yocto-poky/meta/recipes-graphics/mx/mx.inc
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
similarity index 100%
rename from meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
rename to yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb b/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb
similarity index 100%
rename from meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb
rename to yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-directfb.bb
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
similarity index 100%
rename from meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
rename to yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
similarity index 100%
rename from meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
rename to yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
similarity index 100%
rename from meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
rename to yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
diff --git a/meta/recipes-graphics/pango/pango.inc b/yocto-poky/meta/recipes-graphics/pango/pango.inc
similarity index 100%
rename from meta/recipes-graphics/pango/pango.inc
rename to yocto-poky/meta/recipes-graphics/pango/pango.inc
diff --git a/meta/recipes-graphics/pango/pango/multilib-fix-clean.patch b/yocto-poky/meta/recipes-graphics/pango/pango/multilib-fix-clean.patch
similarity index 100%
rename from meta/recipes-graphics/pango/pango/multilib-fix-clean.patch
rename to yocto-poky/meta/recipes-graphics/pango/pango/multilib-fix-clean.patch
diff --git a/meta/recipes-graphics/pango/pango/run-ptest b/yocto-poky/meta/recipes-graphics/pango/pango/run-ptest
similarity index 100%
rename from meta/recipes-graphics/pango/pango/run-ptest
rename to yocto-poky/meta/recipes-graphics/pango/pango/run-ptest
diff --git a/meta/recipes-graphics/pango/pango_1.36.8.bb b/yocto-poky/meta/recipes-graphics/pango/pango_1.36.8.bb
similarity index 100%
rename from meta/recipes-graphics/pango/pango_1.36.8.bb
rename to yocto-poky/meta/recipes-graphics/pango/pango_1.36.8.bb
diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch b/yocto-poky/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch
similarity index 100%
rename from meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch
rename to yocto-poky/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/yocto-poky/meta/recipes-graphics/piglit/piglit_git.bb
similarity index 100%
rename from meta/recipes-graphics/piglit/piglit_git.bb
rename to yocto-poky/meta/recipes-graphics/piglit/piglit_git.bb
diff --git a/meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c b/yocto-poky/meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c
similarity index 100%
rename from meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c
rename to yocto-poky/meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/yocto-poky/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
similarity index 100%
rename from meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
rename to yocto-poky/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
diff --git a/meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb b/yocto-poky/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
similarity index 100%
rename from meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
rename to yocto-poky/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
diff --git a/meta/recipes-graphics/tslib/tslib/ts.conf b/yocto-poky/meta/recipes-graphics/tslib/tslib/ts.conf
similarity index 100%
rename from meta/recipes-graphics/tslib/tslib/ts.conf
rename to yocto-poky/meta/recipes-graphics/tslib/tslib/ts.conf
diff --git a/meta/recipes-graphics/tslib/tslib/tslib.sh b/yocto-poky/meta/recipes-graphics/tslib/tslib/tslib.sh
similarity index 100%
rename from meta/recipes-graphics/tslib/tslib/tslib.sh
rename to yocto-poky/meta/recipes-graphics/tslib/tslib/tslib.sh
diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/yocto-poky/meta/recipes-graphics/tslib/tslib_1.1.bb
similarity index 100%
rename from meta/recipes-graphics/tslib/tslib_1.1.bb
rename to yocto-poky/meta/recipes-graphics/tslib/tslib_1.1.bb
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf b/yocto-poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf
similarity index 100%
rename from meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf
rename to yocto-poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/yocto-poky/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
similarity index 100%
rename from meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
rename to yocto-poky/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/yocto-poky/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
similarity index 100%
rename from meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
rename to yocto-poky/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
diff --git a/meta/recipes-graphics/waffle/waffle_1.5.1.bb b/yocto-poky/meta/recipes-graphics/waffle/waffle_1.5.1.bb
similarity index 100%
rename from meta/recipes-graphics/waffle/waffle_1.5.1.bb
rename to yocto-poky/meta/recipes-graphics/waffle/waffle_1.5.1.bb
diff --git a/meta/recipes-graphics/wayland/libinput/libinput-configure.ac-add-arg-with-libunwind.patch b/yocto-poky/meta/recipes-graphics/wayland/libinput/libinput-configure.ac-add-arg-with-libunwind.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/libinput/libinput-configure.ac-add-arg-with-libunwind.patch
rename to yocto-poky/meta/recipes-graphics/wayland/libinput/libinput-configure.ac-add-arg-with-libunwind.patch
diff --git a/meta/recipes-graphics/wayland/libinput/touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch b/yocto-poky/meta/recipes-graphics/wayland/libinput/touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/libinput/touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch
rename to yocto-poky/meta/recipes-graphics/wayland/libinput/touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch
diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb b/yocto-poky/meta/recipes-graphics/wayland/libinput_0.21.0.bb
similarity index 100%
rename from meta/recipes-graphics/wayland/libinput_0.21.0.bb
rename to yocto-poky/meta/recipes-graphics/wayland/libinput_0.21.0.bb
diff --git a/meta/recipes-graphics/wayland/mtdev_1.1.5.bb b/yocto-poky/meta/recipes-graphics/wayland/mtdev_1.1.5.bb
similarity index 100%
rename from meta/recipes-graphics/wayland/mtdev_1.1.5.bb
rename to yocto-poky/meta/recipes-graphics/wayland/mtdev_1.1.5.bb
diff --git a/meta/recipes-graphics/wayland/wayland/always-build-scanner.patch b/yocto-poky/meta/recipes-graphics/wayland/wayland/always-build-scanner.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/wayland/always-build-scanner.patch
rename to yocto-poky/meta/recipes-graphics/wayland/wayland/always-build-scanner.patch
diff --git a/meta/recipes-graphics/wayland/wayland/disable-macro-checks-not-used-for-scanner.patch b/yocto-poky/meta/recipes-graphics/wayland/wayland/disable-macro-checks-not-used-for-scanner.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/wayland/disable-macro-checks-not-used-for-scanner.patch
rename to yocto-poky/meta/recipes-graphics/wayland/wayland/disable-macro-checks-not-used-for-scanner.patch
diff --git a/meta/recipes-graphics/wayland/wayland_1.8.1.bb b/yocto-poky/meta/recipes-graphics/wayland/wayland_1.8.1.bb
similarity index 100%
rename from meta/recipes-graphics/wayland/wayland_1.8.1.bb
rename to yocto-poky/meta/recipes-graphics/wayland/wayland_1.8.1.bb
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/yocto-poky/meta/recipes-graphics/wayland/weston-init.bb
similarity index 100%
rename from meta/recipes-graphics/wayland/weston-init.bb
rename to yocto-poky/meta/recipes-graphics/wayland/weston-init.bb
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/yocto-poky/meta/recipes-graphics/wayland/weston-init/init
similarity index 100%
rename from meta/recipes-graphics/wayland/weston-init/init
rename to yocto-poky/meta/recipes-graphics/wayland/weston-init/init
diff --git a/meta/recipes-graphics/wayland/weston/0001-make-error-portable.patch b/yocto-poky/meta/recipes-graphics/wayland/weston/0001-make-error-portable.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/0001-make-error-portable.patch
rename to yocto-poky/meta/recipes-graphics/wayland/weston/0001-make-error-portable.patch
diff --git a/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch b/yocto-poky/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
rename to yocto-poky/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
diff --git a/meta/recipes-graphics/wayland/weston/make-lcms-explicitly-configurable.patch b/yocto-poky/meta/recipes-graphics/wayland/weston/make-lcms-explicitly-configurable.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/make-lcms-explicitly-configurable.patch
rename to yocto-poky/meta/recipes-graphics/wayland/weston/make-lcms-explicitly-configurable.patch
diff --git a/meta/recipes-graphics/wayland/weston/make-libwebp-explicitly-configurable.patch b/yocto-poky/meta/recipes-graphics/wayland/weston/make-libwebp-explicitly-configurable.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/make-libwebp-explicitly-configurable.patch
rename to yocto-poky/meta/recipes-graphics/wayland/weston/make-libwebp-explicitly-configurable.patch
diff --git a/meta/recipes-graphics/wayland/weston/parallelmake.patch b/yocto-poky/meta/recipes-graphics/wayland/weston/parallelmake.patch
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/parallelmake.patch
rename to yocto-poky/meta/recipes-graphics/wayland/weston/parallelmake.patch
diff --git a/meta/recipes-graphics/wayland/weston/weston.desktop b/yocto-poky/meta/recipes-graphics/wayland/weston/weston.desktop
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/weston.desktop
rename to yocto-poky/meta/recipes-graphics/wayland/weston/weston.desktop
diff --git a/meta/recipes-graphics/wayland/weston/weston.png b/yocto-poky/meta/recipes-graphics/wayland/weston/weston.png
similarity index 100%
rename from meta/recipes-graphics/wayland/weston/weston.png
rename to yocto-poky/meta/recipes-graphics/wayland/weston/weston.png
Binary files differ
diff --git a/meta/recipes-graphics/wayland/weston_1.8.0.bb b/yocto-poky/meta/recipes-graphics/wayland/weston_1.8.0.bb
similarity index 100%
rename from meta/recipes-graphics/wayland/weston_1.8.0.bb
rename to yocto-poky/meta/recipes-graphics/wayland/weston_1.8.0.bb
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xdefaults b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xdefaults
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xdefaults
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xdefaults
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/12keymap.sh b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/12keymap.sh
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/12keymap.sh
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/12keymap.sh
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/90XWindowManager.sh b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/90XWindowManager.sh
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/90XWindowManager.sh
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/90XWindowManager.sh
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/default.xmodmap b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/default.xmodmap
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/etc/X11/default.xmodmap
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/etc/X11/default.xmodmap
diff --git a/meta/recipes-graphics/x11-common/x11-common/gplv2-license.patch b/yocto-poky/meta/recipes-graphics/x11-common/x11-common/gplv2-license.patch
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common/gplv2-license.patch
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common/gplv2-license.patch
diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/yocto-poky/meta/recipes-graphics/x11-common/x11-common_0.1.bb
similarity index 100%
rename from meta/recipes-graphics/x11-common/x11-common_0.1.bb
rename to yocto-poky/meta/recipes-graphics/x11-common/x11-common_0.1.bb
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
similarity index 100%
rename from meta/recipes-graphics/x11-common/xserver-nodm-init.bb
rename to yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/Xusername b/yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/Xusername
similarity index 100%
rename from meta/recipes-graphics/x11-common/xserver-nodm-init/Xusername
rename to yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/Xusername
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch b/yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch
similarity index 100%
rename from meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch
rename to yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
similarity index 100%
rename from meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
rename to yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf b/yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf
similarity index 100%
rename from meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf
rename to yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service b/yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service
similarity index 100%
rename from meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service
rename to yocto-poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service
diff --git a/meta/recipes-graphics/x11vnc/files/endian-fix.patch b/yocto-poky/meta/recipes-graphics/x11vnc/files/endian-fix.patch
similarity index 100%
rename from meta/recipes-graphics/x11vnc/files/endian-fix.patch
rename to yocto-poky/meta/recipes-graphics/x11vnc/files/endian-fix.patch
diff --git a/meta/recipes-graphics/x11vnc/files/starting-fix.patch b/yocto-poky/meta/recipes-graphics/x11vnc/files/starting-fix.patch
similarity index 100%
rename from meta/recipes-graphics/x11vnc/files/starting-fix.patch
rename to yocto-poky/meta/recipes-graphics/x11vnc/files/starting-fix.patch
diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/yocto-poky/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
similarity index 100%
rename from meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
rename to yocto-poky/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch b/yocto-poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
similarity index 100%
rename from meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
rename to yocto-poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch b/yocto-poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
similarity index 100%
rename from meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
rename to yocto-poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/yocto-poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
similarity index 100%
rename from meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
rename to yocto-poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
diff --git a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput b/yocto-poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput
similarity index 100%
rename from meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput
rename to yocto-poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput
diff --git a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/yocto-poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
similarity index 100%
rename from meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
rename to yocto-poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh b/yocto-poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh
similarity index 100%
rename from meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh
rename to yocto-poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch b/yocto-poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch
similarity index 100%
rename from meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch
rename to yocto-poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/yocto-poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
similarity index 100%
rename from meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
rename to yocto-poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb b/yocto-poky/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb b/yocto-poky/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/mkfontscale_1.1.2.bb
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb b/yocto-poky/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/rgb_1.0.6.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb
diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb b/yocto-poky/meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/x11perf_1.6.0.bb
diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xauth_1.0.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch b/yocto-poky/meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch
rename to yocto-poky/meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb
diff --git a/meta/recipes-graphics/xorg-app/xev/diet-x11.patch b/yocto-poky/meta/recipes-graphics/xorg-app/xev/diet-x11.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xev/diet-x11.patch
rename to yocto-poky/meta/recipes-graphics/xorg-app/xev/diet-x11.patch
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xev_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xev_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xev_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.7.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xhost_1.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xhost_1.0.7.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xhost_1.0.7.bb
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.4.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xinit_1.3.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xinit_1.3.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xinit_1.3.4.bb
diff --git a/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xinput_1.6.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xinput_1.6.1.bb
diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.3.0.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xkbcomp_1.3.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xkbcomp_1.3.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xkbcomp_1.3.0.bb
diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.9.bb
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/yocto-poky/meta/recipes-graphics/xorg-app/xorg-app-common.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xorg-app-common.inc
rename to yocto-poky/meta/recipes-graphics/xorg-app/xorg-app-common.inc
diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xprop_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb
diff --git a/meta/recipes-graphics/xorg-app/xset/disable-xkb.patch b/yocto-poky/meta/recipes-graphics/xorg-app/xset/disable-xkb.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xset/disable-xkb.patch
rename to yocto-poky/meta/recipes-graphics/xorg-app/xset/disable-xkb.patch
diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.3.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xset_1.2.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xset_1.2.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xset_1.2.3.bb
diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.3.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xvinfo_1.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xvinfo_1.1.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xvinfo_1.1.3.bb
diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb b/yocto-poky/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.9.2.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.9.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.9.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.9.2.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.8.1.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse/unbreak.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse/unbreak.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-mouse/unbreak.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse/unbreak.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.1.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.1.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.8.2.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.8.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.8.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.8.2.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.3.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.5.3.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.4.4.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/always_include_xorg_server.h.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/always_include_xorg_server.h.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel/always_include_xorg_server.h.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/always_include_xorg_server.h.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-x11-dri3.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-x11-dri3.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-x11-dri3.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-x11-dri3.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/sna-Protect-against-ABI-breakage-in-recent-versions-.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/sna-Protect-against-ABI-breakage-in-recent-versions-.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel/sna-Protect-against-ABI-breakage-in-recent-versions-.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/sna-Protect-against-ABI-breakage-in-recent-versions-.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/udev-fstat.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/udev-fstat.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel/udev-fstat.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel/udev-fstat.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.917.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap/0001-drmmode_output_dpms-Replace-logical-with-bitwise-ope.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omap/0001-drmmode_output_dpms-Replace-logical-with-bitwise-ope.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omap/0001-drmmode_output_dpms-Replace-logical-with-bitwise-ope.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omap/0001-drmmode_output_dpms-Replace-logical-with-bitwise-ope.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omap_0.4.3.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0003-force-plain-mode.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0003-force-plain-mode.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0003-force-plain-mode.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0003-force-plain-mode.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0004-blacklist-tv-out.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0004-blacklist-tv-out.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0004-blacklist-tv-out.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0004-blacklist-tv-out.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0005-Attempt-to-fix-VRFB.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0005-Attempt-to-fix-VRFB.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0005-Attempt-to-fix-VRFB.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0005-Attempt-to-fix-VRFB.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0006-omapfb-port-to-new-xserver-video-API.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0006-omapfb-port-to-new-xserver-video-API.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0006-omapfb-port-to-new-xserver-video-API.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0006-omapfb-port-to-new-xserver-video-API.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0007-always_include_xorg_server.h.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0007-always_include_xorg_server.h.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0007-always_include_xorg_server.h.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0007-always_include_xorg_server.h.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.4.bb
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware/0002-add-option-for-vmwgfx.patch b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware/0002-add-option-for-vmwgfx.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-vmware/0002-add-option-for-vmwgfx.patch
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware/0002-add-option-for-vmwgfx.patch
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.1.0.bb b/yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.1.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.1.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.1.0.bb
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/yocto-poky/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc b/yocto-poky/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xorg-driver-input.inc
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc b/yocto-poky/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-driver/xorg-driver-video.inc
rename to yocto-poky/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc
diff --git a/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch b/yocto-poky/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
rename to yocto-poky/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb b/yocto-poky/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-font/encodings_1.0.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb
diff --git a/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch b/yocto-poky/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch
rename to yocto-poky/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/yocto-poky/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb b/yocto-poky/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-font/font-util_1.3.1.bb
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-font-common.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-font-common.inc
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-font-common.inc
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz
Binary files differ
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir b/yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir
similarity index 100%
rename from meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir
rename to yocto-poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir
diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libice_1.0.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libice_1.0.9.bb
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess/0001-Include-config.h-before-anything-else-in-.c.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0001-Include-config.h-before-anything-else-in-.c.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libpciaccess/0001-Include-config.h-before-anything-else-in-.c.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0001-Include-config.h-before-anything-else-in-.c.patch
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0002-Fix-quoting-issue.patch
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0003-linux_sysfs.c-Include-limits.h-for-PATH_MAX.patch
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess/0004-Don-t-include-sys-io.h-on-arm.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0004-Don-t-include-sys-io.h-on-arm.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libpciaccess/0004-Don-t-include-sys-io.h-on-arm.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess/0004-Don-t-include-sys-io.h-on-arm.patch
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.4.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libpciaccess_0.13.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.13.4.bb
diff --git a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11-diet_1.6.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11-diet_1.6.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11.inc
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11.inc
diff --git a/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11/X18NCMSstubs.diff
diff --git a/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch
diff --git a/meta/recipes-graphics/xorg-lib/libx11/fix-disable-xlocale.diff b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11/fix-disable-xlocale.diff
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11/fix-disable-xlocale.diff
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11/fix-disable-xlocale.diff
diff --git a/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11/fix-utf8-wrong-define.patch
diff --git a/meta/recipes-graphics/xorg-lib/libx11/libX11-Add-missing-NULL-check.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11/libX11-Add-missing-NULL-check.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11/libX11-Add-missing-NULL-check.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11/libX11-Add-missing-NULL-check.patch
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libx11_1.6.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libx11_1.6.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libx11_1.6.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate/fix-xcb.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcalibrate/fix-xcb.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcalibrate/fix-xcb.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcalibrate/fix-xcb.patch
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxcb.inc b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcb.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcb.inc
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcb.inc
diff --git a/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch
diff --git a/meta/recipes-graphics/xorg-lib/libxcb/xcbincludedir.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcb/xcbincludedir.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcb/xcbincludedir.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcb/xcbincludedir.patch
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.11.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcb_1.11.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcb_1.11.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcb_1.11.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_git.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcb_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcb_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcb_git.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcomposite/change-include-order.patch
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxcursor_1.1.14.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxext_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxext_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxext_git.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.5.1.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxfont_1.5.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxfont_1.5.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxfont_1.5.1.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxft_2.3.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxft_2.3.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxft_2.3.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.4.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxi_1.7.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxi_1.7.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxi_1.7.4.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxkbcommon_0.5.0.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.9.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxmu_1.1.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.5.0.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxrandr_1.5.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.0.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.10.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxv_1.0.10.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxv_1.0.10.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxv_1.0.10.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxvmc_1.0.9.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.4.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb
diff --git a/meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/pixman/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch
diff --git a/meta/recipes-graphics/xorg-lib/pixman/asm_include.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/pixman/asm_include.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/pixman/asm_include.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/pixman/asm_include.patch
diff --git a/meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch b/yocto-poky/meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch
rename to yocto-poky/meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/pixman_0.32.6.bb
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util.inc b/yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xcb-util.inc
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util.inc
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.15.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.15.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.15.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.15.bb
diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/yocto-poky/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.3.5.bb b/yocto-poky/meta/recipes-graphics/xorg-lib/xtrans_1.3.5.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-lib/xtrans_1.3.5.bb
rename to yocto-poky/meta/recipes-graphics/xorg-lib/xtrans_1.3.5.bb
diff --git a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto/fix.patch b/yocto-poky/meta/recipes-graphics/xorg-proto/calibrateproto/fix.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/calibrateproto/fix.patch
rename to yocto-poky/meta/recipes-graphics/xorg-proto/calibrateproto/fix.patch
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
diff --git a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb
diff --git a/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/dri2proto_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/dri2proto_git.bb
diff --git a/meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb
diff --git a/meta/recipes-graphics/xorg-proto/fontsproto_2.1.3.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/fontsproto_2.1.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/fontsproto_2.1.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/fontsproto_2.1.3.bb
diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.17.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/glproto_1.4.17.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/glproto_1.4.17.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/glproto_1.4.17.bb
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.3.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/inputproto_2.3.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/inputproto_2.3.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/inputproto_2.3.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/inputproto_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/inputproto_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/inputproto_git.bb
diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/kbproto_1.0.7.bb
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/presentproto_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/presentproto_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/presentproto_git.bb
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/randrproto_1.5.0.bb
diff --git a/meta/recipes-graphics/xorg-proto/recordproto_1.14.2.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/recordproto_1.14.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/recordproto_1.14.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/recordproto_1.14.2.bb
diff --git a/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb
diff --git a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/videoproto_2.3.2.bb
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto.inc b/yocto-poky/meta/recipes-graphics/xorg-proto/xcb-proto.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xcb-proto.inc
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xcb-proto.inc
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.11.bb
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xcb-proto_git.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xcb-proto_git.bb
diff --git a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb
diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xextproto_7.3.0.bb
diff --git a/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb
diff --git a/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb
diff --git a/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc b/yocto-poky/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xorg-proto-common.inc
diff --git a/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch b/yocto-poky/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.28.bb b/yocto-poky/meta/recipes-graphics/xorg-proto/xproto_7.0.28.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-proto/xproto_7.0.28.bb
rename to yocto-poky/meta/recipes-graphics/xorg-proto/xproto_7.0.28.bb
diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb b/yocto-poky/meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb
rename to yocto-poky/meta/recipes-graphics/xorg-util/gccmakedep_1.0.3.bb
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb b/yocto-poky/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
rename to yocto-poky/meta/recipes-graphics/xorg-util/makedepend_1.0.5.bb
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb b/yocto-poky/meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb
rename to yocto-poky/meta/recipes-graphics/xorg-util/util-macros_1.19.0.bb
diff --git a/meta/recipes-graphics/xorg-util/xorg-util-common.inc b/yocto-poky/meta/recipes-graphics/xorg-util/xorg-util-common.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-util/xorg-util-common.inc
rename to yocto-poky/meta/recipes-graphics/xorg-util/xorg-util-common.inc
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-use-__GLIBC__-guard-for-glibc-specific-code.patch b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-use-__GLIBC__-guard-for-glibc-specific-code.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-use-__GLIBC__-guard-for-glibc-specific-code.patch
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-use-__GLIBC__-guard-for-glibc-specific-code.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb b/yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb
similarity index 100%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb
rename to yocto-poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.17.2.bb
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/yocto-poky/meta/recipes-graphics/xrestop/xrestop_0.4.bb
similarity index 100%
rename from meta/recipes-graphics/xrestop/xrestop_0.4.bb
rename to yocto-poky/meta/recipes-graphics/xrestop/xrestop_0.4.bb
diff --git a/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh b/yocto-poky/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
similarity index 100%
rename from meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
rename to yocto-poky/meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
diff --git a/meta/recipes-graphics/xtscal/xtscal/change-cross.patch b/yocto-poky/meta/recipes-graphics/xtscal/xtscal/change-cross.patch
similarity index 100%
rename from meta/recipes-graphics/xtscal/xtscal/change-cross.patch
rename to yocto-poky/meta/recipes-graphics/xtscal/xtscal/change-cross.patch
diff --git a/meta/recipes-graphics/xtscal/xtscal/cleanup.patch b/yocto-poky/meta/recipes-graphics/xtscal/xtscal/cleanup.patch
similarity index 100%
rename from meta/recipes-graphics/xtscal/xtscal/cleanup.patch
rename to yocto-poky/meta/recipes-graphics/xtscal/xtscal/cleanup.patch
diff --git a/meta/recipes-graphics/xtscal/xtscal/dso_linking_change_build_fix.patch b/yocto-poky/meta/recipes-graphics/xtscal/xtscal/dso_linking_change_build_fix.patch
similarity index 100%
rename from meta/recipes-graphics/xtscal/xtscal/dso_linking_change_build_fix.patch
rename to yocto-poky/meta/recipes-graphics/xtscal/xtscal/dso_linking_change_build_fix.patch
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/yocto-poky/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
similarity index 100%
rename from meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
rename to yocto-poky/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/yocto-poky/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
similarity index 100%
rename from meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
rename to yocto-poky/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
diff --git a/meta/recipes-kernel/blktrace/blktrace/ldflags.patch b/yocto-poky/meta/recipes-kernel/blktrace/blktrace/ldflags.patch
similarity index 100%
rename from meta/recipes-kernel/blktrace/blktrace/ldflags.patch
rename to yocto-poky/meta/recipes-kernel/blktrace/blktrace/ldflags.patch
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb
similarity index 100%
rename from meta/recipes-kernel/blktrace/blktrace_git.bb
rename to yocto-poky/meta/recipes-kernel/blktrace/blktrace_git.bb
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb b/yocto-poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb
similarity index 100%
rename from meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb
rename to yocto-poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.7.bb
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb b/yocto-poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb
similarity index 100%
rename from meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb
rename to yocto-poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb b/yocto-poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
similarity index 100%
rename from meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
rename to yocto-poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
diff --git a/meta/recipes-kernel/cryptodev/cryptodev_1.7.inc b/yocto-poky/meta/recipes-kernel/cryptodev/cryptodev_1.7.inc
similarity index 100%
rename from meta/recipes-kernel/cryptodev/cryptodev_1.7.inc
rename to yocto-poky/meta/recipes-kernel/cryptodev/cryptodev_1.7.inc
diff --git a/meta/recipes-kernel/cryptodev/files/0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch b/yocto-poky/meta/recipes-kernel/cryptodev/files/0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch
similarity index 100%
rename from meta/recipes-kernel/cryptodev/files/0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch
rename to yocto-poky/meta/recipes-kernel/cryptodev/files/0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch
diff --git a/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch b/yocto-poky/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
similarity index 100%
rename from meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
rename to yocto-poky/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch
diff --git a/meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch b/yocto-poky/meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
similarity index 100%
rename from meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
rename to yocto-poky/meta/recipes-kernel/cryptodev/files/0001-ioctl.c-Fix-build-on-3.19.patch
diff --git a/meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch b/yocto-poky/meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
similarity index 100%
rename from meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
rename to yocto-poky/meta/recipes-kernel/cryptodev/files/0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/yocto-poky/meta/recipes-kernel/dtc/dtc.inc
similarity index 100%
rename from meta/recipes-kernel/dtc/dtc.inc
rename to yocto-poky/meta/recipes-kernel/dtc/dtc.inc
diff --git a/meta/recipes-kernel/dtc/dtc/make_install.patch b/yocto-poky/meta/recipes-kernel/dtc/dtc/make_install.patch
similarity index 100%
rename from meta/recipes-kernel/dtc/dtc/make_install.patch
rename to yocto-poky/meta/recipes-kernel/dtc/dtc/make_install.patch
diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/yocto-poky/meta/recipes-kernel/dtc/dtc_git.bb
similarity index 100%
rename from meta/recipes-kernel/dtc/dtc_git.bb
rename to yocto-poky/meta/recipes-kernel/dtc/dtc_git.bb
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/yocto-poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
similarity index 100%
rename from meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
rename to yocto-poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
diff --git a/meta/recipes-kernel/kexec/kexec-tools.inc b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools.inc
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools.inc
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools.inc
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-purgatory-Pass-r-directly-to-linker.patch b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools/0001-purgatory-Pass-r-directly-to-linker.patch
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools/0001-purgatory-Pass-r-directly-to-linker.patch
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools/0001-purgatory-Pass-r-directly-to-linker.patch
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0002-powerpc-change-the-memory-size-limit.patch b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools/0002-powerpc-change-the-memory-size-limit.patch
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools/0002-powerpc-change-the-memory-size-limit.patch
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools/0002-powerpc-change-the-memory-size-limit.patch
diff --git a/meta/recipes-kernel/kexec/kexec-tools/kexec-aarch64.patch b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools/kexec-aarch64.patch
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools/kexec-aarch64.patch
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools/kexec-aarch64.patch
diff --git a/meta/recipes-kernel/kexec/kexec-tools/kexec-tools-Refine-kdump-device_tree-sort.patch b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools/kexec-tools-Refine-kdump-device_tree-sort.patch
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools/kexec-tools-Refine-kdump-device_tree-sort.patch
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools/kexec-tools-Refine-kdump-device_tree-sort.patch
diff --git a/meta/recipes-kernel/kexec/kexec-tools/kexec-x32.patch b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools/kexec-x32.patch
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools/kexec-x32.patch
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools/kexec-x32.patch
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb b/yocto-poky/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb
similarity index 100%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb
rename to yocto-poky/meta/recipes-kernel/kexec/kexec-tools_2.0.10.bb
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/yocto-poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
similarity index 100%
rename from meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
rename to yocto-poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/yocto-poky/meta/recipes-kernel/kmod/kmod-native_git.bb
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod-native_git.bb
rename to yocto-poky/meta/recipes-kernel/kmod/kmod-native_git.bb
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/yocto-poky/meta/recipes-kernel/kmod/kmod.inc
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod.inc
rename to yocto-poky/meta/recipes-kernel/kmod/kmod.inc
diff --git a/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch b/yocto-poky/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch
rename to yocto-poky/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch
diff --git a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch b/yocto-poky/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
rename to yocto-poky/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch
diff --git a/meta/recipes-kernel/kmod/kmod/depmod-search.conf b/yocto-poky/meta/recipes-kernel/kmod/kmod/depmod-search.conf
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod/depmod-search.conf
rename to yocto-poky/meta/recipes-kernel/kmod/kmod/depmod-search.conf
diff --git a/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch b/yocto-poky/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
rename to yocto-poky/meta/recipes-kernel/kmod/kmod/fix-O_CLOEXEC.patch
diff --git a/meta/recipes-kernel/kmod/kmod/ptest.patch b/yocto-poky/meta/recipes-kernel/kmod/kmod/ptest.patch
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod/ptest.patch
rename to yocto-poky/meta/recipes-kernel/kmod/kmod/ptest.patch
diff --git a/meta/recipes-kernel/kmod/kmod/run-ptest b/yocto-poky/meta/recipes-kernel/kmod/kmod/run-ptest
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod/run-ptest
rename to yocto-poky/meta/recipes-kernel/kmod/kmod/run-ptest
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/yocto-poky/meta/recipes-kernel/kmod/kmod_git.bb
similarity index 100%
rename from meta/recipes-kernel/kmod/kmod_git.bb
rename to yocto-poky/meta/recipes-kernel/kmod/kmod_git.bb
diff --git a/meta/recipes-kernel/latencytop/latencytop-0.5/0001-Rectify-the-function-signatures-to-fix-prototype-mis.patch b/yocto-poky/meta/recipes-kernel/latencytop/latencytop-0.5/0001-Rectify-the-function-signatures-to-fix-prototype-mis.patch
similarity index 100%
rename from meta/recipes-kernel/latencytop/latencytop-0.5/0001-Rectify-the-function-signatures-to-fix-prototype-mis.patch
rename to yocto-poky/meta/recipes-kernel/latencytop/latencytop-0.5/0001-Rectify-the-function-signatures-to-fix-prototype-mis.patch
diff --git a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-fsync.patch b/yocto-poky/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-fsync.patch
similarity index 100%
rename from meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-fsync.patch
rename to yocto-poky/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-fsync.patch
diff --git a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch b/yocto-poky/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
similarity index 100%
rename from meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
rename to yocto-poky/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/yocto-poky/meta/recipes-kernel/latencytop/latencytop_0.5.bb
similarity index 100%
rename from meta/recipes-kernel/latencytop/latencytop_0.5.bb
rename to yocto-poky/meta/recipes-kernel/latencytop/latencytop_0.5.bb
diff --git a/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch b/yocto-poky/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
similarity index 100%
rename from meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
rename to yocto-poky/meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb b/yocto-poky/meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb
similarity index 100%
rename from meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb
rename to yocto-poky/meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/yocto-poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
similarity index 100%
rename from meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
rename to yocto-poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/yocto-poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
similarity index 100%
rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
rename to yocto-poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb b/yocto-poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
similarity index 100%
rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
rename to yocto-poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/yocto-poky/meta/recipes-kernel/linux/kernel-devsrc.bb
similarity index 100%
rename from meta/recipes-kernel/linux/kernel-devsrc.bb
rename to yocto-poky/meta/recipes-kernel/linux/kernel-devsrc.bb
diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/yocto-poky/meta/recipes-kernel/linux/linux-dtb.inc
similarity index 100%
rename from meta/recipes-kernel/linux/linux-dtb.inc
rename to yocto-poky/meta/recipes-kernel/linux/linux-dtb.inc
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/yocto-poky/meta/recipes-kernel/linux/linux-dummy.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-dummy.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-dummy.bb
diff --git a/meta/recipes-kernel/linux/linux-dummy/COPYING.GPL b/yocto-poky/meta/recipes-kernel/linux/linux-dummy/COPYING.GPL
similarity index 100%
rename from meta/recipes-kernel/linux/linux-dummy/COPYING.GPL
rename to yocto-poky/meta/recipes-kernel/linux/linux-dummy/COPYING.GPL
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto-dev.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto-dev.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto-dev.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.19.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/yocto-poky/meta/recipes-kernel/linux/linux-yocto.inc
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto.inc
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto.inc
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto_3.14.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto_3.14.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto_3.14.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.19.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto_3.19.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto_3.19.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto_3.19.bb
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/yocto-poky/meta/recipes-kernel/linux/linux-yocto_4.1.bb
similarity index 100%
rename from meta/recipes-kernel/linux/linux-yocto_4.1.bb
rename to yocto-poky/meta/recipes-kernel/linux/linux-yocto_4.1.bb
diff --git a/meta/recipes-kernel/lttng/babeltrace/0001-Fix-invalid-pointer-free-with-trace-collection.patch b/yocto-poky/meta/recipes-kernel/lttng/babeltrace/0001-Fix-invalid-pointer-free-with-trace-collection.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/babeltrace/0001-Fix-invalid-pointer-free-with-trace-collection.patch
rename to yocto-poky/meta/recipes-kernel/lttng/babeltrace/0001-Fix-invalid-pointer-free-with-trace-collection.patch
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.2.4.bb b/yocto-poky/meta/recipes-kernel/lttng/babeltrace_1.2.4.bb
similarity index 100%
rename from meta/recipes-kernel/lttng/babeltrace_1.2.4.bb
rename to yocto-poky/meta/recipes-kernel/lttng/babeltrace_1.2.4.bb
diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/yocto-poky/meta/recipes-kernel/lttng/lttng-modules_git.bb
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-modules_git.bb
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-modules_git.bb
diff --git a/meta/recipes-kernel/lttng/lttng-tools/extern-decls.patch b/yocto-poky/meta/recipes-kernel/lttng/lttng-tools/extern-decls.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-tools/extern-decls.patch
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-tools/extern-decls.patch
diff --git a/meta/recipes-kernel/lttng/lttng-tools/lttng-tools-Fix-live-timer-calculation-error.patch b/yocto-poky/meta/recipes-kernel/lttng/lttng-tools/lttng-tools-Fix-live-timer-calculation-error.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-tools/lttng-tools-Fix-live-timer-calculation-error.patch
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-tools/lttng-tools-Fix-live-timer-calculation-error.patch
diff --git a/meta/recipes-kernel/lttng/lttng-tools/run-ptest b/yocto-poky/meta/recipes-kernel/lttng/lttng-tools/run-ptest
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-tools/run-ptest
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-tools/run-ptest
diff --git a/meta/recipes-kernel/lttng/lttng-tools/runtest-2.4.0.patch b/yocto-poky/meta/recipes-kernel/lttng/lttng-tools/runtest-2.4.0.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-tools/runtest-2.4.0.patch
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-tools/runtest-2.4.0.patch
diff --git a/meta/recipes-kernel/lttng/lttng-tools/runtest.patch b/yocto-poky/meta/recipes-kernel/lttng/lttng-tools/runtest.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-tools/runtest.patch
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-tools/runtest.patch
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/yocto-poky/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-Fix-live-timer-calculation-error.patch b/yocto-poky/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-Fix-live-timer-calculation-error.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-ust/lttng-ust-Fix-live-timer-calculation-error.patch
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-Fix-live-timer-calculation-error.patch
diff --git a/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch b/yocto-poky/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-ust/lttng-ust-doc-examples-disable.patch
diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/yocto-poky/meta/recipes-kernel/lttng/lttng-ust_git.bb
similarity index 100%
rename from meta/recipes-kernel/lttng/lttng-ust_git.bb
rename to yocto-poky/meta/recipes-kernel/lttng/lttng-ust_git.bb
diff --git a/meta/recipes-kernel/modutils-initscripts/files/PD.patch b/yocto-poky/meta/recipes-kernel/modutils-initscripts/files/PD.patch
similarity index 100%
rename from meta/recipes-kernel/modutils-initscripts/files/PD.patch
rename to yocto-poky/meta/recipes-kernel/modutils-initscripts/files/PD.patch
diff --git a/meta/recipes-kernel/modutils-initscripts/files/modutils.sh b/yocto-poky/meta/recipes-kernel/modutils-initscripts/files/modutils.sh
similarity index 100%
rename from meta/recipes-kernel/modutils-initscripts/files/modutils.sh
rename to yocto-poky/meta/recipes-kernel/modutils-initscripts/files/modutils.sh
diff --git a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb b/yocto-poky/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb
similarity index 100%
rename from meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb
rename to yocto-poky/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/yocto-poky/meta/recipes-kernel/oprofile/oprofile.inc
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile.inc
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile.inc
diff --git a/meta/recipes-kernel/oprofile/oprofile/acinclude.m4 b/yocto-poky/meta/recipes-kernel/oprofile/oprofile/acinclude.m4
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile/acinclude.m4
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile/acinclude.m4
diff --git a/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch b/yocto-poky/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch
diff --git a/meta/recipes-kernel/oprofile/oprofile/oprofile-cross-compile-tests.patch b/yocto-poky/meta/recipes-kernel/oprofile/oprofile/oprofile-cross-compile-tests.patch
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile/oprofile-cross-compile-tests.patch
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile/oprofile-cross-compile-tests.patch
diff --git a/meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch b/yocto-poky/meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
diff --git a/meta/recipes-kernel/oprofile/oprofile/run-ptest b/yocto-poky/meta/recipes-kernel/oprofile/oprofile/run-ptest
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile/run-ptest
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile/run-ptest
diff --git a/meta/recipes-kernel/oprofile/oprofile_1.1.0.bb b/yocto-poky/meta/recipes-kernel/oprofile/oprofile_1.1.0.bb
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofile_1.1.0.bb
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofile_1.1.0.bb
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server/init b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui-server/init
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofileui-server/init
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofileui-server/init
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofileui-server/oprofileui-server.service
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofileui-server_git.bb
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui.inc
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofileui.inc
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofileui.inc
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb
similarity index 100%
rename from meta/recipes-kernel/oprofile/oprofileui_git.bb
rename to yocto-poky/meta/recipes-kernel/oprofile/oprofileui_git.bb
diff --git a/meta/recipes-kernel/perf/perf-features.inc b/yocto-poky/meta/recipes-kernel/perf/perf-features.inc
similarity index 100%
rename from meta/recipes-kernel/perf/perf-features.inc
rename to yocto-poky/meta/recipes-kernel/perf/perf-features.inc
diff --git a/meta/recipes-kernel/perf/perf.bb b/yocto-poky/meta/recipes-kernel/perf/perf.bb
similarity index 100%
rename from meta/recipes-kernel/perf/perf.bb
rename to yocto-poky/meta/recipes-kernel/perf/perf.bb
diff --git a/meta/recipes-kernel/powertop/powertop_2.7.bb b/yocto-poky/meta/recipes-kernel/powertop/powertop_2.7.bb
similarity index 100%
rename from meta/recipes-kernel/powertop/powertop_2.7.bb
rename to yocto-poky/meta/recipes-kernel/powertop/powertop_2.7.bb
diff --git a/meta/recipes-kernel/sysprof/files/define-NT_GNU_BUILD_ID.patch b/yocto-poky/meta/recipes-kernel/sysprof/files/define-NT_GNU_BUILD_ID.patch
similarity index 100%
rename from meta/recipes-kernel/sysprof/files/define-NT_GNU_BUILD_ID.patch
rename to yocto-poky/meta/recipes-kernel/sysprof/files/define-NT_GNU_BUILD_ID.patch
diff --git a/meta/recipes-kernel/sysprof/files/rmb-arm.patch b/yocto-poky/meta/recipes-kernel/sysprof/files/rmb-arm.patch
similarity index 100%
rename from meta/recipes-kernel/sysprof/files/rmb-arm.patch
rename to yocto-poky/meta/recipes-kernel/sysprof/files/rmb-arm.patch
diff --git a/meta/recipes-kernel/sysprof/files/rmb-mips.patch b/yocto-poky/meta/recipes-kernel/sysprof/files/rmb-mips.patch
similarity index 100%
rename from meta/recipes-kernel/sysprof/files/rmb-mips.patch
rename to yocto-poky/meta/recipes-kernel/sysprof/files/rmb-mips.patch
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/yocto-poky/meta/recipes-kernel/sysprof/sysprof_git.bb
similarity index 100%
rename from meta/recipes-kernel/sysprof/sysprof_git.bb
rename to yocto-poky/meta/recipes-kernel/sysprof/sysprof_git.bb
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/yocto-poky/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
diff --git a/meta/recipes-kernel/systemtap/systemtap/configure-allow-to-disable-libvirt.patch b/yocto-poky/meta/recipes-kernel/systemtap/systemtap/configure-allow-to-disable-libvirt.patch
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap/configure-allow-to-disable-libvirt.patch
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap/configure-allow-to-disable-libvirt.patch
diff --git a/meta/recipes-kernel/systemtap/systemtap/docproc-build-fix.patch b/yocto-poky/meta/recipes-kernel/systemtap/systemtap/docproc-build-fix.patch
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap/docproc-build-fix.patch
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap/docproc-build-fix.patch
diff --git a/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
diff --git a/meta/recipes-kernel/systemtap/systemtap/system_map_location.patch b/yocto-poky/meta/recipes-kernel/systemtap/systemtap/system_map_location.patch
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap/system_map_location.patch
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap/system_map_location.patch
diff --git a/meta/recipes-kernel/systemtap/systemtap/x32_abi_time.patch b/yocto-poky/meta/recipes-kernel/systemtap/systemtap/x32_abi_time.patch
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap/x32_abi_time.patch
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap/x32_abi_time.patch
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/yocto-poky/meta/recipes-kernel/systemtap/systemtap_git.bb
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap_git.bb
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap_git.bb
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/yocto-poky/meta/recipes-kernel/systemtap/systemtap_git.inc
similarity index 100%
rename from meta/recipes-kernel/systemtap/systemtap_git.inc
rename to yocto-poky/meta/recipes-kernel/systemtap/systemtap_git.inc
diff --git a/meta/recipes-kernel/trace-cmd/kernelshark_git.bb b/yocto-poky/meta/recipes-kernel/trace-cmd/kernelshark_git.bb
similarity index 100%
rename from meta/recipes-kernel/trace-cmd/kernelshark_git.bb
rename to yocto-poky/meta/recipes-kernel/trace-cmd/kernelshark_git.bb
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/yocto-poky/meta/recipes-kernel/trace-cmd/trace-cmd.inc
similarity index 100%
rename from meta/recipes-kernel/trace-cmd/trace-cmd.inc
rename to yocto-poky/meta/recipes-kernel/trace-cmd/trace-cmd.inc
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch b/yocto-poky/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch
similarity index 100%
rename from meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch
rename to yocto-poky/meta/recipes-kernel/trace-cmd/trace-cmd/blktrace-api-compatibility.patch
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb b/yocto-poky/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
similarity index 100%
rename from meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
rename to yocto-poky/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
diff --git a/meta/recipes-lsb4/libpng/libpng12_1.2.53.bb b/yocto-poky/meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
similarity index 100%
rename from meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
rename to yocto-poky/meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
diff --git a/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb b/yocto-poky/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb
similarity index 100%
rename from meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb
rename to yocto-poky/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb
diff --git a/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb b/yocto-poky/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb
similarity index 100%
rename from meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb
rename to yocto-poky/meta/recipes-lsb4/perl/libdumpvalue-perl_1.17.bb
diff --git a/meta/recipes-lsb4/perl/libenv-perl_1.04.bb b/yocto-poky/meta/recipes-lsb4/perl/libenv-perl_1.04.bb
similarity index 100%
rename from meta/recipes-lsb4/perl/libenv-perl_1.04.bb
rename to yocto-poky/meta/recipes-lsb4/perl/libenv-perl_1.04.bb
diff --git a/meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb b/yocto-poky/meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb
similarity index 100%
rename from meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb
rename to yocto-poky/meta/recipes-lsb4/perl/libfile-checktree-perl_4.41.bb
diff --git a/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb b/yocto-poky/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb
similarity index 100%
rename from meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb
rename to yocto-poky/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb
diff --git a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb b/yocto-poky/meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb
similarity index 100%
rename from meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb
rename to yocto-poky/meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-fpu.inc b/yocto-poky/meta/recipes-multimedia/alsa/alsa-fpu.inc
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-fpu.inc
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-fpu.inc
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/0001-build-Do-not-try-to-detect-cross-compiler.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-lib/0001-build-Do-not-try-to-detect-cross-compiler.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-lib/0001-build-Do-not-try-to-detect-cross-compiler.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-lib/0001-build-Do-not-try-to-detect-cross-compiler.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/Check-if-wordexp-function-is-supported.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-lib/Check-if-wordexp-function-is-supported.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-lib/Check-if-wordexp-function-is-supported.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-lib/Check-if-wordexp-function-is-supported.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.29.bb b/yocto-poky/meta/recipes-multimedia/alsa/alsa-lib_1.0.29.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-lib_1.0.29.bb
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-lib_1.0.29.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam-av-Include-sys-select.h-for-fd_set-definition.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam-av-Include-sys-select.h-for-fd_set-definition.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam-av-Include-sys-select.h-for-fd_set-definition.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam-av-Include-sys-select.h-for-fd_set-definition.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins/0001-include-speexdsp_types.h-not-speex_types.h.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-plugins/0001-include-speexdsp_types.h-not-speex_types.h.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-plugins/0001-include-speexdsp_types.h-not-speex_types.h.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-plugins/0001-include-speexdsp_types.h-not-speex_types.h.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb b/yocto-poky/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/0001-as10k1-Make-output_tram_line-static-inline.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/0001-as10k1-Make-output_tram_line-static-inline.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-tools/0001-as10k1-Make-output_tram_line-static-inline.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/0001-as10k1-Make-output_tram_line-static-inline.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/autotools.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/autotools.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-tools/autotools.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/autotools.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/gitcompile_hdajacksensetest b/yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/gitcompile_hdajacksensetest
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-tools/gitcompile_hdajacksensetest
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/gitcompile_hdajacksensetest
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb b/yocto-poky/meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-tools_1.0.29.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.0.29.bb b/yocto-poky/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.0.29.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.0.29.bb
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.0.29.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-utils/alsa-utils-aplay-interrupt-signal-handling.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-utils/alsa-utils-aplay-interrupt-signal-handling.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils/alsa-utils-aplay-interrupt-signal-handling.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-utils/alsa-utils-aplay-interrupt-signal-handling.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-utils/assume-storing-is-success-if-not-sound-card-device.patch b/yocto-poky/meta/recipes-multimedia/alsa/alsa-utils/assume-storing-is-success-if-not-sound-card-device.patch
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils/assume-storing-is-success-if-not-sound-card-device.patch
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-utils/assume-storing-is-success-if-not-sound-card-device.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.29.bb b/yocto-poky/meta/recipes-multimedia/alsa/alsa-utils_1.0.29.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils_1.0.29.bb
rename to yocto-poky/meta/recipes-multimedia/alsa/alsa-utils_1.0.29.bb
diff --git a/meta/recipes-multimedia/flac/flac_1.3.1.bb b/yocto-poky/meta/recipes-multimedia/flac/flac_1.3.1.bb
similarity index 100%
rename from meta/recipes-multimedia/flac/flac_1.3.1.bb
rename to yocto-poky/meta/recipes-multimedia/flac/flac_1.3.1.bb
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/Add-error-signal-emission-for-missing-plugins.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/Add-error-signal-emission-for-missing-plugins.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-player/Add-error-signal-emission-for-missing-plugins.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/Add-error-signal-emission-for-missing-plugins.patch
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/Fix-pause-play.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/Fix-pause-play.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-player/Fix-pause-play.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/Fix-pause-play.patch
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/filechooser.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/filechooser.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-player/filechooser.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/filechooser.patch
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/gtk2.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/gtk2.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-player/gtk2.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-player/gtk2.patch
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-player_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-player_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-player_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/0001-Disable-yasm-for-libav-when-disable-yasm.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav/workaround-to-build-gst-libav-for-i586-with-gcc.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx/0001-omx-fixed-type-error-in-printf-call.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx/0001-omx-fixed-type-error-in-printf-call.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx/0001-omx-fixed-type-error-in-printf-call.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx/0001-omx-fixed-type-error-in-printf-call.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-gl-do-not-check-for-GL-GLU-EGL-GLES2-libs-if-disable.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/configure-allow-to-disable-libssh2.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-basetextoverlay-make-memory-copy-when-video-buffer-s.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-video-frame-Don-t-ref-buffers-twice-when-mapping.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-video-frame-Don-t-ref-buffers-twice-when-mapping.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-video-frame-Don-t-ref-buffers-twice-when-mapping.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-video-frame-Don-t-ref-buffers-twice-when-mapping.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-gstplaysink-don-t-set-async-of-custom-text-sink-to-f.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-video-frame-Add-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-video-frame-Add-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-video-frame-Add-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-video-frame-Add-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-ssaparse-enhance-SSA-text-lines-parsing.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-ssaparse-enhance-SSA-text-lines-parsing.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-ssaparse-enhance-SSA-text-lines-parsing.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-ssaparse-enhance-SSA-text-lines-parsing.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-videofilter-Use-new-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-videofilter-Use-new-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-videofilter-Use-new-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0003-videofilter-Use-new-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0004-subparse-set-need_segment-after-sink-pad-received-GS.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0004-subparse-set-need_segment-after-sink-pad-received-GS.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0004-subparse-set-need_segment-after-sink-pad-received-GS.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0004-subparse-set-need_segment-after-sink-pad-received-GS.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event-if.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event-if.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event-if.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event-if.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event2.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event2.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event2.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event2.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event3.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event3.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event3.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/do-not-change-eos-event-to-gap-event3.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/encodebin-Need-more-buffers-in-output-queue-for-bett.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/fix-id3demux-utf16-to-utf8-issue.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/fix-id3demux-utf16-to-utf8-issue.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/fix-id3demux-utf16-to-utf8-issue.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/fix-id3demux-utf16-to-utf8-issue.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/get-caps-from-src-pad-when-query-caps.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/handle-audio-video-decoder-error.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/handle-audio-video-decoder-error.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/handle-audio-video-decoder-error.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/handle-audio-video-decoder-error.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/taglist-not-send-to-down-stream-if-all-the-frame-cor.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videobuffer_updata_alignment_update.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videobuffer_updata_alignment_update.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videobuffer_updata_alignment_update.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videobuffer_updata_alignment_update.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videoencoder-Keep-sticky-events-around-when-doing-a-soft-.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videoencoder-Keep-sticky-events-around-when-doing-a-soft-.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videoencoder-Keep-sticky-events-around-when-doing-a-soft-.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/videoencoder-Keep-sticky-events-around-when-doing-a-soft-.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/decrease_asteriskh263_rank.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-Fix-crash-with-gst-inspect.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-Fix-crash-with-gst-inspect.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-Fix-crash-with-gst-inspect.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-Fix-crash-with-gst-inspect.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-basesink-Fix-QoS-lateness-checking-if-subclass-imple.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-basesink-Fix-QoS-lateness-checking-if-subclass-imple.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-basesink-Fix-QoS-lateness-checking-if-subclass-imple.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-basesink-Fix-QoS-lateness-checking-if-subclass-imple.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/inputselector-sticky-events-haven-t-send-out-when-ac-1-4-1.patch b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/inputselector-sticky-events-haven-t-send-out-when-ac-1-4-1.patch
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0/inputselector-sticky-events-haven-t-send-out-when-ac-1-4-1.patch
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/inputselector-sticky-events-haven-t-send-out-when-ac-1-4-1.patch
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.4.5.bb
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
similarity index 100%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
rename to yocto-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
diff --git a/meta/recipes-multimedia/lame/lame/lame-3.99.5_fix_for_automake-1.12.x.patch b/yocto-poky/meta/recipes-multimedia/lame/lame/lame-3.99.5_fix_for_automake-1.12.x.patch
similarity index 100%
rename from meta/recipes-multimedia/lame/lame/lame-3.99.5_fix_for_automake-1.12.x.patch
rename to yocto-poky/meta/recipes-multimedia/lame/lame/lame-3.99.5_fix_for_automake-1.12.x.patch
diff --git a/meta/recipes-multimedia/lame/lame/no-gtk1.patch b/yocto-poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch
similarity index 100%
rename from meta/recipes-multimedia/lame/lame/no-gtk1.patch
rename to yocto-poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch
diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/yocto-poky/meta/recipes-multimedia/lame/lame_3.99.5.bb
similarity index 100%
rename from meta/recipes-multimedia/lame/lame_3.99.5.bb
rename to yocto-poky/meta/recipes-multimedia/lame/lame_3.99.5.bb
diff --git a/meta/recipes-multimedia/liba52/liba52/buildcleanup.patch b/yocto-poky/meta/recipes-multimedia/liba52/liba52/buildcleanup.patch
similarity index 100%
rename from meta/recipes-multimedia/liba52/liba52/buildcleanup.patch
rename to yocto-poky/meta/recipes-multimedia/liba52/liba52/buildcleanup.patch
diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/yocto-poky/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
similarity index 100%
rename from meta/recipes-multimedia/liba52/liba52_0.7.4.bb
rename to yocto-poky/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
diff --git a/meta/recipes-multimedia/libav/libav.inc b/yocto-poky/meta/recipes-multimedia/libav/libav.inc
similarity index 100%
rename from meta/recipes-multimedia/libav/libav.inc
rename to yocto-poky/meta/recipes-multimedia/libav/libav.inc
diff --git a/meta/recipes-multimedia/libav/libav/libav-fix-CVE-2014-9676.patch b/yocto-poky/meta/recipes-multimedia/libav/libav/libav-fix-CVE-2014-9676.patch
similarity index 100%
rename from meta/recipes-multimedia/libav/libav/libav-fix-CVE-2014-9676.patch
rename to yocto-poky/meta/recipes-multimedia/libav/libav/libav-fix-CVE-2014-9676.patch
diff --git a/meta/recipes-multimedia/libav/libav_9.18.bb b/yocto-poky/meta/recipes-multimedia/libav/libav_9.18.bb
similarity index 100%
rename from meta/recipes-multimedia/libav/libav_9.18.bb
rename to yocto-poky/meta/recipes-multimedia/libav/libav_9.18.bb
diff --git a/meta/recipes-multimedia/libav/libpostproc_git.bb b/yocto-poky/meta/recipes-multimedia/libav/libpostproc_git.bb
similarity index 100%
rename from meta/recipes-multimedia/libav/libpostproc_git.bb
rename to yocto-poky/meta/recipes-multimedia/libav/libpostproc_git.bb
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag/addpkgconfig.patch b/yocto-poky/meta/recipes-multimedia/libid3tag/libid3tag/addpkgconfig.patch
similarity index 100%
rename from meta/recipes-multimedia/libid3tag/libid3tag/addpkgconfig.patch
rename to yocto-poky/meta/recipes-multimedia/libid3tag/libid3tag/addpkgconfig.patch
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb b/yocto-poky/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
similarity index 100%
rename from meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
rename to yocto-poky/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb
diff --git a/meta/recipes-multimedia/libmad/libmad/add-pkgconfig.patch b/yocto-poky/meta/recipes-multimedia/libmad/libmad/add-pkgconfig.patch
similarity index 100%
rename from meta/recipes-multimedia/libmad/libmad/add-pkgconfig.patch
rename to yocto-poky/meta/recipes-multimedia/libmad/libmad/add-pkgconfig.patch
diff --git a/meta/recipes-multimedia/libmad/libmad/automake-foreign.patch b/yocto-poky/meta/recipes-multimedia/libmad/libmad/automake-foreign.patch
similarity index 100%
rename from meta/recipes-multimedia/libmad/libmad/automake-foreign.patch
rename to yocto-poky/meta/recipes-multimedia/libmad/libmad/automake-foreign.patch
diff --git a/meta/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch b/yocto-poky/meta/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch
similarity index 100%
rename from meta/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch
rename to yocto-poky/meta/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch
diff --git a/meta/recipes-multimedia/libmad/libmad/no-force-mem.patch b/yocto-poky/meta/recipes-multimedia/libmad/libmad/no-force-mem.patch
similarity index 100%
rename from meta/recipes-multimedia/libmad/libmad/no-force-mem.patch
rename to yocto-poky/meta/recipes-multimedia/libmad/libmad/no-force-mem.patch
diff --git a/meta/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch
diff --git a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb b/yocto-poky/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
similarity index 100%
rename from meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
rename to yocto-poky/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
diff --git a/meta/recipes-multimedia/libogg/libogg_1.3.2.bb b/yocto-poky/meta/recipes-multimedia/libogg/libogg_1.3.2.bb
similarity index 100%
rename from meta/recipes-multimedia/libogg/libogg_1.3.2.bb
rename to yocto-poky/meta/recipes-multimedia/libogg/libogg_1.3.2.bb
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch b/yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
similarity index 100%
rename from meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
rename to yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/disable-so-versioning.patch b/yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/disable-so-versioning.patch
similarity index 100%
rename from meta/recipes-multimedia/libomxil/libomxil-0.9.3/disable-so-versioning.patch
rename to yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/disable-so-versioning.patch
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/dynamicloader-linking.patch b/yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/dynamicloader-linking.patch
similarity index 100%
rename from meta/recipes-multimedia/libomxil/libomxil-0.9.3/dynamicloader-linking.patch
rename to yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/dynamicloader-linking.patch
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch b/yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
similarity index 100%
rename from meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
rename to yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch
diff --git a/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch b/yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
similarity index 100%
rename from meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
rename to yocto-poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/yocto-poky/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
similarity index 100%
rename from meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
rename to yocto-poky/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.17.bb b/yocto-poky/meta/recipes-multimedia/libpng/libpng_1.6.17.bb
similarity index 100%
rename from meta/recipes-multimedia/libpng/libpng_1.6.17.bb
rename to yocto-poky/meta/recipes-multimedia/libpng/libpng_1.6.17.bb
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb b/yocto-poky/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
similarity index 100%
rename from meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
rename to yocto-poky/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.8.bb
diff --git a/meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-segfault-in-SD2-RSRC-parser.patch b/yocto-poky/meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-segfault-in-SD2-RSRC-parser.patch
similarity index 100%
rename from meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-segfault-in-SD2-RSRC-parser.patch
rename to yocto-poky/meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-segfault-in-SD2-RSRC-parser.patch
diff --git a/meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-two-potential-buffer-read-overflows.patch b/yocto-poky/meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-two-potential-buffer-read-overflows.patch
similarity index 100%
rename from meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-two-potential-buffer-read-overflows.patch
rename to yocto-poky/meta/recipes-multimedia/libsndfile/files/0001-src-sd2.c-Fix-two-potential-buffer-read-overflows.patch
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb b/yocto-poky/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
similarity index 100%
rename from meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
rename to yocto-poky/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.25.bb
diff --git a/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch b/yocto-poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch
similarity index 100%
rename from meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch
rename to yocto-poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/yocto-poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
similarity index 100%
rename from meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
rename to yocto-poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
diff --git a/meta/recipes-multimedia/libtiff/files/libtool2.patch b/yocto-poky/meta/recipes-multimedia/libtiff/files/libtool2.patch
similarity index 100%
rename from meta/recipes-multimedia/libtiff/files/libtool2.patch
rename to yocto-poky/meta/recipes-multimedia/libtiff/files/libtool2.patch
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb b/yocto-poky/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
similarity index 100%
rename from meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
rename to yocto-poky/meta/recipes-multimedia/libtiff/tiff_4.0.4.bb
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb b/yocto-poky/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
similarity index 100%
rename from meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
rename to yocto-poky/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch b/yocto-poky/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch
similarity index 100%
rename from meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch
rename to yocto-poky/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb b/yocto-poky/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb
similarity index 100%
rename from meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb
rename to yocto-poky/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio.inc
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-conf-parser-add-support-for-.d-directories.patch b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-conf-parser-add-support-for-.d-directories.patch
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio/0001-conf-parser-add-support-for-.d-directories.patch
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-conf-parser-add-support-for-.d-directories.patch
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-padsp-Make-it-compile-on-musl.patch b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-padsp-Make-it-compile-on-musl.patch
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio/0001-padsp-Make-it-compile-on-musl.patch
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-padsp-Make-it-compile-on-musl.patch
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/fix-git-version-gen.patch b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/fix-git-version-gen.patch
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio/fix-git-version-gen.patch
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/fix-git-version-gen.patch
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_6.0.bb b/yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio_6.0.bb
similarity index 100%
rename from meta/recipes-multimedia/pulseaudio/pulseaudio_6.0.bb
rename to yocto-poky/meta/recipes-multimedia/pulseaudio/pulseaudio_6.0.bb
diff --git a/meta/recipes-multimedia/sbc/sbc_1.3.bb b/yocto-poky/meta/recipes-multimedia/sbc/sbc_1.3.bb
similarity index 100%
rename from meta/recipes-multimedia/sbc/sbc_1.3.bb
rename to yocto-poky/meta/recipes-multimedia/sbc/sbc_1.3.bb
diff --git a/meta/recipes-multimedia/speex/speex_1.2rc2.bb b/yocto-poky/meta/recipes-multimedia/speex/speex_1.2rc2.bb
similarity index 100%
rename from meta/recipes-multimedia/speex/speex_1.2rc2.bb
rename to yocto-poky/meta/recipes-multimedia/speex/speex_1.2rc2.bb
diff --git a/meta/recipes-multimedia/speex/speexdsp/0001-Don-t-rely-on-HAVE_STDINT_H-et-al.-being-defined.patch b/yocto-poky/meta/recipes-multimedia/speex/speexdsp/0001-Don-t-rely-on-HAVE_STDINT_H-et-al.-being-defined.patch
similarity index 100%
rename from meta/recipes-multimedia/speex/speexdsp/0001-Don-t-rely-on-HAVE_STDINT_H-et-al.-being-defined.patch
rename to yocto-poky/meta/recipes-multimedia/speex/speexdsp/0001-Don-t-rely-on-HAVE_STDINT_H-et-al.-being-defined.patch
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb b/yocto-poky/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb
similarity index 100%
rename from meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb
rename to yocto-poky/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb
diff --git a/meta/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch
diff --git a/meta/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch b/yocto-poky/meta/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch
similarity index 100%
rename from meta/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch
rename to yocto-poky/meta/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch
diff --git a/meta/recipes-multimedia/tremor/tremor_20150107.bb b/yocto-poky/meta/recipes-multimedia/tremor/tremor_20150107.bb
similarity index 100%
rename from meta/recipes-multimedia/tremor/tremor_20150107.bb
rename to yocto-poky/meta/recipes-multimedia/tremor/tremor_20150107.bb
diff --git a/meta/recipes-multimedia/webp/libwebp_0.4.3.bb b/yocto-poky/meta/recipes-multimedia/webp/libwebp_0.4.3.bb
similarity index 100%
rename from meta/recipes-multimedia/webp/libwebp_0.4.3.bb
rename to yocto-poky/meta/recipes-multimedia/webp/libwebp_0.4.3.bb
diff --git a/meta/recipes-multimedia/x264/x264/don-t-default-to-cortex-a9-with-neon.patch b/yocto-poky/meta/recipes-multimedia/x264/x264/don-t-default-to-cortex-a9-with-neon.patch
similarity index 100%
rename from meta/recipes-multimedia/x264/x264/don-t-default-to-cortex-a9-with-neon.patch
rename to yocto-poky/meta/recipes-multimedia/x264/x264/don-t-default-to-cortex-a9-with-neon.patch
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/yocto-poky/meta/recipes-multimedia/x264/x264_git.bb
similarity index 100%
rename from meta/recipes-multimedia/x264/x264_git.bb
rename to yocto-poky/meta/recipes-multimedia/x264/x264_git.bb
diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/yocto-poky/meta/recipes-qt/images/qt4e-demo-image.bb
similarity index 100%
rename from meta/recipes-qt/images/qt4e-demo-image.bb
rename to yocto-poky/meta/recipes-qt/images/qt4e-demo-image.bb
diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.bb b/yocto-poky/meta/recipes-qt/meta/meta-toolchain-qt.bb
similarity index 100%
rename from meta/recipes-qt/meta/meta-toolchain-qt.bb
rename to yocto-poky/meta/recipes-qt/meta/meta-toolchain-qt.bb
diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/yocto-poky/meta/recipes-qt/meta/meta-toolchain-qt.inc
similarity index 100%
rename from meta/recipes-qt/meta/meta-toolchain-qt.inc
rename to yocto-poky/meta/recipes-qt/meta/meta-toolchain-qt.inc
diff --git a/meta/recipes-qt/meta/meta-toolchain-qte.bb b/yocto-poky/meta/recipes-qt/meta/meta-toolchain-qte.bb
similarity index 100%
rename from meta/recipes-qt/meta/meta-toolchain-qte.bb
rename to yocto-poky/meta/recipes-qt/meta/meta-toolchain-qte.bb
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb b/yocto-poky/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb
similarity index 100%
rename from meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb
rename to yocto-poky/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc b/yocto-poky/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc
similarity index 100%
rename from meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc
rename to yocto-poky/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb b/yocto-poky/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb
similarity index 100%
rename from meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb
rename to yocto-poky/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/yocto-poky/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
similarity index 100%
rename from meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
rename to yocto-poky/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/yocto-poky/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
similarity index 100%
rename from meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
rename to yocto-poky/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb b/yocto-poky/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb
similarity index 100%
rename from meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb
rename to yocto-poky/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/yocto-poky/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
similarity index 100%
rename from meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
rename to yocto-poky/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb b/yocto-poky/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb
similarity index 100%
rename from meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb
rename to yocto-poky/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb
diff --git a/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch b/yocto-poky/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
similarity index 100%
rename from meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
rename to yocto-poky/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/yocto-poky/meta/recipes-qt/qt-apps/fotowall_0.9.bb
similarity index 100%
rename from meta/recipes-qt/qt-apps/fotowall_0.9.bb
rename to yocto-poky/meta/recipes-qt/qt-apps/fotowall_0.9.bb
diff --git a/meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch b/yocto-poky/meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch
similarity index 100%
rename from meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch
rename to yocto-poky/meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb b/yocto-poky/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb
similarity index 100%
rename from meta/recipes-qt/qt-apps/qmmp_0.8.6.bb
rename to yocto-poky/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb
diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb b/yocto-poky/meta/recipes-qt/qt-apps/quicky_0.4.bb
similarity index 100%
rename from meta/recipes-qt/qt-apps/quicky_0.4.bb
rename to yocto-poky/meta/recipes-qt/qt-apps/quicky_0.4.bb
diff --git a/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init b/yocto-poky/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
similarity index 100%
rename from meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
rename to yocto-poky/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init
diff --git a/meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb b/yocto-poky/meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb
similarity index 100%
rename from meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb
rename to yocto-poky/meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb
diff --git a/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb b/yocto-poky/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
similarity index 100%
rename from meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
rename to yocto-poky/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/yocto-poky/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
similarity index 100%
rename from meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
rename to yocto-poky/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb b/yocto-poky/meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb
similarity index 100%
rename from meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb
rename to yocto-poky/meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7.inc b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7.inc
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7.inc
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7.inc
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0028-Don-t-crash-on-broken-GIF-images.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0028-Don-t-crash-on-broken-GIF-images.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0028-Don-t-crash-on-broken-GIF-images.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0028-Don-t-crash-on-broken-GIF-images.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/g++.conf b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/g++.conf
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/g++.conf
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/g++.conf
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/linux.conf b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/linux.conf
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/linux.conf
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/linux.conf
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/qte.sh b/yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/qte.sh
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-4.8.7/qte.sh
rename to yocto-poky/meta/recipes-qt/qt4/qt4-4.8.7/qte.sh
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/yocto-poky/meta/recipes-qt/qt4/qt4-embedded.inc
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-embedded.inc
rename to yocto-poky/meta/recipes-qt/qt4/qt4-embedded.inc
diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb b/yocto-poky/meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb
rename to yocto-poky/meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/yocto-poky/meta/recipes-qt/qt4/qt4-native.inc
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-native.inc
rename to yocto-poky/meta/recipes-qt/qt4/qt4-native.inc
diff --git a/meta/recipes-qt/qt4/qt4-native_4.8.7.bb b/yocto-poky/meta/recipes-qt/qt4/qt4-native_4.8.7.bb
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-native_4.8.7.bb
rename to yocto-poky/meta/recipes-qt/qt4/qt4-native_4.8.7.bb
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/yocto-poky/meta/recipes-qt/qt4/qt4-x11-free.inc
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-x11-free.inc
rename to yocto-poky/meta/recipes-qt/qt4/qt4-x11-free.inc
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb b/yocto-poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb
similarity index 100%
rename from meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb
rename to yocto-poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb
diff --git a/meta/recipes-qt/qt4/qt4.inc b/yocto-poky/meta/recipes-qt/qt4/qt4.inc
similarity index 100%
rename from meta/recipes-qt/qt4/qt4.inc
rename to yocto-poky/meta/recipes-qt/qt4/qt4.inc
diff --git a/meta/recipes-qt/qt4/qt4_arch.inc b/yocto-poky/meta/recipes-qt/qt4/qt4_arch.inc
similarity index 100%
rename from meta/recipes-qt/qt4/qt4_arch.inc
rename to yocto-poky/meta/recipes-qt/qt4/qt4_arch.inc
diff --git a/meta/recipes-rt/README b/yocto-poky/meta/recipes-rt/README
similarity index 100%
rename from meta/recipes-rt/README
rename to yocto-poky/meta/recipes-rt/README
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/yocto-poky/meta/recipes-rt/images/core-image-rt-sdk.bb
similarity index 100%
rename from meta/recipes-rt/images/core-image-rt-sdk.bb
rename to yocto-poky/meta/recipes-rt/images/core-image-rt-sdk.bb
diff --git a/meta/recipes-rt/images/core-image-rt.bb b/yocto-poky/meta/recipes-rt/images/core-image-rt.bb
similarity index 100%
rename from meta/recipes-rt/images/core-image-rt.bb
rename to yocto-poky/meta/recipes-rt/images/core-image-rt.bb
diff --git a/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch b/yocto-poky/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
rename to yocto-poky/meta/recipes-rt/rt-tests/files/0001-rt-tests-Allow-for-user-specified-PYLIB.patch
diff --git a/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch b/yocto-poky/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
rename to yocto-poky/meta/recipes-rt/rt-tests/files/0002-rt-tests-Break-out-install_hwlatdetect.patch
diff --git a/meta/recipes-rt/rt-tests/files/Makefile-fix-gzip-command.patch b/yocto-poky/meta/recipes-rt/rt-tests/files/Makefile-fix-gzip-command.patch
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/Makefile-fix-gzip-command.patch
rename to yocto-poky/meta/recipes-rt/rt-tests/files/Makefile-fix-gzip-command.patch
diff --git a/meta/recipes-rt/rt-tests/files/fix-re-install-failure.patch b/yocto-poky/meta/recipes-rt/rt-tests/files/fix-re-install-failure.patch
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/fix-re-install-failure.patch
rename to yocto-poky/meta/recipes-rt/rt-tests/files/fix-re-install-failure.patch
diff --git a/meta/recipes-rt/rt-tests/files/hackbench-fix-error-check.patch b/yocto-poky/meta/recipes-rt/rt-tests/files/hackbench-fix-error-check.patch
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/hackbench-fix-error-check.patch
rename to yocto-poky/meta/recipes-rt/rt-tests/files/hackbench-fix-error-check.patch
diff --git a/meta/recipes-rt/rt-tests/files/rt_bmark.py b/yocto-poky/meta/recipes-rt/rt-tests/files/rt_bmark.py
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/rt_bmark.py
rename to yocto-poky/meta/recipes-rt/rt-tests/files/rt_bmark.py
diff --git a/meta/recipes-rt/rt-tests/files/run-ptest b/yocto-poky/meta/recipes-rt/rt-tests/files/run-ptest
similarity index 100%
rename from meta/recipes-rt/rt-tests/files/run-ptest
rename to yocto-poky/meta/recipes-rt/rt-tests/files/run-ptest
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.92.bb b/yocto-poky/meta/recipes-rt/rt-tests/hwlatdetect_0.92.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/hwlatdetect_0.92.bb
rename to yocto-poky/meta/recipes-rt/rt-tests/hwlatdetect_0.92.bb
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests.inc
rename to yocto-poky/meta/recipes-rt/rt-tests/rt-tests.inc
diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.92.bb b/yocto-poky/meta/recipes-rt/rt-tests/rt-tests_0.92.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_0.92.bb
rename to yocto-poky/meta/recipes-rt/rt-tests/rt-tests_0.92.bb
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/yocto-poky/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
similarity index 100%
rename from meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
rename to yocto-poky/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb b/yocto-poky/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
similarity index 100%
rename from meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
rename to yocto-poky/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
diff --git a/meta/recipes-sato/images/core-image-sato-dev.bb b/yocto-poky/meta/recipes-sato/images/core-image-sato-dev.bb
similarity index 100%
rename from meta/recipes-sato/images/core-image-sato-dev.bb
rename to yocto-poky/meta/recipes-sato/images/core-image-sato-dev.bb
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/yocto-poky/meta/recipes-sato/images/core-image-sato-sdk.bb
similarity index 100%
rename from meta/recipes-sato/images/core-image-sato-sdk.bb
rename to yocto-poky/meta/recipes-sato/images/core-image-sato-sdk.bb
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/yocto-poky/meta/recipes-sato/images/core-image-sato.bb
similarity index 100%
rename from meta/recipes-sato/images/core-image-sato.bb
rename to yocto-poky/meta/recipes-sato/images/core-image-sato.bb
diff --git a/meta/recipes-sato/leafpad/files/leafpad.desktop b/yocto-poky/meta/recipes-sato/leafpad/files/leafpad.desktop
similarity index 100%
rename from meta/recipes-sato/leafpad/files/leafpad.desktop
rename to yocto-poky/meta/recipes-sato/leafpad/files/leafpad.desktop
diff --git a/meta/recipes-sato/leafpad/files/owl-menu.patch b/yocto-poky/meta/recipes-sato/leafpad/files/owl-menu.patch
similarity index 100%
rename from meta/recipes-sato/leafpad/files/owl-menu.patch
rename to yocto-poky/meta/recipes-sato/leafpad/files/owl-menu.patch
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/yocto-poky/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb
similarity index 100%
rename from meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb
rename to yocto-poky/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb
diff --git a/meta/recipes-sato/libowl/libowl_git.bb b/yocto-poky/meta/recipes-sato/libowl/libowl_git.bb
similarity index 100%
rename from meta/recipes-sato/libowl/libowl_git.bb
rename to yocto-poky/meta/recipes-sato/libowl/libowl_git.bb
diff --git a/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch b/yocto-poky/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch
similarity index 100%
rename from meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch
rename to yocto-poky/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb b/yocto-poky/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb
diff --git a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb b/yocto-poky/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_git.bb
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/yocto-poky/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
diff --git a/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh b/yocto-poky/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh
similarity index 100%
rename from meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh
rename to yocto-poky/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh
diff --git a/meta/recipes-sato/matchbox-keyboard/files/single-instance.patch b/yocto-poky/meta/recipes-sato/matchbox-keyboard/files/single-instance.patch
similarity index 100%
rename from meta/recipes-sato/matchbox-keyboard/files/single-instance.patch
rename to yocto-poky/meta/recipes-sato/matchbox-keyboard/files/single-instance.patch
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/yocto-poky/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
diff --git a/meta/recipes-sato/matchbox-panel-2/files/silence-warnings.patch b/yocto-poky/meta/recipes-sato/matchbox-panel-2/files/silence-warnings.patch
similarity index 100%
rename from meta/recipes-sato/matchbox-panel-2/files/silence-warnings.patch
rename to yocto-poky/meta/recipes-sato/matchbox-panel-2/files/silence-warnings.patch
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/yocto-poky/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session b/yocto-poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
similarity index 100%
rename from meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
rename to yocto-poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/yocto-poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
rename to yocto-poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb b/yocto-poky/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-terminal/matchbox-terminal_git.bb
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc b/yocto-poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
similarity index 100%
rename from meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
rename to yocto-poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/yocto-poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
rename to yocto-poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb b/yocto-poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb
similarity index 100%
rename from meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb
rename to yocto-poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/yocto-poky/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
similarity index 100%
rename from meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
rename to yocto-poky/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
diff --git a/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png b/yocto-poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png
similarity index 100%
rename from meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png
rename to yocto-poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png
Binary files differ
diff --git a/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png b/yocto-poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png
similarity index 100%
rename from meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png
rename to yocto-poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png
Binary files differ
diff --git a/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png b/yocto-poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png
similarity index 100%
rename from meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png
rename to yocto-poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png
Binary files differ
diff --git a/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png b/yocto-poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png
similarity index 100%
rename from meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png
rename to yocto-poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png
Binary files differ
diff --git a/meta/recipes-sato/pcmanfm/files/no-desktop.patch b/yocto-poky/meta/recipes-sato/pcmanfm/files/no-desktop.patch
similarity index 100%
rename from meta/recipes-sato/pcmanfm/files/no-desktop.patch
rename to yocto-poky/meta/recipes-sato/pcmanfm/files/no-desktop.patch
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb b/yocto-poky/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb
similarity index 100%
rename from meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb
rename to yocto-poky/meta/recipes-sato/pcmanfm/pcmanfm_1.2.3.bb
diff --git a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf b/yocto-poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf
similarity index 100%
rename from meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf
rename to yocto-poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf
diff --git a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb b/yocto-poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
similarity index 100%
rename from meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
rename to yocto-poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb
diff --git a/meta/recipes-sato/puzzles/files/0001-Use-labs-instead-of-abs.patch b/yocto-poky/meta/recipes-sato/puzzles/files/0001-Use-labs-instead-of-abs.patch
similarity index 100%
rename from meta/recipes-sato/puzzles/files/0001-Use-labs-instead-of-abs.patch
rename to yocto-poky/meta/recipes-sato/puzzles/files/0001-Use-labs-instead-of-abs.patch
diff --git a/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch b/yocto-poky/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch
similarity index 100%
rename from meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch
rename to yocto-poky/meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch
diff --git a/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch b/yocto-poky/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
similarity index 100%
rename from meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
rename to yocto-poky/meta/recipes-sato/puzzles/files/oh-puzzles-owl-menu.patch
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_git.bb b/yocto-poky/meta/recipes-sato/puzzles/oh-puzzles_git.bb
similarity index 100%
rename from meta/recipes-sato/puzzles/oh-puzzles_git.bb
rename to yocto-poky/meta/recipes-sato/puzzles/oh-puzzles_git.bb
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/yocto-poky/meta/recipes-sato/puzzles/puzzles_git.bb
similarity index 100%
rename from meta/recipes-sato/puzzles/puzzles_git.bb
rename to yocto-poky/meta/recipes-sato/puzzles/puzzles_git.bb
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
rename to yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop b/yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop
rename to yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png b/yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png
rename to yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png
Binary files differ
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch b/yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch
rename to yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.20.bb b/yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.20.bb
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.20.bb
rename to yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.20.bb
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.21.bb b/yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.21.bb
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.21.bb
rename to yocto-poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.21.bb
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch b/yocto-poky/meta/recipes-sato/sato-icon-theme/sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch
similarity index 100%
rename from meta/recipes-sato/sato-icon-theme/sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch
rename to yocto-poky/meta/recipes-sato/sato-icon-theme/sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch
diff --git a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb b/yocto-poky/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb
similarity index 100%
rename from meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb
rename to yocto-poky/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb b/yocto-poky/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
similarity index 100%
rename from meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
rename to yocto-poky/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
diff --git a/meta/recipes-sato/settings-daemon/files/70settings-daemon.sh b/yocto-poky/meta/recipes-sato/settings-daemon/files/70settings-daemon.sh
similarity index 100%
rename from meta/recipes-sato/settings-daemon/files/70settings-daemon.sh
rename to yocto-poky/meta/recipes-sato/settings-daemon/files/70settings-daemon.sh
diff --git a/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch b/yocto-poky/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch
similarity index 100%
rename from meta/recipes-sato/settings-daemon/files/addsoundkeys.patch
rename to yocto-poky/meta/recipes-sato/settings-daemon/files/addsoundkeys.patch
diff --git a/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch b/yocto-poky/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch
similarity index 100%
rename from meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch
rename to yocto-poky/meta/recipes-sato/settings-daemon/files/dso_linking_change_build_fix.patch
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb b/yocto-poky/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
similarity index 100%
rename from meta/recipes-sato/settings-daemon/settings-daemon_git.bb
rename to yocto-poky/meta/recipes-sato/settings-daemon/settings-daemon_git.bb
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb b/yocto-poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
similarity index 100%
rename from meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
rename to yocto-poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop b/yocto-poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
similarity index 100%
rename from meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
rename to yocto-poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
diff --git a/meta/recipes-sato/webkit/files/0001-This-patch-fixes-a-command-line-that-is-too-long-ove.patch b/yocto-poky/meta/recipes-sato/webkit/files/0001-This-patch-fixes-a-command-line-that-is-too-long-ove.patch
similarity index 100%
rename from meta/recipes-sato/webkit/files/0001-This-patch-fixes-a-command-line-that-is-too-long-ove.patch
rename to yocto-poky/meta/recipes-sato/webkit/files/0001-This-patch-fixes-a-command-line-that-is-too-long-ove.patch
diff --git a/meta/recipes-sato/webkit/webkitgtk/gcc5.patch b/yocto-poky/meta/recipes-sato/webkit/webkitgtk/gcc5.patch
similarity index 100%
rename from meta/recipes-sato/webkit/webkitgtk/gcc5.patch
rename to yocto-poky/meta/recipes-sato/webkit/webkitgtk/gcc5.patch
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/yocto-poky/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
similarity index 100%
rename from meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
rename to yocto-poky/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
diff --git a/meta/recipes-support/apr/apr-util/configfix.patch b/yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch
similarity index 100%
rename from meta/recipes-support/apr/apr-util/configfix.patch
rename to yocto-poky/meta/recipes-support/apr/apr-util/configfix.patch
diff --git a/meta/recipes-support/apr/apr-util/configure_fixes.patch b/yocto-poky/meta/recipes-support/apr/apr-util/configure_fixes.patch
similarity index 100%
rename from meta/recipes-support/apr/apr-util/configure_fixes.patch
rename to yocto-poky/meta/recipes-support/apr/apr-util/configure_fixes.patch
diff --git a/meta/recipes-support/apr/apr-util/run-ptest b/yocto-poky/meta/recipes-support/apr/apr-util/run-ptest
similarity index 100%
rename from meta/recipes-support/apr/apr-util/run-ptest
rename to yocto-poky/meta/recipes-support/apr/apr-util/run-ptest
diff --git a/meta/recipes-support/apr/apr-util_1.5.4.bb b/yocto-poky/meta/recipes-support/apr/apr-util_1.5.4.bb
similarity index 100%
rename from meta/recipes-support/apr/apr-util_1.5.4.bb
rename to yocto-poky/meta/recipes-support/apr/apr-util_1.5.4.bb
diff --git a/meta/recipes-support/apr/apr/Fix-packet-discards-HTTP-redirect.patch b/yocto-poky/meta/recipes-support/apr/apr/Fix-packet-discards-HTTP-redirect.patch
similarity index 100%
rename from meta/recipes-support/apr/apr/Fix-packet-discards-HTTP-redirect.patch
rename to yocto-poky/meta/recipes-support/apr/apr/Fix-packet-discards-HTTP-redirect.patch
diff --git a/meta/recipes-support/apr/apr/cleanup.patch b/yocto-poky/meta/recipes-support/apr/apr/cleanup.patch
similarity index 100%
rename from meta/recipes-support/apr/apr/cleanup.patch
rename to yocto-poky/meta/recipes-support/apr/apr/cleanup.patch
diff --git a/meta/recipes-support/apr/apr/configfix.patch b/yocto-poky/meta/recipes-support/apr/apr/configfix.patch
similarity index 100%
rename from meta/recipes-support/apr/apr/configfix.patch
rename to yocto-poky/meta/recipes-support/apr/apr/configfix.patch
diff --git a/meta/recipes-support/apr/apr/configure_fixes.patch b/yocto-poky/meta/recipes-support/apr/apr/configure_fixes.patch
similarity index 100%
rename from meta/recipes-support/apr/apr/configure_fixes.patch
rename to yocto-poky/meta/recipes-support/apr/apr/configure_fixes.patch
diff --git a/meta/recipes-support/apr/apr/run-ptest b/yocto-poky/meta/recipes-support/apr/apr/run-ptest
similarity index 100%
rename from meta/recipes-support/apr/apr/run-ptest
rename to yocto-poky/meta/recipes-support/apr/apr/run-ptest
diff --git a/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch b/yocto-poky/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
similarity index 100%
rename from meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
rename to yocto-poky/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
diff --git a/meta/recipes-support/apr/apr_1.5.2.bb b/yocto-poky/meta/recipes-support/apr/apr_1.5.2.bb
similarity index 100%
rename from meta/recipes-support/apr/apr_1.5.2.bb
rename to yocto-poky/meta/recipes-support/apr/apr_1.5.2.bb
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/yocto-poky/meta/recipes-support/aspell/aspell_0.60.6.1.bb
similarity index 100%
rename from meta/recipes-support/aspell/aspell_0.60.6.1.bb
rename to yocto-poky/meta/recipes-support/aspell/aspell_0.60.6.1.bb
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb b/yocto-poky/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
similarity index 100%
rename from meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
rename to yocto-poky/meta/recipes-support/atk/at-spi2-atk_2.16.0.bb
diff --git a/meta/recipes-support/atk/at-spi2-core/0001-nls.m4-Take-it-from-gettext-0.15.patch b/yocto-poky/meta/recipes-support/atk/at-spi2-core/0001-nls.m4-Take-it-from-gettext-0.15.patch
similarity index 100%
rename from meta/recipes-support/atk/at-spi2-core/0001-nls.m4-Take-it-from-gettext-0.15.patch
rename to yocto-poky/meta/recipes-support/atk/at-spi2-core/0001-nls.m4-Take-it-from-gettext-0.15.patch
diff --git a/meta/recipes-support/atk/at-spi2-core_2.16.0.bb b/yocto-poky/meta/recipes-support/atk/at-spi2-core_2.16.0.bb
similarity index 100%
rename from meta/recipes-support/atk/at-spi2-core_2.16.0.bb
rename to yocto-poky/meta/recipes-support/atk/at-spi2-core_2.16.0.bb
diff --git a/meta/recipes-support/atk/atk_2.16.0.bb b/yocto-poky/meta/recipes-support/atk/atk_2.16.0.bb
similarity index 100%
rename from meta/recipes-support/atk/atk_2.16.0.bb
rename to yocto-poky/meta/recipes-support/atk/atk_2.16.0.bb
diff --git a/meta/recipes-support/attr/acl.inc b/yocto-poky/meta/recipes-support/attr/acl.inc
similarity index 100%
rename from meta/recipes-support/attr/acl.inc
rename to yocto-poky/meta/recipes-support/attr/acl.inc
diff --git a/meta/recipes-support/attr/acl/acl-fix-the-order-of-expected-output-of-getfacl.patch b/yocto-poky/meta/recipes-support/attr/acl/acl-fix-the-order-of-expected-output-of-getfacl.patch
similarity index 100%
rename from meta/recipes-support/attr/acl/acl-fix-the-order-of-expected-output-of-getfacl.patch
rename to yocto-poky/meta/recipes-support/attr/acl/acl-fix-the-order-of-expected-output-of-getfacl.patch
diff --git a/meta/recipes-support/attr/acl/add-missing-configure.ac.patch b/yocto-poky/meta/recipes-support/attr/acl/add-missing-configure.ac.patch
similarity index 100%
rename from meta/recipes-support/attr/acl/add-missing-configure.ac.patch
rename to yocto-poky/meta/recipes-support/attr/acl/add-missing-configure.ac.patch
diff --git a/meta/recipes-support/attr/acl/run-ptest b/yocto-poky/meta/recipes-support/attr/acl/run-ptest
similarity index 100%
rename from meta/recipes-support/attr/acl/run-ptest
rename to yocto-poky/meta/recipes-support/attr/acl/run-ptest
diff --git a/meta/recipes-support/attr/acl_2.2.52.bb b/yocto-poky/meta/recipes-support/attr/acl_2.2.52.bb
similarity index 100%
rename from meta/recipes-support/attr/acl_2.2.52.bb
rename to yocto-poky/meta/recipes-support/attr/acl_2.2.52.bb
diff --git a/meta/recipes-support/attr/attr.inc b/yocto-poky/meta/recipes-support/attr/attr.inc
similarity index 100%
rename from meta/recipes-support/attr/attr.inc
rename to yocto-poky/meta/recipes-support/attr/attr.inc
diff --git a/meta/recipes-support/attr/attr_2.4.47.bb b/yocto-poky/meta/recipes-support/attr/attr_2.4.47.bb
similarity index 100%
rename from meta/recipes-support/attr/attr_2.4.47.bb
rename to yocto-poky/meta/recipes-support/attr/attr_2.4.47.bb
diff --git a/meta/recipes-support/attr/ea-acl.inc b/yocto-poky/meta/recipes-support/attr/ea-acl.inc
similarity index 100%
rename from meta/recipes-support/attr/ea-acl.inc
rename to yocto-poky/meta/recipes-support/attr/ea-acl.inc
diff --git a/meta/recipes-support/attr/files/attr-Missing-configure.ac.patch b/yocto-poky/meta/recipes-support/attr/files/attr-Missing-configure.ac.patch
similarity index 100%
rename from meta/recipes-support/attr/files/attr-Missing-configure.ac.patch
rename to yocto-poky/meta/recipes-support/attr/files/attr-Missing-configure.ac.patch
diff --git a/meta/recipes-support/attr/files/relative-libdir.patch b/yocto-poky/meta/recipes-support/attr/files/relative-libdir.patch
similarity index 100%
rename from meta/recipes-support/attr/files/relative-libdir.patch
rename to yocto-poky/meta/recipes-support/attr/files/relative-libdir.patch
diff --git a/meta/recipes-support/attr/files/run-ptest b/yocto-poky/meta/recipes-support/attr/files/run-ptest
similarity index 100%
rename from meta/recipes-support/attr/files/run-ptest
rename to yocto-poky/meta/recipes-support/attr/files/run-ptest
diff --git a/meta/recipes-support/bdwgc/bdwgc/0001-fix-build-with-musl.patch b/yocto-poky/meta/recipes-support/bdwgc/bdwgc/0001-fix-build-with-musl.patch
similarity index 100%
rename from meta/recipes-support/bdwgc/bdwgc/0001-fix-build-with-musl.patch
rename to yocto-poky/meta/recipes-support/bdwgc/bdwgc/0001-fix-build-with-musl.patch
diff --git a/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb b/yocto-poky/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
similarity index 100%
rename from meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
rename to yocto-poky/meta/recipes-support/bdwgc/bdwgc_7.4.2.bb
diff --git a/meta/recipes-support/beecrypt/beecrypt/add-option-dev-dsp.patch b/yocto-poky/meta/recipes-support/beecrypt/beecrypt/add-option-dev-dsp.patch
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt/add-option-dev-dsp.patch
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt/add-option-dev-dsp.patch
diff --git a/meta/recipes-support/beecrypt/beecrypt/beecrypt-enable-ptest-support.patch b/yocto-poky/meta/recipes-support/beecrypt/beecrypt/beecrypt-enable-ptest-support.patch
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt/beecrypt-enable-ptest-support.patch
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt/beecrypt-enable-ptest-support.patch
diff --git a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch b/yocto-poky/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch
diff --git a/meta/recipes-support/beecrypt/beecrypt/fix-for-gcc-4.7.patch b/yocto-poky/meta/recipes-support/beecrypt/beecrypt/fix-for-gcc-4.7.patch
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt/fix-for-gcc-4.7.patch
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt/fix-for-gcc-4.7.patch
diff --git a/meta/recipes-support/beecrypt/beecrypt/fix-security.patch b/yocto-poky/meta/recipes-support/beecrypt/beecrypt/fix-security.patch
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt/fix-security.patch
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt/fix-security.patch
diff --git a/meta/recipes-support/beecrypt/beecrypt/run-ptest b/yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt/run-ptest
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt/run-ptest
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/yocto-poky/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
similarity index 100%
rename from meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
rename to yocto-poky/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
diff --git a/meta/recipes-support/boost/bjam-native_1.58.0.bb b/yocto-poky/meta/recipes-support/boost/bjam-native_1.58.0.bb
similarity index 100%
rename from meta/recipes-support/boost/bjam-native_1.58.0.bb
rename to yocto-poky/meta/recipes-support/boost/bjam-native_1.58.0.bb
diff --git a/meta/recipes-support/boost/boost-1.58.0.inc b/yocto-poky/meta/recipes-support/boost/boost-1.58.0.inc
similarity index 100%
rename from meta/recipes-support/boost/boost-1.58.0.inc
rename to yocto-poky/meta/recipes-support/boost/boost-1.58.0.inc
diff --git a/meta/recipes-support/boost/boost.inc b/yocto-poky/meta/recipes-support/boost/boost.inc
similarity index 100%
rename from meta/recipes-support/boost/boost.inc
rename to yocto-poky/meta/recipes-support/boost/boost.inc
diff --git a/meta/recipes-support/boost/boost/arm-intrinsics.patch b/yocto-poky/meta/recipes-support/boost/boost/arm-intrinsics.patch
similarity index 100%
rename from meta/recipes-support/boost/boost/arm-intrinsics.patch
rename to yocto-poky/meta/recipes-support/boost/boost/arm-intrinsics.patch
diff --git a/meta/recipes-support/boost/boost_1.58.0.bb b/yocto-poky/meta/recipes-support/boost/boost_1.58.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.58.0.bb
rename to yocto-poky/meta/recipes-support/boost/boost_1.58.0.bb
diff --git a/meta/recipes-support/boost/files/0001-mips1-fix-added-gcc.jam-was-passing-the-options-m32-.patch b/yocto-poky/meta/recipes-support/boost/files/0001-mips1-fix-added-gcc.jam-was-passing-the-options-m32-.patch
similarity index 100%
rename from meta/recipes-support/boost/files/0001-mips1-fix-added-gcc.jam-was-passing-the-options-m32-.patch
rename to yocto-poky/meta/recipes-support/boost/files/0001-mips1-fix-added-gcc.jam-was-passing-the-options-m32-.patch
diff --git a/meta/recipes-support/boost/files/0002-Don-t-pass-m32-m64-where-it-s-not-supported.patch b/yocto-poky/meta/recipes-support/boost/files/0002-Don-t-pass-m32-m64-where-it-s-not-supported.patch
similarity index 100%
rename from meta/recipes-support/boost/files/0002-Don-t-pass-m32-m64-where-it-s-not-supported.patch
rename to yocto-poky/meta/recipes-support/boost/files/0002-Don-t-pass-m32-m64-where-it-s-not-supported.patch
diff --git a/meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch b/yocto-poky/meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch
similarity index 100%
rename from meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch
rename to yocto-poky/meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch b/yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
similarity index 100%
rename from meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
rename to yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch b/yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch
similarity index 100%
rename from meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch
rename to yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch b/yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch
similarity index 100%
rename from meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch
rename to yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch b/yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch
similarity index 100%
rename from meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch
rename to yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch
diff --git a/meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch b/yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch
similarity index 100%
rename from meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch
rename to yocto-poky/meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb b/yocto-poky/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb
similarity index 100%
rename from meta/recipes-support/ca-certificates/ca-certificates_20150426.bb
rename to yocto-poky/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb
diff --git a/meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch b/yocto-poky/meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch
similarity index 100%
rename from meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch
rename to yocto-poky/meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch
diff --git a/meta/recipes-support/consolekit/consolekit/sepbuildfix.patch b/yocto-poky/meta/recipes-support/consolekit/consolekit/sepbuildfix.patch
similarity index 100%
rename from meta/recipes-support/consolekit/consolekit/sepbuildfix.patch
rename to yocto-poky/meta/recipes-support/consolekit/consolekit/sepbuildfix.patch
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/yocto-poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb
similarity index 100%
rename from meta/recipes-support/consolekit/consolekit_0.4.6.bb
rename to yocto-poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb
diff --git a/meta/recipes-support/createrepo/createrepo/createrepo-dbpath.patch b/yocto-poky/meta/recipes-support/createrepo/createrepo/createrepo-dbpath.patch
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/createrepo-dbpath.patch
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/createrepo-dbpath.patch
diff --git a/meta/recipes-support/createrepo/createrepo/createrepo-rpm549.patch b/yocto-poky/meta/recipes-support/createrepo/createrepo/createrepo-rpm549.patch
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/createrepo-rpm549.patch
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/createrepo-rpm549.patch
diff --git a/meta/recipes-support/createrepo/createrepo/dumpMetadata-disable-signature-validation.patch b/yocto-poky/meta/recipes-support/createrepo/createrepo/dumpMetadata-disable-signature-validation.patch
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/dumpMetadata-disable-signature-validation.patch
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/dumpMetadata-disable-signature-validation.patch
diff --git a/meta/recipes-support/createrepo/createrepo/fix-native-install.patch b/yocto-poky/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/fix-native-install.patch
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/fix-native-install.patch
diff --git a/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch b/yocto-poky/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/python-scripts-should-use-interpreter-from-env.patch
diff --git a/meta/recipes-support/createrepo/createrepo/recommends.patch b/yocto-poky/meta/recipes-support/createrepo/createrepo/recommends.patch
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/recommends.patch
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/recommends.patch
diff --git a/meta/recipes-support/createrepo/createrepo/rpm-createsolvedb.py b/yocto-poky/meta/recipes-support/createrepo/createrepo/rpm-createsolvedb.py
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo/rpm-createsolvedb.py
rename to yocto-poky/meta/recipes-support/createrepo/createrepo/rpm-createsolvedb.py
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/yocto-poky/meta/recipes-support/createrepo/createrepo_0.4.11.bb
similarity index 100%
rename from meta/recipes-support/createrepo/createrepo_0.4.11.bb
rename to yocto-poky/meta/recipes-support/createrepo/createrepo_0.4.11.bb
diff --git a/meta/recipes-support/curl/curl/configure_ac.patch b/yocto-poky/meta/recipes-support/curl/curl/configure_ac.patch
similarity index 100%
rename from meta/recipes-support/curl/curl/configure_ac.patch
rename to yocto-poky/meta/recipes-support/curl/curl/configure_ac.patch
diff --git a/meta/recipes-support/curl/curl/pkgconfig_fix.patch b/yocto-poky/meta/recipes-support/curl/curl/pkgconfig_fix.patch
similarity index 100%
rename from meta/recipes-support/curl/curl/pkgconfig_fix.patch
rename to yocto-poky/meta/recipes-support/curl/curl/pkgconfig_fix.patch
diff --git a/meta/recipes-support/curl/curl_7.44.0.bb b/yocto-poky/meta/recipes-support/curl/curl_7.44.0.bb
similarity index 100%
rename from meta/recipes-support/curl/curl_7.44.0.bb
rename to yocto-poky/meta/recipes-support/curl/curl_7.44.0.bb
diff --git a/meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch b/yocto-poky/meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch
similarity index 100%
rename from meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch
rename to yocto-poky/meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch
diff --git a/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch b/yocto-poky/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch
similarity index 100%
rename from meta/recipes-support/db/db/arm-thumb-mutex_db5.patch
rename to yocto-poky/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch
diff --git a/meta/recipes-support/db/db/fix-parallel-build.patch b/yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch
similarity index 100%
rename from meta/recipes-support/db/db/fix-parallel-build.patch
rename to yocto-poky/meta/recipes-support/db/db/fix-parallel-build.patch
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/yocto-poky/meta/recipes-support/db/db_5.3.28.bb
similarity index 100%
rename from meta/recipes-support/db/db_5.3.28.bb
rename to yocto-poky/meta/recipes-support/db/db_5.3.28.bb
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/yocto-poky/meta/recipes-support/db/db_6.0.30.bb
similarity index 100%
rename from meta/recipes-support/db/db_6.0.30.bb
rename to yocto-poky/meta/recipes-support/db/db_6.0.30.bb
diff --git a/meta/recipes-support/debianutils/debianutils_4.5.1.bb b/yocto-poky/meta/recipes-support/debianutils/debianutils_4.5.1.bb
similarity index 100%
rename from meta/recipes-support/debianutils/debianutils_4.5.1.bb
rename to yocto-poky/meta/recipes-support/debianutils/debianutils_4.5.1.bb
diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/yocto-poky/meta/recipes-support/enchant/enchant_1.6.0.bb
similarity index 100%
rename from meta/recipes-support/enchant/enchant_1.6.0.bb
rename to yocto-poky/meta/recipes-support/enchant/enchant_1.6.0.bb
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch
similarity index 100%
rename from meta/recipes-support/gdbm/files/ptest.patch
rename to yocto-poky/meta/recipes-support/gdbm/files/ptest.patch
diff --git a/meta/recipes-support/gdbm/files/run-ptest b/yocto-poky/meta/recipes-support/gdbm/files/run-ptest
similarity index 100%
rename from meta/recipes-support/gdbm/files/run-ptest
rename to yocto-poky/meta/recipes-support/gdbm/files/run-ptest
diff --git a/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch b/yocto-poky/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch
similarity index 100%
rename from meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch
rename to yocto-poky/meta/recipes-support/gdbm/gdbm-1.8.3/ldflags.patch
diff --git a/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch b/yocto-poky/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch
similarity index 100%
rename from meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch
rename to yocto-poky/meta/recipes-support/gdbm/gdbm-1.8.3/libtool-mode.patch
diff --git a/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch b/yocto-poky/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch
similarity index 100%
rename from meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch
rename to yocto-poky/meta/recipes-support/gdbm/gdbm-1.8.3/makefile.patch
diff --git a/meta/recipes-support/gdbm/gdbm_1.11.bb b/yocto-poky/meta/recipes-support/gdbm/gdbm_1.11.bb
similarity index 100%
rename from meta/recipes-support/gdbm/gdbm_1.11.bb
rename to yocto-poky/meta/recipes-support/gdbm/gdbm_1.11.bb
diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb
similarity index 100%
rename from meta/recipes-support/gdbm/gdbm_1.8.3.bb
rename to yocto-poky/meta/recipes-support/gdbm/gdbm_1.8.3.bb
diff --git a/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch b/yocto-poky/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch
diff --git a/meta/recipes-support/gmp/gmp-4.2.1/gmp_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-support/gmp/gmp-4.2.1/gmp_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-4.2.1/gmp_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-4.2.1/gmp_fix_for_automake-1.12.patch
diff --git a/meta/recipes-support/gmp/gmp-6.0.0/amd64.patch b/yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/amd64.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.0.0/amd64.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/amd64.patch
diff --git a/meta/recipes-support/gmp/gmp-6.0.0/append_user_provided_flags.patch b/yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/append_user_provided_flags.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.0.0/append_user_provided_flags.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/append_user_provided_flags.patch
diff --git a/meta/recipes-support/gmp/gmp-6.0.0/configure.patch b/yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/configure.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.0.0/configure.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/configure.patch
diff --git a/meta/recipes-support/gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch b/yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/gmp-6.0.0-ppc64.patch
diff --git a/meta/recipes-support/gmp/gmp-6.0.0/use-includedir.patch b/yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/use-includedir.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.0.0/use-includedir.patch
rename to yocto-poky/meta/recipes-support/gmp/gmp-6.0.0/use-includedir.patch
diff --git a/meta/recipes-support/gmp/gmp.inc b/yocto-poky/meta/recipes-support/gmp/gmp.inc
similarity index 100%
rename from meta/recipes-support/gmp/gmp.inc
rename to yocto-poky/meta/recipes-support/gmp/gmp.inc
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/yocto-poky/meta/recipes-support/gmp/gmp_4.2.1.bb
similarity index 100%
rename from meta/recipes-support/gmp/gmp_4.2.1.bb
rename to yocto-poky/meta/recipes-support/gmp/gmp_4.2.1.bb
diff --git a/meta/recipes-support/gmp/gmp_6.0.0.bb b/yocto-poky/meta/recipes-support/gmp/gmp_6.0.0.bb
similarity index 100%
rename from meta/recipes-support/gmp/gmp_6.0.0.bb
rename to yocto-poky/meta/recipes-support/gmp/gmp_6.0.0.bb
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch b/yocto-poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch
similarity index 100%
rename from meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch
rename to yocto-poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb b/yocto-poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb
similarity index 100%
rename from meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb
rename to yocto-poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4242.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4242.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4242.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4242.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4351.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4351.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4351.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4351.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4576.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4576.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4576.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/CVE-2013-4576.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/GnuPG1-CVE-2012-6085.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/GnuPG1-CVE-2012-6085.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/GnuPG1-CVE-2012-6085.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/GnuPG1-CVE-2012-6085.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_backport.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_backport.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_backport.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_backport.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
diff --git a/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg/dirmngr-uses-libgpg-error.patch
diff --git a/meta/recipes-support/gnupg/gnupg/pkgconfig.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg/pkgconfig.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg/pkgconfig.patch
diff --git a/meta/recipes-support/gnupg/gnupg/use-pkgconfig-instead-of-npth-config.patch b/yocto-poky/meta/recipes-support/gnupg/gnupg/use-pkgconfig-instead-of-npth-config.patch
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg/use-pkgconfig-instead-of-npth-config.patch
rename to yocto-poky/meta/recipes-support/gnupg/gnupg/use-pkgconfig-instead-of-npth-config.patch
diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/yocto-poky/meta/recipes-support/gnupg/gnupg_1.4.7.bb
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg_1.4.7.bb
rename to yocto-poky/meta/recipes-support/gnupg/gnupg_1.4.7.bb
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.7.bb b/yocto-poky/meta/recipes-support/gnupg/gnupg_2.1.7.bb
similarity index 100%
rename from meta/recipes-support/gnupg/gnupg_2.1.7.bb
rename to yocto-poky/meta/recipes-support/gnupg/gnupg_2.1.7.bb
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/yocto-poky/meta/recipes-support/gnutls/gnutls.inc
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls.inc
rename to yocto-poky/meta/recipes-support/gnutls/gnutls.inc
diff --git a/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch b/yocto-poky/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
rename to yocto-poky/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
diff --git a/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch b/yocto-poky/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
rename to yocto-poky/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
diff --git a/meta/recipes-support/gnutls/gnutls/use-pkg-config-to-locate-zlib.patch b/yocto-poky/meta/recipes-support/gnutls/gnutls/use-pkg-config-to-locate-zlib.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls/use-pkg-config-to-locate-zlib.patch
rename to yocto-poky/meta/recipes-support/gnutls/gnutls/use-pkg-config-to-locate-zlib.patch
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.17.1.bb b/yocto-poky/meta/recipes-support/gnutls/gnutls_3.3.17.1.bb
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls_3.3.17.1.bb
rename to yocto-poky/meta/recipes-support/gnutls/gnutls_3.3.17.1.bb
diff --git a/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch b/yocto-poky/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch
similarity index 100%
rename from meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch
rename to yocto-poky/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch
diff --git a/meta/recipes-support/gnutls/libtasn1_4.5.bb b/yocto-poky/meta/recipes-support/gnutls/libtasn1_4.5.bb
similarity index 100%
rename from meta/recipes-support/gnutls/libtasn1_4.5.bb
rename to yocto-poky/meta/recipes-support/gnutls/libtasn1_4.5.bb
diff --git a/meta/recipes-support/gpgme/gpgme/gpgme.pc b/yocto-poky/meta/recipes-support/gpgme/gpgme/gpgme.pc
similarity index 100%
rename from meta/recipes-support/gpgme/gpgme/gpgme.pc
rename to yocto-poky/meta/recipes-support/gpgme/gpgme/gpgme.pc
diff --git a/meta/recipes-support/gpgme/gpgme/pkgconfig.patch b/yocto-poky/meta/recipes-support/gpgme/gpgme/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/gpgme/gpgme/pkgconfig.patch
rename to yocto-poky/meta/recipes-support/gpgme/gpgme/pkgconfig.patch
diff --git a/meta/recipes-support/gpgme/gpgme_1.5.4.bb b/yocto-poky/meta/recipes-support/gpgme/gpgme_1.5.4.bb
similarity index 100%
rename from meta/recipes-support/gpgme/gpgme_1.5.4.bb
rename to yocto-poky/meta/recipes-support/gpgme/gpgme_1.5.4.bb
diff --git a/meta/recipes-support/icu/icu.inc b/yocto-poky/meta/recipes-support/icu/icu.inc
similarity index 100%
rename from meta/recipes-support/icu/icu.inc
rename to yocto-poky/meta/recipes-support/icu/icu.inc
diff --git a/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch b/yocto-poky/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
similarity index 100%
rename from meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
rename to yocto-poky/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
diff --git a/meta/recipes-support/icu/icu/icu-pkgdata-large-cmd.patch b/yocto-poky/meta/recipes-support/icu/icu/icu-pkgdata-large-cmd.patch
similarity index 100%
rename from meta/recipes-support/icu/icu/icu-pkgdata-large-cmd.patch
rename to yocto-poky/meta/recipes-support/icu/icu/icu-pkgdata-large-cmd.patch
diff --git a/meta/recipes-support/icu/icu_55.1.bb b/yocto-poky/meta/recipes-support/icu/icu_55.1.bb
similarity index 100%
rename from meta/recipes-support/icu/icu_55.1.bb
rename to yocto-poky/meta/recipes-support/icu/icu_55.1.bb
diff --git a/meta/recipes-support/iso-codes/iso-codes_3.58.bb b/yocto-poky/meta/recipes-support/iso-codes/iso-codes_3.58.bb
similarity index 100%
rename from meta/recipes-support/iso-codes/iso-codes_3.58.bb
rename to yocto-poky/meta/recipes-support/iso-codes/iso-codes_3.58.bb
diff --git a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch b/yocto-poky/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
similarity index 100%
rename from meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
rename to yocto-poky/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch
diff --git a/meta/recipes-support/libassuan/libassuan_2.2.1.bb b/yocto-poky/meta/recipes-support/libassuan/libassuan_2.2.1.bb
similarity index 100%
rename from meta/recipes-support/libassuan/libassuan_2.2.1.bb
rename to yocto-poky/meta/recipes-support/libassuan/libassuan_2.2.1.bb
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb b/yocto-poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb
similarity index 100%
rename from meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb
rename to yocto-poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb
diff --git a/meta/recipes-support/libbsd/libbsd_0.7.0.bb b/yocto-poky/meta/recipes-support/libbsd/libbsd_0.7.0.bb
similarity index 100%
rename from meta/recipes-support/libbsd/libbsd_0.7.0.bb
rename to yocto-poky/meta/recipes-support/libbsd/libbsd_0.7.0.bb
diff --git a/meta/recipes-support/libcap-ng/libcap-ng/python.patch b/yocto-poky/meta/recipes-support/libcap-ng/libcap-ng/python.patch
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng/python.patch
rename to yocto-poky/meta/recipes-support/libcap-ng/libcap-ng/python.patch
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb b/yocto-poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb
rename to yocto-poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.7.bb
diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/yocto-poky/meta/recipes-support/libcap/libcap_2.24.bb
similarity index 100%
rename from meta/recipes-support/libcap/libcap_2.24.bb
rename to yocto-poky/meta/recipes-support/libcap/libcap_2.24.bb
diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb
similarity index 100%
rename from meta/recipes-support/libcheck/libcheck_0.10.0.bb
rename to yocto-poky/meta/recipes-support/libcheck/libcheck_0.10.0.bb
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/yocto-poky/meta/recipes-support/libcroco/libcroco_0.6.8.bb
similarity index 100%
rename from meta/recipes-support/libcroco/libcroco_0.6.8.bb
rename to yocto-poky/meta/recipes-support/libcroco/libcroco_0.6.8.bb
diff --git a/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch b/yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch
similarity index 100%
rename from meta/recipes-support/libdaemon/libdaemon/fix-includes.patch
rename to yocto-poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch
diff --git a/meta/recipes-support/libdaemon/libdaemon_0.14.bb b/yocto-poky/meta/recipes-support/libdaemon/libdaemon_0.14.bb
similarity index 100%
rename from meta/recipes-support/libdaemon/libdaemon_0.14.bb
rename to yocto-poky/meta/recipes-support/libdaemon/libdaemon_0.14.bb
diff --git a/meta/recipes-support/libevdev/libevdev_1.4.2.bb b/yocto-poky/meta/recipes-support/libevdev/libevdev_1.4.2.bb
similarity index 100%
rename from meta/recipes-support/libevdev/libevdev_1.4.2.bb
rename to yocto-poky/meta/recipes-support/libevdev/libevdev_1.4.2.bb
diff --git a/meta/recipes-support/libevent/libevent/run-ptest b/yocto-poky/meta/recipes-support/libevent/libevent/run-ptest
similarity index 100%
rename from meta/recipes-support/libevent/libevent/run-ptest
rename to yocto-poky/meta/recipes-support/libevent/libevent/run-ptest
diff --git a/meta/recipes-support/libevent/libevent_2.0.22.bb b/yocto-poky/meta/recipes-support/libevent/libevent_2.0.22.bb
similarity index 100%
rename from meta/recipes-support/libevent/libevent_2.0.22.bb
rename to yocto-poky/meta/recipes-support/libevent/libevent_2.0.22.bb
diff --git a/meta/recipes-support/libexif/libexif_0.6.21.bb b/yocto-poky/meta/recipes-support/libexif/libexif_0.6.21.bb
similarity index 100%
rename from meta/recipes-support/libexif/libexif_0.6.21.bb
rename to yocto-poky/meta/recipes-support/libexif/libexif_0.6.21.bb
diff --git a/meta/recipes-support/libfm/libfm-extra/0001-nls.m4-Take-it-from-gettext-0.15.patch b/yocto-poky/meta/recipes-support/libfm/libfm-extra/0001-nls.m4-Take-it-from-gettext-0.15.patch
similarity index 100%
rename from meta/recipes-support/libfm/libfm-extra/0001-nls.m4-Take-it-from-gettext-0.15.patch
rename to yocto-poky/meta/recipes-support/libfm/libfm-extra/0001-nls.m4-Take-it-from-gettext-0.15.patch
diff --git a/meta/recipes-support/libfm/libfm-extra_1.2.3.bb b/yocto-poky/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
similarity index 100%
rename from meta/recipes-support/libfm/libfm-extra_1.2.3.bb
rename to yocto-poky/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
diff --git a/meta/recipes-support/libfm/libfm_1.2.3.bb b/yocto-poky/meta/recipes-support/libfm/libfm_1.2.3.bb
similarity index 100%
rename from meta/recipes-support/libfm/libfm_1.2.3.bb
rename to yocto-poky/meta/recipes-support/libfm/libfm_1.2.3.bb
diff --git a/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch b/yocto-poky/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch
similarity index 100%
rename from meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch
rename to yocto-poky/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch
diff --git a/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch b/yocto-poky/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch
similarity index 100%
rename from meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch
rename to yocto-poky/meta/recipes-support/libgcrypt/files/fix-ICE-failure-on-mips-with-option-O-and-g.patch
diff --git a/meta/recipes-support/libgcrypt/files/libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch b/yocto-poky/meta/recipes-support/libgcrypt/files/libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch
similarity index 100%
rename from meta/recipes-support/libgcrypt/files/libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch
rename to yocto-poky/meta/recipes-support/libgcrypt/files/libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/yocto-poky/meta/recipes-support/libgcrypt/libgcrypt.inc
similarity index 100%
rename from meta/recipes-support/libgcrypt/libgcrypt.inc
rename to yocto-poky/meta/recipes-support/libgcrypt/libgcrypt.inc
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb b/yocto-poky/meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
similarity index 100%
rename from meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
rename to yocto-poky/meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/yocto-poky/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
rename to yocto-poky/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb b/yocto-poky/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb
similarity index 100%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.19.bb
rename to yocto-poky/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb
diff --git a/meta/recipes-support/libical/libical_1.0.0.bb b/yocto-poky/meta/recipes-support/libical/libical_1.0.0.bb
similarity index 100%
rename from meta/recipes-support/libical/libical_1.0.0.bb
rename to yocto-poky/meta/recipes-support/libical/libical_1.0.0.bb
diff --git a/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch b/yocto-poky/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
similarity index 100%
rename from meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
rename to yocto-poky/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
diff --git a/meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch b/yocto-poky/meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch
similarity index 100%
rename from meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch
rename to yocto-poky/meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch
diff --git a/meta/recipes-support/libiconv/libiconv-1.14/add-relocatable-module.patch b/yocto-poky/meta/recipes-support/libiconv/libiconv-1.14/add-relocatable-module.patch
similarity index 100%
rename from meta/recipes-support/libiconv/libiconv-1.14/add-relocatable-module.patch
rename to yocto-poky/meta/recipes-support/libiconv/libiconv-1.14/add-relocatable-module.patch
diff --git a/meta/recipes-support/libiconv/libiconv-1.14/autoconf.patch b/yocto-poky/meta/recipes-support/libiconv/libiconv-1.14/autoconf.patch
similarity index 100%
rename from meta/recipes-support/libiconv/libiconv-1.14/autoconf.patch
rename to yocto-poky/meta/recipes-support/libiconv/libiconv-1.14/autoconf.patch
diff --git a/meta/recipes-support/libiconv/libiconv_1.11.1.bb b/yocto-poky/meta/recipes-support/libiconv/libiconv_1.11.1.bb
similarity index 100%
rename from meta/recipes-support/libiconv/libiconv_1.11.1.bb
rename to yocto-poky/meta/recipes-support/libiconv/libiconv_1.11.1.bb
diff --git a/meta/recipes-support/libiconv/libiconv_1.14.bb b/yocto-poky/meta/recipes-support/libiconv/libiconv_1.14.bb
similarity index 100%
rename from meta/recipes-support/libiconv/libiconv_1.14.bb
rename to yocto-poky/meta/recipes-support/libiconv/libiconv_1.14.bb
diff --git a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch b/yocto-poky/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
similarity index 100%
rename from meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
rename to yocto-poky/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
diff --git a/meta/recipes-support/libksba/libksba_1.3.3.bb b/yocto-poky/meta/recipes-support/libksba/libksba_1.3.3.bb
similarity index 100%
rename from meta/recipes-support/libksba/libksba_1.3.3.bb
rename to yocto-poky/meta/recipes-support/libksba/libksba_1.3.3.bb
diff --git a/meta/recipes-support/libmpc/libmpc.inc b/yocto-poky/meta/recipes-support/libmpc/libmpc.inc
similarity index 100%
rename from meta/recipes-support/libmpc/libmpc.inc
rename to yocto-poky/meta/recipes-support/libmpc/libmpc.inc
diff --git a/meta/recipes-support/libmpc/libmpc_1.0.3.bb b/yocto-poky/meta/recipes-support/libmpc/libmpc_1.0.3.bb
similarity index 100%
rename from meta/recipes-support/libmpc/libmpc_1.0.3.bb
rename to yocto-poky/meta/recipes-support/libmpc/libmpc_1.0.3.bb
diff --git a/meta/recipes-support/libnl/libnl/fix-pc-file.patch b/yocto-poky/meta/recipes-support/libnl/libnl/fix-pc-file.patch
similarity index 100%
rename from meta/recipes-support/libnl/libnl/fix-pc-file.patch
rename to yocto-poky/meta/recipes-support/libnl/libnl/fix-pc-file.patch
diff --git a/meta/recipes-support/libnl/libnl/fix-pktloc_syntax_h-race.patch b/yocto-poky/meta/recipes-support/libnl/libnl/fix-pktloc_syntax_h-race.patch
similarity index 100%
rename from meta/recipes-support/libnl/libnl/fix-pktloc_syntax_h-race.patch
rename to yocto-poky/meta/recipes-support/libnl/libnl/fix-pktloc_syntax_h-race.patch
diff --git a/meta/recipes-support/libnl/libnl_3.2.25.bb b/yocto-poky/meta/recipes-support/libnl/libnl_3.2.25.bb
similarity index 100%
rename from meta/recipes-support/libnl/libnl_3.2.25.bb
rename to yocto-poky/meta/recipes-support/libnl/libnl_3.2.25.bb
diff --git a/meta/recipes-support/liboil/liboil-0.3.17/0001-Fix-enable-vfp-flag.patch b/yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/0001-Fix-enable-vfp-flag.patch
similarity index 100%
rename from meta/recipes-support/liboil/liboil-0.3.17/0001-Fix-enable-vfp-flag.patch
rename to yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/0001-Fix-enable-vfp-flag.patch
diff --git a/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch b/yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch
similarity index 100%
rename from meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch
rename to yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch
diff --git a/meta/recipes-support/liboil/liboil-0.3.17/liboil_fix_for_x32.patch b/yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/liboil_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-support/liboil/liboil-0.3.17/liboil_fix_for_x32.patch
rename to yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/liboil_fix_for_x32.patch
diff --git a/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch b/yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch
similarity index 100%
rename from meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch
rename to yocto-poky/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch
diff --git a/meta/recipes-support/liboil/liboil_0.3.17.bb b/yocto-poky/meta/recipes-support/liboil/liboil_0.3.17.bb
similarity index 100%
rename from meta/recipes-support/liboil/liboil_0.3.17.bb
rename to yocto-poky/meta/recipes-support/liboil/liboil_0.3.17.bb
diff --git a/meta/recipes-support/libpcre/libpcre/Makefile b/yocto-poky/meta/recipes-support/libpcre/libpcre/Makefile
similarity index 100%
rename from meta/recipes-support/libpcre/libpcre/Makefile
rename to yocto-poky/meta/recipes-support/libpcre/libpcre/Makefile
diff --git a/meta/recipes-support/libpcre/libpcre/fix-pcre-name-collision.patch b/yocto-poky/meta/recipes-support/libpcre/libpcre/fix-pcre-name-collision.patch
similarity index 100%
rename from meta/recipes-support/libpcre/libpcre/fix-pcre-name-collision.patch
rename to yocto-poky/meta/recipes-support/libpcre/libpcre/fix-pcre-name-collision.patch
diff --git a/meta/recipes-support/libpcre/libpcre/pcre-cross.patch b/yocto-poky/meta/recipes-support/libpcre/libpcre/pcre-cross.patch
similarity index 100%
rename from meta/recipes-support/libpcre/libpcre/pcre-cross.patch
rename to yocto-poky/meta/recipes-support/libpcre/libpcre/pcre-cross.patch
diff --git a/meta/recipes-support/libpcre/libpcre/run-ptest b/yocto-poky/meta/recipes-support/libpcre/libpcre/run-ptest
similarity index 100%
rename from meta/recipes-support/libpcre/libpcre/run-ptest
rename to yocto-poky/meta/recipes-support/libpcre/libpcre/run-ptest
diff --git a/meta/recipes-support/libpcre/libpcre_8.37.bb b/yocto-poky/meta/recipes-support/libpcre/libpcre_8.37.bb
similarity index 100%
rename from meta/recipes-support/libpcre/libpcre_8.37.bb
rename to yocto-poky/meta/recipes-support/libpcre/libpcre_8.37.bb
diff --git a/meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch b/yocto-poky/meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch
similarity index 100%
rename from meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch
rename to yocto-poky/meta/recipes-support/libproxy/libproxy/0001-test-Include-sys-select.h-for-select.patch
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/yocto-poky/meta/recipes-support/libproxy/libproxy_0.4.11.bb
similarity index 100%
rename from meta/recipes-support/libproxy/libproxy_0.4.11.bb
rename to yocto-poky/meta/recipes-support/libproxy/libproxy_0.4.11.bb
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb b/yocto-poky/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
similarity index 100%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
rename to yocto-poky/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
diff --git a/meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch b/yocto-poky/meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to yocto-poky/meta/recipes-support/libunistring/libunistring/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-support/libunistring/libunistring/iconv-m4-remove-the-test-to-convert-euc-jp.patch b/yocto-poky/meta/recipes-support/libunistring/libunistring/iconv-m4-remove-the-test-to-convert-euc-jp.patch
similarity index 100%
rename from meta/recipes-support/libunistring/libunistring/iconv-m4-remove-the-test-to-convert-euc-jp.patch
rename to yocto-poky/meta/recipes-support/libunistring/libunistring/iconv-m4-remove-the-test-to-convert-euc-jp.patch
diff --git a/meta/recipes-support/libunistring/libunistring_0.9.5.bb b/yocto-poky/meta/recipes-support/libunistring/libunistring_0.9.5.bb
similarity index 100%
rename from meta/recipes-support/libunistring/libunistring_0.9.5.bb
rename to yocto-poky/meta/recipes-support/libunistring/libunistring_0.9.5.bb
diff --git a/meta/recipes-support/libunwind/libunwind-1.1/0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch b/yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind-1.1/0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch
rename to yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch
diff --git a/meta/recipes-support/libunwind/libunwind-1.1/AArch64-port.patch b/yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/AArch64-port.patch
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind-1.1/AArch64-port.patch
rename to yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/AArch64-port.patch
diff --git a/meta/recipes-support/libunwind/libunwind-1.1/Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch b/yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind-1.1/Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch
rename to yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch
diff --git a/meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch b/yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch
rename to yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/Link-libunwind-to-libgcc_s-rather-than-libgcc.patch
diff --git a/meta/recipes-support/libunwind/libunwind-1.1/Support-building-with-older-compilers.patch b/yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/Support-building-with-older-compilers.patch
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind-1.1/Support-building-with-older-compilers.patch
rename to yocto-poky/meta/recipes-support/libunwind/libunwind-1.1/Support-building-with-older-compilers.patch
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/yocto-poky/meta/recipes-support/libunwind/libunwind.inc
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind.inc
rename to yocto-poky/meta/recipes-support/libunwind/libunwind.inc
diff --git a/meta/recipes-support/libunwind/libunwind_1.1.bb b/yocto-poky/meta/recipes-support/libunwind/libunwind_1.1.bb
similarity index 100%
rename from meta/recipes-support/libunwind/libunwind_1.1.bb
rename to yocto-poky/meta/recipes-support/libunwind/libunwind_1.1.bb
diff --git a/meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch b/yocto-poky/meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
similarity index 100%
rename from meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
rename to yocto-poky/meta/recipes-support/liburcu/liburcu/0001-uatomic-Specify-complete-types-for-atomic-function-c.patch
diff --git a/meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch b/yocto-poky/meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
similarity index 100%
rename from meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
rename to yocto-poky/meta/recipes-support/liburcu/liburcu/Revert-Blacklist-ARM-gcc-4.8.0-4.8.1-4.8.2.patch
diff --git a/meta/recipes-support/liburcu/liburcu/aarch64.patch b/yocto-poky/meta/recipes-support/liburcu/liburcu/aarch64.patch
similarity index 100%
rename from meta/recipes-support/liburcu/liburcu/aarch64.patch
rename to yocto-poky/meta/recipes-support/liburcu/liburcu/aarch64.patch
diff --git a/meta/recipes-support/liburcu/liburcu_0.8.7.bb b/yocto-poky/meta/recipes-support/liburcu/liburcu_0.8.7.bb
similarity index 100%
rename from meta/recipes-support/liburcu/liburcu_0.8.7.bb
rename to yocto-poky/meta/recipes-support/liburcu/liburcu_0.8.7.bb
diff --git a/meta/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch b/yocto-poky/meta/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch
similarity index 100%
rename from meta/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch
rename to yocto-poky/meta/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.5.bb b/yocto-poky/meta/recipes-support/libusb/libusb-compat_0.1.5.bb
similarity index 100%
rename from meta/recipes-support/libusb/libusb-compat_0.1.5.bb
rename to yocto-poky/meta/recipes-support/libusb/libusb-compat_0.1.5.bb
diff --git a/meta/recipes-support/libusb/libusb1_1.0.19.bb b/yocto-poky/meta/recipes-support/libusb/libusb1_1.0.19.bb
similarity index 100%
rename from meta/recipes-support/libusb/libusb1_1.0.19.bb
rename to yocto-poky/meta/recipes-support/libusb/libusb1_1.0.19.bb
diff --git a/meta/recipes-support/libxslt/libxslt/pkgconfig.patch b/yocto-poky/meta/recipes-support/libxslt/libxslt/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/libxslt/libxslt/pkgconfig.patch
rename to yocto-poky/meta/recipes-support/libxslt/libxslt/pkgconfig.patch
diff --git a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch b/yocto-poky/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
similarity index 100%
rename from meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
rename to yocto-poky/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/yocto-poky/meta/recipes-support/libxslt/libxslt_1.1.28.bb
similarity index 100%
rename from meta/recipes-support/libxslt/libxslt_1.1.28.bb
rename to yocto-poky/meta/recipes-support/libxslt/libxslt_1.1.28.bb
diff --git a/meta/recipes-support/libyaml/files/libyaml-CVE-2014-9130.patch b/yocto-poky/meta/recipes-support/libyaml/files/libyaml-CVE-2014-9130.patch
similarity index 100%
rename from meta/recipes-support/libyaml/files/libyaml-CVE-2014-9130.patch
rename to yocto-poky/meta/recipes-support/libyaml/files/libyaml-CVE-2014-9130.patch
diff --git a/meta/recipes-support/libyaml/libyaml_0.1.6.bb b/yocto-poky/meta/recipes-support/libyaml/libyaml_0.1.6.bb
similarity index 100%
rename from meta/recipes-support/libyaml/libyaml_0.1.6.bb
rename to yocto-poky/meta/recipes-support/libyaml/libyaml_0.1.6.bb
diff --git a/meta/recipes-support/lz4/lz4.bb b/yocto-poky/meta/recipes-support/lz4/lz4.bb
similarity index 100%
rename from meta/recipes-support/lz4/lz4.bb
rename to yocto-poky/meta/recipes-support/lz4/lz4.bb
diff --git a/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch b/yocto-poky/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
similarity index 100%
rename from meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
rename to yocto-poky/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch
diff --git a/meta/recipes-support/lzo/lzo/acinclude.m4 b/yocto-poky/meta/recipes-support/lzo/lzo/acinclude.m4
similarity index 100%
rename from meta/recipes-support/lzo/lzo/acinclude.m4
rename to yocto-poky/meta/recipes-support/lzo/lzo/acinclude.m4
diff --git a/meta/recipes-support/lzo/lzo/run-ptest b/yocto-poky/meta/recipes-support/lzo/lzo/run-ptest
similarity index 100%
rename from meta/recipes-support/lzo/lzo/run-ptest
rename to yocto-poky/meta/recipes-support/lzo/lzo/run-ptest
diff --git a/meta/recipes-support/lzo/lzo_2.09.bb b/yocto-poky/meta/recipes-support/lzo/lzo_2.09.bb
similarity index 100%
rename from meta/recipes-support/lzo/lzo_2.09.bb
rename to yocto-poky/meta/recipes-support/lzo/lzo_2.09.bb
diff --git a/meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch b/yocto-poky/meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch
similarity index 100%
rename from meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch
rename to yocto-poky/meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch
diff --git a/meta/recipes-support/lzop/lzop/acinclude.m4 b/yocto-poky/meta/recipes-support/lzop/lzop/acinclude.m4
similarity index 100%
rename from meta/recipes-support/lzop/lzop/acinclude.m4
rename to yocto-poky/meta/recipes-support/lzop/lzop/acinclude.m4
diff --git a/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch b/yocto-poky/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
similarity index 100%
rename from meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
rename to yocto-poky/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch
diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/yocto-poky/meta/recipes-support/lzop/lzop_1.03.bb
similarity index 100%
rename from meta/recipes-support/lzop/lzop_1.03.bb
rename to yocto-poky/meta/recipes-support/lzop/lzop_1.03.bb
diff --git a/meta/recipes-support/mpfr/mpfr-3.1.3/long-long-thumb.patch b/yocto-poky/meta/recipes-support/mpfr/mpfr-3.1.3/long-long-thumb.patch
similarity index 100%
rename from meta/recipes-support/mpfr/mpfr-3.1.3/long-long-thumb.patch
rename to yocto-poky/meta/recipes-support/mpfr/mpfr-3.1.3/long-long-thumb.patch
diff --git a/meta/recipes-support/mpfr/mpfr.inc b/yocto-poky/meta/recipes-support/mpfr/mpfr.inc
similarity index 100%
rename from meta/recipes-support/mpfr/mpfr.inc
rename to yocto-poky/meta/recipes-support/mpfr/mpfr.inc
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.3.bb b/yocto-poky/meta/recipes-support/mpfr/mpfr_3.1.3.bb
similarity index 100%
rename from meta/recipes-support/mpfr/mpfr_3.1.3.bb
rename to yocto-poky/meta/recipes-support/mpfr/mpfr_3.1.3.bb
diff --git a/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch b/yocto-poky/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
similarity index 100%
rename from meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
rename to yocto-poky/meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
diff --git a/meta/recipes-support/neon/neon/pkgconfig.patch b/yocto-poky/meta/recipes-support/neon/neon/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/neon/neon/pkgconfig.patch
rename to yocto-poky/meta/recipes-support/neon/neon/pkgconfig.patch
diff --git a/meta/recipes-support/neon/neon_0.30.1.bb b/yocto-poky/meta/recipes-support/neon/neon_0.30.1.bb
similarity index 100%
rename from meta/recipes-support/neon/neon_0.30.1.bb
rename to yocto-poky/meta/recipes-support/neon/neon_0.30.1.bb
diff --git a/meta/recipes-support/nettle/files/Add-target-to-only-build-tests-not-run-them.patch b/yocto-poky/meta/recipes-support/nettle/files/Add-target-to-only-build-tests-not-run-them.patch
similarity index 100%
rename from meta/recipes-support/nettle/files/Add-target-to-only-build-tests-not-run-them.patch
rename to yocto-poky/meta/recipes-support/nettle/files/Add-target-to-only-build-tests-not-run-them.patch
diff --git a/meta/recipes-support/nettle/files/run-ptest b/yocto-poky/meta/recipes-support/nettle/files/run-ptest
similarity index 100%
rename from meta/recipes-support/nettle/files/run-ptest
rename to yocto-poky/meta/recipes-support/nettle/files/run-ptest
diff --git a/meta/recipes-support/nettle/nettle.inc b/yocto-poky/meta/recipes-support/nettle/nettle.inc
similarity index 100%
rename from meta/recipes-support/nettle/nettle.inc
rename to yocto-poky/meta/recipes-support/nettle/nettle.inc
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/yocto-poky/meta/recipes-support/nettle/nettle_2.7.1.bb
similarity index 100%
rename from meta/recipes-support/nettle/nettle_2.7.1.bb
rename to yocto-poky/meta/recipes-support/nettle/nettle_2.7.1.bb
diff --git a/meta/recipes-support/nettle/nettle_3.1.1.bb b/yocto-poky/meta/recipes-support/nettle/nettle_3.1.1.bb
similarity index 100%
rename from meta/recipes-support/nettle/nettle_3.1.1.bb
rename to yocto-poky/meta/recipes-support/nettle/nettle_3.1.1.bb
diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/yocto-poky/meta/recipes-support/npth/npth/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/npth/npth/pkgconfig.patch
rename to yocto-poky/meta/recipes-support/npth/npth/pkgconfig.patch
diff --git a/meta/recipes-support/npth/npth_1.2.bb b/yocto-poky/meta/recipes-support/npth/npth_1.2.bb
similarity index 100%
rename from meta/recipes-support/npth/npth_1.2.bb
rename to yocto-poky/meta/recipes-support/npth/npth_1.2.bb
diff --git a/meta/recipes-support/nspr/nspr/fix-build-on-x86_64.patch b/yocto-poky/meta/recipes-support/nspr/nspr/fix-build-on-x86_64.patch
similarity index 100%
rename from meta/recipes-support/nspr/nspr/fix-build-on-x86_64.patch
rename to yocto-poky/meta/recipes-support/nspr/nspr/fix-build-on-x86_64.patch
diff --git a/meta/recipes-support/nspr/nspr/nspr.pc.in b/yocto-poky/meta/recipes-support/nspr/nspr/nspr.pc.in
similarity index 100%
rename from meta/recipes-support/nspr/nspr/nspr.pc.in
rename to yocto-poky/meta/recipes-support/nspr/nspr/nspr.pc.in
diff --git a/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch b/yocto-poky/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
similarity index 100%
rename from meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
rename to yocto-poky/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
diff --git a/meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch b/yocto-poky/meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
similarity index 100%
rename from meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
rename to yocto-poky/meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
diff --git a/meta/recipes-support/nspr/nspr_4.10.8.bb b/yocto-poky/meta/recipes-support/nspr/nspr_4.10.8.bb
similarity index 100%
rename from meta/recipes-support/nspr/nspr_4.10.8.bb
rename to yocto-poky/meta/recipes-support/nspr/nspr_4.10.8.bb
diff --git a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/yocto-poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
similarity index 100%
rename from meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
rename to yocto-poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
diff --git a/meta/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch b/yocto-poky/meta/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch
similarity index 100%
rename from meta/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch
rename to yocto-poky/meta/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch
diff --git a/meta/recipes-support/nss/nss/nss-fix-nsinstall-build.patch b/yocto-poky/meta/recipes-support/nss/nss/nss-fix-nsinstall-build.patch
similarity index 100%
rename from meta/recipes-support/nss/nss/nss-fix-nsinstall-build.patch
rename to yocto-poky/meta/recipes-support/nss/nss/nss-fix-nsinstall-build.patch
diff --git a/meta/recipes-support/nss/nss/nss-fix-support-cross-compiling.patch b/yocto-poky/meta/recipes-support/nss/nss/nss-fix-support-cross-compiling.patch
similarity index 100%
rename from meta/recipes-support/nss/nss/nss-fix-support-cross-compiling.patch
rename to yocto-poky/meta/recipes-support/nss/nss/nss-fix-support-cross-compiling.patch
diff --git a/meta/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch b/yocto-poky/meta/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch
similarity index 100%
rename from meta/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch
rename to yocto-poky/meta/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch
diff --git a/meta/recipes-support/nss/nss/nss.pc.in b/yocto-poky/meta/recipes-support/nss/nss/nss.pc.in
similarity index 100%
rename from meta/recipes-support/nss/nss/nss.pc.in
rename to yocto-poky/meta/recipes-support/nss/nss/nss.pc.in
diff --git a/meta/recipes-support/nss/nss/signlibs.sh b/yocto-poky/meta/recipes-support/nss/nss/signlibs.sh
similarity index 100%
rename from meta/recipes-support/nss/nss/signlibs.sh
rename to yocto-poky/meta/recipes-support/nss/nss/signlibs.sh
diff --git a/meta/recipes-support/nss/nss_3.19.2.bb b/yocto-poky/meta/recipes-support/nss/nss_3.19.2.bb
similarity index 100%
rename from meta/recipes-support/nss/nss_3.19.2.bb
rename to yocto-poky/meta/recipes-support/nss/nss_3.19.2.bb
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb b/yocto-poky/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
similarity index 100%
rename from meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
rename to yocto-poky/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb
diff --git a/meta/recipes-support/pinentry/pinentry_0.9.2.bb b/yocto-poky/meta/recipes-support/pinentry/pinentry_0.9.2.bb
similarity index 100%
rename from meta/recipes-support/pinentry/pinentry_0.9.2.bb
rename to yocto-poky/meta/recipes-support/pinentry/pinentry_0.9.2.bb
diff --git a/meta/recipes-support/popt/popt/disable_tests.patch b/yocto-poky/meta/recipes-support/popt/popt/disable_tests.patch
similarity index 100%
rename from meta/recipes-support/popt/popt/disable_tests.patch
rename to yocto-poky/meta/recipes-support/popt/popt/disable_tests.patch
diff --git a/meta/recipes-support/popt/popt/pkgconfig_fix.patch b/yocto-poky/meta/recipes-support/popt/popt/pkgconfig_fix.patch
similarity index 100%
rename from meta/recipes-support/popt/popt/pkgconfig_fix.patch
rename to yocto-poky/meta/recipes-support/popt/popt/pkgconfig_fix.patch
diff --git a/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch b/yocto-poky/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch
rename to yocto-poky/meta/recipes-support/popt/popt/popt_fix_for_automake-1.12.patch
diff --git a/meta/recipes-support/popt/popt_1.16.bb b/yocto-poky/meta/recipes-support/popt/popt_1.16.bb
similarity index 100%
rename from meta/recipes-support/popt/popt_1.16.bb
rename to yocto-poky/meta/recipes-support/popt/popt_1.16.bb
diff --git a/meta/recipes-support/ptest-runner/files/ptest-runner b/yocto-poky/meta/recipes-support/ptest-runner/files/ptest-runner
similarity index 100%
rename from meta/recipes-support/ptest-runner/files/ptest-runner
rename to yocto-poky/meta/recipes-support/ptest-runner/files/ptest-runner
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb b/yocto-poky/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb
similarity index 100%
rename from meta/recipes-support/ptest-runner/ptest-runner_1.0.bb
rename to yocto-poky/meta/recipes-support/ptest-runner/ptest-runner_1.0.bb
diff --git a/meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch b/yocto-poky/meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch
similarity index 100%
rename from meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch
rename to yocto-poky/meta/recipes-support/pth/files/pth-add-pkgconfig-support.patch
diff --git a/meta/recipes-support/pth/files/pth-fix-parallel.patch b/yocto-poky/meta/recipes-support/pth/files/pth-fix-parallel.patch
similarity index 100%
rename from meta/recipes-support/pth/files/pth-fix-parallel.patch
rename to yocto-poky/meta/recipes-support/pth/files/pth-fix-parallel.patch
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/yocto-poky/meta/recipes-support/pth/pth_2.0.7.bb
similarity index 100%
rename from meta/recipes-support/pth/pth_2.0.7.bb
rename to yocto-poky/meta/recipes-support/pth/pth_2.0.7.bb
diff --git a/meta/recipes-support/serf/serf/env.patch b/yocto-poky/meta/recipes-support/serf/serf/env.patch
similarity index 100%
rename from meta/recipes-support/serf/serf/env.patch
rename to yocto-poky/meta/recipes-support/serf/serf/env.patch
diff --git a/meta/recipes-support/serf/serf/norpath.patch b/yocto-poky/meta/recipes-support/serf/serf/norpath.patch
similarity index 100%
rename from meta/recipes-support/serf/serf/norpath.patch
rename to yocto-poky/meta/recipes-support/serf/serf/norpath.patch
diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/yocto-poky/meta/recipes-support/serf/serf_1.3.8.bb
similarity index 100%
rename from meta/recipes-support/serf/serf_1.3.8.bb
rename to yocto-poky/meta/recipes-support/serf/serf_1.3.8.bb
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info.inc
similarity index 100%
rename from meta/recipes-support/shared-mime-info/shared-mime-info.inc
rename to yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info.inc
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch b/yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch
similarity index 100%
rename from meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch
rename to yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info/install-data-hook.patch
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch b/yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch
similarity index 100%
rename from meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch
rename to yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info/parallelmake.patch
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_1.4.bb b/yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info_1.4.bb
similarity index 100%
rename from meta/recipes-support/shared-mime-info/shared-mime-info_1.4.bb
rename to yocto-poky/meta/recipes-support/shared-mime-info/shared-mime-info_1.4.bb
diff --git a/meta/recipes-support/sqlite/files/0001-using-the-dynamic-library.patch b/yocto-poky/meta/recipes-support/sqlite/files/0001-using-the-dynamic-library.patch
similarity index 100%
rename from meta/recipes-support/sqlite/files/0001-using-the-dynamic-library.patch
rename to yocto-poky/meta/recipes-support/sqlite/files/0001-using-the-dynamic-library.patch
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/yocto-poky/meta/recipes-support/sqlite/sqlite3.inc
similarity index 100%
rename from meta/recipes-support/sqlite/sqlite3.inc
rename to yocto-poky/meta/recipes-support/sqlite/sqlite3.inc
diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb b/yocto-poky/meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb
similarity index 100%
rename from meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb
rename to yocto-poky/meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb
diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/yocto-poky/meta/recipes-support/taglib/taglib_1.9.1.bb
similarity index 100%
rename from meta/recipes-support/taglib/taglib_1.9.1.bb
rename to yocto-poky/meta/recipes-support/taglib/taglib_1.9.1.bb
diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/yocto-poky/meta/recipes-support/user-creation/xuser-account_0.1.bb
similarity index 100%
rename from meta/recipes-support/user-creation/xuser-account_0.1.bb
rename to yocto-poky/meta/recipes-support/user-creation/xuser-account_0.1.bb
diff --git a/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch b/yocto-poky/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch
similarity index 100%
rename from meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch
rename to yocto-poky/meta/recipes-support/vte/vte-0.28.2/obsolete_automake_macros.patch
diff --git a/meta/recipes-support/vte/vte.inc b/yocto-poky/meta/recipes-support/vte/vte.inc
similarity index 100%
rename from meta/recipes-support/vte/vte.inc
rename to yocto-poky/meta/recipes-support/vte/vte.inc
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/yocto-poky/meta/recipes-support/vte/vte_0.28.2.bb
similarity index 100%
rename from meta/recipes-support/vte/vte_0.28.2.bb
rename to yocto-poky/meta/recipes-support/vte/vte_0.28.2.bb
diff --git a/meta/recipes.txt b/yocto-poky/meta/recipes.txt
similarity index 100%
rename from meta/recipes.txt
rename to yocto-poky/meta/recipes.txt
diff --git a/meta/site/arm-32 b/yocto-poky/meta/site/arm-32
similarity index 100%
rename from meta/site/arm-32
rename to yocto-poky/meta/site/arm-32
diff --git a/meta/site/arm-64 b/yocto-poky/meta/site/arm-64
similarity index 100%
rename from meta/site/arm-64
rename to yocto-poky/meta/site/arm-64
diff --git a/meta/site/arm-common b/yocto-poky/meta/site/arm-common
similarity index 100%
rename from meta/site/arm-common
rename to yocto-poky/meta/site/arm-common
diff --git a/meta/site/arm-darwin b/yocto-poky/meta/site/arm-darwin
similarity index 100%
rename from meta/site/arm-darwin
rename to yocto-poky/meta/site/arm-darwin
diff --git a/meta/site/arm-darwin8 b/yocto-poky/meta/site/arm-darwin8
similarity index 100%
rename from meta/site/arm-darwin8
rename to yocto-poky/meta/site/arm-darwin8
diff --git a/meta/site/arm-linux b/yocto-poky/meta/site/arm-linux
similarity index 100%
rename from meta/site/arm-linux
rename to yocto-poky/meta/site/arm-linux
diff --git a/meta/site/arm-linux-uclibc b/yocto-poky/meta/site/arm-linux-uclibc
similarity index 100%
rename from meta/site/arm-linux-uclibc
rename to yocto-poky/meta/site/arm-linux-uclibc
diff --git a/meta/site/armeb-linux b/yocto-poky/meta/site/armeb-linux
similarity index 100%
rename from meta/site/armeb-linux
rename to yocto-poky/meta/site/armeb-linux
diff --git a/meta/site/armeb-linux-uclibc b/yocto-poky/meta/site/armeb-linux-uclibc
similarity index 100%
rename from meta/site/armeb-linux-uclibc
rename to yocto-poky/meta/site/armeb-linux-uclibc
diff --git a/meta/site/common b/yocto-poky/meta/site/common
similarity index 100%
rename from meta/site/common
rename to yocto-poky/meta/site/common
diff --git a/meta/site/common-darwin b/yocto-poky/meta/site/common-darwin
similarity index 100%
rename from meta/site/common-darwin
rename to yocto-poky/meta/site/common-darwin
diff --git a/meta/site/common-glibc b/yocto-poky/meta/site/common-glibc
similarity index 100%
rename from meta/site/common-glibc
rename to yocto-poky/meta/site/common-glibc
diff --git a/meta/site/common-linux b/yocto-poky/meta/site/common-linux
similarity index 100%
rename from meta/site/common-linux
rename to yocto-poky/meta/site/common-linux
diff --git a/meta/site/common-mingw b/yocto-poky/meta/site/common-mingw
similarity index 100%
rename from meta/site/common-mingw
rename to yocto-poky/meta/site/common-mingw
diff --git a/meta/site/common-musl b/yocto-poky/meta/site/common-musl
similarity index 100%
rename from meta/site/common-musl
rename to yocto-poky/meta/site/common-musl
diff --git a/meta/site/common-uclibc b/yocto-poky/meta/site/common-uclibc
similarity index 100%
rename from meta/site/common-uclibc
rename to yocto-poky/meta/site/common-uclibc
diff --git a/meta/site/endian-big b/yocto-poky/meta/site/endian-big
similarity index 100%
rename from meta/site/endian-big
rename to yocto-poky/meta/site/endian-big
diff --git a/meta/site/endian-little b/yocto-poky/meta/site/endian-little
similarity index 100%
rename from meta/site/endian-little
rename to yocto-poky/meta/site/endian-little
diff --git a/meta/site/ix86-common b/yocto-poky/meta/site/ix86-common
similarity index 100%
rename from meta/site/ix86-common
rename to yocto-poky/meta/site/ix86-common
diff --git a/meta/site/mips-common b/yocto-poky/meta/site/mips-common
similarity index 100%
rename from meta/site/mips-common
rename to yocto-poky/meta/site/mips-common
diff --git a/meta/site/mips-linux b/yocto-poky/meta/site/mips-linux
similarity index 100%
rename from meta/site/mips-linux
rename to yocto-poky/meta/site/mips-linux
diff --git a/meta/site/mips-linux-uclibc b/yocto-poky/meta/site/mips-linux-uclibc
similarity index 100%
rename from meta/site/mips-linux-uclibc
rename to yocto-poky/meta/site/mips-linux-uclibc
diff --git a/meta/site/mips64-linux b/yocto-poky/meta/site/mips64-linux
similarity index 100%
rename from meta/site/mips64-linux
rename to yocto-poky/meta/site/mips64-linux
diff --git a/meta/site/mips64-linux-uclibc b/yocto-poky/meta/site/mips64-linux-uclibc
similarity index 100%
rename from meta/site/mips64-linux-uclibc
rename to yocto-poky/meta/site/mips64-linux-uclibc
diff --git a/meta/site/mips64el-linux b/yocto-poky/meta/site/mips64el-linux
similarity index 100%
rename from meta/site/mips64el-linux
rename to yocto-poky/meta/site/mips64el-linux
diff --git a/meta/site/mips64el-linux-uclibc b/yocto-poky/meta/site/mips64el-linux-uclibc
similarity index 100%
rename from meta/site/mips64el-linux-uclibc
rename to yocto-poky/meta/site/mips64el-linux-uclibc
diff --git a/meta/site/mipsel-linux b/yocto-poky/meta/site/mipsel-linux
similarity index 100%
rename from meta/site/mipsel-linux
rename to yocto-poky/meta/site/mipsel-linux
diff --git a/meta/site/mipsel-linux-uclibc b/yocto-poky/meta/site/mipsel-linux-uclibc
similarity index 100%
rename from meta/site/mipsel-linux-uclibc
rename to yocto-poky/meta/site/mipsel-linux-uclibc
diff --git a/meta/site/native b/yocto-poky/meta/site/native
similarity index 100%
rename from meta/site/native
rename to yocto-poky/meta/site/native
diff --git a/meta/site/powerpc-common b/yocto-poky/meta/site/powerpc-common
similarity index 100%
rename from meta/site/powerpc-common
rename to yocto-poky/meta/site/powerpc-common
diff --git a/meta/site/powerpc-darwin b/yocto-poky/meta/site/powerpc-darwin
similarity index 100%
rename from meta/site/powerpc-darwin
rename to yocto-poky/meta/site/powerpc-darwin
diff --git a/meta/site/powerpc-linux b/yocto-poky/meta/site/powerpc-linux
similarity index 100%
rename from meta/site/powerpc-linux
rename to yocto-poky/meta/site/powerpc-linux
diff --git a/meta/site/powerpc32-linux b/yocto-poky/meta/site/powerpc32-linux
similarity index 100%
rename from meta/site/powerpc32-linux
rename to yocto-poky/meta/site/powerpc32-linux
diff --git a/meta/site/powerpc64-linux b/yocto-poky/meta/site/powerpc64-linux
similarity index 100%
rename from meta/site/powerpc64-linux
rename to yocto-poky/meta/site/powerpc64-linux
diff --git a/meta/site/sh-common b/yocto-poky/meta/site/sh-common
similarity index 100%
rename from meta/site/sh-common
rename to yocto-poky/meta/site/sh-common
diff --git a/meta/site/sparc-linux b/yocto-poky/meta/site/sparc-linux
similarity index 100%
rename from meta/site/sparc-linux
rename to yocto-poky/meta/site/sparc-linux
diff --git a/meta/site/x32-linux b/yocto-poky/meta/site/x32-linux
similarity index 100%
rename from meta/site/x32-linux
rename to yocto-poky/meta/site/x32-linux
diff --git a/meta/site/x86_64-linux b/yocto-poky/meta/site/x86_64-linux
similarity index 100%
rename from meta/site/x86_64-linux
rename to yocto-poky/meta/site/x86_64-linux
diff --git a/meta/site/x86_64-linux-uclibc b/yocto-poky/meta/site/x86_64-linux-uclibc
similarity index 100%
rename from meta/site/x86_64-linux-uclibc
rename to yocto-poky/meta/site/x86_64-linux-uclibc
diff --git a/oe-init-build-env b/yocto-poky/oe-init-build-env
similarity index 100%
rename from oe-init-build-env
rename to yocto-poky/oe-init-build-env
diff --git a/oe-init-build-env-memres b/yocto-poky/oe-init-build-env-memres
similarity index 100%
rename from oe-init-build-env-memres
rename to yocto-poky/oe-init-build-env-memres
diff --git a/scripts/README b/yocto-poky/scripts/README
similarity index 100%
rename from scripts/README
rename to yocto-poky/scripts/README
diff --git a/scripts/bitbake-prserv-tool b/yocto-poky/scripts/bitbake-prserv-tool
similarity index 100%
rename from scripts/bitbake-prserv-tool
rename to yocto-poky/scripts/bitbake-prserv-tool
diff --git a/scripts/bitbake-whatchanged b/yocto-poky/scripts/bitbake-whatchanged
similarity index 100%
rename from scripts/bitbake-whatchanged
rename to yocto-poky/scripts/bitbake-whatchanged
diff --git a/scripts/buildhistory-collect-srcrevs b/yocto-poky/scripts/buildhistory-collect-srcrevs
similarity index 100%
rename from scripts/buildhistory-collect-srcrevs
rename to yocto-poky/scripts/buildhistory-collect-srcrevs
diff --git a/scripts/buildhistory-diff b/yocto-poky/scripts/buildhistory-diff
similarity index 100%
rename from scripts/buildhistory-diff
rename to yocto-poky/scripts/buildhistory-diff
diff --git a/scripts/cleanup-workdir b/yocto-poky/scripts/cleanup-workdir
similarity index 100%
rename from scripts/cleanup-workdir
rename to yocto-poky/scripts/cleanup-workdir
diff --git a/scripts/combo-layer b/yocto-poky/scripts/combo-layer
similarity index 100%
rename from scripts/combo-layer
rename to yocto-poky/scripts/combo-layer
diff --git a/scripts/combo-layer-hook-default.sh b/yocto-poky/scripts/combo-layer-hook-default.sh
similarity index 100%
rename from scripts/combo-layer-hook-default.sh
rename to yocto-poky/scripts/combo-layer-hook-default.sh
diff --git a/scripts/combo-layer.conf.example b/yocto-poky/scripts/combo-layer.conf.example
similarity index 100%
rename from scripts/combo-layer.conf.example
rename to yocto-poky/scripts/combo-layer.conf.example
diff --git a/scripts/contrib/bb-perf/bb-matrix-plot.sh b/yocto-poky/scripts/contrib/bb-perf/bb-matrix-plot.sh
similarity index 100%
rename from scripts/contrib/bb-perf/bb-matrix-plot.sh
rename to yocto-poky/scripts/contrib/bb-perf/bb-matrix-plot.sh
diff --git a/scripts/contrib/bb-perf/bb-matrix.sh b/yocto-poky/scripts/contrib/bb-perf/bb-matrix.sh
similarity index 100%
rename from scripts/contrib/bb-perf/bb-matrix.sh
rename to yocto-poky/scripts/contrib/bb-perf/bb-matrix.sh
diff --git a/scripts/contrib/bb-perf/buildstats.sh b/yocto-poky/scripts/contrib/bb-perf/buildstats.sh
similarity index 100%
rename from scripts/contrib/bb-perf/buildstats.sh
rename to yocto-poky/scripts/contrib/bb-perf/buildstats.sh
diff --git a/scripts/contrib/bbvars.py b/yocto-poky/scripts/contrib/bbvars.py
similarity index 100%
rename from scripts/contrib/bbvars.py
rename to yocto-poky/scripts/contrib/bbvars.py
diff --git a/scripts/contrib/build-perf-test.sh b/yocto-poky/scripts/contrib/build-perf-test.sh
similarity index 100%
rename from scripts/contrib/build-perf-test.sh
rename to yocto-poky/scripts/contrib/build-perf-test.sh
diff --git a/scripts/contrib/ddimage b/yocto-poky/scripts/contrib/ddimage
similarity index 100%
rename from scripts/contrib/ddimage
rename to yocto-poky/scripts/contrib/ddimage
diff --git a/scripts/contrib/dialog-power-control b/yocto-poky/scripts/contrib/dialog-power-control
similarity index 100%
rename from scripts/contrib/dialog-power-control
rename to yocto-poky/scripts/contrib/dialog-power-control
diff --git a/scripts/contrib/documentation-audit.sh b/yocto-poky/scripts/contrib/documentation-audit.sh
similarity index 100%
rename from scripts/contrib/documentation-audit.sh
rename to yocto-poky/scripts/contrib/documentation-audit.sh
diff --git a/scripts/contrib/graph-tool b/yocto-poky/scripts/contrib/graph-tool
similarity index 100%
rename from scripts/contrib/graph-tool
rename to yocto-poky/scripts/contrib/graph-tool
diff --git a/scripts/contrib/list-packageconfig-flags.py b/yocto-poky/scripts/contrib/list-packageconfig-flags.py
similarity index 100%
rename from scripts/contrib/list-packageconfig-flags.py
rename to yocto-poky/scripts/contrib/list-packageconfig-flags.py
diff --git a/scripts/contrib/mkefidisk.sh b/yocto-poky/scripts/contrib/mkefidisk.sh
similarity index 100%
rename from scripts/contrib/mkefidisk.sh
rename to yocto-poky/scripts/contrib/mkefidisk.sh
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/yocto-poky/scripts/contrib/python/generate-manifest-2.7.py
similarity index 100%
rename from scripts/contrib/python/generate-manifest-2.7.py
rename to yocto-poky/scripts/contrib/python/generate-manifest-2.7.py
diff --git a/scripts/contrib/python/generate-manifest-3.4.py b/yocto-poky/scripts/contrib/python/generate-manifest-3.4.py
similarity index 100%
rename from scripts/contrib/python/generate-manifest-3.4.py
rename to yocto-poky/scripts/contrib/python/generate-manifest-3.4.py
diff --git a/scripts/contrib/serdevtry b/yocto-poky/scripts/contrib/serdevtry
similarity index 100%
rename from scripts/contrib/serdevtry
rename to yocto-poky/scripts/contrib/serdevtry
diff --git a/scripts/contrib/test_build_time.sh b/yocto-poky/scripts/contrib/test_build_time.sh
similarity index 100%
rename from scripts/contrib/test_build_time.sh
rename to yocto-poky/scripts/contrib/test_build_time.sh
diff --git a/scripts/contrib/test_build_time_worker.sh b/yocto-poky/scripts/contrib/test_build_time_worker.sh
similarity index 100%
rename from scripts/contrib/test_build_time_worker.sh
rename to yocto-poky/scripts/contrib/test_build_time_worker.sh
diff --git a/scripts/contrib/verify-homepage.py b/yocto-poky/scripts/contrib/verify-homepage.py
similarity index 100%
rename from scripts/contrib/verify-homepage.py
rename to yocto-poky/scripts/contrib/verify-homepage.py
diff --git a/scripts/cp-noerror b/yocto-poky/scripts/cp-noerror
similarity index 100%
rename from scripts/cp-noerror
rename to yocto-poky/scripts/cp-noerror
diff --git a/scripts/create-pull-request b/yocto-poky/scripts/create-pull-request
similarity index 100%
rename from scripts/create-pull-request
rename to yocto-poky/scripts/create-pull-request
diff --git a/scripts/crosstap b/yocto-poky/scripts/crosstap
similarity index 100%
rename from scripts/crosstap
rename to yocto-poky/scripts/crosstap
diff --git a/scripts/devtool b/yocto-poky/scripts/devtool
similarity index 100%
rename from scripts/devtool
rename to yocto-poky/scripts/devtool
diff --git a/scripts/gen-lockedsig-cache b/yocto-poky/scripts/gen-lockedsig-cache
similarity index 100%
rename from scripts/gen-lockedsig-cache
rename to yocto-poky/scripts/gen-lockedsig-cache
diff --git a/scripts/gen-site-config b/yocto-poky/scripts/gen-site-config
similarity index 100%
rename from scripts/gen-site-config
rename to yocto-poky/scripts/gen-site-config
diff --git a/scripts/hob b/yocto-poky/scripts/hob
similarity index 100%
rename from scripts/hob
rename to yocto-poky/scripts/hob
diff --git a/scripts/lib/bsp/__init__.py b/yocto-poky/scripts/lib/bsp/__init__.py
similarity index 100%
rename from scripts/lib/bsp/__init__.py
rename to yocto-poky/scripts/lib/bsp/__init__.py
diff --git a/scripts/lib/bsp/engine.py b/yocto-poky/scripts/lib/bsp/engine.py
similarity index 100%
rename from scripts/lib/bsp/engine.py
rename to yocto-poky/scripts/lib/bsp/engine.py
diff --git a/scripts/lib/bsp/help.py b/yocto-poky/scripts/lib/bsp/help.py
similarity index 100%
rename from scripts/lib/bsp/help.py
rename to yocto-poky/scripts/lib/bsp/help.py
diff --git a/scripts/lib/bsp/kernel.py b/yocto-poky/scripts/lib/bsp/kernel.py
similarity index 100%
rename from scripts/lib/bsp/kernel.py
rename to yocto-poky/scripts/lib/bsp/kernel.py
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/.gitignore b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/.gitignore
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/.gitignore
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/.gitignore
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-non_hardware.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-non_hardware.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-non_hardware.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-non_hardware.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/common/COPYING.MIT b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/COPYING.MIT
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/COPYING.MIT
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/COPYING.MIT
diff --git a/scripts/lib/bsp/substrate/target/arch/common/README b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/README
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/README
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/README
diff --git a/scripts/lib/bsp/substrate/target/arch/common/README.sources b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/README.sources
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/README.sources
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/README.sources
diff --git a/scripts/lib/bsp/substrate/target/arch/common/binary/.gitignore b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/binary/.gitignore
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/binary/.gitignore
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/binary/.gitignore
diff --git a/scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/conf/layer.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine/machconfig b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine/machconfig
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine/machconfig
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor/machine/machconfig
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor_0.0.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor_0.0.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor_0.0.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-bsp/formfactor/formfactor_0.0.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.bb
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/defconfig b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/defconfig
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/defconfig
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/defconfig
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/linux-yocto-custom/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/COPYING.MIT b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/COPYING.MIT
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/COPYING.MIT
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/COPYING.MIT
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/README b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/README
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/README
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/README
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/conf/layer.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/conf/layer.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/conf/layer.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/conf/layer.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/layer-questions.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/layer-questions.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/layer-questions.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/layer-questions.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version/example.patch b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version/example.patch
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version/example.patch
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example-bbappend/example-bbappend/example-bbappend-version/example.patch
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/example.patch b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/example.patch
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/example.patch
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/example.patch
diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/helloworld.c b/yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/helloworld.c
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/helloworld.c
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1/helloworld.c
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/.gitignore b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/.gitignore
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/.gitignore
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/.gitignore
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/.gitignore b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/.gitignore
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/.gitignore
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/.gitignore
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/.gitignore b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/.gitignore
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/.gitignore
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/.gitignore
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine/interfaces b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine/interfaces
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine/interfaces
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown/machine/interfaces
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/.gitignore b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/.gitignore
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/.gitignore
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/.gitignore
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/machine.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/machine.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/machine.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/conf/machine/machine.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config/machine/xorg.conf
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-preempt-rt.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-preempt-rt.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-preempt-rt.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-preempt-rt.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-standard.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-tiny.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-config.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-config.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-config.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-config.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-features.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-features.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-features.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-features.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-patches.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-patches.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-patches.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine-user-patches.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.cfg b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.cfg
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.cfg
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.cfg
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/files/machine.scc
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/kernel-list.noinstall b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/kernel-list.noinstall
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/kernel-list.noinstall
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/kernel-list.noinstall
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-dev.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto-tiny_3.19.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.14.bbappend
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend b/yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend
similarity index 100%
rename from scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend
rename to yocto-poky/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_3.19.bbappend
diff --git a/scripts/lib/bsp/tags.py b/yocto-poky/scripts/lib/bsp/tags.py
similarity index 100%
rename from scripts/lib/bsp/tags.py
rename to yocto-poky/scripts/lib/bsp/tags.py
diff --git a/scripts/lib/devtool/__init__.py b/yocto-poky/scripts/lib/devtool/__init__.py
similarity index 100%
rename from scripts/lib/devtool/__init__.py
rename to yocto-poky/scripts/lib/devtool/__init__.py
diff --git a/scripts/lib/devtool/build-image.py b/yocto-poky/scripts/lib/devtool/build-image.py
similarity index 100%
rename from scripts/lib/devtool/build-image.py
rename to yocto-poky/scripts/lib/devtool/build-image.py
diff --git a/scripts/lib/devtool/build.py b/yocto-poky/scripts/lib/devtool/build.py
similarity index 100%
rename from scripts/lib/devtool/build.py
rename to yocto-poky/scripts/lib/devtool/build.py
diff --git a/scripts/lib/devtool/deploy.py b/yocto-poky/scripts/lib/devtool/deploy.py
similarity index 100%
rename from scripts/lib/devtool/deploy.py
rename to yocto-poky/scripts/lib/devtool/deploy.py
diff --git a/scripts/lib/devtool/package.py b/yocto-poky/scripts/lib/devtool/package.py
similarity index 100%
rename from scripts/lib/devtool/package.py
rename to yocto-poky/scripts/lib/devtool/package.py
diff --git a/scripts/lib/devtool/sdk.py b/yocto-poky/scripts/lib/devtool/sdk.py
similarity index 100%
rename from scripts/lib/devtool/sdk.py
rename to yocto-poky/scripts/lib/devtool/sdk.py
diff --git a/scripts/lib/devtool/standard.py b/yocto-poky/scripts/lib/devtool/standard.py
similarity index 100%
rename from scripts/lib/devtool/standard.py
rename to yocto-poky/scripts/lib/devtool/standard.py
diff --git a/scripts/lib/devtool/upgrade.py b/yocto-poky/scripts/lib/devtool/upgrade.py
similarity index 100%
rename from scripts/lib/devtool/upgrade.py
rename to yocto-poky/scripts/lib/devtool/upgrade.py
diff --git a/scripts/lib/recipetool/__init__.py b/yocto-poky/scripts/lib/recipetool/__init__.py
similarity index 100%
rename from scripts/lib/recipetool/__init__.py
rename to yocto-poky/scripts/lib/recipetool/__init__.py
diff --git a/scripts/lib/recipetool/append.py b/yocto-poky/scripts/lib/recipetool/append.py
similarity index 100%
rename from scripts/lib/recipetool/append.py
rename to yocto-poky/scripts/lib/recipetool/append.py
diff --git a/scripts/lib/recipetool/create.py b/yocto-poky/scripts/lib/recipetool/create.py
similarity index 100%
rename from scripts/lib/recipetool/create.py
rename to yocto-poky/scripts/lib/recipetool/create.py
diff --git a/scripts/lib/recipetool/create_buildsys.py b/yocto-poky/scripts/lib/recipetool/create_buildsys.py
similarity index 100%
rename from scripts/lib/recipetool/create_buildsys.py
rename to yocto-poky/scripts/lib/recipetool/create_buildsys.py
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/yocto-poky/scripts/lib/recipetool/create_buildsys_python.py
similarity index 100%
rename from scripts/lib/recipetool/create_buildsys_python.py
rename to yocto-poky/scripts/lib/recipetool/create_buildsys_python.py
diff --git a/scripts/lib/scriptpath.py b/yocto-poky/scripts/lib/scriptpath.py
similarity index 100%
rename from scripts/lib/scriptpath.py
rename to yocto-poky/scripts/lib/scriptpath.py
diff --git a/scripts/lib/scriptutils.py b/yocto-poky/scripts/lib/scriptutils.py
similarity index 100%
rename from scripts/lib/scriptutils.py
rename to yocto-poky/scripts/lib/scriptutils.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/__init__.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/__init__.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/__init__.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/__init__.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/base.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/base.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/base.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/base.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/commands/__init__.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/commands/__init__.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/commands/__init__.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/commands/__init__.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/commands/bootloader.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/commands/bootloader.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/commands/bootloader.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/commands/bootloader.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/commands/partition.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/commands/partition.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/commands/partition.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/commands/partition.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/constants.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/constants.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/constants.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/constants.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/errors.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/errors.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/errors.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/errors.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/handlers/__init__.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/handlers/__init__.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/handlers/__init__.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/handlers/__init__.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/handlers/control.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/handlers/control.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/handlers/control.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/handlers/control.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/handlers/f16.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/handlers/f16.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/handlers/f16.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/handlers/f16.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/ko.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/ko.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/ko.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/ko.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/options.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/options.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/options.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/options.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/parser.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/parser.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/parser.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/parser.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/sections.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/sections.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/sections.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/sections.py
diff --git a/scripts/lib/wic/3rdparty/pykickstart/version.py b/yocto-poky/scripts/lib/wic/3rdparty/pykickstart/version.py
similarity index 100%
rename from scripts/lib/wic/3rdparty/pykickstart/version.py
rename to yocto-poky/scripts/lib/wic/3rdparty/pykickstart/version.py
diff --git a/scripts/lib/wic/__init__.py b/yocto-poky/scripts/lib/wic/__init__.py
similarity index 100%
rename from scripts/lib/wic/__init__.py
rename to yocto-poky/scripts/lib/wic/__init__.py
diff --git a/scripts/lib/wic/__version__.py b/yocto-poky/scripts/lib/wic/__version__.py
similarity index 100%
rename from scripts/lib/wic/__version__.py
rename to yocto-poky/scripts/lib/wic/__version__.py
diff --git a/scripts/lib/wic/canned-wks/directdisk-gpt.wks b/yocto-poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/directdisk-gpt.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks
diff --git a/scripts/lib/wic/canned-wks/directdisk-multi-rootfs.wks b/yocto-poky/scripts/lib/wic/canned-wks/directdisk-multi-rootfs.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/directdisk-multi-rootfs.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/directdisk-multi-rootfs.wks
diff --git a/scripts/lib/wic/canned-wks/directdisk.wks b/yocto-poky/scripts/lib/wic/canned-wks/directdisk.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/directdisk.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/directdisk.wks
diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/yocto-poky/scripts/lib/wic/canned-wks/mkefidisk.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/mkefidisk.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/mkefidisk.wks
diff --git a/scripts/lib/wic/canned-wks/mkgummidisk.wks b/yocto-poky/scripts/lib/wic/canned-wks/mkgummidisk.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/mkgummidisk.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/mkgummidisk.wks
diff --git a/scripts/lib/wic/canned-wks/mkhybridiso.wks b/yocto-poky/scripts/lib/wic/canned-wks/mkhybridiso.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/mkhybridiso.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/mkhybridiso.wks
diff --git a/scripts/lib/wic/canned-wks/qemux86-directdisk.wks b/yocto-poky/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/qemux86-directdisk.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/qemux86-directdisk.wks
diff --git a/scripts/lib/wic/canned-wks/sdimage-bootpart.wks b/yocto-poky/scripts/lib/wic/canned-wks/sdimage-bootpart.wks
similarity index 100%
rename from scripts/lib/wic/canned-wks/sdimage-bootpart.wks
rename to yocto-poky/scripts/lib/wic/canned-wks/sdimage-bootpart.wks
diff --git a/scripts/lib/wic/conf.py b/yocto-poky/scripts/lib/wic/conf.py
similarity index 100%
rename from scripts/lib/wic/conf.py
rename to yocto-poky/scripts/lib/wic/conf.py
diff --git a/scripts/lib/wic/config/wic.conf b/yocto-poky/scripts/lib/wic/config/wic.conf
similarity index 100%
rename from scripts/lib/wic/config/wic.conf
rename to yocto-poky/scripts/lib/wic/config/wic.conf
diff --git a/scripts/lib/wic/creator.py b/yocto-poky/scripts/lib/wic/creator.py
similarity index 100%
rename from scripts/lib/wic/creator.py
rename to yocto-poky/scripts/lib/wic/creator.py
diff --git a/scripts/lib/wic/engine.py b/yocto-poky/scripts/lib/wic/engine.py
similarity index 100%
rename from scripts/lib/wic/engine.py
rename to yocto-poky/scripts/lib/wic/engine.py
diff --git a/scripts/lib/wic/help.py b/yocto-poky/scripts/lib/wic/help.py
similarity index 100%
rename from scripts/lib/wic/help.py
rename to yocto-poky/scripts/lib/wic/help.py
diff --git a/scripts/lib/wic/imager/__init__.py b/yocto-poky/scripts/lib/wic/imager/__init__.py
similarity index 100%
rename from scripts/lib/wic/imager/__init__.py
rename to yocto-poky/scripts/lib/wic/imager/__init__.py
diff --git a/scripts/lib/wic/imager/baseimager.py b/yocto-poky/scripts/lib/wic/imager/baseimager.py
similarity index 100%
rename from scripts/lib/wic/imager/baseimager.py
rename to yocto-poky/scripts/lib/wic/imager/baseimager.py
diff --git a/scripts/lib/wic/imager/direct.py b/yocto-poky/scripts/lib/wic/imager/direct.py
similarity index 100%
rename from scripts/lib/wic/imager/direct.py
rename to yocto-poky/scripts/lib/wic/imager/direct.py
diff --git a/scripts/lib/wic/kickstart/__init__.py b/yocto-poky/scripts/lib/wic/kickstart/__init__.py
similarity index 100%
rename from scripts/lib/wic/kickstart/__init__.py
rename to yocto-poky/scripts/lib/wic/kickstart/__init__.py
diff --git a/scripts/lib/wic/kickstart/custom_commands/__init__.py b/yocto-poky/scripts/lib/wic/kickstart/custom_commands/__init__.py
similarity index 100%
rename from scripts/lib/wic/kickstart/custom_commands/__init__.py
rename to yocto-poky/scripts/lib/wic/kickstart/custom_commands/__init__.py
diff --git a/scripts/lib/wic/kickstart/custom_commands/partition.py b/yocto-poky/scripts/lib/wic/kickstart/custom_commands/partition.py
similarity index 100%
rename from scripts/lib/wic/kickstart/custom_commands/partition.py
rename to yocto-poky/scripts/lib/wic/kickstart/custom_commands/partition.py
diff --git a/scripts/lib/wic/kickstart/custom_commands/wicboot.py b/yocto-poky/scripts/lib/wic/kickstart/custom_commands/wicboot.py
similarity index 100%
rename from scripts/lib/wic/kickstart/custom_commands/wicboot.py
rename to yocto-poky/scripts/lib/wic/kickstart/custom_commands/wicboot.py
diff --git a/scripts/lib/wic/msger.py b/yocto-poky/scripts/lib/wic/msger.py
similarity index 100%
rename from scripts/lib/wic/msger.py
rename to yocto-poky/scripts/lib/wic/msger.py
diff --git a/scripts/lib/wic/plugin.py b/yocto-poky/scripts/lib/wic/plugin.py
similarity index 100%
rename from scripts/lib/wic/plugin.py
rename to yocto-poky/scripts/lib/wic/plugin.py
diff --git a/scripts/lib/wic/pluginbase.py b/yocto-poky/scripts/lib/wic/pluginbase.py
similarity index 100%
rename from scripts/lib/wic/pluginbase.py
rename to yocto-poky/scripts/lib/wic/pluginbase.py
diff --git a/scripts/lib/wic/plugins/imager/direct_plugin.py b/yocto-poky/scripts/lib/wic/plugins/imager/direct_plugin.py
similarity index 100%
rename from scripts/lib/wic/plugins/imager/direct_plugin.py
rename to yocto-poky/scripts/lib/wic/plugins/imager/direct_plugin.py
diff --git a/scripts/lib/wic/plugins/source/bootimg-efi.py b/yocto-poky/scripts/lib/wic/plugins/source/bootimg-efi.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-efi.py
rename to yocto-poky/scripts/lib/wic/plugins/source/bootimg-efi.py
diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/yocto-poky/scripts/lib/wic/plugins/source/bootimg-partition.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-partition.py
rename to yocto-poky/scripts/lib/wic/plugins/source/bootimg-partition.py
diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/yocto-poky/scripts/lib/wic/plugins/source/bootimg-pcbios.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-pcbios.py
rename to yocto-poky/scripts/lib/wic/plugins/source/bootimg-pcbios.py
diff --git a/scripts/lib/wic/plugins/source/fsimage.py b/yocto-poky/scripts/lib/wic/plugins/source/fsimage.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/fsimage.py
rename to yocto-poky/scripts/lib/wic/plugins/source/fsimage.py
diff --git a/scripts/lib/wic/plugins/source/isoimage-isohybrid.py b/yocto-poky/scripts/lib/wic/plugins/source/isoimage-isohybrid.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/isoimage-isohybrid.py
rename to yocto-poky/scripts/lib/wic/plugins/source/isoimage-isohybrid.py
diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/yocto-poky/scripts/lib/wic/plugins/source/rawcopy.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/rawcopy.py
rename to yocto-poky/scripts/lib/wic/plugins/source/rawcopy.py
diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/yocto-poky/scripts/lib/wic/plugins/source/rootfs.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/rootfs.py
rename to yocto-poky/scripts/lib/wic/plugins/source/rootfs.py
diff --git a/scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py b/yocto-poky/scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py
rename to yocto-poky/scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py
diff --git a/scripts/lib/wic/test b/yocto-poky/scripts/lib/wic/test
similarity index 100%
rename from scripts/lib/wic/test
rename to yocto-poky/scripts/lib/wic/test
diff --git a/scripts/lib/wic/utils/__init__.py b/yocto-poky/scripts/lib/wic/utils/__init__.py
similarity index 100%
rename from scripts/lib/wic/utils/__init__.py
rename to yocto-poky/scripts/lib/wic/utils/__init__.py
diff --git a/scripts/lib/wic/utils/errors.py b/yocto-poky/scripts/lib/wic/utils/errors.py
similarity index 100%
rename from scripts/lib/wic/utils/errors.py
rename to yocto-poky/scripts/lib/wic/utils/errors.py
diff --git a/scripts/lib/wic/utils/fs_related.py b/yocto-poky/scripts/lib/wic/utils/fs_related.py
similarity index 100%
rename from scripts/lib/wic/utils/fs_related.py
rename to yocto-poky/scripts/lib/wic/utils/fs_related.py
diff --git a/scripts/lib/wic/utils/misc.py b/yocto-poky/scripts/lib/wic/utils/misc.py
similarity index 100%
rename from scripts/lib/wic/utils/misc.py
rename to yocto-poky/scripts/lib/wic/utils/misc.py
diff --git a/scripts/lib/wic/utils/oe/__init__.py b/yocto-poky/scripts/lib/wic/utils/oe/__init__.py
similarity index 100%
rename from scripts/lib/wic/utils/oe/__init__.py
rename to yocto-poky/scripts/lib/wic/utils/oe/__init__.py
diff --git a/scripts/lib/wic/utils/oe/misc.py b/yocto-poky/scripts/lib/wic/utils/oe/misc.py
similarity index 100%
rename from scripts/lib/wic/utils/oe/misc.py
rename to yocto-poky/scripts/lib/wic/utils/oe/misc.py
diff --git a/scripts/lib/wic/utils/partitionedfs.py b/yocto-poky/scripts/lib/wic/utils/partitionedfs.py
similarity index 100%
rename from scripts/lib/wic/utils/partitionedfs.py
rename to yocto-poky/scripts/lib/wic/utils/partitionedfs.py
diff --git a/scripts/lib/wic/utils/runner.py b/yocto-poky/scripts/lib/wic/utils/runner.py
similarity index 100%
rename from scripts/lib/wic/utils/runner.py
rename to yocto-poky/scripts/lib/wic/utils/runner.py
diff --git a/scripts/lib/wic/utils/syslinux.py b/yocto-poky/scripts/lib/wic/utils/syslinux.py
similarity index 100%
rename from scripts/lib/wic/utils/syslinux.py
rename to yocto-poky/scripts/lib/wic/utils/syslinux.py
diff --git a/scripts/lnr b/yocto-poky/scripts/lnr
similarity index 100%
rename from scripts/lnr
rename to yocto-poky/scripts/lnr
diff --git a/scripts/multilib_header_wrapper.h b/yocto-poky/scripts/multilib_header_wrapper.h
similarity index 100%
rename from scripts/multilib_header_wrapper.h
rename to yocto-poky/scripts/multilib_header_wrapper.h
diff --git a/scripts/native-intercept/chown b/yocto-poky/scripts/native-intercept/chown
similarity index 100%
rename from scripts/native-intercept/chown
rename to yocto-poky/scripts/native-intercept/chown
diff --git a/scripts/oe-buildenv-internal b/yocto-poky/scripts/oe-buildenv-internal
similarity index 100%
rename from scripts/oe-buildenv-internal
rename to yocto-poky/scripts/oe-buildenv-internal
diff --git a/scripts/oe-find-native-sysroot b/yocto-poky/scripts/oe-find-native-sysroot
similarity index 100%
rename from scripts/oe-find-native-sysroot
rename to yocto-poky/scripts/oe-find-native-sysroot
diff --git a/scripts/oe-git-proxy b/yocto-poky/scripts/oe-git-proxy
similarity index 100%
rename from scripts/oe-git-proxy
rename to yocto-poky/scripts/oe-git-proxy
diff --git a/scripts/oe-pkgdata-util b/yocto-poky/scripts/oe-pkgdata-util
similarity index 100%
rename from scripts/oe-pkgdata-util
rename to yocto-poky/scripts/oe-pkgdata-util
diff --git a/scripts/oe-publish-sdk b/yocto-poky/scripts/oe-publish-sdk
similarity index 100%
rename from scripts/oe-publish-sdk
rename to yocto-poky/scripts/oe-publish-sdk
diff --git a/scripts/oe-selftest b/yocto-poky/scripts/oe-selftest
similarity index 100%
rename from scripts/oe-selftest
rename to yocto-poky/scripts/oe-selftest
diff --git a/scripts/oe-setup-builddir b/yocto-poky/scripts/oe-setup-builddir
similarity index 100%
rename from scripts/oe-setup-builddir
rename to yocto-poky/scripts/oe-setup-builddir
diff --git a/scripts/oe-setup-rpmrepo b/yocto-poky/scripts/oe-setup-rpmrepo
similarity index 100%
rename from scripts/oe-setup-rpmrepo
rename to yocto-poky/scripts/oe-setup-rpmrepo
diff --git a/scripts/oe-trim-schemas b/yocto-poky/scripts/oe-trim-schemas
similarity index 100%
rename from scripts/oe-trim-schemas
rename to yocto-poky/scripts/oe-trim-schemas
diff --git a/scripts/oepydevshell-internal.py b/yocto-poky/scripts/oepydevshell-internal.py
similarity index 100%
rename from scripts/oepydevshell-internal.py
rename to yocto-poky/scripts/oepydevshell-internal.py
diff --git a/scripts/opkg-query-helper.py b/yocto-poky/scripts/opkg-query-helper.py
similarity index 100%
rename from scripts/opkg-query-helper.py
rename to yocto-poky/scripts/opkg-query-helper.py
diff --git a/scripts/postinst-intercepts/postinst_intercept b/yocto-poky/scripts/postinst-intercepts/postinst_intercept
similarity index 100%
rename from scripts/postinst-intercepts/postinst_intercept
rename to yocto-poky/scripts/postinst-intercepts/postinst_intercept
diff --git a/scripts/postinst-intercepts/update_font_cache b/yocto-poky/scripts/postinst-intercepts/update_font_cache
similarity index 100%
rename from scripts/postinst-intercepts/update_font_cache
rename to yocto-poky/scripts/postinst-intercepts/update_font_cache
diff --git a/scripts/postinst-intercepts/update_icon_cache b/yocto-poky/scripts/postinst-intercepts/update_icon_cache
similarity index 100%
rename from scripts/postinst-intercepts/update_icon_cache
rename to yocto-poky/scripts/postinst-intercepts/update_icon_cache
diff --git a/scripts/postinst-intercepts/update_pixbuf_cache b/yocto-poky/scripts/postinst-intercepts/update_pixbuf_cache
similarity index 100%
rename from scripts/postinst-intercepts/update_pixbuf_cache
rename to yocto-poky/scripts/postinst-intercepts/update_pixbuf_cache
diff --git a/scripts/pybootchartgui/AUTHORS b/yocto-poky/scripts/pybootchartgui/AUTHORS
similarity index 100%
rename from scripts/pybootchartgui/AUTHORS
rename to yocto-poky/scripts/pybootchartgui/AUTHORS
diff --git a/scripts/pybootchartgui/COPYING b/yocto-poky/scripts/pybootchartgui/COPYING
similarity index 100%
rename from scripts/pybootchartgui/COPYING
rename to yocto-poky/scripts/pybootchartgui/COPYING
diff --git a/scripts/pybootchartgui/MAINTAINERS b/yocto-poky/scripts/pybootchartgui/MAINTAINERS
similarity index 100%
rename from scripts/pybootchartgui/MAINTAINERS
rename to yocto-poky/scripts/pybootchartgui/MAINTAINERS
diff --git a/scripts/pybootchartgui/NEWS b/yocto-poky/scripts/pybootchartgui/NEWS
similarity index 100%
rename from scripts/pybootchartgui/NEWS
rename to yocto-poky/scripts/pybootchartgui/NEWS
diff --git a/scripts/pybootchartgui/README.pybootchart b/yocto-poky/scripts/pybootchartgui/README.pybootchart
similarity index 100%
rename from scripts/pybootchartgui/README.pybootchart
rename to yocto-poky/scripts/pybootchartgui/README.pybootchart
diff --git a/scripts/pybootchartgui/pybootchartgui.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui.py
diff --git a/scripts/pybootchartgui/pybootchartgui/__init__.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/__init__.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/__init__.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/__init__.py
diff --git a/scripts/pybootchartgui/pybootchartgui/batch.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/batch.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/batch.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/batch.py
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/draw.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/draw.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/draw.py
diff --git a/scripts/pybootchartgui/pybootchartgui/gui.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/gui.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/gui.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/gui.py
diff --git a/scripts/pybootchartgui/pybootchartgui/main.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/main.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/main.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/main.py
diff --git a/scripts/pybootchartgui/pybootchartgui/main.py.in b/yocto-poky/scripts/pybootchartgui/pybootchartgui/main.py.in
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/main.py.in
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/main.py.in
diff --git a/scripts/pybootchartgui/pybootchartgui/parsing.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/parsing.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/parsing.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/parsing.py
diff --git a/scripts/pybootchartgui/pybootchartgui/process_tree.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/process_tree.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/process_tree.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/process_tree.py
diff --git a/scripts/pybootchartgui/pybootchartgui/samples.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/samples.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/samples.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/samples.py
diff --git a/scripts/pybootchartgui/pybootchartgui/tests/parser_test.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/tests/parser_test.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/tests/parser_test.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/tests/parser_test.py
diff --git a/scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py b/yocto-poky/scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py
similarity index 100%
rename from scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py
rename to yocto-poky/scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py
diff --git a/scripts/pythondeps b/yocto-poky/scripts/pythondeps
similarity index 100%
rename from scripts/pythondeps
rename to yocto-poky/scripts/pythondeps
diff --git a/scripts/recipetool b/yocto-poky/scripts/recipetool
similarity index 100%
rename from scripts/recipetool
rename to yocto-poky/scripts/recipetool
diff --git a/scripts/relocate_sdk.py b/yocto-poky/scripts/relocate_sdk.py
similarity index 100%
rename from scripts/relocate_sdk.py
rename to yocto-poky/scripts/relocate_sdk.py
diff --git a/scripts/rootfs_rpm-extract-postinst.awk b/yocto-poky/scripts/rootfs_rpm-extract-postinst.awk
similarity index 100%
rename from scripts/rootfs_rpm-extract-postinst.awk
rename to yocto-poky/scripts/rootfs_rpm-extract-postinst.awk
diff --git a/scripts/rpm2cpio.sh b/yocto-poky/scripts/rpm2cpio.sh
similarity index 100%
rename from scripts/rpm2cpio.sh
rename to yocto-poky/scripts/rpm2cpio.sh
diff --git a/scripts/runqemu b/yocto-poky/scripts/runqemu
similarity index 100%
rename from scripts/runqemu
rename to yocto-poky/scripts/runqemu
diff --git a/scripts/runqemu-addptable2image b/yocto-poky/scripts/runqemu-addptable2image
similarity index 100%
rename from scripts/runqemu-addptable2image
rename to yocto-poky/scripts/runqemu-addptable2image
diff --git a/scripts/runqemu-export-rootfs b/yocto-poky/scripts/runqemu-export-rootfs
similarity index 100%
rename from scripts/runqemu-export-rootfs
rename to yocto-poky/scripts/runqemu-export-rootfs
diff --git a/scripts/runqemu-extract-sdk b/yocto-poky/scripts/runqemu-extract-sdk
similarity index 100%
rename from scripts/runqemu-extract-sdk
rename to yocto-poky/scripts/runqemu-extract-sdk
diff --git a/scripts/runqemu-gen-tapdevs b/yocto-poky/scripts/runqemu-gen-tapdevs
similarity index 100%
rename from scripts/runqemu-gen-tapdevs
rename to yocto-poky/scripts/runqemu-gen-tapdevs
diff --git a/scripts/runqemu-ifdown b/yocto-poky/scripts/runqemu-ifdown
similarity index 100%
rename from scripts/runqemu-ifdown
rename to yocto-poky/scripts/runqemu-ifdown
diff --git a/scripts/runqemu-ifup b/yocto-poky/scripts/runqemu-ifup
similarity index 100%
rename from scripts/runqemu-ifup
rename to yocto-poky/scripts/runqemu-ifup
diff --git a/scripts/runqemu-internal b/yocto-poky/scripts/runqemu-internal
similarity index 100%
rename from scripts/runqemu-internal
rename to yocto-poky/scripts/runqemu-internal
diff --git a/scripts/runqemu.README b/yocto-poky/scripts/runqemu.README
similarity index 100%
rename from scripts/runqemu.README
rename to yocto-poky/scripts/runqemu.README
diff --git a/scripts/send-error-report b/yocto-poky/scripts/send-error-report
similarity index 100%
rename from scripts/send-error-report
rename to yocto-poky/scripts/send-error-report
diff --git a/scripts/send-pull-request b/yocto-poky/scripts/send-pull-request
similarity index 100%
rename from scripts/send-pull-request
rename to yocto-poky/scripts/send-pull-request
diff --git a/scripts/sstate-cache-management.sh b/yocto-poky/scripts/sstate-cache-management.sh
similarity index 100%
rename from scripts/sstate-cache-management.sh
rename to yocto-poky/scripts/sstate-cache-management.sh
diff --git a/scripts/sstate-diff-machines.sh b/yocto-poky/scripts/sstate-diff-machines.sh
similarity index 100%
rename from scripts/sstate-diff-machines.sh
rename to yocto-poky/scripts/sstate-diff-machines.sh
diff --git a/scripts/sstate-sysroot-cruft.sh b/yocto-poky/scripts/sstate-sysroot-cruft.sh
similarity index 100%
rename from scripts/sstate-sysroot-cruft.sh
rename to yocto-poky/scripts/sstate-sysroot-cruft.sh
diff --git a/scripts/swabber-strace-attach b/yocto-poky/scripts/swabber-strace-attach
similarity index 100%
rename from scripts/swabber-strace-attach
rename to yocto-poky/scripts/swabber-strace-attach
diff --git a/scripts/sysroot-relativelinks.py b/yocto-poky/scripts/sysroot-relativelinks.py
similarity index 100%
rename from scripts/sysroot-relativelinks.py
rename to yocto-poky/scripts/sysroot-relativelinks.py
diff --git a/scripts/test-dependencies.sh b/yocto-poky/scripts/test-dependencies.sh
similarity index 100%
rename from scripts/test-dependencies.sh
rename to yocto-poky/scripts/test-dependencies.sh
diff --git a/scripts/test-reexec b/yocto-poky/scripts/test-reexec
similarity index 100%
rename from scripts/test-reexec
rename to yocto-poky/scripts/test-reexec
diff --git a/scripts/test-remote-image b/yocto-poky/scripts/test-remote-image
similarity index 100%
rename from scripts/test-remote-image
rename to yocto-poky/scripts/test-remote-image
diff --git a/scripts/tiny/dirsize.py b/yocto-poky/scripts/tiny/dirsize.py
similarity index 100%
rename from scripts/tiny/dirsize.py
rename to yocto-poky/scripts/tiny/dirsize.py
diff --git a/scripts/tiny/ksize.py b/yocto-poky/scripts/tiny/ksize.py
similarity index 100%
rename from scripts/tiny/ksize.py
rename to yocto-poky/scripts/tiny/ksize.py
diff --git a/scripts/wic b/yocto-poky/scripts/wic
similarity index 100%
rename from scripts/wic
rename to yocto-poky/scripts/wic
diff --git a/scripts/wipe-sysroot b/yocto-poky/scripts/wipe-sysroot
similarity index 100%
rename from scripts/wipe-sysroot
rename to yocto-poky/scripts/wipe-sysroot
diff --git a/scripts/yocto-bsp b/yocto-poky/scripts/yocto-bsp
similarity index 100%
rename from scripts/yocto-bsp
rename to yocto-poky/scripts/yocto-bsp
diff --git a/scripts/yocto-kernel b/yocto-poky/scripts/yocto-kernel
similarity index 100%
rename from scripts/yocto-kernel
rename to yocto-poky/scripts/yocto-kernel
diff --git a/scripts/yocto-layer b/yocto-poky/scripts/yocto-layer
similarity index 100%
rename from scripts/yocto-layer
rename to yocto-poky/scripts/yocto-layer