[yocto] Qt5 embedded Japanese input

2016-03-30 Thread Fred Ollinger
There are methods in desktop linux which allow one to input Japanese (and other non-Latin language) text into text fields. Does anyone have any experience with integrating a stand alone solution into a Qt5 application? Frederick -- ___ yocto mailin

Re: [yocto] [meta-security][V3][PATCH] paxctl: fix compile issue.

2016-03-30 Thread Khem Raj
looks good. On Wed, Mar 30, 2016 at 2:39 PM, Armin Kuster wrote: > use CC from build not host via EXTRA_OEMAKE > > thanks khem > > this fixes the below error. > WARNING: paxctl-0.9-r0 do_package_qa: QA Issue: /sbin/paxctl contained in > package paxctl requires libc.so.6(GLIBC_2.3.4)(64bit), but

[yocto] [meta-security][V3][PATCH] paxctl: fix compile issue.

2016-03-30 Thread Armin Kuster
use CC from build not host via EXTRA_OEMAKE thanks khem this fixes the below error. WARNING: paxctl-0.9-r0 do_package_qa: QA Issue: /sbin/paxctl contained in package paxctl requires libc.so.6(GLIBC_2.3.4)(64bit), but no providers found in RDEPENDS_paxctl? [file-rdeps] minor recipe cleanup Sig

[yocto] [Portwell] Install Yocto on Samsung eMMC

2016-03-30 Thread 紀鵬遠
Dear Sirs, We’re facing issue on installing Yocto on Samsung eMMC. The eMMC model is as below. However, we tried to install on Micron eMMC and it’s no problem. We’re just wondering if Yocto needs to use with specific eMMC brand/model? KLMAG2GEND-B031 Thank you so much. Yours sincerely, Max C

[yocto] Can wic split rootfs files across partitions?

2016-03-30 Thread Karl Voelker
I am trying to build a multi-partition image with wic, with separate partitions for / and /var. So, the / partition should get all the files except those under /var, and the /var partition should get the files under /var. I thought this was possible because of the suggestion in the docs that the m

[yocto] [meta-raspberrypi][PATCH v2 3/5] rpi-base.inc: Add overlay for rpi-ft5406

2016-03-30 Thread Petter Mabäcker
rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch touchscreen support. Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index f70e952..34eb774 10

[yocto] [meta-raspberrypi][PATCH v2 5/5] linux-raspberrypi: Drop support for 3.14

2016-03-30 Thread Petter Mabäcker
General policy is to support three kernel versions; latest stable + two longterm versions. These are currently 4.4, 4.1, and 3.18. Signed-off-by: Petter Mabäcker --- .../0001-ASoC-Add-BCM2708-fixes.patch | 263 - ...ng-lock-from-atomic-context-in-i2c-driver.patch

[yocto] [meta-raspberrypi][PATCH v2 1/5] pitft: Add support for pitft28r

2016-03-30 Thread Petter Mabäcker
The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker --- README

[yocto] [meta-raspberrypi][PATCH v2 4/5] .gitignore: Ignore some additional files

2016-03-30 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f235765..bd5616a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build* *~ .*.swp +*.orig +*.rej -- 1.9.1 -- ___

[yocto] [meta-raspberrypi][PATCH v2 0/5] Various upgrade/fixes from Technux

2016-03-30 Thread Petter Mabäcker
Various fixes from Technux, with focus on PiTFT28 resistive support and Official Raspberry Pi 7 inch touchscreen enablers. Petter Mabäcker (5): pitft: Add support for pitft28r rpi-base.inc: Remove deprecated MACHINE_FEATURES rpi-base.inc: Add overlay for rpi-ft5406 .gitignore: Ignore some

[yocto] [meta-raspberrypi][PATCH v2 2/5] rpi-base.inc: Remove deprecated MACHINE_FEATURES

2016-03-30 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index a9e8053..f70e952 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/

[yocto] [PATCH] ldconfig-native: Fix ELF flags on 64-bit binaries

2016-03-30 Thread Clemens Lang
Yocto's ldconfig-native was exported from an old version of glibc and generates an ld.so.cache that is partially ignored by current versions of glibc when loading libraries. This occurs for 64-bit binaries, where glibc expects FLAG_ELF_LIBC6, but ldconfig-native only generates the standard ELF flag