Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2016-01-12 Thread Chen, ChunguangX
Dear Sousa: opkg is a tool which help user to download & install common software from remote server. The error which you met is because of no such software which you want in remote server. So another choice is that you should download source code and compile it on your own. Here is the

[yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Sarayu Krishna Sivanandam
Hi all , I was initially using the QorIQ-SDK-V1.8 SDK and was using the command "bitbake corre-image-full " to generate the full images including the uboot , the jffs2 filesystem etc as shown below , *-rw-r--r--. 1 sarayu sarayu 30670848 Oct 14 13:46

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-12 Thread Khem Raj
On Mon, Jan 11, 2016 at 10:51 PM, Petter Mabäcker wrote: > 2016-01-11 21:32 skrev Andrei Gherzan: > > On Mon, Jan 11, 2016 at 09:55:43AM -0800, Khem Raj wrote: > > On Jan 11, 2016, at 8:49 AM, Petter Mabäcker wrote: Add > basic support for PiTFT display by

Re: [yocto] FOSDEM 2016 web page

2016-01-12 Thread Sona Sarmadi
Hi Philip, all, I am going to attend FOSDEM 2016, I am glad if I can help. I don't have anything for demo, but perhaps we can mention security updates/backport. I thinks some people might be interested in knowing that we continually backport security fixes :) //Sona > -Original

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam wrote: > Hi all , > > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command > "bitbake corre-image-full " to generate the full images including the uboot > , the jffs2 filesystem etc as shown below ,

[yocto] How to test rootfs image in QEMU machine

2016-01-12 Thread Vivek Per
hi, I created a rootfs image for arm a15 arch . i want to test this rootfs image in QEMU machine , weather it loads properly.What commands i need to add in the image recipe and the conf file. and what procedure i need to follow then . I went though YOCTO dev/ref manuals , but i didn't get

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Sarayu Krishna Sivanandam
That worked . Thanks !! Thanks and Regards, Sarayu K S Tech Lead Zaikenn Technologies On Tue, Jan 12, 2016 at 2:12 PM, Khem Raj wrote: > On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam > wrote: > > Hi all , > > > > I was initially using the

[yocto] Handling Duplicate Files

2016-01-12 Thread Chris Trobridge
(I posted this to openembedded-core but it appears to have got lost in the noise!) Hi, I have been looking into producing a 'python3-dbus' recipe, based on the  python-dbus recipe. This recipe outputs a couple of files that are version independent but end up overlapping and causing the build

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-01-12 Thread John Madieu
Because EGL properties were not defined properly, we always had the following error make: *** [egl] Error 1 | EGL disabled. | The EGL functionality test failed; EGL is required by some QPA plugins to manage cont | You might need to modify the include and

[yocto] [meta-raspberrypi][PATCH v3 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-01-12 Thread John Madieu
Signed-off-by: John Madieu --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index bea5a65..60f1bcb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_raspberrypi = "9" #

[yocto] Live Image Behaviour

2016-01-12 Thread Chris Trobridge
I was testing out a new image this afternoon and all was well until I fdisk'd the partitions away on /dev/sda (with the live image booting from a usb stick on /dev/sdc). After this the image stopped booting and started complaining about all sorts of FAT errors on /dev/sda and did not mount the

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-12 Thread Petter Mabäcker
2016-01-12 09:45 skrev Khem Raj: > On Mon, Jan 11, 2016 at 10:51 PM, Petter Mabäcker wrote: > >> 2016-01-11 21:32 skrev Andrei Gherzan: On Mon, Jan 11, 2016 at 09:55:43AM -0800, Khem Raj wrote: On Jan 11, 2016, at 8:49 AM, Petter Mabäcker wrote: Add

[yocto] Where root password is defined by default

2016-01-12 Thread Vivek Per
Hi, Where root password is defined by default. How can we change it Thanks and regards Vivek -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Sharing a source repository

2016-01-12 Thread Richard Purdie
On Tue, 2016-01-12 at 09:36 +, Chris Trobridge wrote: > I have a source (git) repository that can build a number of targets > that could usefully be distributed across a number of recipes to be > applied in different circumstances. Is there a preferred method to > allow multiple recipes to

Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2016-01-12 Thread neuber sousa
ask for personal help me please Em 12/01/2016 10:38, "neuber sousa" escreveu: > I'm trying to to this: > http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ > > > > But I have error with NSUPDATE package > > > > *root@neuberfran:~# opkg install nsupdate* > Unknown

[yocto] SCaLE 14x pass

2016-01-12 Thread Jeff Osier-Mixon
Psst .. does anyone need a pass to SCaLE 14x next week? If so, we have one to give away. If you need a pass, send me email and we'll do a drawing or something. -- Jeff Osier-Mixon Open Source Community Architect, Intel Corporation -- ___ yocto

Re: [yocto] Where root password is defined by default

2016-01-12 Thread Michael Habibi
I see an example of setting the root password in the extrausers class documentation - http://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html#ref-classes-extrausers This sets the password to 1876*18: inherit extrausers EXTRA_USERS_PARAMS = "\ usermod -P 1876*18 root;

Re: [linux-yocto] [PATCH] configme : Match KARCH onto kernel.org arch

2016-01-12 Thread Jianxun Zhang
On 01/06/2016 06:06 AM, Bruce Ashfield wrote: On 16-01-06 02:22 AM, Dey, Megha wrote: I am trying to build the kernel(v4.3) for a 32 bit architecture. I use a custom linux kernel recipe and do not use any defconfig file explicitly. I expect yocto to assume the right config file based on the

Re: [yocto] [meta-java] openjdk-8 fail to build

2016-01-12 Thread Federico Pietro Briata
Hi Stef, Thanks, I've tried to apply that patch and also http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=527b28c10955daf0387597020d69593ce24bcaa4 and now I'm getting this: ERROR: Function failed: do_compile (log file is located at

[yocto] [PATCH] alsa-state: remove beagleboard configuration

2016-01-12 Thread Maxin B. John
Purging beagleboard related configuration. Signed-off-by: Maxin B. John --- .../recipes-bsp/alsa-state/alsa-state.bbappend | 1 - .../alsa-state/alsa-state/beagleboard/asound.state | 656 - 2 files changed, 657 deletions(-) delete mode 100644

[yocto] [PATCH] formfactor: remove unused beagleboard configuration

2016-01-12 Thread Maxin B. John
Clean up formfactor configuration for beagleboard. Signed-off-by: Maxin B. John --- .../recipes-bsp/formfactor/formfactor/beagleboard/machconfig | 3 --- 1 file changed, 3 deletions(-) delete mode 100755