xsctyaml.bbclass: Add XSCTH_APP_COMPILER_FLAGS var...
by Manjukumar Matha 8 years 2 weeks
xsctyaml.bbclass: Add XSCTH_APP_COMPILER_FLAGS variable

This helps to add additional compiler flags for app configuration for
components

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
efcf7012
xsctbase.bbclass: rebuild all products when XILINX...
by Jean-Francois Dagenais 8 years 2 weeks
xsctbase.bbclass: rebuild all products when XILINX_VER_MAIN changes

When we update the tools, it's natural to expect all those recipes using
these tools to spontaneously rebuild.

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
6bca7f2a
layer.conf: Update to 2017.3 tools
by Manjukumar Matha 8 years 2 weeks
layer.conf: Update to 2017.3 tools

Update to 2017.3 tools

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
d3b8127a
xsctapp.bbclass: Use the correct license file
by Manjukumar Matha 8 years 2 weeks
xsctapp.bbclass: Use the correct license file

Use the correct license file

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
fe3604b5
zcu100: Add PMU patches related to zcu100 board
by Manjukumar Matha 8 years 2 weeks
zcu100: Add PMU patches related to zcu100 board

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
90fe7ce9
layer.conf: define default XILINX_VER_MAIN here
by Jean-Francois Dagenais 8 years 4 weeks
layer.conf: define default XILINX_VER_MAIN here

This way it is visible to all code within the build.

Otherwize, recipes inheriting only xsct-tc would not get any definition
other than one found in a local.conf or equivalent, preventing the users
from using XILINX_VER_MAIN in their definition of XILINX_SDK_TOOLCHAIN.

It also makes sense that if one checks out "rel-v2017.2", the layer just
works with this assumption.

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
34e96ca0
README: improve layer requirements info
by Jean-Francois Dagenais 8 years 4 weeks
README: improve layer requirements info

The previous wording implies that the working shell's PATH must contain
the SDK's path, which is not the case. The layer's classes add the
proper SDK bin dir to the PATH at tool invokation.

Also clarify things about the XILINX_VER_MAIN and XILINX_SDK_TOOLCHAIN
variables.

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
9b7c3e11
xilinx-bootbin.bbclass: fix task dependencies when...
by Jean-Francois Dagenais 8 years 4 weeks
xilinx-bootbin.bbclass: fix task dependencies when using wic

Image recipes create rootfs' which aren't generally included in a
boot.bin. So there is no reason for the bif generation to wait for
do_image_complete to be done. The bif creation is already bound to it's
own task dependencies using the depends var flags populated by the
get_bootbin_depends return value.

Inserting the boot.bin generation between do_image_complete and do_build
makes it impossible for do_image_wic to find the boot.bin in the
DEPLOY_DIR. This is because do_image_wic (and _wicenv) is performed
before image do_build.

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
f9993c8b
xsctbase.bbclass: Add check for xsct compile failu...
by Manjukumar Matha 8 years 4 weeks
xsctbase.bbclass: Add check for xsct compile failure

Check for executable to be present after xsct project compilation.
If the executable is not preset, report error

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
ecb804ae
external-hdf: Update to 2017.2 release
by Manjukumar Matha 8 years 1 month
external-hdf: Update to 2017.2 release

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