Hi Andrei,I guess the the line should be:"${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}"".tar.gz" instead of ".tar.bz2"
--
--
OpenEmbedded/Yocto Freescale ARM BSP - meta-f...@googlegroups.com
Source code of the BSP: http://github.com/Freescale/meta-fsl-arm
To cancel your subscription in this group send an e-mail to meta-fsl-arm...@googlegroups.com
For more options go to http://groups.google.com/group/meta-fsl-arm
Hi Andrei,I guess the the line should be:"${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}"".tar.gz" instead of ".tar.bz2"-Vijay
On Wed, Oct 31, 2012 at 4:56 PM, Vijay Raju <vijay...@gmail.com> wrote:Hi Andrei,I guess the the line should be:"${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}"".tar.gz" instead of ".tar.bz2"-VijayThat is an append for the version from meta-oe not for the one in oe-core. That version is 173 and the SRC_URI there is this:# version specific SRC_URISRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2 \file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \file://gtk-doc.makeSo this append should be OK.Now on kernel.org i can't find the specified version of udev. So, it worked for me because this probably used a mirror where the bz2 archive was found. As i see it, this is a meta-oe issue now.
On Wed, Oct 31, 2012 at 8:21 PM, Andrei Gherzan <and...@gherzan.ro> wrote:On Wed, Oct 31, 2012 at 4:56 PM, Vijay Raju <vijay...@gmail.com> wrote:Hi Andrei,I guess the the line should be:"${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}"".tar.gz" instead of ".tar.bz2"-VijayThat is an append for the version from meta-oe not for the one in oe-core. That version is 173 and the SRC_URI there is this:# version specific SRC_URISRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2 \file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \file://gtk-doc.makeSo this append should be OK.Now on kernel.org i can't find the specified version of udev. So, it worked for me because this probably used a mirror where the bz2 archive was found. As i see it, this is a meta-oe issue now.I think I agree it needs to be fixed in meta-oe; are you going to take this one for fixing?
On Thu, Nov 1, 2012 at 8:15 AM, Andrei Gherzan <and...@gherzan.ro> wrote:
On Thu, Nov 1, 2012 at 12:06 PM, Otavio Salvador <ota...@ossystems.com.br> wrote:Yes. Added in queue.On Wed, Oct 31, 2012 at 8:21 PM, Andrei Gherzan <and...@gherzan.ro> wrote:On Wed, Oct 31, 2012 at 4:56 PM, Vijay Raju <vijay...@gmail.com> wrote:Hi Andrei,I guess the the line should be:"${@oe_filter_out('${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz', '${SRC_URI}', d)}"".tar.gz" instead of ".tar.bz2"-VijayThat is an append for the version from meta-oe not for the one in oe-core. That version is 173 and the SRC_URI there is this:# version specific SRC_URISRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.bz2 \file://0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch \file://gtk-doc.makeSo this append should be OK.Now on kernel.org i can't find the specified version of udev. So, it worked for me because this probably used a mirror where the bz2 archive was found. As i see it, this is a meta-oe issue now.I think I agree it needs to be fixed in meta-oe; are you going to take this one for fixing?When sending it please add Eric in Cc so he can queue it to denzil as well.