From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] arago-source-ipk: append kernel and u-boot short hash to source directory
Date: Fri, 21 Feb 2014 12:29:24 -0500 [thread overview]
Message-ID: <20140221172924.GA18510@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C65174D@DFLE08.ent.ti.com>
Actually, KERNEL_LOCALVERSION is generic itself. You can change it in a
bbappend and it will propagate into kernel package, binary and sources and all
will be matching. So, if you don't like the -gHASH suffix, you can do away
with -tiX.X.X.X suffix instead and it will be populated everywhere.
On Fri, Feb 21, 2014 at 05:25:48PM +0000, Cooper Jr., Franklin wrote:
> Can we tweak this to use a generic variable
>
> SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}${<generic variable name>}"
>
> And then in the kernel recipe
>
> <generic variable name> = "${KERNEL_LOCALVERSION}"
>
> I want to be able to override <generic variable name> without touching the .conf file.
>
> Similar comment for u-boot.
>
>
>
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > Sent: Friday, February 21, 2014 11:18 AM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] arago-source-ipk: append kernel and u-boot
> > short hash to source directory
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > meta-arago-distro/conf/distro/arago-source-ipk.conf | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-
> > distro/conf/distro/arago-source-ipk.conf
> > index 231e13d..d2a9600 100644
> > --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
> > +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> > @@ -116,7 +116,7 @@ SRCIPK_INSTALL_DIR_pn-x-load_beagleboard =
> > "board-support/${P}"
> > SRCIPK_PACKAGE_ARCH_pn-x-load = "${MACHINE_ARCH}"
> >
> > CREATE_SRCIPK_pn-u-boot-ti-staging = "1"
> > -SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-${PV}"
> > +SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-
> > ${PV}${UBOOT_LOCALVERSION}"
> > SRCIPK_PACKAGE_ARCH_pn-u-boot-ti-staging = "${MACHINE_ARCH}"
> > SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
> >
> > @@ -146,7 +146,7 @@ SRCIPK_INSTALL_DIR_pn-u-boot-am3517 = "board-
> > support/u-boot-${UVER}-psp${PSPREL}
> > SRCIPK_PACKAGE_ARCH_pn-u-boot-am3517 = "${MACHINE_ARCH}"
> >
> > CREATE_SRCIPK_pn-linux-ti-staging = "1"
> > -SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}"
> > +SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-
> > ${PV}${KERNEL_LOCALVERSION}"
> > SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
> > SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
> >
> > --
> > 1.8.3.2
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-02-21 17:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 17:18 [PATCH] arago-source-ipk: append kernel and u-boot short hash to source directory Denys Dmytriyenko
2014-02-21 17:25 ` Cooper Jr., Franklin
2014-02-21 17:29 ` 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=20140221172924.GA18510@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.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.