9 Commits
Author SHA1 Message Date
Dmitry BaryshkovandGitHub 5486379383 Merge pull request #3 from lumag/ci
GH: add ci configuration
2026-06-15 22:35:46 +03:00
Dmitry Baryshkov 26880724aa GH: add ci configuration
Add simple CI configuration testing that the tool build.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2026-06-15 22:34:17 +03:00
Dmitry BaryshkovandGitHub 4835ad3981 Merge pull request #2 from quic-vishsant/add-meson-build
build: add meson build system
2026-06-15 22:25:23 +03:00
Vishnu Santhosh ad7cc961b2 build: replace Makefile with meson build system
The existing Makefile hardcodes both CFLAGS and LDFLAGS:

  CFLAGS  := -Wall -g -O2
  LDFLAGS :=

This prevents toolchain-provided flags from being applied when
packaging with distribution build systems such as Yocto and
dpkg-buildpackage. Specifically:

- The linker flag --hash-style=gnu is not applied, causing the binary
  to be missing GNU_HASH.
- The compiler flag -fdebug-prefix-map is not applied, causing debug
  symbols to embed absolute build paths.

Replace the Makefile with meson, which automatically inherits CFLAGS
and LDFLAGS from the environment, resolving both issues.

To build:

  meson setup build && meson compile -C build

Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
2026-06-15 21:45:26 +05:30
Grégory SoutadéandBjorn Andersson 324d88d668 Replace atoi() by strtoul() 2018-03-29 09:05:29 -07:00
Grégory SoutadéandBjorn Andersson 4d36104b24 Mistake when check argc for src and dst parameter 2018-03-29 09:05:29 -07:00
Bjorn Andersson 3d74a6bcf8 Add LICENSE file.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2017-02-13 01:05:08 -08:00
Bjorn Andersson 5c7299d47c rpmsgexport implementation
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
v0.1
2016-12-06 18:11:54 -08:00
Bjorn Andersson 83b45f6d3b empty 2016-12-06 17:36:49 -08:00