[OE-core] [PATCH] xinput-calibrator: use up-to-date git version

2016-11-15 Thread Diego Rondini
Use up-to-date version from git. While currently there aren't official releases newer than 0.7.5, quite some new features have been added in git, for example the ability to disable the calibration screen timeout. Signed-off-by: Diego Rondini ---

[OE-core] [PATCHv5][krogoth 11/11] curl: CVE-2016-8625

2016-11-15 Thread Sona Sarmadi
IDNA 2003 makes curl use wrong host Affected versions: curl 7.12.0 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102K.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8625.patch | 615 +

[OE-core] [PATCHv5][krogoth 10/11] curl: CVE-2016-8624

2016-11-15 Thread Sona Sarmadi
invalid URL parsing with '#' Affected versions: curl 7.1 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102J.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8624.patch | 51 ++

[OE-core] [PATCH v3 03/11] wic: check that filesystem is specified for a rootfs partition

2016-11-15 Thread Maciej Borzecki
We explicitly check for --fstype if no source was provided for a partition. However, this was not the case for rootfs partitions. Make sure to raise an error if filesystem was left unspecified when preparing a rootfs partition image. Signed-off-by: Maciej Borzecki ---

[OE-core] [PATCH v3 02/11] wic: use partition size when creating empty partition files

2016-11-15 Thread Maciej Borzecki
It seems that prepare_empty_partition_ext() and prepare_empty_partition_btrfs() got broken in commit c8669749e37fe865c197c98d5671d9de176ff4dd, thus one could observe the following backtrace: Backtrace: File "/poky/scripts/lib/wic/plugins/imager/direct_plugin.py", line 93, in do_create

[OE-core] [PATCH v3 01/11] wic: make sure that partition size is always an integer in internal processing

2016-11-15 Thread Maciej Borzecki
The size field of Partition class is expected to be an integer and ought to be set inside prepare_*() method. Make sure that this is always the case. Signed-off-by: Maciej Borzecki --- scripts/lib/wic/partition.py | 12 +---

[OE-core] [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-11-15 Thread Maciej Borzecki
v3 of patch series previously posted here [1]. I have noticed that Ross has cherry-picked some patches into his pull request to master. Just for reference, the patches are included in this series, but have not been changed since the previous version. The patches in question are: oe-selftest:

Re: [OE-core] [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 09:52, Maciej Borzecki wrote: > I have noticed that Ross has cherry-picked some patches into his > pull request to master. Just for reference, the patches are included in > this > series, but have not been changed since the previous version. The

[OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests

2016-11-15 Thread jose . perez . carranza
From: Jose Perez Carranza Currently the unittests for scripts on meta/lib/oe/tests are not being executed by any suite hence the best option is migrate them to meta/lib/oeqa/selftest/oelib-tests to be executed along with the selftest suite. [YOCTO #7376]

[OE-core] [PATCH 00/45] Morty: Patch set review

2016-11-15 Thread Armin Kuster
Sending cover leter only: I have pulled together a set of patches which seem to be appropriate for Morty. Please review to see if a commit is inappropriate or missing. The following changes since commit 6c9f6b5f70ab3ee194b2c2c6f3bd462c994848fa: bitbake: toaster: buildinfohelper Handle regex

[OE-core] [PATCH V4] package_manager: remove strings and migrate to direct arrays

2016-11-15 Thread Stephano Cetola
When using subprocess call and check_output, it is better to use arrays rather than strings when possible to avoid whitespace and quoting problems. [ YOCTO #9342 ] Signed-off-by: Stephano Cetola --- meta/lib/oe/package.py | 13 +--

[OE-core] [PATCH V4] Cleanup subprocess calls

2016-11-15 Thread Stephano Cetola
Changed since V3: Corrected commit summary by changing primary item worked on from subprocess to package_manager. Stephano Cetola (1): package_manager: remove strings and migrate to direct arrays meta/lib/oe/package.py | 13 +-- meta/lib/oe/package_manager.py | 229

Re: [OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests

2016-11-15 Thread Jose Perez Carranza
On 11/15/2016 11:16 AM, Burton, Ross wrote: On 15 November 2016 at 16:24, > wrote: +class TestPackagesFilterOutSystem(oeSelfTest): As the tests don't need anything special that oeSelfTest provides, can

[OE-core] [PATCH V2] recipetool: add postinst to .deb import

2016-11-15 Thread Stephano Cetola
The .deb import feature did not import postinst, postrm, preinst, or prerm functions. This change checks to see if those files exist, and if so, adds the appropriate functions. [ YOCTO #10421 ] Signed-off-by: Stephano Cetola --- scripts/lib/recipetool/create.py

[OE-core] [PATCH V2] recipetool: add postinst to .deb import

2016-11-15 Thread Stephano Cetola
Changed since V1: Removed unused variable and cleaned up commit message. Stephano Cetola (1): recipetool: add postinst to .deb import scripts/lib/recipetool/create.py | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) -- 2.10.2 --

Re: [OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 16:24, wrote: > +class TestPackagesFilterOutSystem(oeSelfTest): > As the tests don't need anything special that oeSelfTest provides, can they remain as testcase.TestCase instances? There's a lot of complication from oeSelfTest that

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-15 Thread Fathi Boudra
On 15 November 2016 at 23:16, Andre McCurdy wrote: > On Wed, Nov 9, 2016 at 6:41 AM, Fathi Boudra wrote: >> On 9 November 2016 at 14:15, Burton, Ross wrote: >>> >>> On 8 November 2016 at 13:54, Fathi Boudra

Re: [OE-core] [PATCH] added recipe for libdbus-c++

2016-11-15 Thread thilo.ceston...@ts.fujitsu.com
Am Dienstag, den 15.11.2016, 14:23 + schrieb Burton, Ross: > > On 15 November 2016 at 13:46, Thilo Cestonaro > wrote: > > Signed-off-by: Thilo Cestonaro > > > > As Alex said, please submit this to meta-oe as there's no

[OE-core] [PATCH v2] libdbus-c++: added recipe for it

2016-11-15 Thread Thilo Cestonaro
From: Thilo Cestonaro to fix the build, two patches where needed. One which just adds an include of unistd.h, as the functions pipe, write and close defined by this include, weren't defined. The other patch enables the build to build the tools of libdbus-c++ for the target,

[OE-core] [PATCH V3] Cleanup subprocess calls

2016-11-15 Thread Stephano Cetola
Changed since V2: Fixed rpm "remove" function, changing strings to arrays. This fixes the error when using "read-only-rootfs" image feature. Stephano Cetola (1): subprocess: remove strings and migrate to direct arrays meta/lib/oe/package.py | 13 +-- meta/lib/oe/package_manager.py |

Re: [OE-core] [PATCH] package.bbclass: allow using EXCLUDE_FROM_SHLIBS for subpackages

2016-11-15 Thread Andrii Bordunov
Ping-2. Guys? Anything? Thank you, Andrii On 19.10.16 16:58, Andrii Bordunov wrote: Ping? Any comments? Thank you, Andrii On 10.10.16 20:02, Andrii Bordunov wrote: Some packages containing shared libraries might be registered as shlib providers when they shouldn't (for example, the lib

Re: [OE-core] [PATCH V3] subprocess: remove strings and migrate to direct arrays

2016-11-15 Thread Christopher Larson
On Tue, Nov 15, 2016 at 7:28 AM, Stephano Cetola < stephano.cet...@linux.intel.com> wrote: > When using subprocess call and check_output, it is better to use arrays > rather than strings when possible to avoid whitespace and quoting > problems. > > [ YOCTO #9342 ] > > Signed-off-by: Stephano

[OE-core] [PATCH V3] subprocess: remove strings and migrate to direct arrays

2016-11-15 Thread Stephano Cetola
When using subprocess call and check_output, it is better to use arrays rather than strings when possible to avoid whitespace and quoting problems. [ YOCTO #9342 ] Signed-off-by: Stephano Cetola --- meta/lib/oe/package.py | 13 +--

Re: [OE-core] [PATCH] added recipe for libdbus-c++

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 13:46, Thilo Cestonaro < thilo.ceston...@ts.fujitsu.com> wrote: > Signed-off-by: Thilo Cestonaro > As Alex said, please submit this to meta-oe as there's no strong rationale to keep it in oe-core, especially considering it's abandoned. The

Re: [OE-core] [PATCH 1/2] go: Add recipes for golang compilers and tools

2016-11-15 Thread Matt Madison
On Fri, Nov 11, 2016 at 10:04 AM, Richard Purdie wrote: > On Fri, 2016-11-11 at 15:10 +0200, Alexander Kanavin wrote: >> On 11/10/2016 02:39 AM, Khem Raj wrote: >> > >> > This is converging the recipes for go from >> > meta-virtualization and oe-meta-go >> Wait

[OE-core] [PATCH 1/1] devtool: modify: support recipes with only local files as source

2016-11-15 Thread Paul Eggleton
The hello-mod recipe is unusual in that it has only local files in SRC_URI and builds these out of ${WORKDIR}. When you use devtool modify on it, devtool puts all of those files in an "oe-local-files" subdirectory of the source tree, which is not ${S} (or ${B}) any more and thus building the

Re: [OE-core] [PATCH] OpenSSL: CVE-2004-2761 replace MD5 hash algorithm

2016-11-15 Thread Radzykewycz, T (Radzy)
> From: Burton, Ross [ross.bur...@intel.com] > Sent: Tuesday, November 15, 2016 11:59 AM > To: Radzykewycz, T (Radzy) > Cc: OE-core > Subject: Re: [OE-core] [PATCH] OpenSSL: CVE-2004-2761 replace MD5 hash > algorithm > > On 15 November 2016 at 19:43,

[OE-core] [PATCH 0/1] devtool: modify: support recipes with only local files as source

2016-11-15 Thread Paul Eggleton
The following changes since commit a675b2c89e477af088faee9b3be96eae19a85f0b: sanity.bbclass: fix logging of an error (2016-11-15 15:18:50 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/devtool-localfiles

[OE-core] [PATCH] licenses.conf: Fix variable name in comments (FOSS_NO_COPYRIGHT)

2016-11-15 Thread Olof Johansson
A FOSSology related variable was renamed from FOSS_COPRYIGHT to FOSS_NO_COPYRIGHT, but the comment block describing the variable in licenses.conf was missed. Besides fixing this, this change also removes a redundant comment about where the variable is defined (it's right there! ;-)).

[OE-core] FW: [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests

2016-11-15 Thread Benjamin Esquivel
Re-sending from the correct account (of mine). From: Esquivel, Benjamin Sent: Tuesday, November 15, 2016 12:38 PM To: 'Jose Perez Carranza' ; 'Burton, Ross' Cc: 'OE-core' Subject: RE:

Re: [OE-core] FW: [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 19:10, Benjamin Esquivel < benjamin.esqui...@linux.intel.com> wrote: > The reason for the migration of the tests is for them to be included in > the selftest execution. And for that execution, it needs to base off of the > oeSelfTest class. > > Sounds like a problem with

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-15 Thread Andre McCurdy
On Wed, Nov 9, 2016 at 6:41 AM, Fathi Boudra wrote: > On 9 November 2016 at 14:15, Burton, Ross wrote: >> >> On 8 November 2016 at 13:54, Fathi Boudra wrote: >>> >>> FILES_${PN}-xwayland = "${libdir}/${BPN}/xwayland.so"

Re: [OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests

2016-11-15 Thread Benjamin Esquivel
Looks good to me, thanks for sending the v2. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of jose.perez.carra...@linux.intel.com > Sent: Tuesday, November 15, 2016 10:25 AM > To:

Re: [OE-core] [PATCH] OpenSSL: CVE-2004-2761 replace MD5 hash algorithm

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 19:43, T.O. Radzy Radzykewycz wrote: > .../recipes-connectivity/openssl/openssl_1.0.2h.bb | 1 + > oe-core master is on openssl 1.0.2j now, so please rebase. > 2 files changed, 60 insertions(+) > create mode 100644

[OE-core] [PATCH] OpenSSL: CVE-2004-2761 replace MD5 hash algorithm

2016-11-15 Thread T.O. Radzy Radzykewycz
Use SHA256 as default digest for OpenSSL instead of MD5. CVE-2004-2761: The MD5 Message-Digest Algorithm is not collision resistant, which makes it easier for context-dependent attackers to conduct spoofing attacks, as demonstrated by attacks on the use of MD5 in the signature

Re: [OE-core] [PATCH v2] libdbus-c++: added recipe for it

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 15:21, Thilo Cestonaro < thilo.ceston...@ts.fujitsu.com> wrote: > Patch goes into meta-oe of meta-openembedded. > meta-oe patches should go to openembedded-de...@lists.openembedded.org. Thanks, Ross -- ___ Openembedded-core

[OE-core] [PATCH] lib/oe/lsb: better handle missing fields

2016-11-15 Thread Joshua Lock
Some rolling release distros, such as Arch Linux, don't include a VERSION_ID field in their os-release file. Change release_dict_osr() to better handle this optional field being absent. Further improve the resilience of the release_dict_*() methods by always returning a dict and using dict.get()

[OE-core] [PATCH] [V2] OpenSSL: CVE-2004-2761 replace MD5 hash algorithm

2016-11-15 Thread T.O. Radzy Radzykewycz
Use SHA256 as default digest for OpenSSL instead of MD5. CVE: CVE-2004-2761 The MD5 Message-Digest Algorithm is not collision resistant, which makes it easier for context-dependent attackers to conduct spoofing attacks, as demonstrated by attacks on the use of MD5 in the

[OE-core] [PATCH] python3-setuptools: upgrade to 28.8.0

2016-11-15 Thread Edwin Plauchu
From: Edwin Plauchu Signed-off-by: Edwin Plauchu --- meta/recipes-devtools/python/python-setuptools.inc | 6 +++--- .../{python3-setuptools_22.0.5.bb => python3-setuptools_28.8.0.bb} | 0 2 files changed,

[OE-core] [PATCH 00/57] Consolidated Pull

2016-11-15 Thread Ross Burton
Consolidated pull, generally green on the AB. The last build run failed in qemumips64 sanity testing but has previously passed so this appears to be a new transient failure. oe-core runs are failing in eSDK creation but this needs modifications to the autobuiler itself. Ross The following

[OE-core] [PATCHv5][krogoth 09/11] curl: CVE-2016-8623

2016-11-15 Thread Sona Sarmadi
Use-after-free via shared cookies Affected versions: curl 7.10.7 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102I.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8623.patch | 209 +

[OE-core] [PATCHv5][krogoth 08/11] curl: CVE-2016-8622

2016-11-15 Thread Sona Sarmadi
URL unescape heap overflow via integer truncation Affected versions: curl 7.24.0 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102H.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8622.patch | 94 ++

[OE-core] [PATCHv5][krogoth 06/11] curl: CVE-2016-8620

2016-11-15 Thread Sona Sarmadi
glob parser write/read out of bounds Affected versions: curl 7.34.0 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102F.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8620.patch | 44 ++

[OE-core] [PATCHv5][krogoth 02/11] curl: CVE-2016-8616

2016-11-15 Thread Sona Sarmadi
case insensitive password comparison Affected versions: curl 7.7 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102B.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8616.patch | 49 ++

[OE-core] [PATCHv5][krogoth 05/11] curl: CVE-2016-8619

2016-11-15 Thread Sona Sarmadi
double-free in krb5 code Affected versions: curl 7.3 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102E.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8619.patch | 52 ++

[OE-core] [PATCHv5][krogoth 04/11] curl: CVE-2016-8618

2016-11-15 Thread Sona Sarmadi
double-free in curl_maprintf Affected versions: curl 7.1 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102D.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8618.patch | 52 ++

[OE-core] [PATCHv5][krogoth 07/11] curl: CVE-2016-8621

2016-11-15 Thread Sona Sarmadi
curl_getdate read out of bounds Affected versions: curl 7.12.2 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102G.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8621.patch | 120 +

[OE-core] [PATCHv5][krogoth 01/11] curl: CVE-2016-8615

2016-11-15 Thread Sona Sarmadi
cookie injection for other servers Affected versions: curl 7.1 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102A.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8615.patch | 77 ++

[OE-core] [PATCHv5][krogoth 03/11] curl: CVE-2016-8617

2016-11-15 Thread Sona Sarmadi
OOB write via unchecked multiplication Affected versions: curl 7.1 to and including 7.50.3 Reference: https://curl.haxx.se/docs/adv_20161102C.html Signed-off-by: Sona Sarmadi --- meta/recipes-support/curl/curl/CVE-2016-8617.patch | 28 ++

[OE-core] [PATCH v3 04/11] wic: fix function comment typos

2016-11-15 Thread Maciej Borzecki
Fix typos in documentation of Image.add_partition() and Image.__format_disks(). Signed-off-by: Maciej Borzecki --- scripts/lib/wic/utils/partitionedfs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/utils/partitionedfs.py

[OE-core] [PATCH v3 06/11] wic: selftest: avoid COMPATIBLE_HOST issues

2016-11-15 Thread Maciej Borzecki
wic tests will unconditionally attempt to build syslinux and add configuration options that may not be compatible with current machine. Resolve this by consulting HOST_ARCH (which defaults to TARGET_ARCH) and build recipes, add configuration options or skip tests conditionally. A convenience

[OE-core] [PATCH v3 05/11] wic: add --fixed-size wks option

2016-11-15 Thread Maciej Borzecki
Added new option --fixed-size to wks. The option can be used to indicate the exact size of a partition. The option cannot be added together with --size, in which case an error will be raised. Other options that influence automatic partition size (--extra-space, --overhead-factor), if specifiec

[OE-core] [PATCH v3 10/11] oe-selftest: fix handling of test cases without ID in --list-tests-by

2016-11-15 Thread Maciej Borzecki
Running `oe-selftest --list-tests-by module wic` will produce the following backtrace: Traceback (most recent call last): File "/poky/scripts/oe-selftest", line 668, in ret = main() File "/poky/scripts/oe-selftest", line 486, in main list_testsuite_by(criteria, keyword) File

[OE-core] [PATCH v3 09/11] wic: selftest: add tests for --fixed-size partition flags

2016-11-15 Thread Maciej Borzecki
wic has a new flag for setting a fixed parition size --fixed-size. Add tests that verify if partition is indeed sized properly and that errors are signaled when there is not enough space to fit partition data. Signed-off-by: Maciej Borzecki ---

[OE-core] [PATCH v3 08/11] wic: selftest: do not assume bzImage kernel image

2016-11-15 Thread Maciej Borzecki
Instead of assuming that bzImage is available, query bitbake enviroment for KERNEL_IMAGETYPE. Signed-off-by: Maciej Borzecki --- meta/lib/oeqa/selftest/wic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/wic.py

[OE-core] [PATCH v3 11/11] oe-selftest: enforce en_US.UTF-8 locale

2016-11-15 Thread Maciej Borzecki
Replicate bitbake and eforce en_US.UTF-8 locale so that ouptut of locale-aware tools remains stable. Signed-off-by: Maciej Birzecki Signed-off-by: Maciej Borzecki --- scripts/oe-selftest | 3 +++ 1 file changed, 3 insertions(+) diff

[OE-core] [PATCH v3 07/11] wic: selftest: do not repeat core-image-minimal

2016-11-15 Thread Maciej Borzecki
Replace repeated core-image-minimal with Wic class field. Signed-off-by: Maciej Borzecki --- meta/lib/oeqa/selftest/wic.py | 111 +++--- 1 file changed, 73 insertions(+), 38 deletions(-) diff --git a/meta/lib/oeqa/selftest/wic.py

Re: [OE-core] [PATCH] ltp: 20160126 -> 20160920

2016-11-15 Thread lyang0
any update for it ? Lei On 2016年10月17日 17:44, Robert Yang wrote: Hi Maohui, Oe-core will release morty branch recently, so the package upgrades is pending atm. // Robert On 10/17/2016 05:05 PM, Lei, Maohui wrote: Ping. -Original Message- From:

[OE-core] [PATCH 1/1] parselogs: Whitelist NUC6 firmware load error message on genericx86-64

2016-11-15 Thread California Sullivan
This was already whitelisted, but the 4.8 kernel changed the error message, causing it to get caught by parselogs again. Fixes [YOCTO #10494]. Signed-off-by: California Sullivan --- meta/lib/oeqa/runtime/parselogs.py | 1 + 1 file changed, 1 insertion(+) diff

[OE-core] [PATCH] Test needed to verify postinst script order.

2016-11-15 Thread Francisco Pedraza
Will verify the following: 1. Compile a minimal image. 2. The compiled image will add the created layer with the recipes postinstz postinsta postinstb postinstd postinstp postinstt created previously at "meta-selftest/recipes-test" 2. Run qemu 3. Validate the task execution order. V4

Re: [OE-core] [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes

2016-11-15 Thread Maciej Borzęcki
On Tue, Nov 15, 2016 at 11:32 AM, Burton, Ross wrote: > > On 15 November 2016 at 09:52, Maciej Borzecki > wrote: >> >> I have noticed that Ross has cherry-picked some patches into his >> pull request to master. Just for reference, the patches

Re: [OE-core] [PATCH v2] xinput-calibrator: use up-to-date git version

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 11:08, Diego Rondini wrote: > Use up-to-date version from git. While currently there aren't official > releases > newer than 0.7.5, quite some new features have been added in git, for > example > the ability to disable the calibration screen timeout. >

[OE-core] [PATCH 1/2] xserver-nodm-init: Bump PV to ensure upgrade from 2.0

2016-11-15 Thread Jussi Kukkonen
meta-oe provides a 2.0 version of this recipe, but this one now does everything the meta-oe version does. There's one exception though: xserver-common is not a runtime dependency. This needs to be added elsewhere for the platforms that require it. Signed-off-by: Jussi Kukkonen

Re: [OE-core] [PATCH] xinput-calibrator: use up-to-date git version

2016-11-15 Thread Burton, Ross
On 15 November 2016 at 09:39, Diego Rondini wrote: > -PR = "r6" > +PR = "r7" > No need to bump PR anymore, this is historical and when they release PR can be removed. Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH v2] xinput-calibrator: use up-to-date git version

2016-11-15 Thread Diego Rondini
Use up-to-date version from git. While currently there aren't official releases newer than 0.7.5, quite some new features have been added in git, for example the ability to disable the calibration screen timeout. Signed-off-by: Diego Rondini ---

[OE-core] [PATCH 2/2] x11-common: Merge into xserver-nodm-init

2016-11-15 Thread Jussi Kukkonen
Move the (non-factual) x utils dependencies from x11-common to x11 packagegroup. Remove some obsolete configuration from x11-common: * Xsession.d/12keymap.sh: commented out xmodmap call for kdrive * default.xmodmap: xmodmap file used by 12keymap.sh * Xdefaults: rxvt configuration At this

[OE-core] [PATCH 0/2] X initialization refactoring

2016-11-15 Thread Jussi Kukkonen
This set has a companion set on meta-oe, neither set makes much sense without the other. Cover letters are identical. Please CC both lists if needed. Current state: * meta-oe and oe-core both provide xserver-nodm-init: the oe-core version should already do everything the meta-oe version

Re: [OE-core] libdbus-c++

2016-11-15 Thread Burton, Ross
On 14 November 2016 at 13:33, thilo.ceston...@ts.fujitsu.com < thilo.ceston...@ts.fujitsu.com> wrote: > Yeah I propably can and will be if I need to write my own. But the funny > thing is, that there ones was a meta-oe dbus-c++ recipe and this was > removed with the comment, that it didn't work

Re: [OE-core] [PATCH] added recipe for libdbus-c++

2016-11-15 Thread Alexander Kanavin
On 11/15/2016 03:46 PM, Thilo Cestonaro wrote: Signed-off-by: Thilo Cestonaro --- .../fix-missing-unistd.h-include.patch | 12 + .../remove-CXX_FOR_BUILD-stuff.patch | 257 +

[OE-core] [PATCH] added recipe for libdbus-c++

2016-11-15 Thread Thilo Cestonaro
Signed-off-by: Thilo Cestonaro --- .../fix-missing-unistd.h-include.patch | 12 + .../remove-CXX_FOR_BUILD-stuff.patch | 257 + meta/recipes-core/dbus/libdbus-c++_0.9.0.bb| 24 ++ 3 files changed, 293