From: "Denys Dmytriyenko" <denys@ti.com>
To: <m-radhakrishnan2@ti.com>
Cc: <meta-ti@lists.yoctoproject.org>, "Stiffler, Jacob" <j-stiffler@ti.com>
Subject: Re: [meta-ti] [thud/master][PATCH v2] sciclient-rtos: SRCREV update, adding steps to generate sysfw.bin
Date: Wed, 18 Mar 2020 13:59:49 -0400 [thread overview]
Message-ID: <20200318175949.GE17003@beryl> (raw)
In-Reply-To: <20200310183305.39325-1-m-radhakrishnan2@ti.com>
FYI, this now breaks Linux thud builds on am65xx-evm...
On Tue, Mar 10, 2020 at 02:33:05PM -0400, Mahesh Radhakrishnan via Lists.Yoctoproject.Org wrote:
> ---
> recipes-bsp/sciclient/sciclient-rtos_git.bb | 41 +++++++++++++++++++--
> 1 file changed, 38 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
> index 6a3d79c3..efb369bb 100644
> --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
> +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
> @@ -7,14 +7,14 @@ TI_PDK_COMP = "ti.drv.sciclient"
> PE = "1"
>
> LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://sciclient.h;beginline=1;endline=31;md5=7224b2eeca1444815f1737bfcdfa892a"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=99d7639a81c1ba1f16fd070a928ffddb"
>
> COMPATIBLE_MACHINE = "k3"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> -PR = "r0"
> +PR = "r1"
>
> -DEPENDS_append = " osal-rtos common-csl-ip-rtos"
> +DEPENDS_append = " osal-rtos common-csl-ip-rtos openssl-native"
>
> # Build with make instead of XDC
> TI_PDK_XDCMAKE = "0"
> @@ -60,6 +60,41 @@ do_compile() {
> tar -cf sciclient.tar --exclude='*.tar' ./*
> }
>
> +
> +do_compile_prepend_am65xx-hs-evm() {
> +
> + cd ${SCICLIENT_ROOTPATH}
> +
> + # Saving the GP firmware to a different GP name
> + cp ${CP_ARGS} ./soc/V0/sysfw.bin ./soc/V0/sysfw-gp.bin
> +
> + cd ${SCICLIENT_ROOTPATH}/tools
> + # Create the .bin file for HS
> + ${SCICLIENT_ROOTPATH}/tools/firmwareHeaderGen.sh am65x-hs ${PDK_INSTALL_DIR}/packages
> + cd -
> +}
> +
> +do_compile_prepend_am65xx-evm() {
> +
> + cd ${SCICLIENT_ROOTPATH}/tools
> +
> + # Create the .bin file for GP, PG1
> + ${SCICLIENT_ROOTPATH}/tools/firmwareHeaderGen.sh am65x ${PDK_INSTALL_DIR}/packages
> + # Create the .bin file for GP, PG2
> + ${SCICLIENT_ROOTPATH}/tools/firmwareHeaderGen.sh am65x_pg2 ${PDK_INSTALL_DIR}/packages
> +
> + cd -
> +}
> +
> +
> +do_compile_prepend_j7-evm() {
> +
> + cd ${SCICLIENT_ROOTPATH}/tools
> + # Create the .bin file for GP
> + ${SCICLIENT_ROOTPATH}/tools/firmwareHeaderGen.sh j721e ${PDK_INSTALL_DIR}/packages
> + cd -
> +}
> +
> do_install() {
> cd ${SCICLIENT_ROOTPATH}
> install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient
> --
> 2.17.1
>
>
prev parent reply other threads:[~2020-03-18 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-10 18:33 [thud/master][PATCH v2] sciclient-rtos: SRCREV update, adding steps to generate sysfw.bin Mahesh Radhakrishnan
2020-03-18 17:59 ` Denys Dmytriyenko [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=20200318175949.GE17003@beryl \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=m-radhakrishnan2@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.