Re: [yocto] Building on MacOS X

2017-01-14 Thread Tim Orling
> On Jan 14, 2017, at 11:45 AM, Roger Smith wrote: > >> >> On Jan 13, 2017, at 12:50 AM, Clemens Lang wrote: >> >> Hi, >> >> >>> On 12 Jan 2017, at 23:59, Mark Hatle wrote: >>> >>> As far as I know pseudo and

Re: [yocto] Building on MacOS X

2017-01-14 Thread Roger Smith
> On Jan 13, 2017, at 12:50 AM, Clemens Lang wrote: > > Hi, > > >> On 12 Jan 2017, at 23:59, Mark Hatle wrote: >> >> As far as I know pseudo and the security introduced in 10.11 that affect >> preloading is likely the biggest technical

[yocto] [meta-zephyr][PATCH 3/7] meta-zephyr: Select BOARD via MACHINE

2017-01-14 Thread Juro Bystricky
The meaning of BOARD in Zephyr environment is equivalent to MACHINE in Yocto environment. Specifying MACHINE will implicitly determine cross-compiler toolchain as well. There is 1:1 correspondence between Zephyr BOARD and Yocto MACHINE so a lookup table BOARD:MACHINE may be needed in the future,

[yocto] [meta-zephyr][PATCH 7/7] zephyr-philosophers: also deploy binary image

2017-01-14 Thread Juro Bystricky
Deploy both binary and ELF images in order to make it easier to flash the image on an actual board, such as Arduino-101. (Some flashing tools require binary image) Signed-off-by: Juro Bystricky --- recipes-kernel/zephyr-kernel/zephyr-philosophers.bb | 1 + 1 file

[yocto] [meta-zephyr][PATCH 2/7] zephyr-kernel: refactor common code

2017-01-14 Thread Juro Bystricky
Several changes to simplify recipes by refactoring common code. The code common to all Zephyr builds is now in the file "zephyr-kernel-common.inc". Signed-off-by: Juro Bystricky --- recipes-kernel/zephyr-kernel/zephyr-image.inc | 21 +

[yocto] [meta-zephyr][PATCH 5/7] meta-zephyr: Support for ARC toolchain

2017-01-14 Thread Juro Bystricky
Added support for ARC toolchains: binutils, gcc, libgcc. These are not upstreamed, but taken from Symantec ARC repos. [YOCTO#10659] Signed-off-by: Juro Bystricky --- recipes-devtools-arc/binutils/binutils-2.26arc.inc | 37 +

[yocto] [meta-zephyr][PATCH 6/7] arduino-101-sss: New MACHINE

2017-01-14 Thread Juro Bystricky
Added support for Zephyr arduino_101_sss board (ARC core). The support requires ARC toolchain. Signed-off-by: Juro Bystricky --- conf/machine/arduino-101-sss.conf | 18 ++ conf/machine/include/tune-arc.inc | 34 ++ 2

[yocto] [meta-zephyr][PATCH 4/7] arduino-101: New MACHINE

2017-01-14 Thread Juro Bystricky
Support for Arduino-101 board, Intel MCU CPU. This board needs IAMCU cross-compiler. [YOCTO#10658] Signed-off-by: Juro Bystricky --- conf/machine/arduino-101.conf | 10 ++ conf/machine/include/tune-iamcu.inc | 19 +++ 2 files changed, 29

[yocto] [meta-zephyr][PATCH 0/7] Consolidated pull

2017-01-14 Thread Juro Bystricky
This patchset consolidates various fixes and improvements in meta-zephyr. Notably, it implements support for the Arduino 101 Board. This board contains a SoC with two CPU cores: Intel MCU ("lakemont") and a Synopsys ARC core. To support the board, two new toolchains needed to be built as well: One

[yocto] [meta-zephyr][PATCH 1/7] qemu-cortex-m3: new MACHINE

2017-01-14 Thread Juro Bystricky
Various changes to properly handle QEMU for Cortex M3. This was solved by creating a new MACHINE qemu-cortex-m3. Specifying MACHINE=qemu-cortex-m3 will select proper tuning for the cross-compiler. Typical usage: $ MACHINE=qemu-cortex-m3 bitbake zephyr-philosophers Signed-off-by: Juro

[yocto] [eclipse-poky][PATCH 2/2] Update setup.sh to Neon.2 (4.6.2) release

2017-01-14 Thread Tim Orling
[YOCTO #10927] Signed-off-by: Tim Orling --- scripts/setup.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 93d5147..0764021 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@

[yocto] [eclipse-poky][PATCH 1/2] Update setup.sh to Neon.1 release

2017-01-14 Thread Tim Orling
Signed-off-by: Tim Orling --- scripts/setup.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index e1f7ca5..93d5147 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,6 +1,6 @@