Re: [OE-core] [PATCH] perl: fix missing dependency for perl-misc

2016-03-16 Thread Jens Rehsack
> Am 11.03.2016 um 10:41 schrieb Catalin Enache : > > "perl-misc" package is adding tens of perl utilities which have > depencies on perl-modules. > > For example, in order for "prove" to work correctly following modules > are needed: > > RDEPENDS_perl-misc += "perl perl-module-app-prove > perl

[OE-core] [PATCH 4/4] scripts/bashrc: add more user-friendly oe-setup utility

2016-03-16 Thread Jens Rehsack
Move scripts/bashrc from meta-jens/scripts to oe-core to share user-friendly oe builddir management with community. Add few missed features as list contained repositories, used layers or other builddir (in this BSP). Signed-off-by: Jens Rehsack --- scripts/oe-init-bashrc | 494 +

Re: [OE-core] [PATCH 1/1] quilt: fix ptest faildiff.test failed

2016-03-16 Thread dengke...@windriver.com
OK, it's a good idea! //dengke On 2016年03月08日 23:08, Burton, Ross wrote: On 8 March 2016 at 12:11, Dengke Du > wrote: So I change the file "meta/recipes-devtools/quilt/quilt/run-ptest", when it meet the faildiff.test it skipped. I will report this bug

Re: [OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-16 Thread Martin Jansa
On Wed, Mar 16, 2016 at 10:34:22AM +0100, Jens Rehsack wrote: > When enabling tune for arm926ejs, poky optionally appends suffixes for tune files, not poky appends them. Other than that. Acked-By: Martin Jansa > thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime > arm926

[OE-core] [PATCH 0/1] pTest-tcl fail fixed

2016-03-16 Thread Dengke Du
The following changes since commit 8debfea81e69d038bd2d56314b272cb74f5582ed: local.conf.sample: Disable prelink by default (2016-03-13 22:09:05 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib dengke/pTest-tcl-fail-fixed http://cgit.open

[OE-core] [PATCH 1/1] pTest-tcl fail fixed

2016-03-16 Thread Dengke Du
http.test httpold.test socket.test failed when run the pTest-tcl,because the tcl script "info hostname" in /usr/lib/tcl/ptest/tests/http.test fail. The file /etc/hosts didn't contain the map from hostname to 127.0.0.1, so it need to add the map. In order to ensure the rootfs correct,add it at build

[OE-core] [PATCH 3/4] wpa-supplicant: use debian wpa contribution to improve ifup/ifdown

2016-03-16 Thread Jens Rehsack
Instead of simplified, self-written start/stop hooks for wpa-supplicant on interfaces coming up or going down, use the more advanced hooks provided by the debian contribution. Since the default behavior in the debian start/stop hooks is log into syslog, which is more reasonable for embedded device

[OE-core] [PATCH 2/4] linux-firmware: package firmware for Marvell 88W8688

2016-03-16 Thread Jens Rehsack
According to error messages from guruplug [ 35.826441] btmrvl_sdio mmc0:0001:2: Direct firmware load for mrvl/sd8688_helper.bin failed with error -2 [ 35.903291] Bluetooth: request_firmware(helper) failed, error code = -2 [ 35.909942] Bluetooth: Failed to download helper! [ 36.052820] Bl

[OE-core] [PATCH RESEND 1/4] ARM: handle missing thumb suffix

2016-03-16 Thread Jens Rehsack
When enabling tune for arm926ejs, poky optionally appends suffixes for thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime arm926ejste (thumb code) is used in PACKAGE_ARCH, allow both. Signed-off-by: Jens Rehsack --- meta/conf/machine/include/tune-arm926ejs.inc | 2 +- 1 fi