[OE-core] multiple git repos vs. AUTOREV?

2015-06-16 Thread Steffen Sledz
For development purposes we use this method to build always from the HEAD revision of a git repository. - snip -- SRCREV=${AUTOREV} PV = gitr${SRCPV} SRC_URI = git://g...@bitbucket.org/.../foo.git;protocol=ssh - snap -- Now we like to do the same

Re: [OE-core] [PATCH 2/2] packagegroup-core-tools-profile.bb: Remove oprofile.

2015-06-16 Thread Burton, Ross
On 1 June 2015 at 21:17, Philip Balister phi...@balister.org wrote: Oprofile functions duplicate perf. Since perf is easier to use drop oprofile from the core-tools-profile package. Also, the oprofile-ui package opens a port on the device. removing this package reduces a possible security

[OE-core] [PATCH v3 5/6] sato-icon-theme: Inherit Adwaita, not gnome-icon-theme

2015-06-16 Thread Jussi Kukkonen
Adwaita is the current GNOME icon theme. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [wic][PATCH] wic: Document creation of empty partition

2015-06-16 Thread Ed Bartosh
Added short explanation of how to create empty pattition to the 'wic help kickstart' command output. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/image/help.py | 4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Alexander Kanavin
On 06/16/2015 04:27 PM, Andreas Müller wrote: Yes and midori is the only working browser in Yocto (I know): firefox crashes since very long time for illegal ARM instruction and chromium does not start at all. Latest epiphany will be provided as a replacement for midori. It works fine here in

[OE-core] [PATCH v3 0/6] GTK+3 upgrade and related changes

2015-06-16 Thread Jussi Kukkonen
Patch set upgrades GTK+3 and adds adwaita-icon-theme. Changes since v2: * Package Adwaita into adwaita-icon-theme adwaita-icon-theme-symbolic adwaita-icon-theme-cursors * Make gtk+3 RRECOMMEND adwaita-icon-theme-symbolic * Re-order commits so dependencies and recommendations are

[OE-core] [PATCH v3 2/6] adwaita-icon-theme: Add new icon theme for GTK+

2015-06-16 Thread Jussi Kukkonen
Adwaita is a complete icon theme for GTK+, and the current GNOME icon theme. Most importantly it includes the symbolic icons used extensively in GTK+3 widgets. * Package the icons, symbolic icons and cursors separately * Backport a build fix for the cursor theme to cut installed size by 11MB.

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Alexander Kanavin
On 06/16/2015 09:50 AM, Andreas Müller wrote: How about doing same as others do e.g fedora [1-2]: Keep two version of webkit-gtk based on same recent code: * gtk2/webkit1 * gtk3/webkit2 Before showing how, you need to explain why. Fedora has to package webkit1 because they have a lot of

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Gary Thomas
On 2015-06-16 07:27, Andreas Müller wrote: On Tue, Jun 16, 2015 at 2:39 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/16/2015 09:50 AM, Andreas Müller wrote: How about doing same as others do e.g fedora [1-2]: Keep two version of webkit-gtk based on same recent code: *

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Andreas Müller
On Tue, Jun 16, 2015 at 3:30 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-06-16 07:27, Andreas Müller wrote: On Tue, Jun 16, 2015 at 2:39 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/16/2015 09:50 AM, Andreas Müller wrote: How about doing same as others do e.g

[OE-core] [PATCH v3 4/6] matchbox-session-sato: set GTK_CSD env var

2015-06-16 Thread Jussi Kukkonen
Sato practically requires server side decorations as matchbox panel draws on top of the title bar. Setting GTK_CSD=0 informs GTK+3 that we really want server side decorations even for apps designed for CSD. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com ---

[OE-core] [PATCH v3 3/6] gtk+3: Upgrade to 3.16.3

2015-06-16 Thread Jussi Kukkonen
* Drop --disable-gtk2-dependency and the patch for gtk/native/Makefile.am: gtk-update-icon-cache is no longer used at build time and as a result the option was removed. * Add dependency to libepoxy * Add dependency to virtual/mesa for wayland-egl * Package new binaries gtk3-icon-browser and

[OE-core] [PATCH v3 6/6] midori: Depend on Adwaita, not gnome-icon-theme

2015-06-16 Thread Jussi Kukkonen
Adwaita is the current GNOME icon theme. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-sato/midori/midori_0.5.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/midori/midori_0.5.8.bb b/meta/recipes-sato/midori/midori_0.5.8.bb

Re: [OE-core] [PATCH 2/2] packagegroup-core-tools-profile.bb: Remove oprofile.

2015-06-16 Thread Burton, Ross
On 16 June 2015 at 13:33, Philip Balister phi...@balister.org wrote: My gut feeling is people are moving to perf, which is also part of tools-profile. Indeed. Porting oprofileui to perf is one option here - as usual I've forgotten why oprofile is still a thing considering perf is also

[OE-core] [wic][PATCH v2] wic: Document creation of empty partition

2015-06-16 Thread Ed Bartosh
Added short explanation of how to create empty pattition to the 'wic help kickstart' output. [YOCTO #7131] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com --- scripts/lib/image/help.py | 4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/image/help.py

Re: [OE-core] KCONF_AUDIT_LEVEL + kernel_configcheck

2015-06-16 Thread Bruce Ashfield
On 2015-06-16 04:06 AM, Patrick Ohly wrote: On Mon, 2015-06-15 at 15:48 -0400, Bruce Ashfield wrote: On 2015-06-15 8:17 AM, Patrick Ohly wrote: Hello! In Fido and master, the following patch changed the default value of KCONF_AUDIT_LEVEL: $ git annotate origin/fido --

Re: [OE-core] [PATCH 2/2] packagegroup-core-tools-profile.bb: Remove oprofile.

2015-06-16 Thread Philip Balister
On 06/16/2015 08:08 AM, Burton, Ross wrote: On 1 June 2015 at 21:17, Philip Balister phi...@balister.org wrote: Oprofile functions duplicate perf. Since perf is easier to use drop oprofile from the core-tools-profile package. Also, the oprofile-ui package opens a port on the device.

[OE-core] [wic][PATCH v2] wic: Return error code when wic fails to invoke command

2015-06-16 Thread Ed Bartosh
Return 1 if command doesn't exist or wic is called without any commmand. Return result of invoke_command as wic return code. Added tests for unsupported command and no command. Fixed typo in test case test02_createhelp spotted by this fix. [YOCTO #7856] Signed-off-by: Ed Bartosh

Re: [OE-core] multiple git repos vs. AUTOREV?

2015-06-16 Thread Paul Eggleton
Hi Steffen, On Tuesday 16 June 2015 16:12:49 Steffen Sledz wrote: For development purposes we use this method to build always from the HEAD revision of a git repository. - snip -- SRCREV=${AUTOREV} PV = gitr${SRCPV} SRC_URI =

Re: [OE-core] [oe] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Alexander Kanavin
On 06/16/2015 04:37 PM, Alexander Kanavin wrote: Latest epiphany will be provided as a replacement for midori. It works fine here in the core-image-sato under qemu. I can't promise it will work on ARM, but any ARM-specific issues are almost certainly in webkit's (or other web engine's)

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Andreas Müller
On Tue, Jun 16, 2015 at 2:39 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/16/2015 09:50 AM, Andreas Müller wrote: How about doing same as others do e.g fedora [1-2]: Keep two version of webkit-gtk based on same recent code: * gtk2/webkit1 * gtk3/webkit2 Before

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-16 Thread Richard Purdie
On Tue, 2015-06-16 at 14:33 +0900, Changhyeok Bae wrote: Doesn't this mean BUILD_SYS or HOST_SYS weren't set in the environment? - You're right. The default env value of BUILD_SYS and HOST_SYS is (empty). - I wonder that the original patch (12-distutils-prefix-is-inside-staging-area.patch)

Re: [OE-core] [oe] multiple git repos vs. AUTOREV?

2015-06-16 Thread Martin Jansa
On Tue, Jun 16, 2015 at 04:12:49PM +0200, Steffen Sledz wrote: For development purposes we use this method to build always from the HEAD revision of a git repository. - snip -- SRCREV=${AUTOREV} PV = gitr${SRCPV} SRC_URI =

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Leandro Dorileo
On 05/13/2015 07:41 PM, Andreas Oberritter wrote: Hello Bruno, On 13.05.2015 23:51, Bruno Bottazzini wrote: + +# Aggregation of Split Packages +

[OE-core] [PATCH V2] python-2.7/3.4-manifest.inc: add missing dependencies for python-netserver

2015-06-16 Thread Henning Heinold
* SimpleHTTPServer imports shutil so we need definitly python-shell * SocketServer can be run without the threading modul, but I think we should run the full blown stuff, so let us add python-threading * this work was sponsored by sysmocom GmbH Signed-off-by: Henning Heinold

[OE-core] [PATCH][fido] binutils: fix native builds when host has gcc5

2015-06-16 Thread George McCollister
Cherry pick upstream commit to fix -Werror=logical-not-parentheses error when building with native gcc5. Signed-off-by: George McCollister george.mccollis...@gmail.com --- meta/recipes-devtools/binutils/binutils-2.24.inc | 1 + ...86.c-Werror-logical-not-parentheses-error.patch | 76

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Bottazzini, Bruno
Ping On Sex, 2015-06-05 at 13:52 -0300, Bottazzini, Bruno wrote: Ping. On Ter, 2015-05-19 at 10:18 -0300, Bottazzini, Bruno wrote: On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: Hello Bruno, On 13.05.2015 23:51, Bruno Bottazzini wrote:

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Andreas Oberritter
Hello Bruno, On 16.06.2015 20:11, Bottazzini, Bruno wrote: Ping On Sex, 2015-06-05 at 13:52 -0300, Bottazzini, Bruno wrote: Ping. On Ter, 2015-05-19 at 10:18 -0300, Bottazzini, Bruno wrote: On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: Hello Bruno, On 13.05.2015 23:51,

[OE-core] [PATCH] rt-tests: bump version to v0.92

2015-06-16 Thread Maxin B. John
Version upgrade to v0.92 Rebased below listed patch to newer source code: added-missing-dependencies.patch Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../files/added-missing-dependencies.patch | 36 +- .../{hwlatdetect_0.91.bb = hwlatdetect_0.92.bb}

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Andreas Oberritter
Hello Leandro, On 16.06.2015 20:20, Leandro Dorileo wrote: On 05/13/2015 07:41 PM, Andreas Oberritter wrote: Hello Bruno, On 13.05.2015 23:51, Bruno Bottazzini wrote: + +# Aggregation of Split Packages

[OE-core] [PATCH][fido] python3-ctypes: Fix cross compilation for arm targets

2015-06-16 Thread Alejandro Hernandez
When cross compiling for arm targets ctypes compilation fails because it uses _sysconfigdata from the HOST, this patches makes it use the one from TARGET fixing compilation of this module [YOCTO #7873] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com Signed-off-by: Jonas

[OE-core] [PATCH] python3-ctypes: Fix cross compilation for arm targets

2015-06-16 Thread Alejandro Hernandez
When cross compiling for arm targets ctypes compilation fails because it uses _sysconfigdata from the HOST, this patches makes it use the one from TARGET fixing compilation of this module [YOCTO #7873] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com Signed-off-by: Jonas

[OE-core] [PATCH] lighttpd: Bug fix

2015-06-16 Thread Li xin
mod_cgi buffers data without bound,so fix it. Reference: http://redmine.lighttpd.net/issues/1264 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../0001-mod_cgi-buffers-data-without-bound.patch | 386 + meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 1 + 2

[OE-core] [PATCH] Restore arm64 related patches

2015-06-16 Thread Kai Kang
Hi Ross, Three of four arm64 patches of qt4 are removed by mistake. Restore them then. Sorry for trouble. Kai Kang (1): qt4-4.8.7: restore arm64 patches which are dropped by mistake meta/recipes-qt/qt4/qt4-4.8.7.inc | 3 + .../0030-aarch64_arm64_qatomic_support.patch

[OE-core] [PATCH] qt4-4.8.7: restore arm64 patches which are dropped by mistake

2015-06-16 Thread Kai Kang
During upgrade qt4 from 4.8.6 to 4.8.7, four arm64 patches are removed. But three of them are dropped by mistake that they are not merged by upstream and still needed. Restore them. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-qt/qt4/qt4-4.8.7.inc | 3 +

[OE-core] [PATCH 0/1] Pull to restore qt4 arm64 patches

2015-06-16 Thread Kai Kang
Push to poky-contrib for merge easily. The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/qt4

Re: [OE-core] FW: 7865 patch

2015-06-16 Thread Liu, Sharron
Hi Ross, I’ll resend a git patch for this. People from this community and our QA team point me the guidelines. Thanks all @Constantin, Costin C @Flanagan, Elizabeth -Sharron From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, June 15, 2015 11:25 PM To: Liu, Sharron Cc:

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-16 Thread Andreas Müller
On Mon, Jun 15, 2015 at 4:44 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/15/2015 05:24 PM, Burton, Ross wrote: If you actually compare the build dependencies, you'll see that Midori and Epiphany are actually almost identical. We need to upgrade WebKit as the release

Re: [OE-core] [PATCH 0/1] scripts: Add cleanup-downloads-dir tool

2015-06-16 Thread Laurentiu Palcu
Hi Ross, On Mon, Jun 15, 2015 at 11:38:01PM +0100, Burton, Ross wrote: On 12 June 2015 at 13:15, Laurentiu Palcu laurentiu.pa...@intel.com wrote: A few days ago I noticed I had no space on disk and decided to make some space. Since my downloads directory was never deleted since

Re: [OE-core] [PATCH][fido] runqemu: add support to boot arm64 qemu target from NFS

2015-06-16 Thread Joshua Lock
On 15/06/15 17:56, Jagadeesh Krishnanjanappa wrote: Ping. Is this change intended for fido or master? Usually fixes like this would go into master first and then be backported to the stable branch. Regards, Joshua Regards, Jagadeesh On Tue, Jun 9, 2015 at 10:18 AM, Jagadeesh

Re: [OE-core] [PATCH][fido] runqemu: add support to boot arm64 qemu target from NFS

2015-06-16 Thread Jagadeesh Krishnanjanappa
On Tue, Jun 16, 2015 at 12:37 PM, Joshua Lock joshua.l...@collabora.co.uk wrote: On 15/06/15 17:56, Jagadeesh Krishnanjanappa wrote: Ping. Is this change intended for fido or master? Usually fixes like this would go into master first and then be backported to the stable branch. The

Re: [OE-core] KCONF_AUDIT_LEVEL + kernel_configcheck

2015-06-16 Thread Patrick Ohly
On Mon, 2015-06-15 at 15:48 -0400, Bruce Ashfield wrote: On 2015-06-15 8:17 AM, Patrick Ohly wrote: Hello! In Fido and master, the following patch changed the default value of KCONF_AUDIT_LEVEL: $ git annotate origin/fido -- meta/classes/kernel-yocto.bbclass | grep

[OE-core] [wic][PATCH] oe-selftest: wic: Fix testcase

2015-06-16 Thread Ed Bartosh
Fixed test05_build_artifacts testcase by using values of MACHINE and BUILD_SYS bitbake variables in paths to artifacts. Test was failing because of hardcoded machine(qemux86) and build_sys(qemux86-poky-linux) in artifact paths. [YOCTO #7730] Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com

[OE-core] [PATCH v2][fido 4/4] runqemu-internal: set mutual exclusiveness for serial and nographic options

2015-06-16 Thread Jagadeesh Krishnanjanappa
Use -nographic option only if serial option is not specified. Otherwise we get below error when 'runqemu kernel_image rootfs_image serial' is executed, (snip) QEMU 2.2.0 monitor - type 'help' for more information (qemu) qemu-system-aarch64: -serial stdio: cannot use stdio by multiple character

[OE-core] [PATCH v2][fido 3/4] runqemu-internal: add support to boot arm64 qemu target via NFS

2015-06-16 Thread Jagadeesh Krishnanjanappa
Add required boot parameters inorder to boot arm64 qemu target via NFS Signed-off-by: Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com --- scripts/runqemu-internal | 9 + 1 file changed, 9 insertions(+) diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index

[OE-core] [PATCH v2][fido 1/4] runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel image

2015-06-16 Thread Jagadeesh Krishnanjanappa
Basically, runqemu script autodetects MACHINE type based on the kernel image name; if MACHINE name is not specified. Since 'qemuarm' string is common in both qemuarm amnd qemuarm64 kernel image names, the MACHINE type is considered as 'qemuarm' even when qemuarm64 kernel image name is given in

[OE-core] [PATCH v2][fido 2/4] runqemu-script: define console for qemuarm NFS booting

2015-06-16 Thread Jagadeesh Krishnanjanappa
Add console=ttyAMA0,115200 as one of the boot parameters for qemuarm, in order to print bootlog messages on the console. Signed-off-by: Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 08/11] init-install: Specify partition name in parted command line

2015-06-16 Thread Ed Bartosh
parted allows to use names for partitions if GPT partition table is used on the device. msdos partitioning can have only partition types: 'primary', 'logical' or 'extended'. Used meaningful partition names in parted command line for GPT partitioning. Signed-off-by: Ed Bartosh

[OE-core] [PATCH v2 10/11] init-install: code cleanup: replace /dev/$device - $device

2015-06-16 Thread Ed Bartosh
Shortened code by including /dev/ prefix into variable. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts/files/init-install-efi.sh index dca1432..74372b0 100644 ---

[OE-core] [PATCH v2 07/11] init-install: Specify filesystem type in parted command line

2015-06-16 Thread Ed Bartosh
Explicitly specified filesystem type for parted mkpart command. This makes partition table to look more informative. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh

[OE-core] [PATCH v2 04/11] init-install-efi: Implement UUID support

2015-06-16 Thread Ed Bartosh
Using UUID in favor of device names is more reliable as UUID names are persistent. Device names can change as the order of adding device nodes is arbitrary. This sometimes results in device names switching on each boot, which can cause system fail to boot. Persistent naming solves these issues.

[OE-core] [PATCH v2 09/11] init-install: code cleanup: Replace tabs with spaces

2015-06-16 Thread Ed Bartosh
Cleaned up spaces from init-install* shell scripts. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts/files/init-install-efi.sh index a6a8679..dca1432 100644 ---

[OE-core] [PATCH v2 01/11] image-live: Set syslinux timeout to 5s

2015-06-16 Thread Ed Bartosh
Increased syslinux timeout to 5s as default 1s timeout is not enough to notice syslinux prompt on some devices. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 7b770fb..52b6de7 100644 ---

[OE-core] [PATCH v2 00/11] UUID support in installer (poky-contrib: ed/oe-core/uuid-init-install)

2015-06-16 Thread Ed Bartosh
Hi, This patchet adds support of GPT partition table and UUID support to initramfs installer scripts. Using UUID in favor of device names is more reliable as UUID names are persistent. Device names can change as the order of adding device nodes is arbitrary. This sometimes results in device

[OE-core] [PATCH v2 05/11] init-install: Use GPT table with GRUB 2

2015-06-16 Thread Ed Bartosh
Changed partition type from 'msdos' to 'gpt'. Added special partition for grub stage2 bootloader. NOTE: This is done only for GRUB 2 as legacy GRUB is rarely used and doesn't support GPT partitions. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git

[OE-core] [PATCH v2 11/11] init-install: Properly delete partition table

2015-06-16 Thread Ed Bartosh
Fixed deletion of the partition table by increasing amount of sectors from 2(correct for msdos PT) to 35 as GPT size is 34 sectors + 1 sector for protective MBR. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh

[OE-core] [PATCH v2 06/11] init-install: Implement UUID support

2015-06-16 Thread Ed Bartosh
Used partition UUID in kernel command line to specify root partition. Searched root device by file system uuid in GRUB configuration. Used partition UUID in /etc/fstab to specify swap partition. Used filesystem UUID in /etc/fstab to specify boot partition. [YOCTO #6101] Signed-off-by: Ed Bartosh

[OE-core] [PATCH v2 03/11] busybox: Enable UUID-related options

2015-06-16 Thread Ed Bartosh
Enabled MOUNT_LABEL and VOLUMEID* features for busybox mount to understand 'UUID=' syntax in fstab. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index c200ee0..468c40e 100644 ---

[OE-core] [PATCH v2 02/11] initramfs-live-install: Add blkid to initramfs

2015-06-16 Thread Ed Bartosh
Added util-linux-blkid to the list of dependencies of initramfs-live-install and initramfs-live-install-efi. This is a part of the work to support partiion UUID in installer. blkid is going to be used to get partition and filesystem UUIDs. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com

Re: [OE-core] [PATCH][fido] runqemu: add support to boot arm64 qemu target from NFS

2015-06-16 Thread Burton, Ross
On 9 June 2015 at 05:48, Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com wrote: The other changes include, runqemu - fix MACHINE type being detected as qemuarm when qemuarm64 kernel image name is given. runqemu-internal - Added console=ttyAMA0,115200 as one of the boot

Re: [OE-core] [PATCH v2] [meta-oe] opencv: Add OpenCV 3.0

2015-06-16 Thread Ricardo Ribalda Delgado
Hello Khem Unfortunately It uses the same header file names :( Regards! On Sun, Jun 14, 2015 at 5:42 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Jun 9, 2015 at 10:07 AM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: -Support for new PACKAGECONFIGS -Merge with opencv-samples

Re: [OE-core] [PATCHv2 2/4] distrodata: Remove unnecessary include of package_regex.inc

2015-06-16 Thread Burton, Ross
On 4 June 2015 at 19:42, Aníbal Limón anibal.li...@linux.intel.com wrote: This causes a warning when follow documentation to use distrodata class that points to include, include conf/distro/include/distro_alias.inc include conf/distro/include/recipe_color.inc include

Re: [OE-core] [PATCH 3/3] libpcap: fix PACKAGECONFIG

2015-06-16 Thread Burton, Ross
On 16 June 2015 at 03:20, Robert Yang liezhi.y...@windriver.com wrote: After more thoughts, add a dummy PACKAGECONFIG can avoid confusing the user, and avoid the warning, so I updated in the repo: Yes, that's what I meant - thanks. Ross -- ___

Re: [OE-core] [PATCH 2/2] packagegroup-core-tools-profile.bb: Remove oprofile.

2015-06-16 Thread Philip Balister
Ping On 06/01/2015 04:17 PM, Philip Balister wrote: Oprofile functions duplicate perf. Since perf is easier to use drop oprofile from the core-tools-profile package. Also, the oprofile-ui package opens a port on the device. removing this package reduces a possible security issue for devices

Re: [OE-core] [PATCH 1/2] packagegroup-core-sdk.bb: Drop distcc from the core-sdk.

2015-06-16 Thread Philip Balister
Ping On 06/01/2015 04:17 PM, Philip Balister wrote: distcc has been used in the past to speed up native compile across several machines. This is less an issue on modern embedded systems. Also, improvements in sdk generation have reduced the need for on target compile of large projects.

[OE-core] [PATCH 1/2] dbus: Upgrade 1.8.16 - 1.8.18

2015-06-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-core/dbus/dbus_1.8.16.bb | 4 meta/recipes-core/dbus/dbus_1.8.18.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-core/dbus/dbus_1.8.16.bb create mode 100644

[OE-core] [PATCH 2/2] dbus-test: Upgrade 1.8.10 - 1.8.18

2015-06-16 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-core/dbus/{dbus-test_1.8.10.bb = dbus-test_1.8.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus-test_1.8.10.bb = dbus-test_1.8.18.bb} (93%) diff --git