From dd2894a5cd0ee27a755ac577df27ed2d13eeed2d Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 28 Aug 2015 18:36:52 +0800 Subject: rename asf to kernel-module-asf and move bb to kernel-modules subdir * rename asf to kernel-module-asf * move bb file to the common kernel-modules subdirectory Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- .../kernel-modules/kernel-module-asf_git.bb | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 recipes-kernel/kernel-modules/kernel-module-asf_git.bb (limited to 'recipes-kernel/kernel-modules') diff --git a/recipes-kernel/kernel-modules/kernel-module-asf_git.bb b/recipes-kernel/kernel-modules/kernel-module-asf_git.bb new file mode 100644 index 000000000..a9624e495 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-asf_git.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Non-DPAA software Application Specific Fast-path" +SECTION = "asf" +LICENSE = "GPLv2 & GPLv2+ & BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" + +SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" +SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" + +RDEPENDS_${PN} += "ipsec-tools" + +inherit module qoriq_build_64bit_kernel + +S = "${WORKDIR}/git/asfmodule" + +EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" +export KERNEL_PATH = "${STAGING_KERNEL_DIR}" + +INHIBIT_PACKAGE_STRIP = "1" + +do_configure[depends] += "virtual/kernel:do_shared_workdir" +do_configure_prepend () { + find ${S} -name Makefile -exec \ + sed -i 's,$(KERNEL_PATH)/.config,$(KBUILD_OUTPUT)/.config,' {} \; +} + +do_install(){ + install -d ${D}/${libexecdir} + install -d ${D}/lib/modules/${KERNEL_VERSION}/asf + cp -rf ${S}/bin/full ${D}/lib/modules/${KERNEL_VERSION}/asf + cp -rf ${S}/bin/min ${D}/lib/modules/${KERNEL_VERSION}/asf + cp -rf ${S}/../scripts ${D}/${libexecdir}/ +} + +FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" + +COMPATIBLE_MACHINE = "(qoriq)" -- cgit v1.2.3-54-g00ecf