[meta-freescale] [meta-fsl-ppc][dylan][PATCH 02/12] change layout to follow oe-core guidelines of recipes

b28495 at freescale.com b28495 at freescale.com
Tue Jan 7 05:06:53 PST 2014


From: Ting Liu <b28495 at freescale.com>

Follow the rules defined in:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt

recipes-bsp          - Anything with links to specific hardware or
                       hardware configuration information
recipes-connectivity - Libraries and applications related to
                       communication with other devices
recipes-core         - What's needed to build a basic working Linux
                       image including commonly used dependencies
recipes-devtools     - Tools primarily used by the build system (but can
                       also be used on targets)
recipes-extended     - Applications which whilst not essential add
                       features compared to the alternatives in
                       core. May be needed for full tool functionality
                       or LSB compliance.
recipes-gnome        - All things related to the GTK+ application
                       framework
recipes-graphics     - X and other graphically related system libraries
recipes-kernel       - The kernel and generic applications/libraries
                       with strong kernel dependencies
recipes-lsb4         - Recipes added for the sole purpose of supporting
                       the Linux Standard Base (LSB) 4.x
recipes-multimedia   - Codecs and support utilties for audio, images and
                       video
recipes-rt           - Provides package and image recipes for using and
                       testing the PREEMPT_RT kernel
recipes-qt           - All things related to the Qt application
                       framework
recipes-sato         - The Sato demo/reference UI/UX, its associated
                       apps and configuration
recipes-support      - Recipes used by other recipes but that are not
                       directly included in images
recipes-dpaa         - recipes related to fsl dpaa feature
recipes-virtualization - recipes related to fsl virtualization feature

Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 .../boot-format/boot-format_git.bb                 |    0
 {recipes-tools => recipes-bsp}/rcw/rcw_git.bb      |    0
 .../u-boot/u-boot_git.bb                           |    0
 .../sysvinit/sysvinit_2.88dsf.bbappend             |    0
 .../udev/udev_182.bbappend                         |    0
 .../eth-config/eth-config_git.bb                   |    0
 {recipes-tools => recipes-dpaa}/flib/flib_git.bb   |    0
 .../fm-ucode/fm-ucode_git.bb                       |    0
 {recipes-ucode => recipes-dpaa}/fmc/fmc_git.bb     |    0
 ...ake-the-library-install-path-configurable.patch |    0
 {recipes-ucode => recipes-dpaa}/fmlib/fmlib_git.bb |    0
 .../usdpaa/usdpaa_git.bb                           |    0
 {recipes-tools => recipes-extended}/cst/cst_git.bb |    0
 .../procps/procps_3.2.8.bbappend                   |    0
 .../testfloat/files/SoftFloat-powerpc-1.patch      |    0
 .../files/TestFloat-powerpc-E500v2-SPE-1.patch     |    0
 .../files/Yocto-replace-COMPILE_PREFIX-gcc.patch   |    0
 .../testfloat/testfloat_2a.bb                      |    0
 .../web-sysmon/web-sysmon_git.bb                   |    0
 {recipes-tools => recipes-kernel}/skmm/skmm_git.bb |    0
 .../hv-cfg/hv-cfg_git.bb                           |    0
 .../hypervisor}/files/81-fsl-embedded-hv.rules     |    0
 .../hypervisor}/hypervisor_git.bb                  |    0
 .../mux-server/files/mux-server-1.02.tar.gz        |  Bin 10021 -> 10021 bytes
 .../mux-server/mux-server_1.02.bb                  |    0
 25 files changed, 0 insertions(+), 0 deletions(-)
 rename {recipes-tools => recipes-bsp}/boot-format/boot-format_git.bb (100%)
 rename {recipes-tools => recipes-bsp}/rcw/rcw_git.bb (100%)
 rename {recipes-kernel => recipes-bsp}/u-boot/u-boot_git.bb (100%)
 rename {recipes-append => recipes-core}/sysvinit/sysvinit_2.88dsf.bbappend (100%)
 rename {recipes-append => recipes-core}/udev/udev_182.bbappend (100%)
 rename {recipes-tools => recipes-dpaa}/eth-config/eth-config_git.bb (100%)
 rename {recipes-tools => recipes-dpaa}/flib/flib_git.bb (100%)
 rename {recipes-ucode => recipes-dpaa}/fm-ucode/fm-ucode_git.bb (100%)
 rename {recipes-ucode => recipes-dpaa}/fmc/fmc_git.bb (100%)
 rename {recipes-ucode => recipes-dpaa}/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch (100%)
 rename {recipes-ucode => recipes-dpaa}/fmlib/fmlib_git.bb (100%)
 rename {recipes-tools => recipes-dpaa}/usdpaa/usdpaa_git.bb (100%)
 rename {recipes-tools => recipes-extended}/cst/cst_git.bb (100%)
 rename {recipes-append => recipes-extended}/procps/procps_3.2.8.bbappend (100%)
 rename {recipes-test => recipes-extended}/testfloat/files/SoftFloat-powerpc-1.patch (100%)
 rename {recipes-test => recipes-extended}/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch (100%)
 rename {recipes-test => recipes-extended}/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch (100%)
 rename {recipes-test => recipes-extended}/testfloat/testfloat_2a.bb (100%)
 rename {recipes-tools => recipes-extended}/web-sysmon/web-sysmon_git.bb (100%)
 rename {recipes-tools => recipes-kernel}/skmm/skmm_git.bb (100%)
 rename {recipes-tools => recipes-virtualization}/hv-cfg/hv-cfg_git.bb (100%)
 rename {recipes-tools/embedded-hv => recipes-virtualization/hypervisor}/files/81-fsl-embedded-hv.rules (100%)
 rename {recipes-tools/embedded-hv => recipes-virtualization/hypervisor}/hypervisor_git.bb (100%)
 rename {recipes-tools => recipes-virtualization}/mux-server/files/mux-server-1.02.tar.gz (100%)
 rename {recipes-tools => recipes-virtualization}/mux-server/mux-server_1.02.bb (100%)

diff --git a/recipes-tools/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb
similarity index 100%
rename from recipes-tools/boot-format/boot-format_git.bb
rename to recipes-bsp/boot-format/boot-format_git.bb
diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
similarity index 100%
rename from recipes-tools/rcw/rcw_git.bb
rename to recipes-bsp/rcw/rcw_git.bb
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
similarity index 100%
rename from recipes-kernel/u-boot/u-boot_git.bb
rename to recipes-bsp/u-boot/u-boot_git.bb
diff --git a/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend b/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend
similarity index 100%
rename from recipes-append/sysvinit/sysvinit_2.88dsf.bbappend
rename to recipes-core/sysvinit/sysvinit_2.88dsf.bbappend
diff --git a/recipes-append/udev/udev_182.bbappend b/recipes-core/udev/udev_182.bbappend
similarity index 100%
rename from recipes-append/udev/udev_182.bbappend
rename to recipes-core/udev/udev_182.bbappend
diff --git a/recipes-tools/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
similarity index 100%
rename from recipes-tools/eth-config/eth-config_git.bb
rename to recipes-dpaa/eth-config/eth-config_git.bb
diff --git a/recipes-tools/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
similarity index 100%
rename from recipes-tools/flib/flib_git.bb
rename to recipes-dpaa/flib/flib_git.bb
diff --git a/recipes-ucode/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
similarity index 100%
rename from recipes-ucode/fm-ucode/fm-ucode_git.bb
rename to recipes-dpaa/fm-ucode/fm-ucode_git.bb
diff --git a/recipes-ucode/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
similarity index 100%
rename from recipes-ucode/fmc/fmc_git.bb
rename to recipes-dpaa/fmc/fmc_git.bb
diff --git a/recipes-ucode/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch b/recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch
similarity index 100%
rename from recipes-ucode/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch
rename to recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch
diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
similarity index 100%
rename from recipes-ucode/fmlib/fmlib_git.bb
rename to recipes-dpaa/fmlib/fmlib_git.bb
diff --git a/recipes-tools/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
similarity index 100%
rename from recipes-tools/usdpaa/usdpaa_git.bb
rename to recipes-dpaa/usdpaa/usdpaa_git.bb
diff --git a/recipes-tools/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
similarity index 100%
rename from recipes-tools/cst/cst_git.bb
rename to recipes-extended/cst/cst_git.bb
diff --git a/recipes-append/procps/procps_3.2.8.bbappend b/recipes-extended/procps/procps_3.2.8.bbappend
similarity index 100%
rename from recipes-append/procps/procps_3.2.8.bbappend
rename to recipes-extended/procps/procps_3.2.8.bbappend
diff --git a/recipes-test/testfloat/files/SoftFloat-powerpc-1.patch b/recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch
similarity index 100%
rename from recipes-test/testfloat/files/SoftFloat-powerpc-1.patch
rename to recipes-extended/testfloat/files/SoftFloat-powerpc-1.patch
diff --git a/recipes-test/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch b/recipes-extended/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch
similarity index 100%
rename from recipes-test/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch
rename to recipes-extended/testfloat/files/TestFloat-powerpc-E500v2-SPE-1.patch
diff --git a/recipes-test/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch b/recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch
similarity index 100%
rename from recipes-test/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch
rename to recipes-extended/testfloat/files/Yocto-replace-COMPILE_PREFIX-gcc.patch
diff --git a/recipes-test/testfloat/testfloat_2a.bb b/recipes-extended/testfloat/testfloat_2a.bb
similarity index 100%
rename from recipes-test/testfloat/testfloat_2a.bb
rename to recipes-extended/testfloat/testfloat_2a.bb
diff --git a/recipes-tools/web-sysmon/web-sysmon_git.bb b/recipes-extended/web-sysmon/web-sysmon_git.bb
similarity index 100%
rename from recipes-tools/web-sysmon/web-sysmon_git.bb
rename to recipes-extended/web-sysmon/web-sysmon_git.bb
diff --git a/recipes-tools/skmm/skmm_git.bb b/recipes-kernel/skmm/skmm_git.bb
similarity index 100%
rename from recipes-tools/skmm/skmm_git.bb
rename to recipes-kernel/skmm/skmm_git.bb
diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
similarity index 100%
rename from recipes-tools/hv-cfg/hv-cfg_git.bb
rename to recipes-virtualization/hv-cfg/hv-cfg_git.bb
diff --git a/recipes-tools/embedded-hv/files/81-fsl-embedded-hv.rules b/recipes-virtualization/hypervisor/files/81-fsl-embedded-hv.rules
similarity index 100%
rename from recipes-tools/embedded-hv/files/81-fsl-embedded-hv.rules
rename to recipes-virtualization/hypervisor/files/81-fsl-embedded-hv.rules
diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
similarity index 100%
rename from recipes-tools/embedded-hv/hypervisor_git.bb
rename to recipes-virtualization/hypervisor/hypervisor_git.bb
diff --git a/recipes-tools/mux-server/files/mux-server-1.02.tar.gz b/recipes-virtualization/mux-server/files/mux-server-1.02.tar.gz
similarity index 100%
rename from recipes-tools/mux-server/files/mux-server-1.02.tar.gz
rename to recipes-virtualization/mux-server/files/mux-server-1.02.tar.gz
diff --git a/recipes-tools/mux-server/mux-server_1.02.bb b/recipes-virtualization/mux-server/mux-server_1.02.bb
similarity index 100%
rename from recipes-tools/mux-server/mux-server_1.02.bb
rename to recipes-virtualization/mux-server/mux-server_1.02.bb
-- 
1.7.3.4




More information about the meta-freescale mailing list