From 6a868a671472d454b407a165fc31c5f7dfe783c6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 23 Jul 2015 16:02:25 -0300 Subject: Move meta-fsl-ppc content to layer root This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb | 45 ---------------------------- 1 file changed, 45 deletions(-) delete mode 100644 meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb (limited to 'meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb') diff --git a/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb b/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb deleted file mode 100644 index 8993f848..00000000 --- a/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb +++ /dev/null @@ -1,45 +0,0 @@ -DESCRIPTION = "Frame Manager User Space Library" -SECTION = "fman" -LICENSE = "BSD & GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" - -PR = "r1" - -DEPENDS += "virtual/kernel" -DEPENDS_virtclass-native = "" - -SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1" -SRCREV = "4938e099561d441c947d4ccdf2e601ab2966d8cc" - -S = "${WORKDIR}/git" - -TARGET_ARCH_FMLIB = "${DEFAULTTUNE}" -TARGET_ARCH_FMLIB_e5500 = "ppc32e5500" -TARGET_ARCH_FMLIB_e6500 = "ppc32e6500" -COMPATIBLE_HOST_qoriq-ppc = ".*" -COMPATIBLE_HOST ?= "(none)" - -EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \ - CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" - -FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}" -FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l" -do_compile () { - oe_runmake ${FMLIB_TARGET}.a -} - -do_compile_virtclass-native () { -} - -do_install () { - oe_runmake install-${FMLIB_TARGET} -} - -do_install_virtclass-native () { - install -d ${D}/${includedir} - cp -rf ${S}/include/* ${D}/${includedir} -} - -ALLOW_EMPTY_${PN} = "1" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf