From: "Denys Dmytriyenko" <denys@ti.com>
To: "Andrew F. Davis" <afd@ti.com>
Cc: <meta-ti@lists.yoctoproject.org>
Subject: Re: [meta-ti][master][RFC] recipes-graphics: Enable SGX drivers for Beagleboard and Pandaboard
Date: Fri, 31 Jan 2020 14:39:41 -0500 [thread overview]
Message-ID: <20200131193941.GF23242@beryl> (raw)
In-Reply-To: <20200131192520.29950-1-afd@ti.com>
On Fri, Jan 31, 2020 at 02:25:20PM -0500, Andrew F. Davis wrote:
> These boards have SGX GPUs but do not build as this recipe is not
> compatible with them, add compatibles for these machines.
>
> Signed-off-by: Andrew F. Davis <afd@ti.com>
> ---
>
> Currently and RFC until I can get these binaries pushed to the
> git.ti.com/graphics/omap5-sgx-ddk repos.
>
> Tested working locally on latest with a Beagleboard and a Pandaboard.
Super! Thanks for doing it!
> recipes-graphics/ti-img-sgx/ti-sgx-ddk-km_1.17.4948957.bb | 4 +++-
> recipes-graphics/ti-img-sgx/ti-sgx-ddk-um_1.17.4948957.bb | 4 +++-
> 2 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/ti-img-sgx/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-graphics/ti-img-sgx/ti-sgx-ddk-km_1.17.4948957.bb
> index 751dfc74..05bca918 100644
> --- a/recipes-graphics/ti-img-sgx/ti-sgx-ddk-km_1.17.4948957.bb
> +++ b/recipes-graphics/ti-img-sgx/ti-sgx-ddk-km_1.17.4948957.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9
>
> inherit module
>
> -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
> +COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
Can we use omap3 and omap4 SOC_FAMILY overrides instead of specific boards?
> MACHINE_KERNEL_PR_append = "s"
> PR = "${MACHINE_KERNEL_PR}"
> @@ -30,6 +30,8 @@ TARGET_PRODUCT_omap-a15 = "jacinto6evm"
> TARGET_PRODUCT_ti33x = "ti335x"
> TARGET_PRODUCT_ti43x = "ti437x"
> TARGET_PRODUCT_k3 = "ti654x"
> +TARGET_PRODUCT_beagleboard = "ti343x"
> +TARGET_PRODUCT_pandaboard = "ti443x"
>
> EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT} WINDOW_SYSTEM=nulldrmws'
>
> diff --git a/recipes-graphics/ti-img-sgx/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/ti-img-sgx/ti-sgx-ddk-um_1.17.4948957.bb
> index ecf3ffcc..e3b9b4d1 100644
> --- a/recipes-graphics/ti-img-sgx/ti-sgx-ddk-um_1.17.4948957.bb
> +++ b/recipes-graphics/ti-img-sgx/ti-sgx-ddk-um_1.17.4948957.bb
> @@ -4,7 +4,7 @@ LICENSE = "TI-TSPA"
> LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8"
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
> -COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
> +COMPATIBLE_MACHINE = "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3"
>
> PR = "r34"
>
> @@ -17,6 +17,8 @@ TARGET_PRODUCT_omap-a15 = "jacinto6evm"
> TARGET_PRODUCT_ti33x = "ti335x"
> TARGET_PRODUCT_ti43x = "ti437x"
> TARGET_PRODUCT_k3 = "ti654x"
> +TARGET_PRODUCT_beagleboard = "ti343x"
> +TARGET_PRODUCT_pandaboard = "ti443x"
>
> INITSCRIPT_NAME = "rc.pvr"
> INITSCRIPT_PARAMS = "defaults 8"
> --
> 2.17.1
>
next prev parent reply other threads:[~2020-01-31 19:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-31 19:25 [meta-ti][master][RFC] recipes-graphics: Enable SGX drivers for Beagleboard and Pandaboard Andrew F. Davis
2020-01-31 19:39 ` Denys Dmytriyenko [this message]
2020-01-31 19:45 ` Andrew F. Davis
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=20200131193941.GF23242@beryl \
--to=denys@ti.com \
--cc=afd@ti.com \
--cc=meta-ti@lists.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.