externalsrc: Add new class to support external sou...
by Manjukumar Matha 8 years 4 months
externalsrc: Add new class to support external source for embeddedsw

This patch adds support for external source for embeddedsw. This is more
oriented towards to use in PetaLinux tools.
1) do_configure triggers based on changed to HDF
2) do_compile is triggered based on the XSCT project files or changes
in embeddedsw source code (cloned inside tools).

Usage:
INHERIT += "externalxsctsrc"
EXTERNALXSCTSRC_pn-fsbl = "<path-to-embeddedsw-sourcefile>"
EXTERNALXSCTSRC_BUILD_pn-fsbl = "<path-to-build-directory>"
Similarly this can be extended to other xsct components like pmufw etc

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
23b858a4
app.tcl: Provide a way to add libs even for autoge...
by Sai Pavan Boddu 8 years 4 months
app.tcl: Provide a way to add libs even for autogenbsp

Normally autogenbsp gives a preconfigured bsp with default libs and
properties set. But on top it user still want to add any libs we should
allow them.

Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
2184c86f
Update components for 2017.1 release
by Manjukumar Matha 8 years 5 months
Update components for 2017.1 release

Update embeddedsw, device-tree and external-hdf for 2017.1 release

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
cfb12b38
xilinx-bootbin: use destination_cpu in bootgen
by Cyril Chemparathy 8 years 5 months
xilinx-bootbin: use destination_cpu in bootgen

This is to keep up with the pmufw_image attribute being deprecated in
bootgen.

Signed-off-by: Cyril Chemparathy <cyril.chemparathy@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
c520a035
openamp fw: fix openamp fw do_install
by Bhargava Sreekantappa Gayathri 8 years 5 months
openamp fw: fix openamp fw do_install

do_install[noexec] will prevent install from executing, this breaks
openamp fw examples.This patch re-wires the bbclass to allow overrides
on do_install

Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com>
Signed-off-by: Sam Sortais <sam.sortais@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
e99681d7
xsctyaml.bbclass: increase width of file
by Manjukumar Matha 8 years 5 months
xsctyaml.bbclass: increase width of file

This patch increases the width of the file, if it exceeds it then qrod
wrap will happend and the flags passed in YAML file will not be
processed.

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
5f53b26a
bootgen.bif: allow conf override
by Cyril Chemparathy 8 years 5 months
bootgen.bif: allow conf override

It is useful to have configuration override of bootgen.bif content.
This change allows local.conf override of bootgen parameters.

Signed-off-by: Cyril Chemparathy <cyril.chemparathy@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
bd6f3e3e
external-hdf: allow user to override SRCREV
by Wendy Liang 8 years 5 months
external-hdf: allow user to override SRCREV

Instead of fixing the SRCREV, allow user to override it.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
555477d8
extenal-hdf: allow to change HDF file name
by Wendy Liang 8 years 5 months
extenal-hdf: allow to change HDF file name

Allow to use other HDF name rather than system.hdf

Signed-off-by: Wendy Liang <jliang@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
9fd07b0f
u-boot-xlnx_%.bbappend: Depend on device-tree-gene...
by Manjukumar Matha 8 years 5 months
u-boot-xlnx_%.bbappend: Depend on device-tree-generation build

Build DTB from device-tree-generation using DTG

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