summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ply
Commit message (Collapse)AuthorAgeFilesLines
* ply: Pass LD via environment to configureKhem Raj2023-08-051-1/+1
| | | | | | This sets is correctly across all following tasks e.g. compile/install Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: Demand BFD linker explicitlyKhem Raj2023-06-111-0/+2
| | | | | | | | | | | | Default ld on OE could be either gold/bfd/lld, here its assuming ld to ld.bfd which is not right assumption when it really should ask for BFD linker since its relying on its options see src/ply/Makefile.am $(LD) -r -b binary -o $(abs_builddir)/self-test.o self-test.sh Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: upgrade 2.2.0 -> 2.3.0Wang Mingyu2022-12-051-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: upgrade 2.1.1 -> 2.2.0wangmy2021-11-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Changelog ============================================= Changed kprobe wildcards are now filtered through available_filter_functions, if available, making them much more reliable. Added Self-test (ply -T) to automatically diagnose the most common configuration issues. sum() aggregation. BEGIN and END probes that run at the beginning/end of a script. interval provider to run a probe at a specified interval. Access to dynamic tracepoint data, i.e. members marked with the __data_loc attribute. Fixed A bunch of parsing errors from weird scripts. Found via fuzzing done. Static linking is now supported. Data layout issues with some tracepoints. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: Disable on ppc64Khem Raj2021-03-121-1/+1
| | | | | | Port does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: upgrade to latestKhem Raj2021-03-121-1/+3
| | | | | | Set PV 2.1.1+git Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Ply: Add recipe for git versionLeo Yan2020-02-231-0/+15
Ply is a light-weight eBPF tool which compiles ply script or one-liner to Linux BPF programs and attaches to kprobes and tracepoints. It doesn't require external dependencies except libc, so it's very friendly for embedded system usage. This patch adds the recipe to support ply building for git version. Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>