Update components for rel-v2017.2
by Manjukumar Matha 8 years 1 month
Update components for rel-v2017.2

Update components to release 2017.2

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
58a72800
openamp-fw: fix YAML_BSP_CONFIG append
by Manjukumar Matha 8 years 1 month
openamp-fw: fix YAML_BSP_CONFIG append

OpenAMP has WITH_PROXY BSP config option, we should append this option
to the BSP_CONFIG instead of overriding it.

On Zynq platform, we also have extra_compiler_flags option, we should
also just append this option instead of overriding YAML_BSP_CONFIG

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
46812f4f
xsctbase.bbclass: Fix xsct for do_patch failure
by Manjukumar Matha 8 years 1 month
xsctbase.bbclass: Fix xsct for do_patch failure

xsct breaks after do_patch because of directories created by quilt
process. Remove these directories, namely patches and .pc for xsct to
work

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2b028298
device-tree-generation_git.bb: Remove console and ...
by Sreeja Vadakattu 8 years 3 months
device-tree-generation_git.bb: Remove console and main_memory properties

This patch removes console_device and main_memory properties because
these depend on design and cannot be generalized. This ensure that
yocto takes DTG defaults.

Signed-off-by: Sreeja Vadakattu <svadakat@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
dcda918d
Update components for rel-v2017.1
by Manjukumar Matha 8 years 3 months
Update components for rel-v2017.1

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
64847a5a
externalxsctsrc.bbclass: Force recipe to be re-par...
by Manjukumar Matha 8 years 3 months
externalxsctsrc.bbclass: Force recipe to be re-parsed every time

When you using external source for components, we should not cache the
recipe files, it has to be re-pared every single time. Set
BB_DONT_CACHE to make sure caching is disabled

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
3053b99f
machine-xilinx-zynqmp.inc: bitstream order matters
by Manjukumar Matha 8 years 3 months
machine-xilinx-zynqmp.inc: bitstream order matters

have bitstream immediately after fsbl, this is required for certain
cases like secure mode, or else the boot would fail

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
c095dd84
machine-xilinx-zynq.inc: bitstream order matters
by Manjukumar Matha 8 years 3 months
machine-xilinx-zynq.inc: bitstream order matters

loading bitstream should come after fsbl, this order matters

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
fbe23a4f
device-tree-generation_git.bb: Use zcu102-revb for...
by Manjukumar Matha 8 years 3 months
device-tree-generation_git.bb: Use zcu102-revb for DTG

Use zcu102-revb flag to generate the DTB from DTG

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
0e97790b
machine-xilinx-zynq.inc: Include bitstream
by Manjukumar Matha 8 years 4 months
machine-xilinx-zynq.inc: Include bitstream

Zynq devices need bitstream to boot

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
4fcda1c9
Report a bug