[yocto] How to run a runqemu with intel-corei7-64?

2016-08-18 Thread Richard Zhang
Hi all.
After built an 'intel-corei7-64' image with Toaster, I try to run a runqemu, it 
can't run.
ERROR: unable to classify arg [intel-corei7-64].
Does intel-corei7-64 could be run with runqemu?

Thanks

This is my script of runqemu:

ROOTFS=/poky/build-toaster-4/tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.ext4
 
KERNEL=/poky/build-toaster-4/tmp/deploy/images/intel-corei7-64/bzImage-intel-corei7-64.bin
 MACHINE=intel-corei7-64 runqemu intel-corei7-64
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [meta-mingw][PATCH 1/1] i686-mingw32.conf: add provider for libc-initial

2016-08-18 Thread Joe Slater
Make the preferred provider nativesdk-mingw-w64-runtime.

Signed-off-by: Joe Slater 
---
 conf/machine-sdk/i686-mingw32.conf |1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine-sdk/i686-mingw32.conf 
b/conf/machine-sdk/i686-mingw32.conf
index 0bdedaa..db08d84 100644
--- a/conf/machine-sdk/i686-mingw32.conf
+++ b/conf/machine-sdk/i686-mingw32.conf
@@ -4,6 +4,7 @@ SDK_OS = "mingw32"
 GCCTHREADS_mingw32 = "win32"
 
 PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-for-gcc = 
"nativesdk-mingw-w64-runtime"
+PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = 
"nativesdk-mingw-w64-runtime"
 PREFERRED_PROVIDER_virtual/nativesdk-libc = "nativesdk-mingw-w64-runtime"
 PREFERRED_PROVIDER_virtual/nativesdk-libintl = "nativesdk-mingw-w64-runtime"
 PREFERRED_PROVIDER_virtual/nativesdk-libiconv = "nativesdk-libiconv"
-- 
1.7.9.5

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [linux-yocto] [PATCH] x86/tsc patch backport on linux-yocto-4.4 bxt-rebase branch

2016-08-18 Thread Bruce Ashfield

On 2016-08-17 06:47 PM, Nilesh Bacchewar wrote:

This patchset backports x86/tsc patch on linux-yocto-4.4 from 4.8-rcX. This 
patch
has been submitted upstream and the approval is in progress, hence may not
be final. Patch has been rebased on bxt-rebase branch.


I've grabbed this change. I'm doing some final build testing on a
v4.4.18 -stable update, when that completes the tree will be updated
(with this change included).

Bruce



Nilesh Bacchewar (1):
  x86/tsc: Set X86_FEATURE_TSC_RELIABLE to skip refined calibration

 arch/x86/kernel/tsc.c | 1 +
 1 file changed, 1 insertion(+)



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


Re: [linux-yocto] [PATCH 0/3] Fix kernel_configcheck warnings

2016-08-18 Thread Bruce Ashfield

On 2016-08-17 10:43 PM, California Sullivan wrote:

Hi Bruce,

This set of patches should fix the warnings we see with the new kernel
tools. Please apply them to 4.4 and master branches of the
yocto-kernel-cache.


I've grabbed these.

I'm building then against the v4.4.18 -stable update changes I have
queued.

So they'll come out when everything looks good on that front.

Bruce



Thanks,
Cal Sullivan

California Sullivan (3):
  features: Add 6lowpan feature and add it where necessary
  features/iio: Set IIO_BUFFER_CB to =m instead of =y
  features: Create mfd-intel-lpss feature and use where appropriate

 features/6lowpan/6lowpan.cfg   | 7 +++
 features/6lowpan/6lowpan.scc   | 5 +
 features/bluetooth/bluetooth.scc   | 2 ++
 features/ieee802154/ieee802154.scc | 2 ++
 features/iio/iio.cfg   | 2 +-
 features/mfd/mfd-intel-lpss.cfg| 3 +++
 features/mfd/mfd-intel-lpss.scc| 4 
 features/soc/broxton/broxton.cfg   | 4 
 features/soc/broxton/broxton.scc   | 3 +++
 features/soc/skylake/skylake.cfg   | 5 +
 features/soc/skylake/skylake.scc   | 3 +++
 11 files changed, 31 insertions(+), 9 deletions(-)
 create mode 100644 features/6lowpan/6lowpan.cfg
 create mode 100644 features/6lowpan/6lowpan.scc
 create mode 100644 features/mfd/mfd-intel-lpss.cfg
 create mode 100644 features/mfd/mfd-intel-lpss.scc



--
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[yocto] New prelink version

2016-08-18 Thread Mark Hatle
I have issued a new prelink release today.

git://git.yoctoproject.org/prelink-cross

master branch: target based prelink
new release tag: 20160818

cross_prelink branch: prelink w/ emulated 'rtld' (ld.so)
new release tag: 20160818_cross


>From the README file there are a few known issues:

* The --preload option does not always work.  The preload1 test currently fails.

* quick2 test will fail if you do not have static libc installed.

* IFUNC on glibc.  glibc appears to have a bug related to specific IFUNC
ordering.  build_local_scope in glibc is processing depth first instead of
breadth-first processing as it should be.  The prelink-rtld version works
around this issue.  (Prelink-rtld is only available in the cross compile
version.)  See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9131

* ARM & PPC: both are currently failing the reloc8 and reloc9 test
Further investigation is in progress on these items.  Until an explanation
is found, you should hold off using this for ARM and PPC.


Changelog for the cross_prelink follows:

Common changes:

* Update configure.ac, libelf.m4 and */Makefile.am to avoid various auto* 
warnings
* Fixed a few compile warnings
* Add testcase for YP 9131 - IFUNC problem
* Fix LD_PRELOAD issues
* Fix section ordering problem (required for binutils-2.22)

Cross prelink specific changes:

* rtld: resync to glibc-2.23
* rtld: add additional debug scope support
* rtld: Add fix for YP 9131, IFUNC problem
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] OE/YP on digi connectcore 6, and upcoming linuxcon in toronto

2016-08-18 Thread Javier Viguera

Hi Robert,

Just one comment to simplify your documentation.

In the install documentation page:

http://www.crashcourse.ca/wiki/index.php/CC6_install

you create the installation sdcard manually with an old installation 
u-boot script and new firmware files. You don't need to do so, we 
already provide ZIP files with all the required files included.


For the CC6:
ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/82003941_C.zip

For the CC6UL:
ftp://ftp1.digi.com/support/digiembeddedyocto/2.0/r3/images/82004000_1P.zip

So you just need to download those files and unpack then into a VFAT 
formatted SDcard. That's all.


Then plug the card, boot into u-boot's prompt and just run:

=> fatload mmc 1 $loadaddr install_linux_fw_sd.scr
=> source $loadaddr

--
Regards,

Javier Viguera
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [psplash][PATCH] psplash: add option to read startup message from file

2016-08-18 Thread Richard Leitner
Any comments/news on that patch from APRIL?
On 04/15/2016 10:49 AM, Richard Leitner wrote:
> This patch adds an option to read the displayed message from a file.
> Additionally the maximum length for the read string can be defined.
> If both, a message (STARTUP_MSG) and a file (STARTUP_MSG_FILE) are
> defined the content of the file will be appended to the message.
> The string will be cutted after the given maximum number of chars.
> 
> For these changes the following defines were introduced:
>   PSPLASH_STARTUP_MSG_MAX_LEN ... maximum lenght of the complete message
>   PSPLASH_STARTUP_MSG_FILE .. path to the file to read
> 
> Signed-off-by: Richard Leitner 
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto