From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] omap3-sgx-modules: Install via the kernel's "modules_install" target.
Date: Mon, 30 Mar 2015 10:09:15 -0400 [thread overview]
Message-ID: <20150330140914.GH21023@edge> (raw)
In-Reply-To: <1427715709-4258-1-git-send-email-j-stiffler@ti.com>
On Mon, Mar 30, 2015 at 07:41:49AM -0400, Jacob Stiffler wrote:
> * This allows the modules to have a consistent installation structure
> when directly building from source.
> * Previously, these modules would be manualy installed to appears as
> in-tree modules.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../omap3-sgx-modules_4.05.00.03.bb | 13 ++-----------
> .../omap3-sgx-modules_4.09.00.01.bb | 13 ++-----------
> .../omap3-sgx-modules_5.01.01.01.bb | 14 ++------------
> .../omap3-sgx-modules_5.01.01.02.bb | 14 ++------------
> 4 files changed, 8 insertions(+), 46 deletions(-)
>
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> index bd476f0..a54a643 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
> @@ -10,7 +10,7 @@ BINFILE := "Graphics_SDK_setuplinux_${SGXPV}.bin"
>
> inherit module
>
> -MACHINE_KERNEL_PR_append = "b"
> +MACHINE_KERNEL_PR_append = "c"
> PR = "${MACHINE_KERNEL_PR}"
>
> DEFAULT_PREFERENCE_omap3 = "99"
> @@ -32,17 +32,8 @@ TI_PLATFORM_ti814x = "ti81xx"
> TI_PLATFORM_ti816x = "ti81xx"
> TI_PLATFORM_ti33x = "ti335x"
>
> -MODULESLOCATION_omap3 = "dc_omapfb3_linux"
> -MODULESLOCATION_ti814x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti816x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti33x = "dc_ti335x_linux"
> -
> MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM}"
>
> do_install() {
> - mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> - cp ${S}/pvrsrvkm.ko \
> - ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \
> - ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> - ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> + make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
If you want the standard module installation, then move any additional
variables to EXTRA_OEMAKE and drop do_install completely.
> }
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
> index 4b97bbc..cd6dbe4 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
> @@ -10,7 +10,7 @@ IMGPV = "1.9.2188537"
>
> inherit module
>
> -MACHINE_KERNEL_PR_append = "c"
> +MACHINE_KERNEL_PR_append = "d"
> PR = "${MACHINE_KERNEL_PR}"
>
> DEFAULT_PREFERENCE = "-1"
> @@ -44,19 +44,10 @@ TI_PLATFORM_ti814x = "ti81xx"
> TI_PLATFORM_ti816x = "ti81xx"
> TI_PLATFORM_ti33x = "ti335x"
>
> -MODULESLOCATION_omap3 = "dc_omapfb3_linux"
> -MODULESLOCATION_ti814x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti816x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti33x = "dc_ti335x_linux"
> -
> MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=0"
>
> MAKE_TARGETS_append_ti33x = " PM_RUNTIME=1"
>
> do_install() {
> - mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> - cp ${S}/pvrsrvkm.ko \
> - ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \
> - ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> - ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> + make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
> }
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb
> index a1d95bf..1ac60da 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb
> @@ -10,7 +10,7 @@ IMGPV = "1.10.2359475"
>
> inherit module
>
> -MACHINE_KERNEL_PR_append = "c"
> +MACHINE_KERNEL_PR_append = "d"
> PR = "${MACHINE_KERNEL_PR}"
>
> BINFILE_HARDFP = "Graphics_SDK_setuplinux_hardfp_${SGXPV}.bin"
> @@ -55,18 +55,8 @@ TI_PLATFORM_ti816x = "ti81xx"
> TI_PLATFORM_ti33x = "ti335x"
> TI_PLATFORM_ti43x = "ti43xx"
>
> -MODULESLOCATION_omap3 = "dc_omapfb3_linux"
> -MODULESLOCATION_ti814x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti816x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti33x = "dc_ti335x_linux"
> -MODULESLOCATION_ti43x = "dc_ti43xx_linux"
> -
> MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=${SUPPORT_XORG}"
>
> do_install() {
> - mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> - cp ${S}/pvrsrvkm.ko \
> - ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \
> - ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> - ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> + make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
> }
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.02.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.02.bb
> index 6a07d4f..cf042fc 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.02.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.02.bb
> @@ -10,7 +10,7 @@ IMGPV = "1.10.2359475"
>
> inherit module
>
> -MACHINE_KERNEL_PR_append = "a"
> +MACHINE_KERNEL_PR_append = "b"
> PR = "${MACHINE_KERNEL_PR}"
>
> BINFILE_HARDFP = "Graphics_SDK_setuplinux_hardfp_${SGXPV}.bin"
> @@ -51,18 +51,8 @@ TI_PLATFORM_ti816x = "ti81xx"
> TI_PLATFORM_ti33x = "ti335x"
> TI_PLATFORM_ti43x = "ti43xx"
>
> -MODULESLOCATION_omap3 = "dc_omapfb3_linux"
> -MODULESLOCATION_ti814x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti816x = "dc_ti81xx_linux"
> -MODULESLOCATION_ti33x = "dc_ti335x_linux"
> -MODULESLOCATION_ti43x = "dc_ti43xx_linux"
> -
> MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=${SUPPORT_XORG}"
>
> do_install() {
> - mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> - cp ${S}/pvrsrvkm.ko \
> - ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko \
> - ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
> - ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
> + make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
> }
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2015-03-30 14:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-30 11:41 [PATCH] omap3-sgx-modules: Install via the kernel's "modules_install" target Jacob Stiffler
2015-03-30 14:09 ` Denys Dmytriyenko [this message]
2015-03-30 18:25 ` Stiffler, Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150330140914.GH21023@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.