Hi Wolfgang,
Le Mon, 19 Nov 2012 13:35:04 +0100,
Wolfgang Denk a écrit :
> I wonder if the installation of the SDK into an alternative directory
> is actually working?
>
I also didn't manage to use SDK relocation with Qt Embedded SDK as
reported here :
https://bugzilla.yoctoproject.org/show_bug.
Hi Trevor,
Le Mon, 26 Nov 2012 21:20:30 -0500,
Trevor Woerner a écrit :
> On Mon, Nov 26, 2012 at 6:52 PM, Trevor Woerner wrote:
> > I haven't yet figured out if the "PREFERRED_PROVIDER_virtual/kernel =
> > "linux-yocto-rt"" line might be the culprit.
>
> No, it is not related, this problem do
Le Tue, 27 Nov 2012 14:00:34 +,
Jonas Jonsson L a écrit :
> I can also confirm this.
>
> A package (I've tried with diffutils & bash) must be built separately before
> it's added to an image via IMAGE_INSTALL_append.
>
that seems to work the first time you add something using
IMAGE_INSTALL
Le Tue, 27 Nov 2012 12:24:06 -0500 (EST),
"Robert P. J. Day" a écrit :
> and ran the fetchall again. this time, no strace source was fetched,
> so it looks like an issue with simple fetching.
>
It's not fetched because the build system fails to see the new package
as a dependencie of the image s
Le Fri, 30 Nov 2012 08:53:35 -0500 (EST),
"Robert P. J. Day" a écrit :
> On Thu, 29 Nov 2012, Tim Bird wrote:
>
> > I put a link to your page on my bitbake cheat sheet page at:
> > http://elinux.org/Bitbake_Cheat_Sheet
>
> as someone who has never bothered to play with any of the UIs and is
>
Le Fri, 30 Nov 2012 10:37:10 -0500 (EST),
"Robert P. J. Day" a écrit :
> On Fri, 30 Nov 2012, Eric Bénard wrote:
>
> > Le Fri, 30 Nov 2012 08:53:35 -0500 (EST),
> > "Robert P. J. Day" a écrit :
> >
> > > On Thu, 29 Nov 2012, Tim Bird wrote:
Hi,
Le Sat, 1 Dec 2012 22:50:35 +0530,
GOPIKRISHNAN S a écrit :
> Anybody worked on Raspberry Pi Board. I wish to make my students to
> practice opensource software porting and C programming on cheaper board
> like Raspberry Pi. Or can anybody recommend a Cheaper embedded board with
> Yocto Proje
Hi,
Le Fri, 21 Dec 2012 21:41:38 +0530,
GOPIKRISHNAN S a écrit :
> I was trying to install hiawatha on my freescale p2041rdb. But it is using
> cmake to configure and install.
> How to write recipe for this with cmake. I have writted recipe for packages
> with autotools, and make file.
> Any Idea
Hi Patrick,
Le Tue, 15 Jan 2013 16:52:14 +,
Patrick Turley a écrit :
> 1) Has anyone else run into this before?
>
> 2) If so, how did you resolve it?
>
> 3) Since the Yocto kernel build is *not* failing, I infer that it is *not*
> using the ld options the SDK gives me. So, the Yocto kernel
Le Tue, 15 Jan 2013 17:59:10 +,
Patrick Turley a écrit :
> Yes, it's clear to me that, in this one respect, the SDK is unsuitable for
> building kernels or kernel modules.
>
> My point is that this is a problem, and it might be reasonable to fix it.
>
set LDFLAGS="" and you can build kernel
Hi Jon,
Le Wed, 16 Jan 2013 13:49:25 -0500,
Jon Szymaniak a écrit :
> I'm not doing anything too unusual for "installing" Qt. My recipes for
> my Qt application simply inherit qt4e, and list qt4-embedded in
> DEPENDS.
>
"inherit qt4e" is enough, no need to add qt4-embedded to DEPENDS.
> The onl
Le Fri, 18 Jan 2013 10:25:22 -0500,
Jon Szymaniak a écrit :
> I checked the package list on a running system (opkg list | grep -i
> qt). Here's all the installed Qt packages...no qt4-embedded-examples
> as far as I see.
>
> libqtcoree4 - 4.8.3-r50.0
> libqtdeclarativee4 - 4.8.3-r50.0
> libqtguie4
Hi Hans,
Le Fri, 8 Mar 2013 13:08:21 +0100,
Hans Beckérus a écrit :
> Hi. I have built some custom kernel modules (.ko) using a .bb that
> inherits from the module.bbclass. There is one main kernel module and
> the rest are dependent on the first. Building and installing the
> modules to the roo
Hi Bruce,
Le Mon, 11 Mar 2013 09:37:44 -0400,
Bruce Ashfield a écrit :
> Can you post your exact changes where we can see them ? You need to put
> the module_autload variable in a .conf file, whether that be your
> local.conf, your machine.conf or you distro configuration file (which
> it appears
Hi Bruce,
Le Mon, 11 Mar 2013 09:37:44 -0400,
Bruce Ashfield a écrit :
> Can you post your exact changes where we can see them ? You need to put
> the module_autload variable in a .conf file, whether that be your
> local.conf, your machine.conf or you distro configuration file (which
> it appears
ERROR: QA Issue:
.../meta-raspberrypi/recipes-extra/startup/rpi-first-run-wizard.bb:
Variable RDEPENDS is set as not being package specific, please fix this.
Signed-off-by: Eric Bénard
---
recipes-extra/startup/rpi-first-run-wizard.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
Signed-off-by: Eric Bénard
---
recipes-bcm/bcm2835/bcm2835_1.8.bb| 2 +-
recipes-extra/startup/rpi-first-run-wizard.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bcm/bcm2835/bcm2835_1.8.bb
b/recipes-bcm/bcm2835/bcm2835_1.8.bb
index d9681e5
Hi Andrei,
Le Wed, 13 Mar 2013 20:01:54 +0200,
Andrei Gherzan a écrit :
> The SPDX name for GPLv2 (http://spdx.org/licenses/) is GPL-2.0 so I'd like
> to use this.
>
OE-core is mainly using GPLv2 thus the change proposal to be consistant.
> And one more thing, please add the recipe name in the
Hi Trevor,
Le Thu, 21 Mar 2013 09:54:11 -0400,
Trevor Woerner a écrit :
> The new autobuilder looks great! One thing that's nice is how easy it
> is to look at the build and figure out from what commit the build is
> based.
>
> Clicking around in some of those builds, though, I can't seem to
>
Hi,
Le Tue, 26 Mar 2013 08:33:43 +0200,
Florin Cristian Dan a écrit :
> Hi...
> I've tried adding this
>
> CORE_IMAGE_EXTRA_INSTALL += "qt4-tools"
>
> in order to have the qt4 tools, and now, i made a simple qt4 form
> aplication with a label ana a test box, nothing special, just for
> test..
Hi Michael,
Le Thu, 11 Apr 2013 11:58:50 +,
Michael Fainstein a écrit :
> I have one recipe that inherits "native", builds native executable and
> installs it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo
>
do you have BBCLASSEXTEND = "native" in this recipe ?
In the end, isn't
Hi,
Le Thu, 27 Jun 2013 11:01:11 +0200,
DAMARLA Satya Swaroop a écrit :
> I have a small confusion In my image, I have normal Qt4 packages
> installed and they are working good. Now, when I wanted to develop a Qt
> application for my image, I compiled a toolchain but unfortunately, I don't
>
Le Thu, 27 Jun 2013 16:40:19 +0200,
Eric Bénard a écrit :
> Hi,
>
> Le Thu, 27 Jun 2013 11:01:11 +0200,
> DAMARLA Satya Swaroop a écrit :
> > I have a small confusion In my image, I have normal Qt4 packages
> > installed and they are working good. Now, when
Hi,
ELC videos are available here :
http://video.linux.com/categories/2012-embedded-linux-conference
2 (at least) are about OE & Yocto :
Khem "OpenEmbedded - A Layered Approach" :
http://video.linux.com/videos/openembedded-a-layered-approach
Saul "Yocto Project Update" :
http://video.linux.com/vi
Le Thu, 08 Mar 2012 17:38:40 -0500,
jfabernathy a écrit :
> So what I can get to work is the following recipe, but what I want is
> not o have to specify the file extension:
>
you may be able to build your archive in a directory like :
myvideos-1.0/files.mp4, so that your files will be available
Le Fri, 30 Mar 2012 13:45:16 -0700,
Tom Rini a écrit :
> > It's hard to call something Yocto Project based unless it used
> > something from the Yocto Project. meta-yocto being on of those
> > components.
>
> So bitbake and oe-core don't count because they're external projects?
>
on the technic
Hi Rich,
Le Thu, 18 Jul 2013 15:07:01 +0100,
Rich Bayliss a écrit :
> On 18 July 2013 14:50, Rich Bayliss wrote:
> > Configuring network interfaces... ifup: interface lo already configured
> > ifup: interface eth0 already configured
> > done.
> >
> I wonder if the dirty reboot by power pull as
Hi Alex,
Le Wed, 29 Jan 2014 20:09:37 +,
Alex J Lennon a écrit :
> I was wondering if there's a per-package environment variable I could
> use to contrain the rebuilding of packages?
>
> i.e. I am modifying a linux-imx kernel, rebuilding that kernel package
> and then generating an output fi
Hi,
we have pushed the begining of our (Eukréa Electromatique's team and
especially Denis) work to get Chromium to build with OpenEmbedded Core
to : git://github.com/eukrea/meta-chromium.git
https://github.com/eukrea/meta-chromium
For the moment it's only tested on ARMv7 platforms (i.MX515 and i.
Le Wed, 18 Apr 2012 13:20:53 -0400,
Autif Khan a écrit :
>
> Signed-off-by: Autif Khan
> ---
> README |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/README b/README
> index 5fafd9d..9f441f5 100644
> --- a/README
> +++ b/README
> @@ -10,7 +10,7 @@ URI: git://git
Le Sun, 29 Apr 2012 16:41:17 +0200,
Wolfgang Denk a écrit :
> Dear Daniel,
>
> In message
> you
> wrote:
> > I wish to run an application developed with QT in a Yocto filesystem.
> > The app should be linked against Qt4-X11 libs. What is the exact work
> > flow to get my app cross compiled on
Le Sun, 29 Apr 2012 21:16:44 +0800,
Daniel Toussaint a écrit :
> I wish to run an application developed with QT in a Yocto filesystem.
> The app should be linked against Qt4-X11 libs. What is the exact work
> flow to get my app cross compiled on my x86_64 host ?
> So far I have :
> -> Build a com
Hi Giovanni,
Le Mon, 16 Apr 2012 08:58:19 +0200,
giovanni.pav...@exorint.it a écrit :
> I am getting a do_rootfs failure building qte4-demo-image
> (poky-1.2_M4.rc3)
> Full log in attachment. Any suggestion?
>
This error message is strange :
Processing module-init-tools...
Unable to find packag
33 matches
Mail list logo