* [PATCH V4] ti-tisdk-makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change
@ 2016-03-02 14:43 Eric Ruei
2016-03-02 15:38 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Eric Ruei @ 2016-03-02 14:43 UTC (permalink / raw)
To: meta-arago
PVR_NULLDRM and PLATFORM_OMAPDRM are only applicable for DDK 1.9 and no longer used.
TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
V4 Changes: Update commit message
.../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index bcd78ba..c49909e 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -151,15 +151,9 @@ MAKEFILES_append_k2e-evm = " opencl-examples \
PLATFORM_ARCH = "armv7-a"
PLATFORM_ARCH_omapl138 = "armv5te"
-PLATFORM_OMAPDRM = ""
-PLATFORM_OMAPDRM_ti33x = "omap335x"
-PLATFORM_OMAPDRM_ti43x = "omap437x"
-PLATFORM_OMAPDRM_omap-a15 = "omap5430"
-
-PVR_NULLDRM = ""
-PVR_NULLDRM_ti33x = "1"
-PVR_NULLDRM_ti43x = "0"
-PVR_NULLDRM_omap-a15 = "0"
+TARGET_PRODUCT = "jacinto6evm"
+TARGET_PRODUCT_ti33x = "ti335x"
+TARGET_PRODUCT_ti43x = "ti437x"
PLATFORM_DEBUGSS = ""
PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
@@ -238,8 +232,7 @@ do_install () {
sed -i -e "s/__KERNEL_BUILD_CMDS__/${KERNEL_BUILD_CMDS}/" ${D}/Makefile
sed -i -e "s/__SDKMACHINE__/${SDKMACHINE}/g" ${D}/Makefile
- sed -i -e "s/__PLATFORM_OMAPDRM__/${PLATFORM_OMAPDRM}/" ${D}/Makefile
- sed -i -e "s/__PVR_NULLDRM__/${PVR_NULLDRM}/" ${D}/Makefile
+ sed -i -e "s/__TARGET_PRODUCT__/${TARGET_PRODUCT}/" ${D}/Makefile
sed -i -e "s/__PLATFORM_DEBUGSS__/${PLATFORM_DEBUGSS}/g" ${D}/Makefile
sed -i -e "s/__PLATFORM_GDBSERVERPROXY__/${PLATFORM_GDBSERVERPROXY}/g" ${D}/Makefile
sed -i -e "s/__BOOT_MONITOR_MAKE_TARGET__/${BOOT_MONITOR_MAKE_TARGET}/g" ${D}/Makefile
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V4] ti-tisdk-makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change
2016-03-02 14:43 [PATCH V4] ti-tisdk-makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change Eric Ruei
@ 2016-03-02 15:38 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-03-02 15:38 UTC (permalink / raw)
To: Eric Ruei; +Cc: meta-arago
Ack
On Wed, Mar 02, 2016 at 09:43:40AM -0500, Eric Ruei wrote:
> PVR_NULLDRM and PLATFORM_OMAPDRM are only applicable for DDK 1.9 and no longer used.
> TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> V4 Changes: Update commit message
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 15 ++++-----------
> 1 file changed, 4 insertions(+), 11 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> index bcd78ba..c49909e 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> @@ -151,15 +151,9 @@ MAKEFILES_append_k2e-evm = " opencl-examples \
> PLATFORM_ARCH = "armv7-a"
> PLATFORM_ARCH_omapl138 = "armv5te"
>
> -PLATFORM_OMAPDRM = ""
> -PLATFORM_OMAPDRM_ti33x = "omap335x"
> -PLATFORM_OMAPDRM_ti43x = "omap437x"
> -PLATFORM_OMAPDRM_omap-a15 = "omap5430"
> -
> -PVR_NULLDRM = ""
> -PVR_NULLDRM_ti33x = "1"
> -PVR_NULLDRM_ti43x = "0"
> -PVR_NULLDRM_omap-a15 = "0"
> +TARGET_PRODUCT = "jacinto6evm"
> +TARGET_PRODUCT_ti33x = "ti335x"
> +TARGET_PRODUCT_ti43x = "ti437x"
>
> PLATFORM_DEBUGSS = ""
> PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
> @@ -238,8 +232,7 @@ do_install () {
> sed -i -e "s/__KERNEL_BUILD_CMDS__/${KERNEL_BUILD_CMDS}/" ${D}/Makefile
> sed -i -e "s/__SDKMACHINE__/${SDKMACHINE}/g" ${D}/Makefile
>
> - sed -i -e "s/__PLATFORM_OMAPDRM__/${PLATFORM_OMAPDRM}/" ${D}/Makefile
> - sed -i -e "s/__PVR_NULLDRM__/${PVR_NULLDRM}/" ${D}/Makefile
> + sed -i -e "s/__TARGET_PRODUCT__/${TARGET_PRODUCT}/" ${D}/Makefile
> sed -i -e "s/__PLATFORM_DEBUGSS__/${PLATFORM_DEBUGSS}/g" ${D}/Makefile
> sed -i -e "s/__PLATFORM_GDBSERVERPROXY__/${PLATFORM_GDBSERVERPROXY}/g" ${D}/Makefile
> sed -i -e "s/__BOOT_MONITOR_MAKE_TARGET__/${BOOT_MONITOR_MAKE_TARGET}/g" ${D}/Makefile
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-02 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 14:43 [PATCH V4] ti-tisdk-makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change Eric Ruei
2016-03-02 15:38 ` Denys Dmytriyenko
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.