From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 9687252A94 for ; Thu, 10 Sep 2015 16:03:56 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t8AG3t6W008908 for ; Thu, 10 Sep 2015 11:03:55 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t8AG3tjm000457 for ; Thu, 10 Sep 2015 11:03:55 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Thu, 10 Sep 2015 11:03:45 -0500 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t8AG3tDN021151 for ; Thu, 10 Sep 2015 11:03:55 -0500 Message-ID: <55F1A9E1.8080901@ti.com> Date: Thu, 10 Sep 2015 12:03:45 -0400 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: References: <1441900947-6318-1-git-send-email-j-stiffler@ti.com> <1441900947-6318-2-git-send-email-j-stiffler@ti.com> In-Reply-To: <1441900947-6318-2-git-send-email-j-stiffler@ti.com> Subject: Re: [PATCH 2/2] ti-tisdk-makefile: Add omapdrm-pvr makefile fragment X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 16:03:58 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Disregard this for now. This will need some enhancements as this will only compile for omap-a15. On 9/10/2015 12:02 PM, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > .../ti-tisdk-makefile/Makefile_omapdrm-pvr | 26 ++++++++++++++++++++++ > .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 6 ++++- > 2 files changed, 31 insertions(+), 1 deletion(-) > create mode 100644 meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_omapdrm-pvr > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_omapdrm-pvr b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_omapdrm-pvr > new file mode 100644 > index 0000000..80699ef > --- /dev/null > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_omapdrm-pvr > @@ -0,0 +1,26 @@ > +# omapdrm-pvr module > +omapdrm-pvr: linux > + @echo ================================ > + @echo Building omapdrm-pvr > + @echo ================================ > + @cd board-support/extra-drivers; \ > + cd `find . -maxdepth 1 -name "omapdrm-pvr*" -type d`; \ > + make -C ./eurasia_km/eurasiacon/build/linux2/omap5430_linux ARCH=arm KERNELDIR=$(LINUXKERNEL_INSTALL_DIR) > + > +omapdrm-pvr_clean: > + @echo ================================ > + @echo Cleaning omapdrm-pvr > + @echo ================================ > + @cd board-support/extra-drivers; \ > + cd `find . -maxdepth 1 -name "omapdrm-pvr*" -type d`; \ > + make -C ./eurasia_km/eurasiacon/build/linux2/omap5430_linux ARCH=arm KERNELDIR=$(LINUXKERNEL_INSTALL_DIR) clean > + > +omapdrm-pvr_install: > + @echo ================================ > + @echo Installing omapdrm-pvr > + @echo ================================ > + @cd board-support/extra-drivers; \ > + cd `find . -maxdepth 1 -name "omapdrm-pvr*" -type d`; \ > + cd ./eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild; \ > + make -C $(LINUXKERNEL_INSTALL_DIR) SUBDIRS=`pwd` INSTALL_MOD_PATH=$(DESTDIR) PREFIX=$(SDK_PATH_TARGET) modules_install > + > 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 8eafcc1..4ac02b3 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 > @@ -38,9 +38,10 @@ SRC_URI = "\ > file://Makefile_cmem-mod \ > file://Makefile_debugss-module-drv \ > file://Makefile_gdbserverproxy-module-drv \ > + file://Makefile_omapdrm-pvr \ > " > > -PR = "r49" > +PR = "r50" > > MAKEFILES_COMMON = "linux \ > matrix-gui \ > @@ -74,6 +75,7 @@ MAKEFILES_append_ti33x = " u-boot-spl \ > wireless \ > cryptodev \ > sgx-modules \ > + omapdrm-pvr \ > " > MAKEFILES_append_ti43x = " u-boot-spl \ > ${QUICK_PLAYGROUND} \ > @@ -84,6 +86,7 @@ MAKEFILES_append_ti43x = " u-boot-spl \ > sgx-modules \ > dual-camera-demo \ > image-gallery \ > + omapdrm-pvr \ > " > > MAKEFILES_append_dra7xx = " cryptodev \ > @@ -96,6 +99,7 @@ MAKEFILES_append_omap-a15 = " u-boot-spl \ > omapconf \ > linux-dtbs \ > cmem-mod \ > + omapdrm-pvr \ > " > MAKEFILES_append_am180x-evm = " pru \ > u-boot-legacy \