mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
First commit
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
commit
4b912741cb
73 changed files with 3753 additions and 0 deletions
46
make/project.conf
Normal file
46
make/project.conf
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[summary]
|
||||
janware GmbH test utilities
|
||||
|
||||
[description]
|
||||
This package provides utilities used for testing embedded devices
|
||||
|
||||
[global]
|
||||
group = Development/Tools/Building
|
||||
subpackages = run
|
||||
license = LGPL
|
||||
jw-maintainer = jan
|
||||
|
||||
[build]
|
||||
libname = none
|
||||
|
||||
[pkg.run.post]
|
||||
case "$1" in
|
||||
0)
|
||||
;;
|
||||
1|2)
|
||||
/usr/bin/systemctl enable atd
|
||||
;;
|
||||
esac
|
||||
udevadm control --reload
|
||||
|
||||
[pkg.requires.os]
|
||||
run = bridge-utils, at, = python3-texttable
|
||||
#build = doxygen, graphviz, gcc, cmake, cpio, unzip, rsync, bc, python3-texttable, \
|
||||
# gpg, bison, flex, gettext, texinfo, subversion, pkg-config, maven, \
|
||||
# mtools, dosfstools, parted, mtd-utils, wget, curl, xmlto, iproute2, \
|
||||
# bc, python3-networkx, udev, systemd
|
||||
|
||||
#[pkg.requires.ubuntu]
|
||||
#build = openjdk-8-jdk, fdupes,libboost-system-dev, libboost-filesystem-dev, ncurses-dev, \
|
||||
# squashfs-tools, kmod, repo, openbios-ppc, python3.7, python3-networkx, libc6-i386, \
|
||||
# xxd, g++, qemu-system-arm, qemu-system-ppc, libnl-cli-3-dev, libiw-dev, libnm-dev
|
||||
|
||||
[pkg.requires.suse]
|
||||
build = squashfs, ncurses-devel, python3-GitPython, gcc-c++, qemu-arm, qemu-ppc, \
|
||||
vim, glibc-32bit, python3-click, python3-itsdangerous, python3-lxml, python3-Jinja2, \
|
||||
python3-MarkupSafe, python3-Werkzeug
|
||||
|
||||
[pkg.requires.jw]
|
||||
run = jw-python-run = VERSION
|
||||
devel = jw-devtest-run = VERSION-REVISION, jw-build-devel = VERSION
|
||||
build = jw-build-devel, jw-python-devel
|
||||
Loading…
Add table
Add a link
Reference in a new issue