All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH 2/2] ti-tisdk-makefile: Add omapdrm-pvr makefile fragment
Date: Thu, 10 Sep 2015 12:03:45 -0400	[thread overview]
Message-ID: <55F1A9E1.8080901@ti.com> (raw)
In-Reply-To: <1441900947-6318-2-git-send-email-j-stiffler@ti.com>

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 <j-stiffler@ti.com>
> ---
>   .../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 \



      reply	other threads:[~2015-09-10 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-10 16:02 [PATCH 1/2] packagegroup-arago-tisdk-graphics-sdk-host: Add omapdrm-pvr-src for omap-a15 Jacob Stiffler
2015-09-10 16:02 ` [PATCH 2/2] ti-tisdk-makefile: Add omapdrm-pvr makefile fragment Jacob Stiffler
2015-09-10 16:03   ` Jacob Stiffler [this message]

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=55F1A9E1.8080901@ti.com \
    --to=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.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.