All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Nikhil Devshatwar <nikhil.nd@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [thud/master PATCH v1] packagegroup: tisdk-addons-sdk-host: Add src packages
Date: Thu, 19 Sep 2019 12:39:34 -0400	[thread overview]
Message-ID: <20190919163934.GD5351@beryl> (raw)
In-Reply-To: <1568887469-57690-1-git-send-email-nikhil.nd@ti.com>

On Thu, Sep 19, 2019 at 03:34:29PM +0530, Nikhil Devshatwar wrote:
> Add source packages for ATF and external kernel modules
> Also define the src package proprties for these
> ---
>  meta-arago-distro/conf/distro/include/arago-source-ipk.inc | 14 ++++++++++++++
>  .../packagegroup-arago-tisdk-addons-sdk-host.bb            |  7 +++++++
>  2 files changed, 21 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> index 6e56c77..970e3e2 100644
> --- a/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-source-ipk.inc
> @@ -142,6 +142,10 @@ SRCIPK_PRESERVE_GIT_pn-u-boot-keystone = "true"
>  CREATE_SRCIPK_pn-u-boot-dra7xx = "1"
>  SRCIPK_INSTALL_DIR_pn-u-boot-dra7xx = "board-support/u-boot-${PV}-${PR}"
>  
> +CREATE_SRCIPK_pn-arm-trusted-firmware = "1"
> +SRCIPK_INSTALL_DIR_pn-arm-trusted-firmware = "board-support/${PN}-${PV}"
> +SRCIPK_PRESERVE_GIT_pn-arm-trusted-firmware = "true"
> +
>  CREATE_SRCIPK_pn-linux-ti-staging = "1"
>  SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}${KERNEL_LOCALVERSION}"
>  SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
> @@ -181,6 +185,7 @@ SRCIPK_INSTALL_DIR_pn-linux-omap4 = "board-support/linux-${PV}"
>  
>  CREATE_SRCIPK_pn-cryptodev-module = "1"
>  SRCIPK_INSTALL_DIR_pn-cryptodev-module = "board-support/extra-drivers/cryptodev-module-${PV}"
> +SRCIPK_PRESERVE_GIT_pn-cryptodev-module = "true"
>  
>  CREATE_SRCIPK_pn-cmem-mod = "1"
>  SRCIPK_INSTALL_DIR_pn-cmem-mod = "board-support/extra-drivers/${PN}-${PV}"
> @@ -196,6 +201,11 @@ SRCIPK_INSTALL_DIR_pn-ti-sgx-ddk-km = "board-support/extra-drivers/${PN}-${PV}"
>  
>  CREATE_SRCIPK_pn-ti-img-rogue-driver = "1"
>  SRCIPK_INSTALL_DIR_pn-ti-img-rogue-driver = "board-support/extra-drivers/${PN}-${PV}"
> +SRCIPK_PRESERVE_GIT_pn-ti-img-rogue-driver = "true"
> +
> +CREATE_SRCIPK_pn-ti-img-encode-decode = "1"
> +SRCIPK_INSTALL_DIR_pn-ti-img-encode-decode = "board-support/extra-drivers/${PN}-${PV}"
> +SRCIPK_PRESERVE_GIT_pn-ti-img-encode-decode = "true"
>  
>  CREATE_SRCIPK_pn-ti-gc320-driver = "1"
>  SRCIPK_INSTALL_DIR_pn-ti-gc320-driver = "board-support/extra-drivers/${PN}-${PV}"
> @@ -364,6 +374,10 @@ SRCIPK_INSTALL_DIR_pn-hplib-mod = "board-support/extra-drivers/${PN}-${PV}"
>  CREATE_SRCIPK_pn-uio-module-drv = "1"
>  SRCIPK_INSTALL_DIR_pn-uio-module-drv = "board-support/extra-drivers/${PN}-${PV}"
>  
> +CREATE_SRCIPK_pn-ivshmem-uio-driver = "1"
> +SRCIPK_INSTALL_DIR_pn-ivshmem-uio-driver = "board-support/extra-drivers/${PN}-${PV}"
> +SRCIPK_PRESERVE_GIT_pn-ivshmem-uio-driver = "true"
> +
>  CREATE_SRCIPK_pn-ipsecmgr-mod = "1"
>  SRCIPK_INSTALL_DIR_pn-ipsecmgr-mod = "board-support/extra-drivers/${PN}-${PV}"
>  
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> index fbdc735..558955c 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> @@ -39,6 +39,13 @@ UTILS_append_k2g = " \
>  UTILS_append_k3 = " \
>      jailhouse-src \
>      ti-sci-fw-src \
> +    ivshmem-uio-driver-src \

???


> +    arm-trusted-firmware-src \
> +"
> +
> +UTILS_append_j7-evm = " \
> +    ti-img-encode-decode-src \
> +    ti-img-rogue-driver-src \
>  "
>  
>  UTILS_append_am65xx = " \
> -- 
> 1.9.1
> 


  reply	other threads:[~2019-09-19 16:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 10:04 [thud/master PATCH v1] packagegroup: tisdk-addons-sdk-host: Add src packages Nikhil Devshatwar
2019-09-19 16:39 ` Denys Dmytriyenko [this message]
2019-09-19 17:20   ` Nikhil Devshatwar

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=20190919163934.GD5351@beryl \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=nikhil.nd@ti.com \
    /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.