> 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 the security introduced in 10.11 that affect
>>> preloading is likely the bigges
> 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 problem... everything else is
>> just
>> "it's not Lin
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, p
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 changed, 1 insertion(+)
diff --
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 +
.../zephyr-kernel/zephyr-kernel-common.
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 +
.../binutils/binutils-cross-canadian_2.26arc.bb| 7 ++
..
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 files changed, 52 insertions(+)
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 insertions(+)
create mode
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
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 Bystric
[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
@@ -92,12 +92,12 @@ fi
# prepare the
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 @@
#!/bin/bash
-#setup Yocto Eclipse pl
12 matches
Mail list logo