[yocto] [meta-selinux][PATCH 1/2] ustr: fix PN -> BPN in do_install for multilibs

2013-03-15 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- recipes-extended/ustr/ustr_1.0.4.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb index 269e061..6651a73 100644 --- a/recipes-exten

[yocto] [meta-selinux][PATCH 2/2] python-ipy: fix PN -> BPN in do_install for multilibs

2013-03-15 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- recipes-devtools/python/python-ipy_0.75.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/python/python-ipy_0.75.bb b/recipes-devtools/python/python-ipy_0.75.bb index 9ccb6bc..68c38b9 100644 ---

[yocto] SDK creation

2013-03-15 Thread Navani Srivastava
Hi, I wish to create SDK with meta-toolchain-qte recipe. As two versions are provided by Poky-8.0. How can I direct compilation of SDK for qt4-embedded_4.8.1.bb ? Right now I am getting following error- ERROR: Multiple .bb files are due to be built which each provide qt4-embedded (/home/use

Re: [yocto] SDK creation

2013-03-15 Thread Prana
Try adding this to your machine.conf PREFERRED_VERSION_qt4-embedded = "4.8.1" Thx, Prana Sent from my iPhone On Mar 15, 2013, at 12:06 AM, Navani Srivastava wrote: > Hi, > > I wish to create SDK with meta-toolchain-qte recipe. As two versions are > provided by Poky-8.0. How can I direct co

Re: [yocto] SDK creation

2013-03-15 Thread Khem Raj
On Mar 15, 2013, at 12:06 AM, Navani Srivastava wrote: > Hi, > > I wish to create SDK with meta-toolchain-qte recipe. As two versions are > provided by Poky-8.0. How can I direct compilation of SDK for > qt4-embedded_4.8.1.bb ? > > use PREFERRED_VERSION to pin qt4-embedded to 4.8.1 >

[yocto] [PATCH] bc_1.06.bb: Fix uppercase typo in functions documentation (info manual).

2013-03-15 Thread Francesco Del Degan
Fixes uppercase typo of j (bessel) and e (exponential) functions in info manual. Signed-off-by: Francesco Del Degan --- .../bc/bc-1.06/bc-1.06-info_exp_bessel.patch| 15 +++ meta/recipes-extended/bc/bc_1.06.bb |3 ++- 2 files changed, 17 insert

Re: [yocto] SDK creation

2013-03-15 Thread Navani Srivastava
Hi, I tried giving PREFERRED_PROVIDER_qt4_embedded ?= "4.8.1" in machine configuration file but it didn't helped.. Any suggestions? On Mar 15, 2013 12:31 PM, "Khem Raj" wrote: > > On Mar 15, 2013, at 12:06 AM, Navani Srivastava < > navani.srivast...@gmail.com> wrote: > > Hi, > > I wish to cre

Re: [yocto] building yocto image from git always switches branch

2013-03-15 Thread Volker Vogelhuber
Volker Vogelhuber writes: > When I change to the build directory and start building the image using > bitbake, there seems to be a git call somewhere in the recipes that > switches the branch of the poky git checkout back to master. Of course > that results in a total misbehaviour of the build

Re: [yocto] Loading a new yocto image to Intel Fri2 board

2013-03-15 Thread Insop Song
On Thu, Mar 14, 2013 at 1:15 PM, Darren Hart wrote: > On 03/14/2013 12:56 PM, Insop Song wrote: >> Hi Darren, >> >> mkefidisk.sh works, thank you. >> >> What I found was, USB still doesn't work even with mkefidisk.sh. >> So I used micro sd card instead. > > Aha, yes. You will need to add "rootwait

[yocto] [PATCH 0/1] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-15 Thread Insop Song
add sched_deadline reckpies-kernel for 3.8 kernel Insop Song (1): add sched_deadline reckpies-kernel for 3.8 kernel recipes-kernel/linux/linux-yocto_3.8.bbappend |9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_3.8.bbappend -- 1.7.9.5 __

[yocto] [PATCH 1/1] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-15 Thread Insop Song
--- recipes-kernel/linux/linux-yocto_3.8.bbappend |9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_3.8.bbappend diff --git a/recipes-kernel/linux/linux-yocto_3.8.bbappend b/recipes-kernel/linux/linux-yocto_3.8.bbappend new file mode 100644 in

Re: [yocto] [meta-realtime][PATCH] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-15 Thread Insop Song
On Thu, Mar 14, 2013 at 11:44 PM, Bruce Ashfield wrote: > > Are you trying to send via git send-email ? The following is the > way that I'd relay through gmail: > > > git send-email --smtp-server smtp.gmail.com --smtp-user > bruce.ashfi...@gmail.com --smtp-pass --smtp-ssl ~/rr/ > > And to gener

Re: [yocto] [linux-yocto] [meta-realtime][PATCH] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-15 Thread Insop Song
On Thu, Mar 14, 2013 at 11:46 PM, Bruce Ashfield wrote: > > I hit send too soon, I meant to point out that in a situation such > as this, you can ammend your original commit with your second set > of change and re-submit just the single patch. I can squash the > commits here, but it's easier to d

[yocto] [PATCH 0/1] add scheedtool-dl for testing sched_deadline

2013-03-15 Thread Insop Song
add scheedtool-dl for testing sched_deadline Insop Song (1): add scheedtool-dl for testing sched_deadline use jiri's github as a main repo recipes-extended/images/core-image-realtime.bb |1 + recipes-tools/schedtool-dl/schedtool-dl.bb | 23 +++ 2 files cha

[yocto] [PATCH 1/1] add scheedtool-dl for testing sched_deadline use jiri's github as a main repo

2013-03-15 Thread Insop Song
--- recipes-extended/images/core-image-realtime.bb |1 + recipes-tools/schedtool-dl/schedtool-dl.bb | 23 +++ 2 files changed, 24 insertions(+) create mode 100644 recipes-tools/schedtool-dl/schedtool-dl.bb diff --git a/recipes-extended/images/core-image-realtime.bb

Re: [yocto] [meta-realtime][PATCH] add sched_deadline reckpies-kernel for 3.8 kernel

2013-03-15 Thread Insop Song
On Thu, Mar 14, 2013 at 11:27 PM, Bruce Ashfield wrote: > > I was just merging your changes, and realized that gmail may have dropped > your schedtool-dl recipe. > > Can you resend it with your updated series ? I have another schedtool > recipe here, but it's against an older sched_dl release, so

[yocto] distribution validation

2013-03-15 Thread Trevor Woerner
A new version of openSuSE has been released. What's the criteria for determining that a given version of a distribution has been validated for Yocto? What is required in order to add it to the list of valid distirbutions? ___ yocto mailing list yocto@yoct

Re: [yocto] Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-15 Thread Gaurang Shastri
Thanks for replying on this. FYI, I have already open a bug for this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4014 Regards, Gaurang Shastri On Fri, Mar 15, 2013 at 10:39 AM, Saul Wold wrote: > > > On 03/11/2013 10:17 AM, Khem Raj wrote: > >> >> On Mar 11, 2013, at 3:45 AM, Gaurang Sh

[yocto] remove /boot/uImage and /usr/share/terminfo

2013-03-15 Thread Hans Beckérus
Hi. In an effort to shrink our rootfs by some major numbers we found two low-hanging fruits that we would like to address before cherry picking and removing lots of good linux functionality. We have no need for the uImage (3MB) stored in /boot and also we can leave out the terminfo tree (2.5MB). My

Re: [yocto] Regarding Licensing of "mbsalign.c" available in util-linux-2.21.2 version (Yocto-1.3-Danny)

2013-03-15 Thread Saul Wold
On 03/15/2013 06:31 AM, Gaurang Shastri wrote: Thanks for replying on this. FYI, I have already open a bug for this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4014 Thanks, I have a patch from the upstream author of the code changing the license from GPLv3 to LGPLv2.1 so this will be

Re: [yocto] remove /boot/uImage and /usr/share/terminfo

2013-03-15 Thread Bruce Ashfield
On 13-03-15 06:33 AM, Hans Beckérus wrote: Hi. In an effort to shrink our rootfs by some major numbers we found two low-hanging fruits that we would like to address before cherry picking and removing lots of good linux functionality. We have no need for the uImage (3MB) stored in /boot and also w

Re: [yocto] building yocto image from git always switches branch

2013-03-15 Thread Bruce Ashfield
On 13-03-15 02:02 AM, Volker Vogelhuber wrote: Volker Vogelhuber writes: When I change to the build directory and start building the image using bitbake, there seems to be a git call somewhere in the recipes that switches the branch of the poky git checkout back to master. Of course that resul

Re: [yocto] remove /boot/uImage and /usr/share/terminfo

2013-03-15 Thread Hans Beckérus
On Fri, Mar 15, 2013 at 3:20 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 13-03-15 06:33 AM, Hans Beckérus wrote: > >> Hi. In an effort to shrink our rootfs by some major numbers we found two >> low-hanging fruits that we would like to address before cherry picking >> and removin

Re: [yocto] remove /boot/uImage and /usr/share/terminfo

2013-03-15 Thread Bruce Ashfield
On 13-03-15 07:36 AM, Hans Beckérus wrote: On Fri, Mar 15, 2013 at 3:20 PM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: On 13-03-15 06:33 AM, Hans Beckérus wrote: Hi. In an effort to shrink our rootfs by some major numbers we found two low-hanging f

Re: [yocto] [PATCH 1/1] add scheedtool-dl for testing sched_deadline use jiri's github as a main repo

2013-03-15 Thread Bruce Ashfield
On 13-03-15 04:47 AM, Insop Song wrote: --- recipes-extended/images/core-image-realtime.bb |1 + recipes-tools/schedtool-dl/schedtool-dl.bb | 23 +++ 2 files changed, 24 insertions(+) create mode 100644 recipes-tools/schedtool-dl/schedtool-dl.bb diff --git a/r

Re: [yocto] building yocto image from git always switches branch

2013-03-15 Thread Volker Vogelhuber
Hi, > Interesting. Are you working out of yocto/oe-core master ? The linux > yocto kernel support should always fail if the kernel source dir > isn't a git repo (or convert it into one) and not impact the main > yocto/oe-core tree. As mentioned in the first post, I checked out the danny branch.

Re: [yocto] remove /boot/uImage and /usr/share/terminfo

2013-03-15 Thread Hans Beckérus
On Fri, Mar 15, 2013 at 3:41 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 13-03-15 07:36 AM, Hans Beckérus wrote: > >> >> >> On Fri, Mar 15, 2013 at 3:20 PM, Bruce Ashfield >> > > >> wrote: >> >> On 13-03-15 06:33 AM, Hans Beckérus wrote

Re: [yocto] Loading a new yocto image to Intel Fri2 board

2013-03-15 Thread Darren Hart
On 03/15/2013 02:26 AM, Insop Song wrote: > On Thu, Mar 14, 2013 at 1:15 PM, Darren Hart wrote: >> On 03/14/2013 12:56 PM, Insop Song wrote: >>> Hi Darren, >>> >>> mkefidisk.sh works, thank you. >>> >>> What I found was, USB still doesn't work even with mkefidisk.sh. >>> So I used micro sd card

Re: [yocto] building yocto image from git always switches branch

2013-03-15 Thread Bruce Ashfield
On 13-03-15 08:04 AM, Volker Vogelhuber wrote: Hi, Interesting. Are you working out of yocto/oe-core master ? The linux yocto kernel support should always fail if the kernel source dir isn't a git repo (or convert it into one) and not impact the main yocto/oe-core tree. As mentioned in the fir

Re: [yocto] Problem with core-image-sato at init

2013-03-15 Thread Marco
... more than 60" waiting with no messages nor splashscreen ... Poky 8.0 (Yocto Project 1.3 Reference Distro) 1.3+snapshot-20130315 ttyS0 login: Any hint would be appreciated. TIA -- Marco ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Problem with core-image-sato at init

2013-03-15 Thread Satya Swaroop Damarla
**_ >> > > > Hi, > I have the same problem here: > > > VFS: Mounted root (nfs filesystem) on device 0:9. > Freeing init memory: 144K > > ... more than 60" waiting with no messages nor splashscreen ... > > Poky 8.0 (Yocto Project 1.3 Refe

Re: [yocto] Problem with core-image-sato at init

2013-03-15 Thread Marco
Il 15/03/2013 18:08, Satya Swaroop Damarla ha scritto: Actually the problem is with splash. I solved it by removing it in the init. Go to /etc/rc5 and either disable the splash or remove it. Then your image may run. Try this and let me know :) Nope, looks like none of the daemons in /etc/rc5 s

[yocto] [question] "icecc: improve interaction with sstate"

2013-03-15 Thread Insop Song
Hi, I am using HEAD of master, and I have this error after I use commit " commit 1ceb13dda11645229053fc4840954333f8910ba4 Author: Martin Jansa Date: Wed Mar 13 20:04:51 2013 +0100 " Could anyone know about this? - my config Build Configuration: BB_VERSION= "1.17.1" BUILD_SYS

Re: [yocto] [question] "icecc: improve interaction with sstate"

2013-03-15 Thread Burton, Ross
On 15 March 2013 22:37, Insop Song wrote: > I am using HEAD of master, and I have this error after I use commit > > " > commit 1ceb13dda11645229053fc4840954333f8910ba4 > Author: Martin Jansa > Date: Wed Mar 13 20:04:51 2013 +0100 > " > > Could anyone know about this? Are you sure you're using

Re: [yocto] [question] "icecc: improve interaction with sstate"

2013-03-15 Thread Insop Song
Hi, Sorry, I pressed "send" too quick. Not the first commit, but after this commit I see the following error in my first email. Any one see this? Author: Olivier Guiter 2013-03-12 13:33:52 Committer: Richard Purdie 2013-03-14 18:53:04 Parent: e609afe4d747059480b406602cab90b7c36a0572 (qemu-nat

Re: [yocto] [question] "icecc: improve interaction with sstate"

2013-03-15 Thread Insop Song
On Fri, Mar 15, 2013 at 10:45 PM, Burton, Ross wrote: > On 15 March 2013 22:37, Insop Song wrote: >> I am using HEAD of master, and I have this error after I use commit >> >> " >> commit 1ceb13dda11645229053fc4840954333f8910ba4 >> Author: Martin Jansa >> Date: Wed Mar 13 20:04:51 2013 +0100 >>