Re: [OE-core] [PATCH] init-install-efi.sh: Check if an installation device is present

2015-08-03 Thread Leonardo Sandoval
This patch does not solve the related bug (#7971) so I will send a V2 soon. On 07/31/2015 04:14 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com In case there is no installation device present, give a better message to

[OE-core] [PATCH 2/7] distcc: update SRC_URI to not use Google Code

2015-08-03 Thread Alexander Kanavin
Google Code is shutting down soon and distcc has moved to github. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb

[OE-core] [PATCH 3/7] gptfdisk: update to 1.0.0

2015-08-03 Thread Alexander Kanavin
Also, use tarballs instead of git for fetching source code. git repository does not have version tags, so upstream version check cannot be performed. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../recipes-devtools/fdisk/{gptfdisk_git.bb = gptfdisk_1.0.0.bb} | 8

[OE-core] [PATCH 6/7] stress: update checksums to match upstream tarball

2015-08-03 Thread Alexander Kanavin
COPYING checksum has changed because the previous upstream tarball (taken from Fedora) had GPLv3 in it, but author's tarball has GPLv2. Otherwise the tarballs are identical Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-extended/stress/stress_1.0.4.bb | 6

[OE-core] [PATCH 4/7] oprofile: reorder SRC_URI lines to fix upstream version check

2015-08-03 Thread Alexander Kanavin
The source tarball should be listed first. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-kernel/oprofile/oprofile.inc | 3 ++- meta/recipes-kernel/oprofile/oprofile_1.0.0.bb | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo

2015-08-03 Thread Alexander Kanavin
The previous upstream is no longer available. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org

2015-08-03 Thread Alexander Kanavin
GitHub is where upstream development is happening, so we are more likely to find out about new releases from there Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[OE-core] [PATCH 0/7] More recipe reporting fixes

2015-08-03 Thread Alexander Kanavin
This patchset contains more recipe reporting fixes, some of which are based on the review comments to the previous patchset (which got partially merged into master). Please see specific commits for details. The following changes since commit a8b723498c9a7106210db140452886894494b4d6: bitbake:

[OE-core] [PATCH 7/7] recipeutils.py: allow all characters in regexes used to parse version strings

2015-08-03 Thread Alexander Kanavin
Previously only numeric characters were matches and anything else was discarded, so 4.0-rc3, 2005e, 1.0.2a and similar versions got truncated. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/lib/oe/recipeutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH v2] bjam-native: build and install bjam.debug

2015-08-03 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com bjam is stripped by default, this causes QA warning while stripping it from do_populate_sysroot(): WARNING: File '.../tmp/sysroots/x86_64-linux/usr/bin/bjam' \ from bjam-native was already stripped, \ this will prevent future debugging! The

[OE-core] [PATCH] weston: Fix parallel make race

2015-08-03 Thread Richard Purdie
The current approach used by the Makefile ends up installing weston.desktop twice and can give build failures when using parallel make flags. Change to just have one DATA reference. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../wayland/weston/parallelmake.patch

[OE-core] [PATCH] init-install-efi.sh: Avoid /mnt/mtab creation if already present

2015-08-03 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com The base-files recipe installs /mnt/mtab (it is a softlink of /proc/mounts), so if an image includes the latter, there is no new to created it again inside the install-efi.sh script, otherwise an error may occur as indicated on

[OE-core] [PATCH 0/2] V2: Fix rt-tests redo install error and add qemu ptest

2015-08-03 Thread Kai Kang
V2: * add upstream status for add-ptest-in-makefile.patch of qemu. The following changes since commit a8bc06c3a001d89586f534c6411c3eeb2b106906: bitbake: bb.parse: properly error out on filesystem errors (2015-08-01 11:31:16 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 2/2] build-appliance-image: support for VirtualBox guest addtions

2015-08-03 Thread Christopher Larson
On Mon, Aug 3, 2015 at 1:35 PM, Juro Bystricky juro.bystri...@intel.com wrote: It is possible to run Build Appliance VM using VirtualBox. User experience can be improved by installing VirtulaBox guest Typo: VirtulaBox -- Christopher Larson clarson at kergoth dot com Founder - BitBake,

[OE-core] [PATCH 1/2] rt-tests: fix redo install error

2015-08-03 Thread Kai Kang
Currently gzip on host is used. If host gzip is provided by pigz, it fails to redo install that pigz can't handle the option after file name. When run command for target install in Makefile: gzip src/backfire/backfire.4 -c OUTPUT_FILE File src/backfire/backfire.4 is zipped into backfire.4.gz

[OE-core] [PATCH 2/2] qemu: add ptest sub-package

2015-08-03 Thread Kai Kang
Add sub-package ptest which runs all unit tests cases for qemu. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-devtools/qemu/qemu.inc| 16 +++- .../qemu/qemu/add-ptest-in-makefile.patch | 29 ++

[OE-core] [PATCH] xf86-video-intel: fix yocto/oe-core wreckage from libdrm upgrade

2015-08-03 Thread Paul Gortmaker
In commit a117fd5ecdd9973c7e4d772d1785f1f4e9b162c2, from OE-Core rev: 88d60e70da0890184922056cef1f20171f716ace libdrm: Upgrade to 2.4.62 we managed to break X like this: [3602662.736] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600 [3602662.736] (--) intel(0): CPU: x86-64,

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-03 Thread Christopher Larson
On Mon, Aug 3, 2015 at 1:35 PM, Juro Bystricky juro.bystri...@intel.com wrote: A set of files is needed to allow building new Linux kernel modules against an already installed Linux kernel. The files include various header files, script files, Makefiles, source code files for several utility

[OE-core] Fwd: Help: Can not install OpenEmbedded

2015-08-03 Thread Giang Nguyễn
Giang V. Nguyen EDA BK Laboratory - Room 611 - Ta Quang Buu Library School of Electronics and Telecommunications Hanoi University of Science and Technology Email: nguyengiangb...@gmail.com Phone: 0973528618 -- Forwarded message -- From: Giang Nguyễn nguyengiangb...@gmail.com Date:

Re: [OE-core] Fwd: Help: Can not install OpenEmbedded

2015-08-03 Thread Florian Boor
Hi Giang, On 03.08.2015 10:42, Giang Nguyễn wrote: I am installing Openembedded but i got an error. When i tried to extract oecore-x86_64-armv7a-vfp-neon-toolchain-oe-core.0.sh http://oecore-x86_64-armv7a-vfp-neon-toolchain-oe-core.0.sh/ file, it is always produce the same warning like the

Re: [OE-core] [PATCH] mesa: upgrade 10.5.8 - 10.6.3

2015-08-03 Thread Jussi Kukkonen
On 31 July 2015 at 11:08, Nicolas Dechesne nicolas.deche...@linaro.org wrote: Tested with X11 : * xf86-video-freedreno (and w/ XA) on IFC6410 and DragonBoard 410c * softpipe on DragonBoard 410c * using meta-qualcomm BSP Hi Nicolas, I believe OpenVG support has been removed in 10.6: Could

[OE-core] [PATCH] openssl: fix ptest issues

2015-08-03 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com * follow symbolic links while copying sources from test/* * install required target files to remove Make errors: make[2]: *** No rule to make target 'xxx', needed by 'yyy'. * fix hardcode pathes: /usr/lib - ${libdir}, /usr/bin - ${bindir}

[OE-core] [PATCH] bmap-tools: v3.2 (initial commit)

2015-08-03 Thread Ed Bartosh
Bmap-tools - tools to generate block map (AKA bmap) and flash images using bmap. Bmaptool is a generic tool for creating the block map (bmap) for a file and copying files using the block map. The idea is that large file containing unused blocks, like raw system image files, can be copied or

[OE-core] HELP - Can not build the shell file when install openembedded

2015-08-03 Thread Giang Nguyễn
Hi, sir I am installing Openembedded but i got an error. When i tried to extract oecore-x86_64-armv7a-vfp-neon-toolchain-oe-core.0.sh file, it is always produce the same warning like the picture below. I was following the install guide:

Re: [OE-core] [PATCH 6/7] stress: update checksums to match upstream tarball

2015-08-03 Thread Alexander Kanavin
On 08/03/2015 07:58 PM, Martin Jansa wrote: Did you forget to update this? Commit message says something about Fedora tarball... Nope - this commit is an update to an earlier commit which got merged into master before I could fix it. I'll add a reference.

Re: [OE-core] [PATCH 6/7] stress: update checksums to match upstream tarball

2015-08-03 Thread Martin Jansa
On Mon, Aug 03, 2015 at 07:29:53PM +0300, Alexander Kanavin wrote: COPYING checksum has changed because the previous upstream tarball (taken from Fedora) had GPLv3 in it, but author's tarball has GPLv2. Otherwise the tarballs are identical Signed-off-by: Alexander Kanavin

[OE-core] [PATCH 1/6] wic: improved usage text

2015-08-03 Thread Ed Bartosh
Made command line specification less confusing. Reformatted usage output. [YOCTO #7938] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/image/help.py | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/scripts/lib/image/help.py

[OE-core] [PATCH 3/6] wic: Report recipe name for native commands

2015-08-03 Thread Ed Bartosh
exec_native_cmd was modified to report recipe to build native programs. Pairs executable-recipe are hardcoded as it's not possible to obtain this information automatically. [YOCTO #7631] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/wic/utils/oe/misc.py | 29

[OE-core] [PATCH 2/6] wic: Improve 'wic help overview' content

2015-08-03 Thread Ed Bartosh
Included full console output and example of the .wks file into the 'wic help overview' content. Used qemux86-64 machine instead of crownbay to make example working without cloning additional layers. [YOCTO #7940] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com ---

[OE-core] [PATCH 5/6] wic: code cleanup: pylint misc.py

2015-08-03 Thread Ed Bartosh
Fixed pylint warnings. Increased pylint score from 8.02 to 9.40. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/wic/utils/oe/misc.py | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git

[OE-core] [PATCH 0/6] wic: finalize 0.2.0

2015-08-03 Thread Ed Bartosh
Hi, This patchset includes small bugfixes, code cleanup and usability fixes for wic release 0.2.0. Please review. The following changes since commit a8b723498c9a7106210db140452886894494b4d6: bitbake: cooker: Resolve file monitoring race issues when using memres bitbake (2015-08-03 07:36:25

[OE-core] [PATCH 4/6] wic: code cleanup: remove unused code

2015-08-03 Thread Ed Bartosh
Removed unused global variable wks_vars and 2 unused functions get_wks_var and add_wks_var. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/wic/utils/oe/misc.py | 11 --- 1 file changed, 11 deletions(-) diff --git a/scripts/lib/wic/utils/oe/misc.py

[OE-core] [PATCH 6/6] wic: release 0.2.0

2015-08-03 Thread Ed Bartosh
Major changes in 0.2.0: - implemented UUID support - fixed support of GPT partition tables - implemented running bitbake from wic - implemented image compressing - started testing with oe-selftest. implemented 17 test cases - used native tools (parted, mkfs, mtools, etc) - usability and

Re: [OE-core] [PATCH 1/1] license.bbclass: Add support for deployed packages not in rootfs

2015-08-03 Thread Aníbal Limón
Hi, Comments below, On 03/08/15 06:59, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com This adds a new manifest file for the packages that were deployed but not included into rootfs. The new manifest file is in the same directory as the rootfs manifest

[OE-core] [PATCH 1/1] license.bbclass: Add support for deployed packages not in rootfs

2015-08-03 Thread mariano . lopez
From: Mariano Lopez mariano.lo...@linux.intel.com This adds a new manifest file for the packages that were deployed but not included into rootfs. The new manifest file is in the same directory as the rootfs manifest but the name is image_license.manifest. It also creates the directory structure

[OE-core] [PATCH 0/1] Creates manifest/license files for deployed packages not in rootfs

2015-08-03 Thread mariano . lopez
From: Mariano Lopez mariano.lo...@linux.intel.com The current license manifest creation behavior is to include only packages that were installed. This beahvior excludes packages that were deployed but not installed in the rootfs. An example would be the bootloader. This patch adds support for

[OE-core] [PATCH 0/2] Support for VirtualBox guest additions

2015-08-03 Thread Juro Bystricky
In order to support VirtualBox guest additions, kernel headers need to be present in the VM. I am aware we already have two packages/recipes that are somewhat similar (kernel-devsrc.bb, linux-libc-headers), but none of them is suitable for this purpose. Besides the kernel headers, some

[OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-03 Thread Juro Bystricky
Header files and scripts for building modules for Linux kernel. A set of files is needed to allow building new Linux kernel modules against an already installed Linux kernel. The files include various header files, script files, Makefiles, source code files for several utility programs and Linux

[OE-core] [PATCH 2/2] build-appliance-image: support for VirtualBox guest addtions

2015-08-03 Thread Juro Bystricky
It is possible to run Build Appliance VM using VirtualBox. User experience can be improved by installing VirtulaBox guest additions. This patch installs kernel headers into the Build Appliance VM, in order to make possible to rebuild the guest additons against the running kernel. The instructions

Re: [OE-core] [PATCH 1/1] license.bbclass: Add support for deployed packages not in rootfs

2015-08-03 Thread Mariano Lopez
On 08/03/2015 03:20 PM, Aníbal Limón wrote: Hi, Comments below, On 03/08/15 06:59, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com This adds a new manifest file for the packages that were deployed but not included into rootfs. The new manifest file is