From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 11/19] wl18xx-firmware: specify the branch being used for this version
Date: Fri, 20 Jun 2014 15:15:01 -0400 [thread overview]
Message-ID: <20140620191459.GC1825@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015D0D93C3@DLEE11.ent.ti.com>
Just being lazy and there's one bb recipe, so the branch can change with
SRCREV.
In other recipes SRCREV and SRC_URI were in different files so didn't want
branch to be hidden and missed on next update....
On Fri, Jun 20, 2014 at 07:09:50PM +0000, Maupin, Chase wrote:
> On second thought, looking at patch 12 is there any reason not to use a
> BRANCH variable?
>
>
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >Sent: Friday, June 20, 2014 12:57 PM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCH 11/19] wl18xx-firmware: specify the
> >branch being used for this version
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Bitbake fetcher now requires the branch to be specified when
> >SRCREV is not on master
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > .../recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a8.10.bb
> >| 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> >firmware_r8.a8.10.bb b/meta-arago-extras/recipes-bsp/wl18xx-
> >firmware/wl18xx-firmware_r8.a8.10.bb
> >index 5db1c99..b59f1c4 100644
> >--- a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> >firmware_r8.a8.10.bb
> >+++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> >firmware_r8.a8.10.bb
> >@@ -13,7 +13,7 @@ RCONFLICTS_${PN} += "wl12xx-firmware"
> >
> > # Tag: ol_r8.a8.10
> > SRCREV = "89dc93a5c23fd69ebacd64c936ba5aabf173c29b"
> >-SRC_URI = "git://github.com/TI-
> >OpenLink/wl18xx_fw.git;protocol=git \
> >+SRC_URI = "git://github.com/TI-
> >OpenLink/wl18xx_fw.git;protocol=git;branch=mbss \
> > file://0001-Add-Makefile-for-SDK.patch \
> > "
> >
> >--
> >2.0.0
> >
> >_______________________________________________
> >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
next prev parent reply other threads:[~2014-06-20 19:15 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 17:56 [PATCH 00/19] Daisy migration Denys Dmytriyenko
2014-06-20 17:56 ` [PATCH 01/19] README: update with Daisy info Denys Dmytriyenko
2014-06-20 19:03 ` Maupin, Chase
2014-06-20 20:18 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 02/19] linux-libc-headers: remove old 2.6.37 version Denys Dmytriyenko
2014-06-20 19:04 ` Maupin, Chase
2014-06-20 19:08 ` Denys Dmytriyenko
2014-06-20 20:13 ` Cooper Jr., Franklin
2014-06-20 20:14 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 04/19] binutils: remove the old overlay of 2.20.1 version Denys Dmytriyenko
2014-06-20 19:06 ` Maupin, Chase
2014-06-20 20:15 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 05/19] eglibc: remove the old overlay of 2.12 version Denys Dmytriyenko
2014-06-20 19:07 ` Maupin, Chase
2014-06-20 20:16 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 06/19] linux-ti-staging: remove 3.8 bbappend, as recipe is gone from meta-ti Denys Dmytriyenko
2014-06-20 19:07 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 07/19] libjpeg-turbo: remove bbappend for SVN URI, as main recipe uses tarball now Denys Dmytriyenko
2014-06-20 19:07 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 08/19] icu: remove bbappend and patch to disable LDFLAGSICUDT, applied upstream Denys Dmytriyenko
2014-06-20 19:07 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 09/19] recipes: update bbappends to match newer versions in lower layers Denys Dmytriyenko
2014-06-20 19:08 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 10/19] gadget-init: LICENSE from oe-core has changed, update hash Denys Dmytriyenko
2014-06-20 19:08 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 11/19] wl18xx-firmware: specify the branch being used for this version Denys Dmytriyenko
2014-06-20 19:09 ` Maupin, Chase
2014-06-20 19:09 ` Maupin, Chase
2014-06-20 19:15 ` Denys Dmytriyenko [this message]
2014-06-20 20:16 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 12/19] hostap-daemon: " Denys Dmytriyenko
2014-06-20 19:09 ` Maupin, Chase
2014-06-20 19:28 ` Cooper Jr., Franklin
2014-06-20 19:29 ` Cooper Jr., Franklin
2014-06-20 19:33 ` Denys Dmytriyenko
2014-06-20 20:15 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 13/19] wpa-supplicant: " Denys Dmytriyenko
2014-06-20 19:10 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 14/19] toolchain-external: bb.which() is not part of bb.utils module Denys Dmytriyenko
2014-06-20 19:10 ` Maupin, Chase
2014-06-20 19:15 ` Denys Dmytriyenko
2014-06-20 20:16 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 15/19] toolchain-linaro/gcc: remove DEFAULTTUNE settings that went to meta-ti Denys Dmytriyenko
2014-06-20 19:10 ` Maupin, Chase
2014-06-20 19:18 ` Cooper Jr., Franklin
2014-06-20 19:29 ` Denys Dmytriyenko
2014-06-20 19:31 ` Cooper Jr., Franklin
2014-06-20 19:35 ` Denys Dmytriyenko
2014-06-20 19:51 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 16/19] arago-prefs, toolchain-linaro: update system versions Denys Dmytriyenko
2014-06-20 19:11 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 20:18 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 17/19] arago.conf: with unification on mainline, remove PACKAGE_ARCH logic Denys Dmytriyenko
2014-06-20 19:08 ` Cooper Jr., Franklin
2014-06-20 19:13 ` Denys Dmytriyenko
2014-06-20 19:22 ` Cooper Jr., Franklin
2014-06-20 19:32 ` Denys Dmytriyenko
2014-06-20 20:15 ` Cooper Jr., Franklin
2014-06-20 19:11 ` Maupin, Chase
2014-06-20 17:56 ` [PATCH 18/19] tisdk-image: upstream got new rootfs/image framework, unbreak parsing Denys Dmytriyenko
2014-06-20 19:11 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 17:56 ` [PATCH 19/19] arago.conf: update version, remove FETCHCMD_wget workaround Denys Dmytriyenko
2014-06-20 19:11 ` Maupin, Chase
2014-06-20 20:17 ` Cooper Jr., Franklin
2014-06-20 19:05 ` [PATCH 00/19] Daisy migration Maupin, Chase
2014-06-20 19:06 ` Denys Dmytriyenko
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=20140620191459.GC1825@edge \
--to=denys@ti.com \
--cc=chase.maupin@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.