Re: [yocto] [meta-ivi][RFC] packagegroups: restructure the yocto-ivi PGs

2013-05-28 Thread Fahad Usman
Hi all, Kindly review the following change. Thanks, Fahad On Wed, May 22, 2013 at 1:00 PM, Fahad Usman wrote: > with the current implementation of packagegroups, it's not clear how a > particular recipe map to the GENIVI baseline document. > > this scheme remove confusion about which packagegr

[yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi all, I am trying to add Hello world recipe, everything was going good but after giving bitbake command it breaks with the following error: siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake gumstix-console-image * ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/me

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
I removed $ sign in SRC_URI and ran build again, following is the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodErro

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Usman, Fahad
On 05/28/2013 04:46 PM, Zafrullah Syed wrote: *My hello.bb file is*: DESCRIPTION = "GNU Helloworld application" SECTION = "examples" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PR = "r0" SRC_URI = "${ftp://ftp.gnu.org/gnu}/hello/h

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 13:46:26 Zafrullah Syed wrote: > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following error: > > siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake gumstix-console-image > * > > ERROR: Expansio

[yocto] How do I get the kernel modules into rootfs?

2013-05-28 Thread Sebastian Süsens
Hello, I have build the system with MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" at the machine configuration. When I look into the rootfs.tar archive I see no modules installed in /lib/modules. I get only a modules.tar archive at the deploy folder. How do I get the modules into the rootfs? -

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi Paul, It's the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodError: Could not find a fetcher which supports the U

Re: [yocto] [eclipse-poky][PATCH 0/7] Introducing a YoctoSDKCMakeProjectNature

2013-05-28 Thread Atanas Gegov
Hi Jessica, Thank you for merging our patches! About QA, I took a look in Bugzilla and the "Eclipse Plugin" Test Cases there. I thought something like the following might be reasonable to test the CMake feature: 0. Precondition: Set up at least 2 "Cross development profiles" (e.g. one for "i586-.

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Erik Botö
On Tue, May 28, 2013 at 2:32 PM, Zafrullah Syed wrote: > Hi Paul, > > It's the same error: > > ERROR: ExpansionError during parsing > /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: > Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which > triggered

Re: [yocto] How do I get the kernel modules into rootfs?

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 14:18:53 Sebastian Süsens wrote: > I have build the system with MACHINE_EXTRA_RRECOMMENDS += " > kernel-modules" at the machine configuration. > When I look into the rootfs.tar archive I see no modules installed in > /lib/modules. I get only a modules.tar archive at the deplo

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi all, Error corrected. Thank You. Do we need to add IMAGE_INSTALL += " hello " and EXTRA_IMAGE_FEATURES += " hello " to yocto/build/conf/local.conf or yocto/poky/build/conf/local.conf before running build? On Tue, May 28, 2013 at 2:36 PM, Erik Botö wrote: > On Tue, May 28, 2013 at 2:32 P

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-28 Thread Jack
Thanks Nicolas, Nicolas Dechesne writes: > > > > On Sun, May 26, 2013 at 1:41 PM, Paul Eggleton wrote: > On Saturday 25 May 2013 13:58:46 Jack wrote: > > > > I maked a fsl-image-minaml rootfs file and customized it with adding > > particular packages. For example, I added > > IMAGE_INSTALL

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 15:45:10 Zafrullah Syed wrote: > Error corrected. Thank You. > > Do we need to add IMAGE_INSTALL += " hello " and EXTRA_IMAGE_FEATURES += " > hello " to yocto/build/conf/local.conf or yocto/poky/build/conf/local.conf > before running build? If you want it installed into an

Re: [yocto] How do I get the kernel modules into rootfs?

2013-05-28 Thread Katu Txakur
Hi Sebastian, if you read this https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf you might find a solution for your problem. Check lab 3. Thanks, Katu 2013/5/28 Paul Eggleton > On Tuesday 28 May 2013 14:18:53 Sebastian Süsens wrote: > > I have build the system wi

Re: [yocto] How do I get the kernel modules into rootfs?

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 15:57:50 Sebastian Süsens wrote: > On 05/28/2013 03:03 PM, Paul Eggleton wrote: > > On Tuesday 28 May 2013 14:18:53 Sebastian Süsens wrote: > >> I have build the system with MACHINE_EXTRA_RRECOMMENDS += " > >> kernel-modules" at the machine configuration. > >> When I look int

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-28 Thread Nicolas Dechesne
On Tue, May 28, 2013 at 3:49 PM, Jack wrote: > > on top of that, i wanted to remind that there is a dedicated chapter in > the Yocto manual about building 'tiny' systems [1]. Also you don't mention > which 'DISTRO' you are using, so make sure that you are aware that Yocto > comes with Poky, and P

[yocto] Status Update

2013-05-28 Thread Richard Purdie
Its been a few weeks since I sent one of these out, mainly as I've not had much to report. Pending Patches === Patches have been steadily getting reviewed and merged. Some things took a little longer than is ideal due to travel on Saul and my part. I know Saul is still travelling. Au

[yocto] qemu: keyboard mapping got changed

2013-05-28 Thread varun bhatnagar
Hi, I have build an image by using *bitbake -k core-image-minimal. *After that I booted the image through qemu. But when I tried logging in I found out that the key mapping of the keyboard got changed and correct alphabets are not getting typed. I am attaching a screenshot below. I checked on

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Satya Swaroop Damarla
Hi, Please remove the $ sign in SRC_URI and retry building the package.. I think it is the issue On Tue, May 28, 2013 at 1:46 PM, Zafrullah Syed wrote: > Hi all, > > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following

[yocto] Weekly build now available for QA

2013-05-28 Thread Flanagan, Elizabeth
All, The weekly build is available for QA. Please being QA on the following: Download: http://autobuilder.yoctoproject.org/pub/nightly/20130528-2 poky 676fd3f394a0c0576b63c77ed2184bf5f42c29b6 meta-fsl-arm ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36 meta-fsl-ppc

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, May 28, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-05-28 Thread Liu, Song
Attendees: Sean, AlexG, MichaelH, Corneliu, Cristian, Darren, Beth, Richard, Tom, Paul, Belen, Nitin, Bruce, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.4.1 status - 5 min (Paul) - Patches in my queue built ok, sent to mailing list. Will be merged. One bug fix patch has been sent

Re: [yocto] qemu: keyboard mapping got changed

2013-05-28 Thread Khem Raj
On Wed, 2013-05-29 at 00:11 +0530, varun bhatnagar wrote: > > I have build an image by using bitbake -k core-image-minimal. After > that I booted the image through qemu. But when I tried logging in I > found out that the key mapping of the keyboard got changed and correct > alphabets are not getti

Re: [yocto] Weekly build now available for QA

2013-05-28 Thread Georgescu, Alexandru C
toproject.org/pub/nightly/20130528-2 > > poky 676fd3f394a0c0576b63c77ed2184bf5f42c29b6 > meta-fsl-arm ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36 > meta-fsl-ppc 52b906c448f275719f241c634fe6e412e917b67a > meta-intel 2ba2e0ea55bab687134b452a5db81d189b820f59 > meta-qt3 4c27cce66

Re: [yocto] Weekly build now available for QA

2013-05-28 Thread Flanagan, Elizabeth
2013, at 1:57, "Flanagan, Elizabeth" > wrote: > >> All, >> >> The weekly build is available for QA. Please being QA on the following: >> >> Download: http://autobuilder.yoctoproject.org/pub/nightly/20130528-2 >> >> poky 676fd3f394a0c0576b63c77

[yocto] Yocto with Fedora 18

2013-05-28 Thread Rohit2 Jindal
Hi, I am facing some issue when I run yocto with fedora 18 : 1 When I run my recipe it stops after completing 63-tasks and again I have to rerun my recipe back to complete left out around 415 tasks. I did not got why it shows this type of behavior. But this thing didn't happen with fedora 9 or