All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Stiffler <j-stiffler@ti.com>
To: Sam Nelson <sam.nelson@ti.com>, <meta-ti@yoctoproject.org>
Subject: Re: [PATCH v2] pa-lld: Update to new version 3.0.1.5
Date: Tue, 27 Oct 2015 10:41:22 -0400	[thread overview]
Message-ID: <562F8D12.7090407@ti.com> (raw)
In-Reply-To: <1445486410-29445-1-git-send-email-sam.nelson@ti.com>



On 10/22/2015 12:00 AM, Sam Nelson wrote:
> - Add script to create device independent symbolic link to actual
>    device library
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
>
> ---
> Changes from previous version of patch
> - Reformatted symbolic link commands
> ---
> ---
>   recipes-bsp/pa-lld/pa-lld.inc    |    6 +++---
>   recipes-bsp/pa-lld/pa-lld_git.bb |   13 +++++++++++++
>   2 files changed, 16 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/pa-lld/pa-lld.inc b/recipes-bsp/pa-lld/pa-lld.inc
> index 7d922fb..b8ade64 100644
> --- a/recipes-bsp/pa-lld/pa-lld.inc
> +++ b/recipes-bsp/pa-lld/pa-lld.inc
> @@ -6,9 +6,9 @@ COMPATIBLE_MACHINE = "keystone"
>   BRANCH = "master"
>   SRC_URI = "git://git.ti.com/keystone-rtos/pa-lld.git;destsuffix=git/ti/drv/pa;protocol=git;branch=${BRANCH}"
>   
> -# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.04"
> -SRCREV = "92de8879be3712af684bd031ca0ed291c05d6050"
> -PV = "03.00.01.04"
> +# Below Commit ID corresponds to "DEV.PA_LLD.03.00.01.05A"
> +SRCREV = "ae3aa3e80ecf64fe5a16515d134a6bc217220e2e"
> +PV = "03.00.01.05"
>   PR = "r1"
>   
>   BASEDIR = "${WORKDIR}/git"
> diff --git a/recipes-bsp/pa-lld/pa-lld_git.bb b/recipes-bsp/pa-lld/pa-lld_git.bb
> index 63e34ad..468113b 100644
> --- a/recipes-bsp/pa-lld/pa-lld_git.bb
> +++ b/recipes-bsp/pa-lld/pa-lld_git.bb
> @@ -4,6 +4,13 @@ DEPENDS = "common-csl-ip rm-lld"
>   
>   include pa-lld.inc
>   
> +SRC_URI += "file://init_pa.sh"

This file does not exist.

> +
> +inherit update-rc.d
> +
> +INITSCRIPT_NAME = "init_pa.sh"
> +INITSCRIPT_PARAMS = "defaults 10"
> +
>   do_compile () {
>   #   Now build the lld in the updated directory
>   	make -f makefile_armv7 DEVICE=k2h clean lib PDK_INSTALL_PATH=${STAGING_INCDIR}
> @@ -12,4 +19,10 @@ do_compile () {
>   
>   do_install () {
>   	make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
> +#   Set the generic device library symbolic link
> +    ln -sf libpa.so.1.0.0 ${D}${libdir}/libpa_device.so.1
> +    ln -sf libpa_device.so.1 ${D}${libdir}/libpa_device.so
> +#   Copy init scripts
> +    install -d ${D}${sysconfdir}/init.d/
> +    install -c -m 755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}
>   }



      reply	other threads:[~2015-10-27 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  4:00 [PATCH v2] pa-lld: Update to new version 3.0.1.5 Sam Nelson
2015-10-27 14:41 ` 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=562F8D12.7090407@ti.com \
    --to=j-stiffler@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=sam.nelson@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.