| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Normally the presence of buildpaths indicates a problem with a library or
executable. This is resolved by the system passing in prefix mapping
values to ensure all paths are target oriented. For some reason,
only in baremetal configurations, part of the debug paths are NOT
being remapped. These paths are not actually used anywhere:
The Directory Table (offset 0x22, lines 6, columns 1):
Entry Name
0 (indirect line string, offset: 0x74): /scratch/mhatle/git/2024.2/build/tmp-zynqmp-zcu104-sdt-full-cortexa53-fsbl/work/cortexa53-xilinx-elf/csudma/2024.2+git/build
1 (indirect line string, offset: 0x102): /usr/include/machine
2 (indirect line string, offset: 0x117): /usr/include/sys
3 (indirect line string, offset: 0x128): /usr/lib/aarch64-xilinx-elf/gcc/aarch64-xilinx-elf/13.3.0/include
4 (indirect line string, offset: 0x16a): /usr/include
5 (indirect line string, offset: 0x177): /usr/src/debug/csudma/2024.2+git/XilinxProcessorIPLib/drivers/csudma/src
The File Name Table (offset 0x40, lines 12, columns 2):
Entry Dir Name
0 5 (indirect line string, offset: 0x1c0): xcsudma.c
1 1 (indirect line string, offset: 0x1ca): _default_types.h
2 2 (indirect line string, offset: 0x1db): _stdint.h
3 3 (indirect line string, offset: 0x1e5): stddef.h
4 4 (indirect line string, offset: 0x1ee): xil_types.h
5 5 (indirect line string, offset: 0x1fa): xcsudma.h
6 4 (indirect line string, offset: 0x204): xil_util.h
7 4 (indirect line string, offset: 0x20f): string.h
8 4 (indirect line string, offset: 0x218): xil_cache.h
9 4 (indirect line string, offset: 0x224): xil_assert.h
10 5 (indirect line string, offset: 0x231): xcsudma.c
11 4 (indirect line string, offset: 0x23b): xil_io.h
In the above example, entry '0' in the directory table is tiggering
the the buildpath QA warning. However in the file name table the
path is never referred to. Also I have verified that all of the path
remapping arguments are being passed in correctly during compilation
and linking.
Based on this, it appears to be a valid workaround to simply disable
the test while we determine why the invalid enty is present.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
dt-overlay: Allow removing devices behind IOMMU from dom0
dt-overlay: Fix dt_host_lock locking issue
dt-overlay: Fix removal of dt overlays
dt-overlay: Ignore nodes that do not have __overlay__ as their subnode
dt-overlay: Support target-path being root node
dt-overlay: Remove ASSERT_UNREACHABLE from add_nodes()
device-tree: Remove __init from unflatten_dt_alloc()
zynqmp-eemi: Add missing PS-PL reset lines definitions
xl: Fix help command for dt overlay
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
xilinx: zynqmp: Remove conditional check for bootmenu_default variable
mmc: Change the frequency to MMC_HS_52 when selecting hs400
arm64: zynqmp: Fix tcminit mode value based on argv
arm64: zynqmp: Print an error for split to lock mode switch
|
| | |
| | |
| | |
| | | |
This reverts commit 1026ada3f8842454ae3fe8c2e3a066d4b2823636.
|
| | |
| | |
| | |
| | |
| | | |
crypto: Update HASH_MAX_DESCSIZE to include space for fallback tfm.
arm64: zynqmp: Update the usb5744 hub node as per binding
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
FW files are not copied to ${nonarch_base_libdir}/firmware/xilinx/${PN}/
if SRC_URI is absolute file path, So fix logic to copy the files to
${nonarch_base_libdir}/firmware/xilinx/${PN} directory.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
openamp: xlnx: xlnx_openamp_get_ddr_elf_load: Add logic for current VNET SDT
lopper: assists: Add special handling for zynq nand
assists: gen_domain_dts: Ignore subcore nodes for mipi pipeline
lopper: assists: gen_domain_dts: Dont delete the xmpu and xppu nodes while generating linux device-tree
assists: gen_domain_dts: Ignore v_tc node generation
lopper: assists: gen_domain_dts: Add missing properties in HDMI Phy yaml
lopper: assists: gen_domain_dts: Add missing DT properties vphy yaml
|
| | |
| | |
| | |
| | | |
ssi/xlnx-versal-ospi: Enable 64bit access on dac
|
| | |
| | |
| | |
| | | |
DFX-MGR: Maintain same exit code for cli and libdfxmgr
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
driver: src: Added support to update shim bd address
driver/src: Sync API between main-aie and main/main_aig branch
driver: src: Add new AIE2PS APIs
driver: src: Add AIE2PS device specific code
Add gitignore file
driver:src: address misra-c violation in xaie_routing.c
driver: src: io_backend: Updated ioctl opcode for partition query.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
By default the system restricts newlib and other components to
xilinx-standalone distribution configuration. xilinx-freertos needs the
same override in order for newlib, and other components to be available.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changelog:
Providing more detailed info and warning messages for AIE profiling f… (#8464)
VITIS-13418 Add option to force enable/disable preemption (#8443)
change failed to warning (#8460)
[XDP] Fix warnings for mcdm build (#8458)
Bounding the maximum transfer rate we report to 10 GB/s (#8456)
Telemetry and pid updates (#8442)
[XDP] enhancements for profile API and report relative location (#8444)
CR-1204045 Typo in get_tag() function description in 2024.1 XRT github doc (#8453)
Copying latest common layer from compiler (#8451)
Modified the if loops to check for mm_node if buffers are created on DMA (#8449)
Making GMIO/External buffers as XRT first class objects (#8438)
VITIS-12882 Add limits for benchmarks to specify pass criteria (#8441)
Made aie_ctx to ZOCL_CTX_NOOPS to support multi partition (#8448)
xrt-smi validate test for spatial-sharing overhead (VITIS-13000) (#8395)
Adding poll_timers_interval_us as a new valid option to AIE trace (#8445)
Signed-off-by: Manoj Takasi <mtakasi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
vn-p-b2197-00-x-prc-07: Add additional ospi flash
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
lopper/device tree: variable sized records
lopper: add heuristics to string format detection
lopper: flush, unify and simplify output (print())
lopper/sanity: test both LopperTreePrinter and node print to file
lopper: add warning/error checking framwork
lopper: make some warnings informational
lopper: improve output directory and output file handling
lopper: assists: baremetal_xparameters_xlnx: In case of no valid lable dont generate defines
|
| | |
| | |
| | |
| | | |
examples: freertos: zynqmp_r5: zynqmp_amp_demo: Add symbols for System Device Flow flow
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
v_hdmiphy1: Added min max for DPLL
scripts: pyesw: validate_hw: Add special handling for dhrystone
xilpm: versal_aiepg2: Fix plm build error
sw_services: xilsecure: Add Redundancy check for XPlmi_MemCpy64
xdmapcie:Modify the format specifier for BAR allocation debug prints
pciepsu:Modify format specifier for BAR allocation debug prints
bsp: standalone: Add support for AXI NOC2 DDR region in MPU initialization
sw_services:xilasu:Added timeout
xilpm: versal_common: server: Fix compilation warning
versalnet: xilnvm doxygen updates to RTF
versal: xilnvm doxygen updates for RTF
xilnvm: fixed doxygen grouping
peripheral_tests: Fixed source code-format issue.
peripheral_tests: Fix compilation warnings
sw_services:xilnvm: Fix for debug prints in efuse client example
spdif: Fix the interrupt id mapping
xilpm: versal: support skipping ADC/DAC housecleaning
sw_services: xilplmi: Fix compilation errors
ThirdParty: openamp: libmetal version dependency
sw_services: xilpuf: Corrected comments in function header
lib: sw_apps: openamp: sdt: versal: Add RPU1 to A72 channel
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
DFX-MGR: Maintain same exit code for cli and libdfxmgr
Signed-off-by: Rajiv Mohan <rajiv.mohan@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
MIPI CSI RX SS has dphy subcore which can be optinal to enable in the
SS.
Meanwhile DSI TX SS has it compulsory. Also added support for
MIPI RX PHY and TX PHY
Signed-off-by: Kunal Rane <kunal.rane@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
runqemu QEMU MB instance fails with below errors
QEMU MB instance failed:
qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2024.2/yp-dev/build-versal/tmp/deploy/images/versal-net-generic/BOOT-versal-net-generic_bh.bin,addr=0xF201E000,force-raw: warning: short-form boolean option 'force-raw' deprecated
Please use force-raw=on instead
qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2024.2/yp-dev/build-versal/tmp/deploy/images/versal-net-generic/CDO/pmc_cdo.bin,addr=0xf2000000,force-raw: warning: short-form boolean option 'force-raw' deprecated
Please use force-raw=on instead
So use "force-raw=on" in QB_FW_FILES arguments.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changelog:
fix: change copyright notice.
Fix: Remove the al5r driver
Signed-off-by: Arno Glim <arno.glim@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Add changelog for commit id update.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
|
| | |
| | |
| | |
| | | |
driver:src: add new timer sync function with two broadcast channel
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sw_services: xilplmi: Increase scheduler frequency to 100ms for COSIM platform
sw_services: xilcert: Updated doxygen comments for RTF docs
xilpm: versal: BISR support for DDRMC5
xilpm: versal: server: Support NoC clock gating for limited devices
versal_psmfw: versal_net: fix typos in APU PCIL macros
versal_psmfw: versal_net: add logic to retry PCIL state change
versal_psmfw: versal_net: Do not notify plm on cpu idle event
versal_psmfw: versal_net: Clear APU_PCIL interrupt and disable
versal_psmfw: Add 1 us sleep in poll and wait functions
versal_psmfw: versal_net: Add proper error prints
Corrected versals xplmi.h, zynq_fsbls fsbl.h, versal_nets xplmi_plat.h and versal_aiepg2s xplmi_plat.h
sw_services:xilasu:Added check for ASUFW present bit
lib: bsp: Add an empty function for getimeofday
dhrystone: Add depends section in the yaml
xilpuf: updated doxygen comments
feature: allow propogation of sw errors in ssit devices
|
| | |
| | |
| | |
| | | |
This reverts commit a1b3f237d2856c0d6b75c811ec1ae0df45d09414.
|
| | |
| | |
| | |
| | | |
fix(5620): libRefRevision check removed
|
| | |
| | |
| | |
| | |
| | |
| | | |
xilinx: versal-net: fix no previous prototype for function warning.
board: xilinx: Remove conditional check for Microblaze
zlib: Fix big performance regression
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
VCU2: Add property for src-sync mode
VCU2: Add properties for adding SEI: sei-pt, sei-bp, sei-rp
VCU2: omxvideo: add tiled formats for decoder output
VCU2: Add additional transfer characteristics supported by OMX code
VCU2: Add Gstreamer properties to Versal Gen 2: enable-aud
VCU2: Add Gstreamer properties to Versal Gen 2
VCU2: Added 32x4 and 64x4 tiled formats support
VCU2: Added newer pixel format support for telluride OMX
omx: Added initial vcu2 IP specific support for Telluride(versal-2) platform
video-format: fix P010_10LE and P012_LE pack issue
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
nvmem: xlnx_secure: Fix buffer overflow warning reported with allmodconfig.
staging: xilinx-tsn: fix ptp sync failure
arm64: xilinx: enable onboard USB hub driver
usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming support
usb: misc: onboard_dev: extend platform data to add power on delay field
usb: misc: onboard_hub: rename to onboard_dev
misc: xilinx-ai-engine: Added support to update shim bd
ufs: amd-versal2: Clean code around return
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fix(xilinx): map PMC_GPIO device node to interrupt for wakeup source
fix(xilinx): warn if reserved memory pre-exists in DT
feat(versal): add support for QEMU COSIM platform
fix(versal): kernel QEMU boot is failing on versal platform
feat(versal2): implement USB_SET_STATE dummy IOCTL
fix(xilinx): optimize logic to read IPI response
fix(xilinx): fix OVERRUN coverity violation
feat(versal): deprecate build time arg VERSAL_PLATFORM
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
xilpm library parameters
Add handling block so that consumer of xilpm can set library options
using some custom flags.
Signed-off-by: Madhav Bhatt <madhav.bhatt@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The older recipes, merge xrt_% into the specific versioned items to ensure
that they continue to work the way they have in the past.
For the current xrt version, we remove the MACHINE dependencies and allow
AIE to be selected via a PACKAGECONFIG instead. This will permit a single
xrt to work across a larger set of aarch64 machines.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Older ai-engine packages were kept as-is.
The newer one was verified to 'fail gracefully' when executed on a system
without the required hardware. This will allow us to have the AIE
components available on a common filesystem.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changelog:
VITIS-13441 : Allow shim to read a special flag from xrt.ini for dummy app (#8436)
Added checks to version api's to throw exception when information is not available (#8430)
graph_object constructor with aieArray instance (#8431)
Fix xbutil/xrt-smi wrapper script to find loader (#8426)
Add AMD copyright (#8432)
Fix Debug build warning and error (#8433)
Correct Freq store & fetch (#8434)
[XDP] Multiple CRs - fixed PLIO verification and refined all_stalls_s2mm metric set (#8429)
Enhance no-op test logics (#8423)
[XDP] Fix for profiling plugins to work on independent compilation designs (#8424)
Add pasid member to aie_partition info (#8427)
enabling ubuntu2404 for XRT (#8417)
Remove unexpected warnings metadata for ML Timeline and AIE Halt Plugin (#8421)
Signed-off-by: Manoj Takasi <mtakasi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | | |
openamp: xlnx: rpmsg-native: update node names for shared mem and IPI
lopper: assists: baremetal_gentestapp_xlnx: Add support for dependency files
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 2c44c115a6973cf4b4877b217e03fe9f510ff4bf.
This workaround is no longer needed in Scarthgap.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mmc: zynq_sdhci: Remove device_is_compatible() function
configs: versal2: Add support for AMD UFS platform driver
ufs: ufs-amd-versal2: Add support for AMD UFS controller
ufs: add support for DesignWare Controller
|
| | |
| | |
| | |
| | |
| | |
| | | |
lopper: assists: gen_domain_dts: Remove unneeded properties while generating linux device-tree
assists:baremetallinker: Avoid setting axi_emc as the default memory in linker sections
openamp: xlnx: Update handling for rpmsg-native
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Rework the image recover recipe to match image selector. imgrcry is now
the top level recipe which will pull in the required version of
image-recovery depending on build flow.
This change also updates the output file name in a number of places and
fixes an issue in image selector.
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
meta-xilinx-standalone-sdt
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add various "superset" machines. These machines can be used to generated a
binary distribution for a collection of machines.
These differ from the generic machines, as they have full CPU optimization
(DEFAULTTUNE) for the SoC, as well as the common MACHINE_FEATURES for a
collection of chips.
The MACHINE_FEATURES specified may not work on all chips, but will not cause
an incompatibility.
The common machines are:
Machine | SoC | DEFAULTTUNE | MACHINE_FEATURES
-------------------+------------+------------------+-----------------
zynq-common | Zynq7 | cortexa9thf-neon | (none)
zynqmp-common | ZynqMP | cortexa53 | vcu rfsoc
zynqmp-mali-common | ZynqMP | cortexa53 | mali400 vcu
versal-common | Versal | cortexa72 | aie vdu
versal-net-common | Versal-Net | cortexa78 | (none)
The mali400 option itself is not mutually exclusive from non, however the
default configuration of many systems also enabled libmali. libmali
inclusion WILL create a system that is incompatible with mesa.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
qspipsu: Update examples to configure correct baud rate value
qspipsu: Add support for baud rate divisor
dp21txss: Update XDpTxSs_GetSinkCapabilities()
dp21: Update training flow to fix LinkLayer CTS
sw_services: xilsecure: Fix issue in copy of files
xilloader: 384 bit PPK hash comparision with eFuse Ppk hash
sw_apps: asufw: Add versionless build support for asufw application
fixed leading whitespaces, mix of tabs and spaces
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
apps: examples: FreeRTOS: Reduce CPU usage by ceding task when waiting for kick
apps: examples: Add support for repeat attach/detach
apps: zynqmp_r5: Add SDT-required libs as CMake dependencies
apps: zynqmp_r5: Update symbol IPI_IRQ_VECT_ID for FreeRTOS
apps: examples: Add support for FreeRTOS OS for echo, matrix and rpc_demo
apps: examples: Prepare echo, matrix and rpc_demo demos to support other OSs
apps: zynqmp_r5: Move linker file logic to apps/machine/zynqmp_r5
apps: zynqmp_r5: Enable linker file generation based off SDT Lopper plugin
apps: zynqmp_r5: Move all R5 library checks to apps/machine/zynqmp_r5
apps: zynqmp_r5: Remove SDT lib dependencies from OpenAMP Repo
apps: zynqmp_r5: Add Versal and Versal-NET Information to Debug Banner
apps: zynqmp_r5: Change get_ipi_msg_buf to use unsigned ints
apps: zynqmp_r5: Add Debug Banner for ZynqMP Platform
apps: zynqmp_r5: zynqmp: Update #ifndef wrappings for RPU1
|
| | |
| | |
| | |
| | | |
versal-vitis.dtsi: dont drop the ddr node unconditionnally
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
versal: pmc-sysmon: Link NEW_DATA_FLAGx clearing to irq
versal: pmc-sysmon: Fix NEW_DATA_FLAGn handling
versal: pmc-sysmon: Infer sensors initial measurements
versal: pmc-sysmon: Fix writes to root PCSR_CONTROL
versal: pmc-sysmon: Add retrieval of enabled sensors
versal: pmc-sysmon: Fill info only for enabled sensors
versal: pmc-sysmon: Use non-0 form of voltage setting
|
| | |
| | |
| | |
| | | |
driver: src: Fix in CMakeList to build applications in rigel_flow
|
| | |
| | |
| | |
| | | |
examples: zynqmp_r5: CMake: Add SDT-required libs as link dependencies
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
arm: dts: Add cap-mmc-hw-reset and no-sd, no-sdio property to eMMC
media: i2c: ap1302: Add test pattern control
net: axienet: Use XAE_IE_OFFSET register for AXI 1G MAC only
net: axienet: Make ethtool hooks static to limit their scope
net: axienet: Fix kernel doc warnings
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rqt-runtime-monitor was failing due to broken python-qt-binding
packages. Now this is fixed in meta-ros so enable rqt-runtime-monitor
package in packagegroup-xilinx-ros package group.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|