Re: [yocto] cannot build image using sstate

2017-03-09 Thread Mircea Gliga
Thanks! You are right, the do_deploy_append installs the image_signed.fit in the ${DEPLOY_DIR_IMAGE}(I should have kept that line in the previous mail also): do_deploy_append() { [...] #this line creates the image_signed.fit file mkimage [...] image_signed.fit insta

Re: [yocto] cannot build image using sstate

2017-03-09 Thread Patrick Ohly
On Thu, 2017-03-09 at 09:59 +0200, Mircea Gliga wrote: > Thanks! You are right, the do_deploy_append installs the > image_signed.fit in the ${DEPLOY_DIR_IMAGE}(I should have kept that > line in the previous mail also): > do_deploy_append() { > [...] > #this line creates the image_signed.fi

[yocto] [PATCH][meta-gplv2] bison: add missing patch from oe-core

2017-03-09 Thread Martin Jansa
* meta-gplv2/recipes-devtools/bison/bison_2.3.bb: Unable to get checksum for bison SRC_URI entry bison-2.3_m4.patch: file could not be found Signed-off-by: Martin Jansa --- recipes-devtools/bison/bison/bison-2.3_m4.patch | 591 1 file changed, 591 inser

Re: [yocto] hddimg 4GB limit?

2017-03-09 Thread Burton, Ross
On 9 March 2017 at 07:04, Takashi Matsuzawa wrote: > I found hddimg 4GB-1 bye restriction because it creates a file called > rootfs.img which is copied into FAT. > > That means rootfs.img size must be below FAT max file size... > > Yes. This is why I'd like to see hddimg removed and replaced wit

[yocto] Source Code provision without full git repository history

2017-03-09 Thread Waldvogel, Sebastian
Hello, I am searching for a way in Yocto/BitBake to extract the source codes of the software applications developed by my company for delivery to our customers. The source codes shall be delivered as archive containing only the source files without the whole git repository history. Setup is tha

Re: [yocto] [meta-rockchip][PATCH] u-boot-rockchip: fix for binutils-2.28

2017-03-09 Thread Trevor Woerner
On Wed 2017-03-08 @ 09:33:18 PM, Khem Raj wrote: > On 17-03-09 00:01:12, Trevor Woerner wrote: > > Okay. > > > > Building with 2.28 (and letting it fail), then repeating the final link step > > with 2.27 succeeds! > > OK thats good. Can you post the output of readelf -e on final good and bad > b

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Khem Raj
On Thu, Mar 9, 2017 at 5:02 AM Waldvogel, Sebastian < sebastian.waldvo...@vector.com> wrote: > Hello, > > > > I am searching for a way in Yocto/BitBake to extract the source codes of > the software applications developed by my company for delivery to our > customers. > > The source codes shall be

[yocto] [patchwork][PATCH] series.py: return bundle objects only when authenticated

2017-03-09 Thread Jose Lamego
If a non-authenticated user tries to get a series view from patchwork web UI, a 500 error message is displayed caused by the database access attempted when filtering the bundle objects. This change allows not-logged users to acces series view by returning an empty bundle variable, instead of tryin

Re: [yocto] [meta-mingw][PATCH v2 0/19] Adding support for building QEMU for Windows

2017-03-09 Thread Nathan Rossi
On 30 January 2017 at 18:44, Nathan Rossi wrote: > This series enables a number of packages and dependencies to be built > for mingw32. The goal is to enable the building and packaging of QEMU > targeting mingw32 with support for SDL/VNC enabled as well as being able > to execute the qemu* machine

[yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-09 Thread Pascal Bach
The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug /usr/src/debug"` which is perfectly fine as a basis for Qt4. This also makes the recipe work with different debug split schemes. Signed-off-by: Pascal Bach --- recipes-qt4/qt4/qt4.inc | 1 - 1 file changed, 1 deletion(-) diff

Re: [yocto] [meta-qt4][PATCH] qt4: don't override dbg package content

2017-03-09 Thread Burton, Ross
On 9 March 2017 at 15:53, Pascal Bach wrote: > The default from bitbake.conf is `FILES_${PN}-dbg = "/usr/lib/debug > /usr/src/debug"` > which is perfectly fine as a basis for Qt4. > Note that oe-core master (and morty, and maybe krogoth) doesn't need FILES_PN-dbg to be set at all. Ross --

[yocto] [imx6qsabresd][morty] Locales not generated

2017-03-09 Thread Fabio Emiliani
Dear all, I'm trying to configure locale support in Yocto. My taget machine is: imx6qsabresd (i.MX 6Quad Processor), yocto version is: morty. I've created a base image with the command: bitbake core-image-base, then I've booted the image in my sabre board. Everything works fine except locale

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Daniel.
I'm not trying to be simplistic here, but, why not package the source releases to a tarball (with git archive or somthing) and provide it through a FTP server? Regards, 2017-03-09 11:29 GMT-03:00 Khem Raj : > > On Thu, Mar 9, 2017 at 5:02 AM Waldvogel, Sebastian > wrote: >> >> Hello, >> >> >> >>

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Daniel.
There are some tools to automate the testing and delivery that may make the deployment less painfull. Jenkins and Buildbot are examples Regards, 2017-03-09 13:28 GMT-03:00 Daniel. : > I'm not trying to be simplistic here, but, why not package the source > releases to a tarball (with git archive o

Re: [yocto] Intoducting myself: Applying for Outreachy

2017-03-09 Thread Jeff Osier-Mixon
Thanks, Leonardo & Armin The Outreachy page for YP is here: https://www.yoctoproject.org/outreachy-internship any new potential interns can contact me directly On Tue, Mar 7, 2017 at 9:24 AM, Soumya Gupta wrote: > Hi, > > Please look under Yocto under Participating Organisations >

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-09 Thread Steve Plant
OK, I have spent the last day googling my heart out trying to find the Xorg.log file without any luck. The problem is that due to the rpi hanging on boot, the only way I can access the SD card to look for the file is place it in a USB SD card reader and use my VirtualBox based Debian to "ls" d

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-09 Thread Gary Thomas
On 2017-03-10 01:55, Steve Plant wrote: OK, I have spent the last day googling my heart out trying to find the Xorg.log file without any luck. The problem is that due to the rpi hanging on boot, the only way I can access the SD card to look for the file is place it in a USB SD card reader and

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-09 Thread Yusuke Mitsuki
Hello Steve Would you try to other HDMI display such as PC monitor. I suspects two points as follows. * You enabled KMS(such as vc4graphics in MACHINE_FEATURE) * Your display has not EDID. If your HDMI settings in config.txt such as follows. There is a high possibility that your HDMI display do

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Waldvogel, Sebastian
The point is that we want to deliver the Yocto build environment including the layers/recipes and the download directory (DL_DIR) to our customers as well. The download directory shall contain an archive of the software modules / applications developed by my company. The customer has no access to