[yocto] [PATCH] documentation: update git version requirement

2014-07-03 Thread maxin
From: Maxin B. John maxin.j...@enea.com git version 1.7.8 added the --list option to git-branch. Since we depend on this option in git.py, the minimum requiremnt for git should be updated to Git 1.7.8+ Signed-off-by: Maxin B. John maxin.j...@enea.com ---

Re: [yocto] git://git.yoctoproject.org/poky issues, meta-clanton_v1.0.0, from behind firewall

2014-07-03 Thread Krzysztof Czarnowski
Sorry for the noise. Finally resolved by finding a SOCKS5 proxy (luckily there was one available) and changing -Xconnect to -X5. For some reason the HTTP proxy wasn't good enough. Regards, Krzysztof On Mon, Jun 30, 2014 at 7:14 PM, Krzysztof Czarnowski khczarnow...@gmail.com wrote: Hello, A

Re: [yocto] [PATCH] documentation: update git version requirement

2014-07-03 Thread Rifenbark, Scott M
Thanks - I have applied this. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of ma...@maxinbjohn.info Sent: Thursday, July 03, 2014 2:17 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH] documentation: update git

[yocto] do_populate_sdk error

2014-07-03 Thread mareczek
Hello, I ran into an error during do_populate_sdk ERROR: Unable to install packages. Command '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get install --force-yes --allow-unauthenticated nativesdk-packagegroup-sdk-host packagegroup-cross-canadian-imx6riotboard' returned 100:

[yocto] [PATCH] grubtarget.py: Change 'test' GRUB entry selection method

2014-07-03 Thread Corneliu Stoicescu
Using character combinations for arrow down to select the test image will not always work. Using the '--hotkey x' option added to the 'test' GRUB menuentry to select the 'test' GRUB entry. Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com ---

[yocto] Adding a shared object file to rootfs

2014-07-03 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, I have a file abc.so How can I add just this abc.so to /lib in rootfs using a recipe ? Regards, Sathish ::DISCLAIMER:: The contents of this

[yocto] [ANNOUNCEMENT] Yocto Project 1.6.1 Released

2014-07-03 Thread Flanagan, Elizabeth
Hello, The latest point release of the Yocto Project, 1.6.1 (daisy 11.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.6.1/poky-daisy-11.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.6.1/poky-daisy-11.0.1.tar.gz A gpg signed version of

Re: [yocto] Adding a shared object file to rootfs

2014-07-03 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
I tried to add the abc.so using a linux-yocto_3.4.bbappend like the following SRC_URI += file://abc.so do_install_append() { install -d ${D}${base_libdir} install -m 0644 ${WORKDIR}/abc.so ${D}${base_libdir}/ } FILES_${PN} += ${base_libdir}/*.so FILES_SOLIBSDEV =

Re: [yocto] do_populate_sdk error

2014-07-03 Thread Robert Yang
Seems that something is wrong with PACKAGE_CLASSES = package_deb, maybe you can use PACKAGE_CLASSES = package_rpm ? // Robert On 07/03/2014 09:03 PM, mareczek wrote: Hello, I ran into an error during do_populate_sdk ERROR: Unable to install packages. Command