All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0.
Date: Fri, 11 Jan 2013 15:59:05 -0500	[thread overview]
Message-ID: <50F07D19.1010107@balister.org> (raw)
In-Reply-To: <CAK18fxENpqFbRG9fOdLVB5_o+A+E1zvDjZZCzwXv61wao9KT_A@mail.gmail.com>

On 01/11/2013 03:49 PM, Andrei Gherzan wrote:
> Send emails with -M flag please. Thanks.

Should always use the -M flag? If so, I'll submit a patch to change the
command shown in the README file.

Philip

> 
> 
> 
> *Andrei Gherzan*
> mobile +40.744.478.414  fax +40.31.816.28.12
> Email: andrei@gherzan.ro
> Email: andrei.gherzan@windriver.com
> Romania
> 
> 
> On Fri, Jan 11, 2013 at 10:40 PM, Philip Balister <philip@balister.org>wrote:
> 
>> Signed-off-by: Philip Balister <philip@balister.org>
>> ---
>>  .../uhd/uhd-firmware_003.004.000.bb                | 27
>> ----------------------
>>  .../uhd/uhd-firmware_003.005.000.bb                | 27
>> ++++++++++++++++++++++
>>  2 files changed, 27 insertions(+), 27 deletions(-)
>>  delete mode 100644 meta-oe/recipes-connectivity/uhd/
>> uhd-firmware_003.004.000.bb
>>  create mode 100644 meta-oe/recipes-connectivity/uhd/
>> uhd-firmware_003.005.000.bb
>>
>> diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bbb/meta-oe/recipes-connectivity/uhd/
>> uhd-firmware_003.004.000.bb
>> deleted file mode 100644
>> index b445307..0000000
>> --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.004.000.bb
>> +++ /dev/null
>> @@ -1,27 +0,0 @@
>> -DESCRIPTION = "Universal Hardware Driver Firmware"
>> -HOMEPAGE = "http://www.ettus.com"
>> -
>> -PE = "1"
>> -
>> -LICENSE = "GPLv3"
>> -LIC_FILES_CHKSUM =
>> "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=d8a4f8958d3b56a11bbb1bb134826b28"
>> -
>> -inherit allarch
>> -
>> -SRC_URI = "
>> http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz
>> "
>> -SRC_URI[md5sum] = "4269fac82df1fe593ba76206773ce551"
>> -SRC_URI[sha256sum] =
>> "4b80ebf90079a823212d3b77e5311ef1b467497a4a3585c2cfb4fe65bff71acf"
>> -
>> -S = "${WORKDIR}/uhd-images_${PV}-release"
>> -
>> -do_install() {
>> -       install -d ${D}${datadir}/uhd/images
>> -       install -d ${D}${datadir}/uhd/images/bit
>> -       install -m 0644 ${S}/share/uhd/images/bit/*
>> ${D}${datadir}/uhd/images/bit
>> -       rm -rf ${S}/share/uhd/images/bit
>> -       install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
>> -}
>> -
>> -PACKAGES = "${PN}"
>> -FILES_${PN} = "${datadir}/uhd/images"
>> -
>> diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bbb/meta-oe/recipes-connectivity/uhd/
>> uhd-firmware_003.005.000.bb
>> new file mode 100644
>> index 0000000..ee771fb
>> --- /dev/null
>> +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.000.bb
>> @@ -0,0 +1,27 @@
>> +DESCRIPTION = "Universal Hardware Driver Firmware"
>> +HOMEPAGE = "http://www.ettus.com"
>> +
>> +PE = "1"
>> +
>> +LICENSE = "GPLv3"
>> +LIC_FILES_CHKSUM =
>> "file://share/uhd/images/usrp_e100_fpga_v2.bin;md5=8df143216c46b7c49804f95056c7057a"
>> +
>> +inherit allarch
>> +
>> +SRC_URI = "
>> http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-release/uhd-images_${PV}-release.tar.gz
>> "
>> +SRC_URI[md5sum] = "dd2373263740d2d48fb39e57846bcd2a"
>> +SRC_URI[sha256sum] =
>> "352fbf69fbfff03a02b5d9b3c398771db40e4c5b77f99f0fdbff67c547cc0d18"
>> +
>> +S = "${WORKDIR}/uhd-images_${PV}-release"
>> +
>> +do_install() {
>> +       install -d ${D}${datadir}/uhd/images
>> +       install -d ${D}${datadir}/uhd/images/bit
>> +       install -m 0644 ${S}/share/uhd/images/bit/*
>> ${D}${datadir}/uhd/images/bit
>> +       rm -rf ${S}/share/uhd/images/bit
>> +       install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
>> +}
>> +
>> +PACKAGES = "${PN}"
>> +FILES_${PN} = "${datadir}/uhd/images"
>> +
>> --
>> 1.7.11.7
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> 



  reply	other threads:[~2013-01-11 21:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11 20:40 [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Philip Balister
2013-01-11 20:41 ` [meta-oe][PATCH 2/3] uhd " Philip Balister
2013-01-11 20:41 ` [meta-oe][PATCH 3/3] gnuradio : Update to version 3.6.3 Philip Balister
2013-01-11 22:30   ` Martin Jansa
2013-01-12  0:04     ` Philip Balister
2013-01-12  0:21       ` Martin Jansa
2013-01-11 20:49 ` [meta-oe][PATCH 1/3] uhd-firmware : Update to version 3.5.0 Andrei Gherzan
2013-01-11 20:59   ` Philip Balister [this message]
2013-01-11 21:17     ` Andrei Gherzan

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=50F07D19.1010107@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.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.