[meta-freescale] [meta-fsl-arm][PATCH 2/3] kernel-module-mcc: bump to version 1.04, drop unused patch

Daiane.Angolini at freescale.com Daiane.Angolini at freescale.com
Mon Feb 24 05:59:07 PST 2014



> -----Original Message-----
> From: meta-freescale-bounces at yoctoproject.org [mailto:meta-freescale-
> bounces at yoctoproject.org] On Behalf Of Andy Voltz
> Sent: Saturday, February 22, 2014 1:03 PM
> To: meta-freescale at yoctoproject.org
> Cc: Anthony Felice
> Subject: [meta-freescale] [meta-fsl-arm][PATCH 2/3] kernel-module-mcc: bump
> to version 1.04, drop unused patch

Could you, please, elaborate?

I think your commit subject is great, but I missing some further information regarding
what was included in new version and why you dropped the patch.



Thanks,

Daiane

> 
> Signed-off-by: Andy Voltz <andy.voltz at timesys.com>
> Signed-off-by: Anthony Felice <tony.felice at timesys.com>
> ---
>  .../mcc-kmod-oe-module-makefile.patch              | 37 ------------------
> ----
>  .../kernel-module-mcc/kernel-module-mcc_1.03.bb    | 17 ----------
>  .../kernel-module-mcc/kernel-module-mcc_1.04.bb    | 16 ++++++++++
>  3 files changed, 16 insertions(+), 54 deletions(-)  delete mode 100644
> recipes-kernel/kernel-module-mcc/kernel-module-mcc/mcc-kmod-oe-module-
> makefile.patch
>  delete mode 100644 recipes-kernel/kernel-module-mcc/kernel-module-
> mcc_1.03.bb
>  create mode 100644 recipes-kernel/kernel-module-mcc/kernel-module-
> mcc_1.04.bb
> 
> diff --git a/recipes-kernel/kernel-module-mcc/kernel-module-mcc/mcc-kmod-
> oe-module-makefile.patch b/recipes-kernel/kernel-module-mcc/kernel-module-
> mcc/mcc-kmod-oe-module-makefile.patch
> deleted file mode 100644
> index dc4b947..0000000
> --- a/recipes-kernel/kernel-module-mcc/kernel-module-mcc/mcc-kmod-oe-
> module-makefile.patch
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -OE-Core uses "make modules && make modules install" for kernel modules -It
> also uses KERNEL_SRC to specify the kernel source tree location
> -
> -This patch adds support for modules and modules_install targets, and -adds
> logic to pickup INSTALL_MOD_PATH and use KERNEL_SRC
> -
> -Upstream-status: Pending
> -
> -diff -Nuarp mcc-kmod-1.03-orig/Makefile mcc-kmod-1.03/Makefile
> ---- mcc-kmod-1.03-orig/Makefile	2013-08-12 14:11:56.439711957 -0400
> -+++ mcc-kmod-1.03/Makefile	2013-08-12 14:16:03.472603053 -0400
> -@@ -3,17 +3,19 @@ mcc-y = mcc_linux.o mcc_shm_linux.o mcc_
> -
> - PWD := $(shell pwd)
> -
> --EXTRA_CFLAGS += -I$(KERNELDIR)/include -Wno-format
> -+EXTRA_CFLAGS += -I$(KERNEL_SRC)/include -Wno-format
> -
> --all:
> --	$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
> -+DESTDIR ?= $(INSTALL_MOD_PATH)
> -
> --install: all
> --	$(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
> INSTALL_MOD_PATH=$(DESTDIR)
> -+modules all:
> -+	$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules
> -+
> -+modules_install install: all
> -+	$(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install
> -+INSTALL_MOD_PATH=$(DESTDIR)
> - 	@echo Copying mcc headers to toolchain
> - 	mkdir -p $(DESTDIR)/usr/include/linux
> - 	cp -f {mcc_linux.h,mcc_common.h,mcc_config.h}
> $(DESTDIR)/usr/include/linux/
> -
> -
> - clean:
> --	$(MAKE) -C $(KERNELDIR) M=$(PWD) clean
> -+	$(MAKE) -C $(KERNEL_SRC) M=$(PWD) clean
> diff --git a/recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.03.bb
> b/recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.03.bb
> deleted file mode 100644
> index a7fe8e4..0000000
> --- a/recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.03.bb
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -# Copyright (C) 2013 Timesys Corporation -SUMMARY = "MCC KERNEL MODULE"
> -DESCRIPTION = "Timesys Multicore communication kernel module"
> -LICENSE = "GPL-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=c8959abcbbe4d6676c58eab9354019e6"
> -
> -inherit module
> -
> -SRC_URI = "http://repository.timesys.com/buildsources/m/mcc-kmod/mcc-kmod-
> ${PV}/mcc-kmod-${PV}.tar.bz2 \
> -           file://mcc-kmod-oe-module-makefile.patch"
> -
> -SRC_URI[md5sum] = "046b0a86d70b9e3424efc86f442bc335"
> -SRC_URI[sha256sum] =
> "44ed7f812625ef764d62ff0871784ceb155ef86df8932e91830f9222adbf3a9e"
> -
> -S = "${WORKDIR}/mcc-kmod-${PV}"
> -
> -COMPATIBLE_MACHINE = "(vf60)"
> diff --git a/recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.04.bb
> b/recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.04.bb
> new file mode 100644
> index 0000000..eed9339
> --- /dev/null
> +++ b/recipes-kernel/kernel-module-mcc/kernel-module-mcc_1.04.bb
> @@ -0,0 +1,16 @@
> +# Copyright (C) 2013 Timesys Corporation SUMMARY = "MCC KERNEL MODULE"
> +DESCRIPTION = "Timesys Multicore communication kernel module"
> +LICENSE = "GPL-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c8959abcbbe4d6676c58eab9354019e6"
> +
> +inherit module
> +
> +SRC_URI = "http://repository.timesys.com/buildsources/m/mcc-kmod/mcc-kmod-
> ${PV}/mcc-kmod-${PV}.tar.bz2"
> +
> +SRC_URI[md5sum] = "d72e8f6575605906be94ac2d26e6bc26"
> +SRC_URI[sha256sum] =
> "f86a860e68cefdce70796572d97ddd4cc5e08d9f13117b431599add55bf1a651"
> +
> +S = "${WORKDIR}/mcc-kmod-${PV}"
> +
> +COMPATIBLE_MACHINE = "(vf60)"
> --
> 1.8.5.3
> 
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
> 



More information about the meta-freescale mailing list