All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/36] zsh: move to recipes-shells
@ 2018-02-25 21:32 Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 02/36] tcsh: " Armin Kuster
                   ` (34 more replies)
  0 siblings, 35 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-extended => recipes-shells}/zsh/zsh_5.3.1.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-shells}/zsh/zsh_5.3.1.bb (100%)

diff --git a/meta-oe/recipes-extended/zsh/zsh_5.3.1.bb b/meta-oe/recipes-shells/zsh/zsh_5.3.1.bb
similarity index 100%
rename from meta-oe/recipes-extended/zsh/zsh_5.3.1.bb
rename to meta-oe/recipes-shells/zsh/zsh_5.3.1.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 02/36] tcsh: move to recipes-shells
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 03/36] sqlite: move to recipes-dbs Armin Kuster
                   ` (33 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch                | 0
 .../tcsh/tcsh/0002-Add-debian-csh-scripts.patch                           | 0
 meta-oe/{recipes-extended => recipes-shells}/tcsh/tcsh_6.20.00.bb         | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-shells}/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch (100%)
 rename meta-oe/{recipes-extended => recipes-shells}/tcsh/tcsh/0002-Add-debian-csh-scripts.patch (100%)
 rename meta-oe/{recipes-extended => recipes-shells}/tcsh/tcsh_6.20.00.bb (100%)

diff --git a/meta-oe/recipes-extended/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch b/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch
similarity index 100%
rename from meta-oe/recipes-extended/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch
rename to meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch
diff --git a/meta-oe/recipes-extended/tcsh/tcsh/0002-Add-debian-csh-scripts.patch b/meta-oe/recipes-shells/tcsh/tcsh/0002-Add-debian-csh-scripts.patch
similarity index 100%
rename from meta-oe/recipes-extended/tcsh/tcsh/0002-Add-debian-csh-scripts.patch
rename to meta-oe/recipes-shells/tcsh/tcsh/0002-Add-debian-csh-scripts.patch
diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.20.00.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb
similarity index 100%
rename from meta-oe/recipes-extended/tcsh/tcsh_6.20.00.bb
rename to meta-oe/recipes-shells/tcsh/tcsh_6.20.00.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 03/36] sqlite: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 02/36] tcsh: " Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 04/36] mysql: " Armin Kuster
                   ` (32 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../0001-shell.c-Fix-format-not-a-string-literal-warning.patch            | 0
 .../sqlite/sqlite-2.8.17/mainmk_build_dynamic.patch                       | 0
 .../sqlite/sqlite-2.8.17/mainmk_no_tcl.patch                              | 0
 meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite-2.8.17/sqlite.pc   | 0
 meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite_2.8.17.bb          | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite-2.8.17/0001-shell.c-Fix-format-not-a-string-literal-warning.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite-2.8.17/mainmk_build_dynamic.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite-2.8.17/mainmk_no_tcl.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite-2.8.17/sqlite.pc (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/sqlite/sqlite_2.8.17.bb (100%)

diff --git a/meta-oe/recipes-support/sqlite/sqlite-2.8.17/0001-shell.c-Fix-format-not-a-string-literal-warning.patch b/meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/0001-shell.c-Fix-format-not-a-string-literal-warning.patch
similarity index 100%
rename from meta-oe/recipes-support/sqlite/sqlite-2.8.17/0001-shell.c-Fix-format-not-a-string-literal-warning.patch
rename to meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/0001-shell.c-Fix-format-not-a-string-literal-warning.patch
diff --git a/meta-oe/recipes-support/sqlite/sqlite-2.8.17/mainmk_build_dynamic.patch b/meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/mainmk_build_dynamic.patch
similarity index 100%
rename from meta-oe/recipes-support/sqlite/sqlite-2.8.17/mainmk_build_dynamic.patch
rename to meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/mainmk_build_dynamic.patch
diff --git a/meta-oe/recipes-support/sqlite/sqlite-2.8.17/mainmk_no_tcl.patch b/meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/mainmk_no_tcl.patch
similarity index 100%
rename from meta-oe/recipes-support/sqlite/sqlite-2.8.17/mainmk_no_tcl.patch
rename to meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/mainmk_no_tcl.patch
diff --git a/meta-oe/recipes-support/sqlite/sqlite-2.8.17/sqlite.pc b/meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/sqlite.pc
similarity index 100%
rename from meta-oe/recipes-support/sqlite/sqlite-2.8.17/sqlite.pc
rename to meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/sqlite.pc
diff --git a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb b/meta-oe/recipes-dbs/sqlite/sqlite_2.8.17.bb
similarity index 100%
rename from meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
rename to meta-oe/recipes-dbs/sqlite/sqlite_2.8.17.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 04/36] mysql: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 02/36] tcsh: " Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 03/36] sqlite: move to recipes-dbs Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 05/36] psqlodbc: " Armin Kuster
                   ` (31 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb-native_5.5.57.bb   | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb.inc                | 0
 .../mysql/mariadb/0001-disable-ucontext-on-musl.patch                     | 0
 .../mysql/mariadb/change-cc-to-cc-version.patch                           | 0
 .../mysql/mariadb/configure.cmake-fix-valgrind.patch                      | 0
 .../mysql/mariadb/fix-a-building-failure.patch                            | 0
 .../mysql/mariadb/fix-cmake-module-path.patch                             | 0
 .../mysql/mariadb/fix-mysqlclient-r-version.patch                         | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/install_db         | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/install_db.service | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/my.cnf             | 0
 .../{recipes-support => recipes-dbs}/mysql/mariadb/mysql-systemd-start    | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/mysqld.service     | 0
 .../{recipes-support => recipes-dbs}/mysql/mariadb/remove-bad-path.patch  | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb_5.5.57.bb          | 0
 meta-oe/{recipes-support => recipes-dbs}/mysql/mysql-python_1.2.5.bb      | 0
 16 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb-native_5.5.57.bb (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb.inc (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/0001-disable-ucontext-on-musl.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/change-cc-to-cc-version.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/configure.cmake-fix-valgrind.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/fix-a-building-failure.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/fix-cmake-module-path.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/fix-mysqlclient-r-version.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/install_db (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/install_db.service (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/my.cnf (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/mysql-systemd-start (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/mysqld.service (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb/remove-bad-path.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mariadb_5.5.57.bb (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mysql/mysql-python_1.2.5.bb (100%)

diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.5.57.bb b/meta-oe/recipes-dbs/mysql/mariadb-native_5.5.57.bb
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb-native_5.5.57.bb
rename to meta-oe/recipes-dbs/mysql/mariadb-native_5.5.57.bb
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb.inc
rename to meta-oe/recipes-dbs/mysql/mariadb.inc
diff --git a/meta-oe/recipes-support/mysql/mariadb/0001-disable-ucontext-on-musl.patch b/meta-oe/recipes-dbs/mysql/mariadb/0001-disable-ucontext-on-musl.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/0001-disable-ucontext-on-musl.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/0001-disable-ucontext-on-musl.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb/change-cc-to-cc-version.patch b/meta-oe/recipes-dbs/mysql/mariadb/change-cc-to-cc-version.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/change-cc-to-cc-version.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/change-cc-to-cc-version.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb/configure.cmake-fix-valgrind.patch b/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/configure.cmake-fix-valgrind.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch b/meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/fix-a-building-failure.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb/fix-cmake-module-path.patch b/meta-oe/recipes-dbs/mysql/mariadb/fix-cmake-module-path.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/fix-cmake-module-path.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/fix-cmake-module-path.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb/fix-mysqlclient-r-version.patch b/meta-oe/recipes-dbs/mysql/mariadb/fix-mysqlclient-r-version.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/fix-mysqlclient-r-version.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/fix-mysqlclient-r-version.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb/install_db b/meta-oe/recipes-dbs/mysql/mariadb/install_db
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/install_db
rename to meta-oe/recipes-dbs/mysql/mariadb/install_db
diff --git a/meta-oe/recipes-support/mysql/mariadb/install_db.service b/meta-oe/recipes-dbs/mysql/mariadb/install_db.service
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/install_db.service
rename to meta-oe/recipes-dbs/mysql/mariadb/install_db.service
diff --git a/meta-oe/recipes-support/mysql/mariadb/my.cnf b/meta-oe/recipes-dbs/mysql/mariadb/my.cnf
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/my.cnf
rename to meta-oe/recipes-dbs/mysql/mariadb/my.cnf
diff --git a/meta-oe/recipes-support/mysql/mariadb/mysql-systemd-start b/meta-oe/recipes-dbs/mysql/mariadb/mysql-systemd-start
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/mysql-systemd-start
rename to meta-oe/recipes-dbs/mysql/mariadb/mysql-systemd-start
diff --git a/meta-oe/recipes-support/mysql/mariadb/mysqld.service b/meta-oe/recipes-dbs/mysql/mariadb/mysqld.service
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/mysqld.service
rename to meta-oe/recipes-dbs/mysql/mariadb/mysqld.service
diff --git a/meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch b/meta-oe/recipes-dbs/mysql/mariadb/remove-bad-path.patch
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb/remove-bad-path.patch
rename to meta-oe/recipes-dbs/mysql/mariadb/remove-bad-path.patch
diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.57.bb b/meta-oe/recipes-dbs/mysql/mariadb_5.5.57.bb
similarity index 100%
rename from meta-oe/recipes-support/mysql/mariadb_5.5.57.bb
rename to meta-oe/recipes-dbs/mysql/mariadb_5.5.57.bb
diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb b/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb
similarity index 100%
rename from meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb
rename to meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 05/36] psqlodbc: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (2 preceding siblings ...)
  2018-02-25 21:32 ` [meta-oe][PATCH 04/36] mysql: " Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 06/36] libdbi: " Armin Kuster
                   ` (30 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch           | 0
 .../psqlodbc/files/psqlodbc-fix-for-ptest-support.patch                   | 0
 .../psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch  | 0
 meta-oe/{recipes-support => recipes-dbs}/psqlodbc/files/run-ptest         | 0
 meta-oe/{recipes-support => recipes-dbs}/psqlodbc/psqlodbc.inc            | 0
 meta-oe/{recipes-support => recipes-dbs}/psqlodbc/psqlodbc_09.05.0300.bb  | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/psqlodbc/files/run-ptest (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/psqlodbc/psqlodbc.inc (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/psqlodbc/psqlodbc_09.05.0300.bb (100%)

diff --git a/meta-oe/recipes-support/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
similarity index 100%
rename from meta-oe/recipes-support/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
rename to meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
diff --git a/meta-oe/recipes-support/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch
similarity index 100%
rename from meta-oe/recipes-support/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch
rename to meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch
diff --git a/meta-oe/recipes-support/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch b/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch
similarity index 100%
rename from meta-oe/recipes-support/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch
rename to meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch
diff --git a/meta-oe/recipes-support/psqlodbc/files/run-ptest b/meta-oe/recipes-dbs/psqlodbc/files/run-ptest
similarity index 100%
rename from meta-oe/recipes-support/psqlodbc/files/run-ptest
rename to meta-oe/recipes-dbs/psqlodbc/files/run-ptest
diff --git a/meta-oe/recipes-support/psqlodbc/psqlodbc.inc b/meta-oe/recipes-dbs/psqlodbc/psqlodbc.inc
similarity index 100%
rename from meta-oe/recipes-support/psqlodbc/psqlodbc.inc
rename to meta-oe/recipes-dbs/psqlodbc/psqlodbc.inc
diff --git a/meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_09.05.0300.bb
similarity index 100%
rename from meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb
rename to meta-oe/recipes-dbs/psqlodbc/psqlodbc_09.05.0300.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 06/36] libdbi: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (3 preceding siblings ...)
  2018-02-25 21:32 ` [meta-oe][PATCH 05/36] psqlodbc: " Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 07/36] soci: " Armin Kuster
                   ` (29 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-dbs}/libdbi/libdbi.inc      | 0
 meta-oe/{recipes-support => recipes-dbs}/libdbi/libdbi_0.9.0.bb | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/libdbi/libdbi.inc (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/libdbi/libdbi_0.9.0.bb (100%)

diff --git a/meta-oe/recipes-support/libdbi/libdbi.inc b/meta-oe/recipes-dbs/libdbi/libdbi.inc
similarity index 100%
rename from meta-oe/recipes-support/libdbi/libdbi.inc
rename to meta-oe/recipes-dbs/libdbi/libdbi.inc
diff --git a/meta-oe/recipes-support/libdbi/libdbi_0.9.0.bb b/meta-oe/recipes-dbs/libdbi/libdbi_0.9.0.bb
similarity index 100%
rename from meta-oe/recipes-support/libdbi/libdbi_0.9.0.bb
rename to meta-oe/recipes-dbs/libdbi/libdbi_0.9.0.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 07/36] soci: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (4 preceding siblings ...)
  2018-02-25 21:32 ` [meta-oe][PATCH 06/36] libdbi: " Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 08/36] mongodb: " Armin Kuster
                   ` (28 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-dbs}/soci/soci/soci_libdir.patch | 0
 meta-oe/{recipes-support => recipes-dbs}/soci/soci_3.2.2.bb          | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/soci/soci/soci_libdir.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/soci/soci_3.2.2.bb (100%)

diff --git a/meta-oe/recipes-support/soci/soci/soci_libdir.patch b/meta-oe/recipes-dbs/soci/soci/soci_libdir.patch
similarity index 100%
rename from meta-oe/recipes-support/soci/soci/soci_libdir.patch
rename to meta-oe/recipes-dbs/soci/soci/soci_libdir.patch
diff --git a/meta-oe/recipes-support/soci/soci_3.2.2.bb b/meta-oe/recipes-dbs/soci/soci_3.2.2.bb
similarity index 100%
rename from meta-oe/recipes-support/soci/soci_3.2.2.bb
rename to meta-oe/recipes-dbs/soci/soci_3.2.2.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 08/36] mongodb: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (5 preceding siblings ...)
  2018-02-25 21:32 ` [meta-oe][PATCH 07/36] soci: " Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:32 ` [meta-oe][PATCH 09/36] ipmitool: move to recipes-kernel Armin Kuster
                   ` (27 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch   | 0
 .../0001-Tell-scons-to-use-build-settings-from-environment-va.patch       | 0
 .../0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch       | 0
 .../mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch           | 0
 .../mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch       | 0
 .../mongodb/mongodb/0001-mongo-Add-using-std-string.patch                 | 0
 .../mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch  | 0
 .../0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch       | 0
 .../mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch   | 0
 .../mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch         | 0
 .../{recipes-support => recipes-dbs}/mongodb/mongodb/arm64-support.patch  | 0
 .../mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch                 | 0
 meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb_git.bb           | 0
 13 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0001-mongo-Add-using-std-string.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/arm64-support.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/mongodb/mongodb_git.bb (100%)

diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Tell-scons-to-use-build-settings-from-environment-va.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-long-long-instead-of-int64_t.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-Use-strerror_r-only-on-glibc-systems.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0001-mongo-Add-using-std-string.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0001-mongo-Add-using-std-string.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0001-mongo-Add-using-std-string.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0001-mongo-Add-using-std-string.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0002-d_state.cpp-Add-missing-dependenncy-on-local_shardin.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0003-Conditionalize-glibc-specific-strerror_r.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch b/meta-oe/recipes-dbs/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/0004-wiredtiger-Disable-strtouq-on-musl.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/arm64-support.patch b/meta-oe/recipes-dbs/mongodb/mongodb/arm64-support.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/arm64-support.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/arm64-support.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch b/meta-oe/recipes-dbs/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch
rename to meta-oe/recipes-dbs/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
similarity index 100%
rename from meta-oe/recipes-support/mongodb/mongodb_git.bb
rename to meta-oe/recipes-dbs/mongodb/mongodb_git.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 09/36] ipmitool: move to recipes-kernel
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (6 preceding siblings ...)
  2018-02-25 21:32 ` [meta-oe][PATCH 08/36] mongodb: " Armin Kuster
@ 2018-02-25 21:32 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 10/36] ipmiutil: " Armin Kuster
                   ` (26 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:32 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-kernel}/ipmitool/ipmitool_1.8.18.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-kernel}/ipmitool/ipmitool_1.8.18.bb (100%)

diff --git a/meta-oe/recipes-support/ipmitool/ipmitool_1.8.18.bb b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb
similarity index 100%
rename from meta-oe/recipes-support/ipmitool/ipmitool_1.8.18.bb
rename to meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 10/36] ipmiutil: move to recipes-kernel
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (7 preceding siblings ...)
  2018-02-25 21:32 ` [meta-oe][PATCH 09/36] ipmitool: move to recipes-kernel Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 11/36] testfloat: move to recipe-tests Armin Kuster
                   ` (25 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../ipmiutil/ipmiutil/fix_systemd_path.patch                              | 0
 meta-oe/{recipes-support => recipes-kernel}/ipmiutil/ipmiutil_3.0.5.bb    | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-kernel}/ipmiutil/ipmiutil/fix_systemd_path.patch (100%)
 rename meta-oe/{recipes-support => recipes-kernel}/ipmiutil/ipmiutil_3.0.5.bb (100%)

diff --git a/meta-oe/recipes-support/ipmiutil/ipmiutil/fix_systemd_path.patch b/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch
similarity index 100%
rename from meta-oe/recipes-support/ipmiutil/ipmiutil/fix_systemd_path.patch
rename to meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch
diff --git a/meta-oe/recipes-support/ipmiutil/ipmiutil_3.0.5.bb b/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.0.5.bb
similarity index 100%
rename from meta-oe/recipes-support/ipmiutil/ipmiutil_3.0.5.bb
rename to meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.0.5.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 11/36] testfloat: move to recipe-tests
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (8 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 10/36] ipmiutil: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 12/36] fbtest: " Armin Kuster
                   ` (24 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch       | 0
 .../testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch       | 0
 meta-oe/{recipes-extended => recipes-test}/testfloat/testfloat_3a.bb      | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-test}/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch (100%)
 rename meta-oe/{recipes-extended => recipes-test}/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch (100%)
 rename meta-oe/{recipes-extended => recipes-test}/testfloat/testfloat_3a.bb (100%)

diff --git a/meta-oe/recipes-extended/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch b/meta-oe/recipes-test/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch
similarity index 100%
rename from meta-oe/recipes-extended/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch
rename to meta-oe/recipes-test/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch
diff --git a/meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch b/meta-oe/recipes-test/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch
similarity index 100%
rename from meta-oe/recipes-extended/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch
rename to meta-oe/recipes-test/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch
diff --git a/meta-oe/recipes-extended/testfloat/testfloat_3a.bb b/meta-oe/recipes-test/testfloat/testfloat_3a.bb
similarity index 100%
rename from meta-oe/recipes-extended/testfloat/testfloat_3a.bb
rename to meta-oe/recipes-test/testfloat/testfloat_3a.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 12/36] fbtest: move to recipe-tests
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (9 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 11/36] testfloat: move to recipe-tests Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 13/36] cxxtest: move to recipes-test Armin Kuster
                   ` (23 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-test}/fbtest/fb-test_git.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-test}/fbtest/fb-test_git.bb (100%)

diff --git a/meta-oe/recipes-support/fbtest/fb-test_git.bb b/meta-oe/recipes-test/fbtest/fb-test_git.bb
similarity index 100%
rename from meta-oe/recipes-support/fbtest/fb-test_git.bb
rename to meta-oe/recipes-test/fbtest/fb-test_git.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 13/36] cxxtest: move to recipes-test
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (10 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 12/36] fbtest: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 14/36] pm-qa: move to recipe-test Armin Kuster
                   ` (22 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-devtools => recipes-test}/cxxtest/cxxtest_4.3.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-devtools => recipes-test}/cxxtest/cxxtest_4.3.bb (100%)

diff --git a/meta-oe/recipes-devtools/cxxtest/cxxtest_4.3.bb b/meta-oe/recipes-test/cxxtest/cxxtest_4.3.bb
similarity index 100%
rename from meta-oe/recipes-devtools/cxxtest/cxxtest_4.3.bb
rename to meta-oe/recipes-test/cxxtest/cxxtest_4.3.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 14/36] pm-qa: move to recipe-test
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (11 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 13/36] cxxtest: move to recipes-test Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 15/36] cunit: move to recipes-test Armin Kuster
                   ` (21 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-devtools => recipes-test}/pm-qa/pm-qa_git.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-devtools => recipes-test}/pm-qa/pm-qa_git.bb (100%)

diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
similarity index 100%
rename from meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
rename to meta-oe/recipes-test/pm-qa/pm-qa_git.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 15/36] cunit: move to recipes-test
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (12 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 14/36] pm-qa: move to recipe-test Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 16/36] cppunit: " Armin Kuster
                   ` (20 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-devtools => recipes-test}/cunit/cunit_2.1-3.bb           | 0
 .../cunit/files/fixup-install-docdir.patch                                | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-devtools => recipes-test}/cunit/cunit_2.1-3.bb (100%)
 rename meta-oe/{recipes-devtools => recipes-test}/cunit/files/fixup-install-docdir.patch (100%)

diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
similarity index 100%
rename from meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
rename to meta-oe/recipes-test/cunit/cunit_2.1-3.bb
diff --git a/meta-oe/recipes-devtools/cunit/files/fixup-install-docdir.patch b/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch
similarity index 100%
rename from meta-oe/recipes-devtools/cunit/files/fixup-install-docdir.patch
rename to meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 16/36] cppunit: move to recipes-test
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (13 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 15/36] cunit: move to recipes-test Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 17/36] tomoyo-tools: move to recipes-secuity Armin Kuster
                   ` (19 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-devtools => recipes-test}/cppunit/cppunit_1.13.2.bb      | 0
 .../files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-devtools => recipes-test}/cppunit/cppunit_1.13.2.bb (100%)
 rename meta-oe/{recipes-devtools => recipes-test}/cppunit/files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch (100%)

diff --git a/meta-oe/recipes-devtools/cppunit/cppunit_1.13.2.bb b/meta-oe/recipes-test/cppunit/cppunit_1.13.2.bb
similarity index 100%
rename from meta-oe/recipes-devtools/cppunit/cppunit_1.13.2.bb
rename to meta-oe/recipes-test/cppunit/cppunit_1.13.2.bb
diff --git a/meta-oe/recipes-devtools/cppunit/files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch b/meta-oe/recipes-test/cppunit/files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch
similarity index 100%
rename from meta-oe/recipes-devtools/cppunit/files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch
rename to meta-oe/recipes-test/cppunit/files/0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 17/36] tomoyo-tools: move to recipes-secuity
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (14 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 16/36] cppunit: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 18/36] leveldb: move to recipes-security Armin Kuster
                   ` (18 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../tomoyo-tools/tomoyo-tools_2.5.0.bb                                    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-security}/tomoyo-tools/tomoyo-tools_2.5.0.bb (100%)

diff --git a/meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
similarity index 100%
rename from meta-oe/recipes-support/tomoyo-tools/tomoyo-tools_2.5.0.bb
rename to meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 18/36] leveldb: move to recipes-security
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (15 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 17/36] tomoyo-tools: move to recipes-secuity Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 19/36] cpufrequtils: move to recipes-bsp Armin Kuster
                   ` (17 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../leveldb/leveldb/0001-Makefile-Fix-parallel-build.patch                | 0
 .../leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch | 0
 .../leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch            | 0
 meta-oe/{recipes-extended => recipes-security}/leveldb/leveldb_git.bb     | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-security}/leveldb/leveldb/0001-Makefile-Fix-parallel-build.patch (100%)
 rename meta-oe/{recipes-extended => recipes-security}/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch (100%)
 rename meta-oe/{recipes-extended => recipes-security}/leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch (100%)
 rename meta-oe/{recipes-extended => recipes-security}/leveldb/leveldb_git.bb (100%)

diff --git a/meta-oe/recipes-extended/leveldb/leveldb/0001-Makefile-Fix-parallel-build.patch b/meta-oe/recipes-security/leveldb/leveldb/0001-Makefile-Fix-parallel-build.patch
similarity index 100%
rename from meta-oe/recipes-extended/leveldb/leveldb/0001-Makefile-Fix-parallel-build.patch
rename to meta-oe/recipes-security/leveldb/leveldb/0001-Makefile-Fix-parallel-build.patch
diff --git a/meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch b/meta-oe/recipes-security/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch
similarity index 100%
rename from meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch
rename to meta-oe/recipes-security/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch
diff --git a/meta-oe/recipes-extended/leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch b/meta-oe/recipes-security/leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch
similarity index 100%
rename from meta-oe/recipes-extended/leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch
rename to meta-oe/recipes-security/leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch
diff --git a/meta-oe/recipes-extended/leveldb/leveldb_git.bb b/meta-oe/recipes-security/leveldb/leveldb_git.bb
similarity index 100%
rename from meta-oe/recipes-extended/leveldb/leveldb_git.bb
rename to meta-oe/recipes-security/leveldb/leveldb_git.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 19/36] cpufrequtils: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (16 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 18/36] leveldb: move to recipes-security Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 20/36] lm_sensors: " Armin Kuster
                   ` (16 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch                | 0
 meta-oe/{recipes-support => recipes-bsp}/cpufrequtils/cpufrequtils_008.bb | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-bsp}/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/cpufrequtils/cpufrequtils_008.bb (100%)

diff --git a/meta-oe/recipes-support/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch
similarity index 100%
rename from meta-oe/recipes-support/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch
rename to meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch
diff --git a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
similarity index 100%
rename from meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
rename to meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 20/36] lm_sensors: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (17 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 19/36] cpufrequtils: move to recipes-bsp Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 21/36] libmcryt: movre to recipes-crypto Armin Kuster
                   ` (15 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../lm_sensors/lmsensors-config/fancontrol                                | 0
 .../{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config/sensord  | 0
 .../lm_sensors/lmsensors-config/sensord.cgi                               | 0
 .../lm_sensors/lmsensors-config/sensord.conf                              | 0
 .../lm_sensors/lmsensors-config/sensors.conf                              | 0
 .../{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config_1.0.bb   | 0
 .../0001-lmsensors-sensors-detect-print-a-special-message-whe.patch       | 0
 .../0001-prog-Do-not-limit-sys-io.h-header-include-to-just-gl.patch       | 0
 .../{recipes-support => recipes-bsp}/lm_sensors/lmsensors/fancontrol.init | 0
 .../{recipes-support => recipes-bsp}/lm_sensors/lmsensors/sensord.init    | 0
 meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors_3.4.0.bb    | 0
 11 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config/fancontrol (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config/sensord (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config/sensord.cgi (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config/sensord.conf (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config/sensors.conf (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors-config_1.0.bb (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors/0001-lmsensors-sensors-detect-print-a-special-message-whe.patch (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors/0001-prog-Do-not-limit-sys-io.h-header-include-to-just-gl.patch (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors/fancontrol.init (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors/sensord.init (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/lm_sensors/lmsensors_3.4.0.bb (100%)

diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config/fancontrol b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/fancontrol
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors-config/fancontrol
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors-config/fancontrol
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config/sensord b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors-config/sensord
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config/sensord.cgi b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.cgi
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors-config/sensord.cgi
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.cgi
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config/sensord.conf b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.conf
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors-config/sensord.conf
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.conf
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config/sensors.conf b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensors.conf
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors-config/sensors.conf
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensors.conf
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors/0001-lmsensors-sensors-detect-print-a-special-message-whe.patch b/meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-lmsensors-sensors-detect-print-a-special-message-whe.patch
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors/0001-lmsensors-sensors-detect-print-a-special-message-whe.patch
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-lmsensors-sensors-detect-print-a-special-message-whe.patch
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors/0001-prog-Do-not-limit-sys-io.h-header-include-to-just-gl.patch b/meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-prog-Do-not-limit-sys-io.h-header-include-to-just-gl.patch
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors/0001-prog-Do-not-limit-sys-io.h-header-include-to-just-gl.patch
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-prog-Do-not-limit-sys-io.h-header-include-to-just-gl.patch
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors/fancontrol.init b/meta-oe/recipes-bsp/lm_sensors/lmsensors/fancontrol.init
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors/fancontrol.init
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors/fancontrol.init
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors/sensord.init b/meta-oe/recipes-bsp/lm_sensors/lmsensors/sensord.init
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors/sensord.init
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors/sensord.init
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb
similarity index 100%
rename from meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb
rename to meta-oe/recipes-bsp/lm_sensors/lmsensors_3.4.0.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 21/36] libmcryt: movre to recipes-crypto
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (18 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 20/36] lm_sensors: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 22/36] engine-pkcs11: move " Armin Kuster
                   ` (14 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-crypto}/libmcrypt/libmcrypt_2.5.8.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-crypto}/libmcrypt/libmcrypt_2.5.8.bb (100%)

diff --git a/meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb
similarity index 100%
rename from meta-oe/recipes-support/libmcrypt/libmcrypt_2.5.8.bb
rename to meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 22/36] engine-pkcs11: move to recipes-crypto
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (19 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 21/36] libmcryt: movre to recipes-crypto Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 23/36] pkcs11-helper: " Armin Kuster
                   ` (13 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../engine-pkcs11/engine-pkcs11_0.2.2.bb                                  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-crypto}/engine-pkcs11/engine-pkcs11_0.2.2.bb (100%)

diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb b/meta-oe/recipes-crypto/engine-pkcs11/engine-pkcs11_0.2.2.bb
similarity index 100%
rename from meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb
rename to meta-oe/recipes-crypto/engine-pkcs11/engine-pkcs11_0.2.2.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 23/36] pkcs11-helper: move to recipes-crypto
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (20 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 22/36] engine-pkcs11: move " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 24/36] libcrypto: " Armin Kuster
                   ` (12 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../pkcs11-helper/pkcs11-helper_1.11.bb                                   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-crypto}/pkcs11-helper/pkcs11-helper_1.11.bb (100%)

diff --git a/meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.11.bb
similarity index 100%
rename from meta-oe/recipes-support/pkcs11-helper/pkcs11-helper_1.11.bb
rename to meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.11.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 24/36] libcrypto: move to recipes-crypto
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (21 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 23/36] pkcs11-helper: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 25/36] passwdqc: move to recipes-security Armin Kuster
                   ` (11 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-crypto}/libsodium/libsodium_1.0.11.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-crypto}/libsodium/libsodium_1.0.11.bb (100%)

diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb
similarity index 100%
rename from meta-oe/recipes-support/libsodium/libsodium_1.0.11.bb
rename to meta-oe/recipes-crypto/libsodium/libsodium_1.0.11.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 25/36] passwdqc: move to recipes-security
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (22 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 24/36] libcrypto: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 26/36] evtest: move to recipes-test Armin Kuster
                   ` (10 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../passwdqc/passwdqc/makefile-add-ldflags.patch                          | 0
 meta-oe/{recipes-support => recipes-security}/passwdqc/passwdqc_1.3.1.bb  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-security}/passwdqc/passwdqc/makefile-add-ldflags.patch (100%)
 rename meta-oe/{recipes-support => recipes-security}/passwdqc/passwdqc_1.3.1.bb (100%)

diff --git a/meta-oe/recipes-support/passwdqc/passwdqc/makefile-add-ldflags.patch b/meta-oe/recipes-security/passwdqc/passwdqc/makefile-add-ldflags.patch
similarity index 100%
rename from meta-oe/recipes-support/passwdqc/passwdqc/makefile-add-ldflags.patch
rename to meta-oe/recipes-security/passwdqc/passwdqc/makefile-add-ldflags.patch
diff --git a/meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
similarity index 100%
rename from meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb
rename to meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 26/36] evtest: move to recipes-test
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (23 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 25/36] passwdqc: move to recipes-security Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 27/36] cryptsetup: move to crypto Armin Kuster
                   ` (9 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-test}/evtest/evtest_git.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-test}/evtest/evtest_git.bb (100%)

diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb b/meta-oe/recipes-test/evtest/evtest_git.bb
similarity index 100%
rename from meta-oe/recipes-support/evtest/evtest_git.bb
rename to meta-oe/recipes-test/evtest/evtest_git.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 27/36] cryptsetup: move to crypto
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (24 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 26/36] evtest: move to recipes-test Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 28/36] edac-utils: move to recipes-bsp Armin Kuster
                   ` (8 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../{recipes-support => recipes-crypto}/cryptsetup/cryptsetup_1.7.4.bb    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-crypto}/cryptsetup/cryptsetup_1.7.4.bb (100%)

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_1.7.4.bb
similarity index 100%
rename from meta-oe/recipes-support/cryptsetup/cryptsetup_1.7.4.bb
rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_1.7.4.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 28/36] edac-utils: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (25 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 27/36] cryptsetup: move to crypto Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 29/36] flashrom: " Armin Kuster
                   ` (7 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-support => recipes-bsp}/edac-utils/edac-utils_git.bb     | 0
 .../edac-utils/files/add-restart-to-initscript.patch                      | 0
 meta-oe/{recipes-support => recipes-bsp}/edac-utils/files/edac.service    | 0
 .../files/make-init-script-be-able-to-automatically-load-EDAC-.patch      | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-bsp}/edac-utils/edac-utils_git.bb (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/edac-utils/files/add-restart-to-initscript.patch (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/edac-utils/files/edac.service (100%)
 rename meta-oe/{recipes-support => recipes-bsp}/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch (100%)

diff --git a/meta-oe/recipes-support/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
similarity index 100%
rename from meta-oe/recipes-support/edac-utils/edac-utils_git.bb
rename to meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
diff --git a/meta-oe/recipes-support/edac-utils/files/add-restart-to-initscript.patch b/meta-oe/recipes-bsp/edac-utils/files/add-restart-to-initscript.patch
similarity index 100%
rename from meta-oe/recipes-support/edac-utils/files/add-restart-to-initscript.patch
rename to meta-oe/recipes-bsp/edac-utils/files/add-restart-to-initscript.patch
diff --git a/meta-oe/recipes-support/edac-utils/files/edac.service b/meta-oe/recipes-bsp/edac-utils/files/edac.service
similarity index 100%
rename from meta-oe/recipes-support/edac-utils/files/edac.service
rename to meta-oe/recipes-bsp/edac-utils/files/edac.service
diff --git a/meta-oe/recipes-support/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch b/meta-oe/recipes-bsp/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch
similarity index 100%
rename from meta-oe/recipes-support/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch
rename to meta-oe/recipes-bsp/edac-utils/files/make-init-script-be-able-to-automatically-load-EDAC-.patch
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 29/36] flashrom: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (26 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 28/36] edac-utils: move to recipes-bsp Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 30/36] efibootmgr: move to recipes-bsps Armin Kuster
                   ` (6 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../flashrom/flashrom/0001-Remove-undefined-behavior.patch                | 0
 .../flashrom/0001-spi-Define-_XOPEN_SOURCE-to-enable-ffs-libc-API.patch   | 0
 meta-oe/{recipes-extended => recipes-bsp}/flashrom/flashrom/sst26.patch   | 0
 meta-oe/{recipes-extended => recipes-bsp}/flashrom/flashrom_0.9.9.bb      | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-bsp}/flashrom/flashrom/0001-Remove-undefined-behavior.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/flashrom/flashrom/0001-spi-Define-_XOPEN_SOURCE-to-enable-ffs-libc-API.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/flashrom/flashrom/sst26.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/flashrom/flashrom_0.9.9.bb (100%)

diff --git a/meta-oe/recipes-extended/flashrom/flashrom/0001-Remove-undefined-behavior.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0001-Remove-undefined-behavior.patch
similarity index 100%
rename from meta-oe/recipes-extended/flashrom/flashrom/0001-Remove-undefined-behavior.patch
rename to meta-oe/recipes-bsp/flashrom/flashrom/0001-Remove-undefined-behavior.patch
diff --git a/meta-oe/recipes-extended/flashrom/flashrom/0001-spi-Define-_XOPEN_SOURCE-to-enable-ffs-libc-API.patch b/meta-oe/recipes-bsp/flashrom/flashrom/0001-spi-Define-_XOPEN_SOURCE-to-enable-ffs-libc-API.patch
similarity index 100%
rename from meta-oe/recipes-extended/flashrom/flashrom/0001-spi-Define-_XOPEN_SOURCE-to-enable-ffs-libc-API.patch
rename to meta-oe/recipes-bsp/flashrom/flashrom/0001-spi-Define-_XOPEN_SOURCE-to-enable-ffs-libc-API.patch
diff --git a/meta-oe/recipes-extended/flashrom/flashrom/sst26.patch b/meta-oe/recipes-bsp/flashrom/flashrom/sst26.patch
similarity index 100%
rename from meta-oe/recipes-extended/flashrom/flashrom/sst26.patch
rename to meta-oe/recipes-bsp/flashrom/flashrom/sst26.patch
diff --git a/meta-oe/recipes-extended/flashrom/flashrom_0.9.9.bb b/meta-oe/recipes-bsp/flashrom/flashrom_0.9.9.bb
similarity index 100%
rename from meta-oe/recipes-extended/flashrom/flashrom_0.9.9.bb
rename to meta-oe/recipes-bsp/flashrom/flashrom_0.9.9.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 30/36] efibootmgr: move to recipes-bsps
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (27 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 29/36] flashrom: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 31/36] lsscsi: " Armin Kuster
                   ` (5 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-extended => recipes-bsp}/efibootmgr/efibootmgr_0.15.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-bsp}/efibootmgr/efibootmgr_0.15.bb (100%)

diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.15.bb b/meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.15.bb
similarity index 100%
rename from meta-oe/recipes-extended/efibootmgr/efibootmgr_0.15.bb
rename to meta-oe/recipes-bsp/efibootmgr/efibootmgr_0.15.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 31/36] lsscsi: move to recipes-bsps
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (28 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 30/36] efibootmgr: move to recipes-bsps Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp Armin Kuster
                   ` (4 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-extended => recipes-bsp}/lssci/lsscsi_0.28.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-bsp}/lssci/lsscsi_0.28.bb (100%)

diff --git a/meta-oe/recipes-extended/lssci/lsscsi_0.28.bb b/meta-oe/recipes-bsp/lssci/lsscsi_0.28.bb
similarity index 100%
rename from meta-oe/recipes-extended/lssci/lsscsi_0.28.bb
rename to meta-oe/recipes-bsp/lssci/lsscsi_0.28.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (29 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 31/36] lsscsi: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-03-05 12:44   ` Bach, Pascal
  2018-02-25 21:33 ` [meta-oe][PATCH 33/36] acpitools: " Armin Kuster
                   ` (3 subsequent siblings)
  34 siblings, 1 reply; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-extended => recipes-bsp}/rocksdb/rocksdb_git.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-bsp}/rocksdb/rocksdb_git.bb (100%)

diff --git a/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb b/meta-oe/recipes-bsp/rocksdb/rocksdb_git.bb
similarity index 100%
rename from meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
rename to meta-oe/recipes-bsp/rocksdb/rocksdb_git.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 33/36] acpitools: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (30 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 34/36] efivar: " Armin Kuster
                   ` (2 subsequent siblings)
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/{recipes-extended => recipes-bsp}/acpitool/acpitool_0.5.1.bb | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-bsp}/acpitool/acpitool_0.5.1.bb (100%)

diff --git a/meta-oe/recipes-extended/acpitool/acpitool_0.5.1.bb b/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb
similarity index 100%
rename from meta-oe/recipes-extended/acpitool/acpitool_0.5.1.bb
rename to meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 34/36] efivar: move to recipes-bsp
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (31 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 33/36] acpitools: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 35/36] dash: move dash to recipes-shell Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 36/36] postgres: move to recipes-dbs Armin Kuster
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch       | 0
 .../efivar/efivar/0001-efivar-fix-for-cross-compile.patch                 | 0
 .../efivar/0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch | 0
 .../efivar/efivar/0003-efivar-fix-for-cross-compile.patch                 | 0
 .../efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch            | 0
 .../efivar/efivar/allow-multi-definitions-for-native.patch                | 0
 .../efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch             | 0
 .../{recipes-extended => recipes-bsp}/efivar/efivar/musl-strndupa.patch   | 0
 meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar_0.31.bb           | 0
 9 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/0001-efivar-fix-for-cross-compile.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/0003-efivar-fix-for-cross-compile.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/allow-multi-definitions-for-native.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar/musl-strndupa.patch (100%)
 rename meta-oe/{recipes-extended => recipes-bsp}/efivar/efivar_0.31.bb (100%)

diff --git a/meta-oe/recipes-extended/efivar/efivar/0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch b/meta-oe/recipes-bsp/efivar/efivar/0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch
rename to meta-oe/recipes-bsp/efivar/efivar/0001-efivar-dp.h-Add-Wunknown-attributes-when-using-clang.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/0001-efivar-fix-for-cross-compile.patch b/meta-oe/recipes-bsp/efivar/efivar/0001-efivar-fix-for-cross-compile.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/0001-efivar-fix-for-cross-compile.patch
rename to meta-oe/recipes-bsp/efivar/efivar/0001-efivar-fix-for-cross-compile.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch b/meta-oe/recipes-bsp/efivar/efivar/0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch
rename to meta-oe/recipes-bsp/efivar/efivar/0001-makeguids-Do-not-use-__bswap_constant_-16-32-macros.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/0003-efivar-fix-for-cross-compile.patch b/meta-oe/recipes-bsp/efivar/efivar/0003-efivar-fix-for-cross-compile.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/0003-efivar-fix-for-cross-compile.patch
rename to meta-oe/recipes-bsp/efivar/efivar/0003-efivar-fix-for-cross-compile.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch b/meta-oe/recipes-bsp/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch
rename to meta-oe/recipes-bsp/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/allow-multi-definitions-for-native.patch b/meta-oe/recipes-bsp/efivar/efivar/allow-multi-definitions-for-native.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/allow-multi-definitions-for-native.patch
rename to meta-oe/recipes-bsp/efivar/efivar/allow-multi-definitions-for-native.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch b/meta-oe/recipes-bsp/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch
rename to meta-oe/recipes-bsp/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar/musl-strndupa.patch b/meta-oe/recipes-bsp/efivar/efivar/musl-strndupa.patch
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar/musl-strndupa.patch
rename to meta-oe/recipes-bsp/efivar/efivar/musl-strndupa.patch
diff --git a/meta-oe/recipes-extended/efivar/efivar_0.31.bb b/meta-oe/recipes-bsp/efivar/efivar_0.31.bb
similarity index 100%
rename from meta-oe/recipes-extended/efivar/efivar_0.31.bb
rename to meta-oe/recipes-bsp/efivar/efivar_0.31.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 35/36] dash: move dash to recipes-shell
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (32 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 34/36] efivar: " Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  2018-02-25 21:33 ` [meta-oe][PATCH 36/36] postgres: move to recipes-dbs Armin Kuster
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../dash/dash/0001-Fix-printf-format-errors-with-clang.patch              | 0
 meta-oe/{recipes-extended => recipes-shells}/dash/dash_0.5.9.1.bb         | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-extended => recipes-shells}/dash/dash/0001-Fix-printf-format-errors-with-clang.patch (100%)
 rename meta-oe/{recipes-extended => recipes-shells}/dash/dash_0.5.9.1.bb (100%)

diff --git a/meta-oe/recipes-extended/dash/dash/0001-Fix-printf-format-errors-with-clang.patch b/meta-oe/recipes-shells/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
similarity index 100%
rename from meta-oe/recipes-extended/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
rename to meta-oe/recipes-shells/dash/dash/0001-Fix-printf-format-errors-with-clang.patch
diff --git a/meta-oe/recipes-extended/dash/dash_0.5.9.1.bb b/meta-oe/recipes-shells/dash/dash_0.5.9.1.bb
similarity index 100%
rename from meta-oe/recipes-extended/dash/dash_0.5.9.1.bb
rename to meta-oe/recipes-shells/dash/dash_0.5.9.1.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* [meta-oe][PATCH 36/36] postgres: move to recipes-dbs
  2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
                   ` (33 preceding siblings ...)
  2018-02-25 21:33 ` [meta-oe][PATCH 35/36] dash: move dash to recipes-shell Armin Kuster
@ 2018-02-25 21:33 ` Armin Kuster
  34 siblings, 0 replies; 38+ messages in thread
From: Armin Kuster @ 2018-02-25 21:33 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch      | 0
 .../postgresql/files/not-check-libperl.patch                              | 0
 .../postgresql/files/postgresql-bashprofile                               | 0
 .../{recipes-support => recipes-dbs}/postgresql/files/postgresql-setup    | 0
 meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql.init | 0
 meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql.pam  | 0
 .../{recipes-support => recipes-dbs}/postgresql/files/postgresql.service  | 0
 .../postgresql/files/remove.autoconf.version.check.patch                  | 0
 meta-oe/{recipes-support => recipes-dbs}/postgresql/postgresql.inc        | 0
 meta-oe/{recipes-support => recipes-dbs}/postgresql/postgresql_9.4.15.bb  | 0
 10 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/not-check-libperl.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql-bashprofile (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql-setup (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql.init (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql.pam (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/postgresql.service (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/files/remove.autoconf.version.check.patch (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/postgresql.inc (100%)
 rename meta-oe/{recipes-support => recipes-dbs}/postgresql/postgresql_9.4.15.bb (100%)

diff --git a/meta-oe/recipes-support/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
rename to meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch
diff --git a/meta-oe/recipes-support/postgresql/files/not-check-libperl.patch b/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/not-check-libperl.patch
rename to meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
diff --git a/meta-oe/recipes-support/postgresql/files/postgresql-bashprofile b/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/postgresql-bashprofile
rename to meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile
diff --git a/meta-oe/recipes-support/postgresql/files/postgresql-setup b/meta-oe/recipes-dbs/postgresql/files/postgresql-setup
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/postgresql-setup
rename to meta-oe/recipes-dbs/postgresql/files/postgresql-setup
diff --git a/meta-oe/recipes-support/postgresql/files/postgresql.init b/meta-oe/recipes-dbs/postgresql/files/postgresql.init
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/postgresql.init
rename to meta-oe/recipes-dbs/postgresql/files/postgresql.init
diff --git a/meta-oe/recipes-support/postgresql/files/postgresql.pam b/meta-oe/recipes-dbs/postgresql/files/postgresql.pam
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/postgresql.pam
rename to meta-oe/recipes-dbs/postgresql/files/postgresql.pam
diff --git a/meta-oe/recipes-support/postgresql/files/postgresql.service b/meta-oe/recipes-dbs/postgresql/files/postgresql.service
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/postgresql.service
rename to meta-oe/recipes-dbs/postgresql/files/postgresql.service
diff --git a/meta-oe/recipes-support/postgresql/files/remove.autoconf.version.check.patch b/meta-oe/recipes-dbs/postgresql/files/remove.autoconf.version.check.patch
similarity index 100%
rename from meta-oe/recipes-support/postgresql/files/remove.autoconf.version.check.patch
rename to meta-oe/recipes-dbs/postgresql/files/remove.autoconf.version.check.patch
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
similarity index 100%
rename from meta-oe/recipes-support/postgresql/postgresql.inc
rename to meta-oe/recipes-dbs/postgresql/postgresql.inc
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb b/meta-oe/recipes-dbs/postgresql/postgresql_9.4.15.bb
similarity index 100%
rename from meta-oe/recipes-support/postgresql/postgresql_9.4.15.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_9.4.15.bb
-- 
2.7.4



^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp
  2018-02-25 21:33 ` [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp Armin Kuster
@ 2018-03-05 12:44   ` Bach, Pascal
  2018-03-07 19:00     ` akuster808
  0 siblings, 1 reply; 38+ messages in thread
From: Bach, Pascal @ 2018-03-05 12:44 UTC (permalink / raw)
  To: Armin Kuster, openembedded-devel

Hi Armin

Why was this moved to recipes-bsp? I don't see the relation.
The same question is why leveldb was moved to recipes-security?

What did I miss?

Pascal

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On
> Behalf Of Armin Kuster
> Sent: Sonntag, 25. Februar 2018 22:33
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp
> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-oe/{recipes-extended => recipes-bsp}/rocksdb/rocksdb_git.bb | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)  rename meta-oe/{recipes-
> extended => recipes-bsp}/rocksdb/rocksdb_git.bb (100%)
> 
> diff --git a/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb b/meta-
> oe/recipes-bsp/rocksdb/rocksdb_git.bb
> similarity index 100%
> rename from meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
> rename to meta-oe/recipes-bsp/rocksdb/rocksdb_git.bb
> --
> 2.7.4
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp
  2018-03-05 12:44   ` Bach, Pascal
@ 2018-03-07 19:00     ` akuster808
  0 siblings, 0 replies; 38+ messages in thread
From: akuster808 @ 2018-03-07 19:00 UTC (permalink / raw)
  To: Bach, Pascal, openembedded-devel



On 03/05/2018 04:44 AM, Bach, Pascal wrote:
> Hi Armin
>
> Why was this moved to recipes-bsp? I don't see the relation.
Hmm, don't recall how I came to that conclusion. recipes-dbs better?
> The same question is why leveldb was moved to recipes-security?
same response as above.
>
> What did I miss?
you didn't. Thanks for query.

- armin
>
> Pascal
>
>> -----Original Message-----
>> From: openembedded-devel-bounces@lists.openembedded.org
>> [mailto:openembedded-devel-bounces@lists.openembedded.org] On
>> Behalf Of Armin Kuster
>> Sent: Sonntag, 25. Februar 2018 22:33
>> To: openembedded-devel@lists.openembedded.org
>> Subject: [oe] [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>  meta-oe/{recipes-extended => recipes-bsp}/rocksdb/rocksdb_git.bb | 0
>>  1 file changed, 0 insertions(+), 0 deletions(-)  rename meta-oe/{recipes-
>> extended => recipes-bsp}/rocksdb/rocksdb_git.bb (100%)
>>
>> diff --git a/meta-oe/recipes-extended/rocksdb/rocksdb_git.bb b/meta-
>> oe/recipes-bsp/rocksdb/rocksdb_git.bb
>> similarity index 100%
>> rename from meta-oe/recipes-extended/rocksdb/rocksdb_git.bb
>> rename to meta-oe/recipes-bsp/rocksdb/rocksdb_git.bb
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2018-03-07 19:00 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-25 21:32 [meta-oe][PATCH 01/36] zsh: move to recipes-shells Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 02/36] tcsh: " Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 03/36] sqlite: move to recipes-dbs Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 04/36] mysql: " Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 05/36] psqlodbc: " Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 06/36] libdbi: " Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 07/36] soci: " Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 08/36] mongodb: " Armin Kuster
2018-02-25 21:32 ` [meta-oe][PATCH 09/36] ipmitool: move to recipes-kernel Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 10/36] ipmiutil: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 11/36] testfloat: move to recipe-tests Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 12/36] fbtest: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 13/36] cxxtest: move to recipes-test Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 14/36] pm-qa: move to recipe-test Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 15/36] cunit: move to recipes-test Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 16/36] cppunit: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 17/36] tomoyo-tools: move to recipes-secuity Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 18/36] leveldb: move to recipes-security Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 19/36] cpufrequtils: move to recipes-bsp Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 20/36] lm_sensors: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 21/36] libmcryt: movre to recipes-crypto Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 22/36] engine-pkcs11: move " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 23/36] pkcs11-helper: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 24/36] libcrypto: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 25/36] passwdqc: move to recipes-security Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 26/36] evtest: move to recipes-test Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 27/36] cryptsetup: move to crypto Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 28/36] edac-utils: move to recipes-bsp Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 29/36] flashrom: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 30/36] efibootmgr: move to recipes-bsps Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 31/36] lsscsi: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 32/36] rocksdb: move to recipes-bsp Armin Kuster
2018-03-05 12:44   ` Bach, Pascal
2018-03-07 19:00     ` akuster808
2018-02-25 21:33 ` [meta-oe][PATCH 33/36] acpitools: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 34/36] efivar: " Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 35/36] dash: move dash to recipes-shell Armin Kuster
2018-02-25 21:33 ` [meta-oe][PATCH 36/36] postgres: move to recipes-dbs Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.