[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 flashe

[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 Date: Sun, Aug 2, 2015 at 1:12

[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: https://gnuradio.org/redmine/projects/gnuradio/wiki/OpenEmbedd

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

2015-08-03 Thread wenzong.fan
From: Wenzong Fan * 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} Signed-off-by: Wenzong Fan ---

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 > file, it is > always produce the same warning like t

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 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 you remove the unnecessar

[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 --- scripts/lib/image/help.py | 33

[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 --- scripts/lib/wic/utils/oe/misc.py | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/

[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 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 --- scripts/lib/wic/utils/oe/misc.py | 29 ++--- 1 file

[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 --- scripts/lib/wic/utils/oe/misc.py | 11 --- 1 file changed, 11 deletions(-) diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index af8

[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 documentati

[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 --- scripts/lib/image/help.py | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 0666d80..a

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 In case there is no installation device present, give a better message to the user and abort installation. [YOCTO #797

[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 --- meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-qt/qt-apps/fotowa

[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: co

[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 --- 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 b/meta/recipes-devtools/distcc/d

[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 --- .../recipes-devtools/fdisk/{gptfdisk_git.bb => gptfdisk_1.0.0.bb} | 8 +++- 1 file changed, 3 insertions(

[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 --- meta/recipes-extended/stress/stress_1.0.4.bb | 6 +++--- 1 file changed, 3 insertions(

[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 --- 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 a/meta/recipes-kernel/oprofile/oprofile.inc

[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 --- meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xo

[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 --- meta/lib/oe/recipeutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/recip

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 > --- > meta/

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. http://git.yoctoproject.org/cgit/cg

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

2015-08-03 Thread mariano . lopez
From: Mariano Lopez 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 packages deployed but not insta

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

2015-08-03 Thread mariano . lopez
From: Mariano Lopez 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 for the packages and add the l

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 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.m

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 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 r

[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 addition

[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 k

[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

[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 --- .../wayland/weston/parallelmake.patch | 22 ++

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

2015-08-03 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval 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 the bug's site. [YOCTO #7971] Signed-off-by

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

2015-08-03 Thread wenzong.fan
From: Wenzong Fan 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 JAM scripts allow to build

[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: git://git.yoctoproj

[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 bu

[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 --- meta/recipes-devtools/qemu/qemu.inc| 16 +++- .../qemu/qemu/add-ptest-in-makefile.patch | 29 ++ meta/recipes-devtools/qemu/qemu/run-ptest |

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 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, OpenEmbedded, OpenZaurus M

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 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 programs and Linux ke

[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,

[OE-core] [PATCH 6/6] tcmode-default.inc: update BINUVERSION

2015-08-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 0abf803..c08fe24 100644 --- a/meta/conf/distro/include

[OE-core] [PATCH 0/6] Packages Upgrade

2015-08-03 Thread Robert Yang
* Changes of file_5.24.bb: - Use file_5.24.bb rather than file_git.bb, doesn't need the long PV either. // Robert The following changes since commit 288c76a41aebaf54c7fca3782160830df462b9e4: builder: Fix multilib compile failure (2015-08-03 07:15:47 +0100) are available in the git repos

[OE-core] [PATCH 2/6] file: 5.23 -> 5.24

2015-08-03 Thread Robert Yang
* Remove backported patch: - 0001-Fix-bug-with-long-options-and-explicitly-number-them.patch \ - 0002-fix-bug-with-5.23-long-options.patch \ * Use git repo rather than tarball since the original SRC_URI is not stable, it is not reachable sometimes. Signed-off-by: Robert Yang --- ...h-long-opt

[OE-core] [PATCH 5/6] binutils: 2.25 -> 2.25.1

2015-08-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{binutils-2.25.inc => binutils-2.25.1.inc} |2 +- ...n_2.25.bb => binutils-cross-canadian_2.25.1.bb} |0 ...tils-cross_2.25.bb => binutils-cross_2.25.1.bb} |0 ...rosssdk_2.25.bb => binutils-crosssdk_2.25.1.bb} |0 .../{binutils_2.25.bb => bi

[OE-core] [PATCH 3/6] libcheck: 0.9.14 -> 0.10.0

2015-08-03 Thread Robert Yang
Signed-off-by: Robert Yang --- .../{libcheck_0.9.14.bb => libcheck_0.10.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libcheck/{libcheck_0.9.14.bb => libcheck_0.10.0.bb} (79%) diff --git a/meta/recipes-support/libcheck/libcheck_0.9.14.bb b/

[OE-core] [PATCH 1/6] git: 2.4.6 -> 2.5.0

2015-08-03 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-devtools/git/git_2.4.6.bb | 11 --- meta/recipes-devtools/git/git_2.5.0.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.4.6.bb create mode 100644 meta/recipes-devto

[OE-core] [PATCH 4/6] bash: 4.3 -> 4.3.30

2015-08-03 Thread Robert Yang
Remove patch001 -> patch030 since they are already in source, add patch031 -> patch039 Signed-off-by: Robert Yang --- meta/recipes-extended/bash/bash_4.3.30.bb | 46 meta/recipes-extended/bash/bash_4.3.bb| 111 - 2 files changed, 46 insertions(+),