From: Neuer User <auslands-kv@gmx.de>
To: yocto@yoctoproject.org
Subject: Hmm, possible bug in poky?
Date: Fri, 06 Jun 2014 13:16:56 +0200 [thread overview]
Message-ID: <lms7v8$cp2$1@ger.gmane.org> (raw)
I get the following error:
WARNING: Failed to fetch URL file://defconfig, attempting MIRRORS if
available
ERROR: Fetcher failure: Unable to find file file://defconfig anywhere.
The paths that were searched were:
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/linux-cubox-i-3.10.30/poky
...
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/files/arm
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/linux-cubox-i-3.10.30/
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/linux-cubox-i-3.10.30-linux4kix/
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/linux-cubox-i/
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/files/
/home/ubuntu/yocto/downloads/
ERROR: Function failed: Fetcher failure for URL: 'file://defconfig'.
Unable to fetch URL from any source.
Now, the directory:
/home/ubuntu/yocto/sources/meta-omnisonix/recipes-kernel/linux/linux-cubox-i-3.10.30/
which is listed above, contains the "missing" file ("defconfig").
Hmm, strange...
Here are my recipes:
linux-cubox-i_3.10.30.inc:
------------------------------------
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
SUMMARY = "Linaro Kernel 3.10.30 with additional machine specific patches"
SRCBRANCH ?= "linux-linaro-lsk-mx6"
FILESEXTRAPATHS_prepend += "${THISDIR}/${PN}-3.10.30:"
SRC_URI = "file://defconfig \
file://videoin.cfg \
file://networking.cfg \
file://wlan.cfg \
file://dm-crypt.cfg \
file://no-caam.cfg \
file://leds.cfg \
file://mod-to-builtin.cfg \
file://brcmfmac4330-sdio.bin \
file://brcmfmac4330-sdio.txt \
"
do_configure_append () {
cd ${S}
mkdir firmware/brcm
cp ../brcmfmac4330-sdio.bin ./firmware/brcm/
cp ../brcmfmac4330-sdio.txt ./firmware/brcm/
}
COMPATIBLE_MACHINE = "(cubox-i)"
KERNEL_IMAGETYPE_cubox-i = "zImage"
KERNEL_DEVICETREE_cubox-i = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb"
SRCREV_machine = "${SRCREV}"
------------------------------------
linux-cubox-i_3.10.30.bb:
------------------------------------
include linux-cubox-i_3.10.30.inc
SRCREV = "592b2d941dc3ecb6335d6820757340ffb5a192c8"
#SRCREV = "860304ab6e749777523f3714d18c4c7d39b728fa"
LOCALVERSION = "-cubox-i+SolidRun+${SRCPV}"
SRC_URI +=
"git://github.com/SolidRun/linux-linaro-stable-mx6;branch=${SRCBRANCH}"
-------------------------------
linux-cubox-i_3.10.30-linux4kix.bb:
------------------------------------
include linux-cubox-i_3.10.30.inc
SRCREV = "a4ed70040f9dfdcdd6546a85c0477ecd1030e065"
LOCALVERSION = "-cubox-i+linux4kix+${SRCPV}"
SRC_URI +=
"git://github.com/linux4kix/linux-linaro-stable-mx6.git;branch=${SRCBRANCH}"
------------------------------------
next reply other threads:[~2014-06-06 11:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-06 11:16 Neuer User [this message]
2014-06-06 14:40 ` Hmm, possible bug in poky? Bruce Ashfield
2014-06-06 14:56 ` Neuer User
2014-06-06 15:12 ` Gary Thomas
2014-06-06 15:36 ` Neuer User
2014-06-06 20:59 ` Bruce Ashfield
2014-06-06 15:16 ` Bruce Ashfield
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='lms7v8$cp2$1@ger.gmane.org' \
--to=auslands-kv@gmx.de \
--cc=yocto@yoctoproject.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.