All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] Add release information to latest U-boot and Kernel sources.
Date: Fri, 31 Jan 2014 15:06:15 -0500	[thread overview]
Message-ID: <20140131200615.GL6814@edge> (raw)
In-Reply-To: <1391203584-17256-1-git-send-email-fcooper@ti.com>

On Fri, Jan 31, 2014 at 03:26:24PM -0600, Franklin S. Cooper Jr wrote:
> * Add the kernel and u-boot release tag to the sources.

I'd have to NAK this change for now...

First of all, it's .01 not .00
And second, I don't think that's the right way to do it...
This needs more thought.


> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../conf/distro/arago-source-ipk.conf              |    4 ++--
>  .../u-boot/u-boot-ti-staging_2013.10.bbappend      |    5 ++++-
>  .../linux/linux-ti-staging_3.12.bbappend           |    5 ++++-
>  3 files changed, 10 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> index 19034b6..e3a90fc 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}${BSPVER}"
>  SRCIPK_PACKAGE_ARCH_pn-u-boot-ti-staging = "${MACHINE_ARCH}"
>  SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
>  
> @@ -141,7 +141,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}${BSPVER}"
>  SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
>  SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
>  
> diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
> index c5c5ae5..eda5feb 100644
> --- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
> +++ b/meta-arago-distro/recipes-bsp/u-boot/u-boot-ti-staging_2013.10.bbappend
> @@ -1,4 +1,4 @@
> -PR_append = "-arago2"
> +PR_append = "-arago3"
>  
>  SRCREV = "${AUTOREV}"
>  
> @@ -11,3 +11,6 @@ do_compile_prepend() {
>          echo ${UBOOT_LOCALVERSION} > ${S}/.scmversion
>      fi
>  }
> +
> +# BSPVER is used by arago-source-ipk.conf
> +BSPVER = "-ti2013.12.00"
> diff --git a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
> index 3450a1f..45424cb 100644
> --- a/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
> +++ b/meta-arago-distro/recipes-kernel/linux/linux-ti-staging_3.12.bbappend
> @@ -1,4 +1,4 @@
> -MACHINE_KERNEL_PR_append = "-arago4"
> +MACHINE_KERNEL_PR_append = "-arago5"
>  
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
>  
> @@ -8,6 +8,9 @@ SRCREV = "${AUTOREV}"
>  
>  KERNEL_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
>  
> +# BSPVER is used by arago-source-ipk.conf
> +BSPVER = "-ti2013.12.00"
> +
>  kernel_do_configure_prepend() {
>      if [ ! -e ${B}/.scmversion -a ! -e ${S}/.scmversion ]
>      then
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2014-01-31 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-31 21:26 [PATCH] Add release information to latest U-boot and Kernel sources Franklin S. Cooper Jr
2014-01-31 20:06 ` 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=20140131200615.GL6814@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.