* [meta-oe][PATCH 1/2] dfu-util 0.7 recipe
@ 2014-05-29 12:46 Chris Morgan
2014-05-29 13:10 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Chris Morgan @ 2014-05-29 12:46 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 48 bytes --]
dfu-util 0.7 is the latest release of dfu-util
[-- Attachment #2: 0001-dfu-util-0.7-recipe.patch --]
[-- Type: text/x-patch, Size: 899 bytes --]
From 0a85d88e93de1707aa9b7ee41065d8c3db0acd66 Mon Sep 17 00:00:00 2001
From: Chris Morgan <chmorgan@gmail.com>
Date: Thu, 29 May 2014 08:35:25 -0400
Subject: [PATCH 1/2] dfu-util 0.7 recipe
dfu-util 0.7 is the latest release of dfu-util
Signed-off-by: Chris Morgan <chmorgan@gmail.com>
---
meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
new file mode 100644
index 0000000..c4c030d
--- /dev/null
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
@@ -0,0 +1,6 @@
+require dfu-util.inc
+
+DEPENDS = "libusb1"
+
+SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
+SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
--
1.9.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 1/2] dfu-util 0.7 recipe
2014-05-29 12:46 [meta-oe][PATCH 1/2] dfu-util 0.7 recipe Chris Morgan
@ 2014-05-29 13:10 ` Gary Thomas
2014-05-29 13:16 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2014-05-29 13:10 UTC (permalink / raw)
To: yocto
On 2014-05-29 06:46, Chris Morgan wrote:
> dfu-util 0.7 is the latest release of dfu-util
These patches should be sent to the OpenEmbedded mailing list
openembedded-devel@lists.openembedded.org
Also, check the README in your repository for details, in particular
the use of git send-mail for patches is preferred.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 1/2] dfu-util 0.7 recipe
2014-05-29 13:10 ` Gary Thomas
@ 2014-05-29 13:16 ` Martin Jansa
2014-05-29 13:58 ` Chris Morgan
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-05-29 13:16 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 578 bytes --]
On Thu, May 29, 2014 at 07:10:02AM -0600, Gary Thomas wrote:
> On 2014-05-29 06:46, Chris Morgan wrote:
> > dfu-util 0.7 is the latest release of dfu-util
>
> These patches should be sent to the OpenEmbedded mailing list
> openembedded-devel@lists.openembedded.org
>
> Also, check the README in your repository for details, in particular
> the use of git send-mail for patches is preferred.
And also please remove 0.1 and add 0.7 in the same commit which will be
easier to review if sent with -M.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 1/2] dfu-util 0.7 recipe
2014-05-29 13:16 ` Martin Jansa
@ 2014-05-29 13:58 ` Chris Morgan
0 siblings, 0 replies; 5+ messages in thread
From: Chris Morgan @ 2014-05-29 13:58 UTC (permalink / raw)
To: Martin Jansa; +Cc: yocto@yoctoproject.org, Gary Thomas
On Thu, May 29, 2014 at 9:16 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Thu, May 29, 2014 at 07:10:02AM -0600, Gary Thomas wrote:
>> On 2014-05-29 06:46, Chris Morgan wrote:
>> > dfu-util 0.7 is the latest release of dfu-util
>>
>> These patches should be sent to the OpenEmbedded mailing list
>> openembedded-devel@lists.openembedded.org
>>
>> Also, check the README in your repository for details, in particular
>> the use of git send-mail for patches is preferred.
>
> And also please remove 0.1 and add 0.7 in the same commit which will be
> easier to review if sent with -M.
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
Thank you for the feedback. I'll get email setup to send through gmail
I guess so I can use the cli send mail. I guess I can use a pull
request instead though, that would let me avoid having to set git
gmail email up.
Today there are 0.1, 0.4/0.4 native and svn versions. I wanted removal
of 0.1 to be separate from adding 0.7 to avoid doing two things in a
single patch and so the 0.1 removal could be rejected separate from
adding 0.7.
If you really want the two together I can do that though, even though
they seem separate.
Maybe 0.4 should also be removed but I didn't want to have to replace
the native build of 0.4 with a native 0.7 build until other changes
were in and I wasn't sure how to test...
Chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-oe][PATCH 1/2] dfu-util 0.7 recipe
@ 2014-05-30 17:14 Chris Morgan
0 siblings, 0 replies; 5+ messages in thread
From: Chris Morgan @ 2014-05-30 17:14 UTC (permalink / raw)
To: openembedded-devel
dfu-util 0.7 is the latest release of dfu-util
Signed-off-by: Chris Morgan <chmorgan@gmail.com>
---
meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
new file mode 100644
index 0000000..c4c030d
--- /dev/null
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
@@ -0,0 +1,6 @@
+require dfu-util.inc
+
+DEPENDS = "libusb1"
+
+SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
+SRC_URI[sha256sum] =
"f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
--
1.9.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-30 17:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 12:46 [meta-oe][PATCH 1/2] dfu-util 0.7 recipe Chris Morgan
2014-05-29 13:10 ` Gary Thomas
2014-05-29 13:16 ` Martin Jansa
2014-05-29 13:58 ` Chris Morgan
-- strict thread matches above, loose matches on Subject: below --
2014-05-30 17:14 Chris Morgan
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.