From: Denys Dmytriyenko <denys@ti.com>
To: Eric Ruei <e-ruei1@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH v2 3/3] ti-sgx-ddk-km: add k3 (AM654x) support
Date: Fri, 13 Jul 2018 13:31:37 -0400 [thread overview]
Message-ID: <20180713173137.GG25410@beryl> (raw)
In-Reply-To: <1531323931-31875-4-git-send-email-e-ruei1@ti.com>
On Wed, Jul 11, 2018 at 11:45:31AM -0400, Eric Ruei wrote:
> - add K3 (AM654x) support based on SGX DDK 1.17
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 41 ++++++++++++++++++++++
This is still sent as a new recipe, while being very similar to existing one.
Making it a diff would really help. If git doesn't see the similarity on its
own, you can try passing --find-copies-harder flag...
> 1 file changed, 41 insertions(+)
> create mode 100644 recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
>
> diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
> new file mode 100644
> index 0000000..3ce9105
> --- /dev/null
> +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
> @@ -0,0 +1,41 @@
> +DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the TI SoCs"
> +HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-linux"
> +LICENSE = "MIT | GPLv2"
> +LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
> +
> +inherit module
> +
> +COMPATIBLE_MACHINE = "k3"
> +
> +MACHINE_KERNEL_PR_append = "o"
> +PR = "${MACHINE_KERNEL_PR}"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +DEPENDS = "virtual/kernel"
> +
> +PROVIDES = "omapdrm-pvr"
> +
> +RPROVIDES_${PN} = "omapdrm-pvr"
> +RREPLACES_${PN} = "omapdrm-pvr"
> +RCONFLICTS_${PN} = "omapdrm-pvr"
> +
> +BRANCH = "ti-img-sgx/${PV}/k4.14"
> +
> +SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +SRCREV = "b630d462f5fbb86e5f98965ba1af35da1207822f"
> +
> +TARGET_PRODUCT_k3 = "ti654x"
> +
> +EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" TARGET_PRODUCT=${TARGET_PRODUCT}'
> +
> +do_compile_prepend() {
> + cd ${S}/eurasia_km/eurasiacon/build/linux2/omap_linux
> +}
> +
> +do_install() {
> + make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B}/eurasia_km/eurasiacon/binary_omap_linux_xorg_release/target_aarch64/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
> +}
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2018-07-13 17:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 15:45 [PATCH v2 0/3] Enable SGX on k3 (AM654x) Eric Ruei
2018-07-11 15:45 ` [PATCH v2 1/3] conf: machine: k3: enable sgx Eric Ruei
2018-07-11 15:45 ` [PATCH v2 2/3] ti-sgx-ddk-um: add k3 (AM654x) support Eric Ruei
2018-07-13 17:44 ` Denys Dmytriyenko
2018-07-11 15:45 ` [PATCH v2 3/3] ti-sgx-ddk-km: " Eric Ruei
2018-07-13 17:31 ` Denys Dmytriyenko [this message]
2018-07-13 18:13 ` Ruei, Eric
2018-07-13 17:29 ` [PATCH v2 0/3] Enable SGX on k3 (AM654x) Denys Dmytriyenko
2018-07-13 18:11 ` Ruei, Eric
2018-07-13 18:19 ` Denys Dmytriyenko
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=20180713173137.GG25410@beryl \
--to=denys@ti.com \
--cc=e-ruei1@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.