kumquat-buildroot/support/testing/tests/package
Yann E. MORIN d9ff62c4cd pacakge: drop remnants of $(HOST_DIR)/usr
It's been ages (5 years at the next release) that we've not installed
host packages in $(HOST_DIR)/usr, but we still have a few packages that
reference it or install things in there.

Drop all of those in one fell swoop.

The run-time test still succeeds, and the following defconfig, which
should exercise all touched packages [*], does build:

    BR2_x86_i686=y
    BR2_TOOLCHAIN_EXTERNAL=y
    BR2_INIT_NONE=y
    BR2_SYSTEM_BIN_SH_NONE=y
    # BR2_PACKAGE_BUSYBOX is not set
    BR2_PACKAGE_GAWK=y
    BR2_PACKAGE_GETTEXT=y
    BR2_PACKAGE_ABOOTIMG=y
    BR2_PACKAGE_DBUS_PYTHON=y
    BR2_PACKAGE_OLA=y
    BR2_PACKAGE_JIMTCL=y
    BR2_PACKAGE_LUA=y
    # BR2_PACKAGE_LUA_32BITS is not set
    BR2_PACKAGE_ARGPARSE=y
    BR2_PACKAGE_PERL=y
    BR2_PACKAGE_PHP=y
    BR2_PACKAGE_PHP_APCU=y
    BR2_PACKAGE_PHP_LUA=y
    BR2_PACKAGE_PHP_PAM=y
    BR2_PACKAGE_PHP_PECL_DBUS=y
    BR2_PACKAGE_PYTHON3=y
    BR2_PACKAGE_PYTHON_CRYPTOGRAPHY=y
    BR2_PACKAGE_PYTHON_PLY=y
    BR2_PACKAGE_PYTHON_PYBIND=y
    BR2_PACKAGE_LIBVA=y
    BR2_PACKAGE_BIND=y
    BR2_PACKAGE_BIND_SERVER=y
    BR2_PACKAGE_BIND_TOOLS=y
    BR2_PACKAGE_APPARMOR=y
    BR2_PACKAGE_APPARMOR_BINUTILS=y
    BR2_PACKAGE_APPARMOR_UTILS=y
    BR2_PACKAGE_APPARMOR_UTILS_EXTRA=y
    BR2_PACKAGE_APPARMOR_PROFILES=y
    BR2_PACKAGE_REFPOLICY=y
    BR2_PACKAGE_URANDOM_SCRIPTS=y
    BR2_PACKAGE_BASH=y
    # embiggen-disk to exercise go
    BR2_PACKAGE_EMBIGGEN_DISK=y
    BR2_TARGET_GRUB2=y
    BR2_TARGET_GRUB2_I386_PC=y
    BR2_TARGET_GRUB2_I386_EFI=y

[*] exceptions:
  - zfs was not tested: it needs a kernel to be built;
  - compiler-rt was not tsted: it needs llvm to be built, that takes
    ages, and other packages already reference the correct location for
    llvm-config, so it was assumed that is OK.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Cc: Anisse Astier <anisse@astier.eu>
Cc: Antoine Tenart <atenart@kernel.org>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Asaf Kahlon <asafka7@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Christian Stewart <christian@paral.in>
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: Francois Perrad <francois.perrad@gadz.org>
Cc: Guillaume William Brs <guillaume.bressaix@gmail.com>
Cc: Hervé Codina <herve.codina@bootlin.com>
Cc: James Hilliard <james.hilliard1@gmail.com>
Cc: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
Cc: Julien Boibessot <julien.boibessot@armadeus.com>
Cc: Julien Olivain <ju.o@free.fr>
Cc: Matt Weber <matthew.weber@collins.com>
Cc: Nicolas Carrier <nicolas.carrier@orolia.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Vadim Kochan <vadim4j@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Romain Naour <romain.naour@smile.fr>

---
Changes v1 -> v2:
  - fix new instance that have crept in  (Romain)
2022-07-24 11:30:40 +02:00
..
br2-external pacakge: drop remnants of $(HOST_DIR)/usr 2022-07-24 11:30:40 +02:00
test_glxinfo/rootfs-overlay/etc/X11/xorg.conf.d
test_lxc
test_mender/rootfs-overlay
test_msr_tools support/testing: add test for msr-tools 2022-07-16 23:48:25 +02:00
test_openssh
test_opkg
__init__.py
copy-sample-script-to-target.sh
sample_bmap_tools.sh
sample_gst1_python.py
sample_libftdi1.py
sample_python_aexpect.py
sample_python_argh.py
sample_python_attrs.py
sample_python_augeas.py
sample_python_autobahn.py
sample_python_automat.py
sample_python_avro.py package/python-avro: fix capitalizations of Parse 2022-05-17 22:50:33 +02:00
sample_python_bitstring.py
sample_python_boto3.py
sample_python_botocore.py
sample_python_can.py
sample_python_cbor_dec.py
sample_python_cbor_enc.py
sample_python_click.py
sample_python_colorzero.py
sample_python_constantly.py
sample_python_crossbar.py
sample_python_cryptography.py
sample_python_dbus_next.py
sample_python_distro.py support/testing: add test for python-distro 2022-02-12 13:55:52 +01:00
sample_python_django.py
sample_python_flask_expects_json.py
sample_python_flask.py
sample_python_git.py
sample_python_gitdb2.py
sample_python_gnupg.py support/testing: add test for python-gnupg 2022-01-26 18:01:08 +01:00
sample_python_gobject.py
sample_python_gpiozero.py
sample_python_incremental.py
sample_python_iptables.py
sample_python_jmespath.py support/testing: add new test for python-jmespath 2022-07-22 23:18:59 +02:00
sample_python_passlib.py
sample_python_pexpect.py
sample_python_pybind.py
sample_python_pynacl.py
sample_python_pytest_asyncio.py
sample_python_pytest.py
sample_python_pyyaml_dec.py support/testing/../sample_python_pyyaml_dec.py: unbreak after move to pyaml 6.0 2022-02-21 21:56:34 +01:00
sample_python_pyyaml_enc.py
sample_python_rpi_gpio.py
sample_python_rsa.py
sample_python_s3transfer.py support/testing: add new test for python-s3transfer 2022-07-22 22:52:03 +02:00
sample_python_service_identity.py
sample_python_smmap2.py
sample_python_treq.py
sample_python_twisted.py
sample_python_txaio_asyncio.py
sample_python_txaio_twisted.py
sample_python_txtorcon.py
sample_python_ubjson_dec.py
sample_python_ubjson_enc.py
sample_python_unittest_xml_reporting.py
test_atop.py
test_bmap_tools.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_clang.py testing/tests: CLANG compiler-rt runtime test 2022-06-20 21:32:43 +02:00
test_crudini.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_docker_compose.py
test_dropbear.py
test_dtbocfg.py
test_execline.py
test_gdb.py
test_glxinfo.py
test_gst1_python.py
test_ipython.py
test_libftdi1.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_libshdata.py support/testing/tests/package/test_libshdata: new test 2022-01-12 00:30:06 +01:00
test_lpeg.py
test_lsqlite3.py
test_lua_argon2.py
test_lua_augeas.py
test_lua_cffi.py support/testing: fix test_lua_cffi.py flake8 error 2022-02-07 08:52:55 +01:00
test_lua_cqueues.py
test_lua_curl.py
test_lua_gd.py
test_lua_http.py
test_lua_inotify.py package/lua-inotify: new package 2022-01-08 18:03:59 +01:00
test_lua_lunix.py
test_lua_lyaml.py
test_lua_sdl2.py package/lua: use Lua 5.4 as default 2022-02-05 23:45:19 +01:00
test_lua_utf8.py
test_lua_zlib.py
test_lua.py package/lua: use Lua 5.4 as default 2022-02-05 23:45:19 +01:00
test_luaexpat.py
test_luafilesystem.py
test_lualdap.py
test_luaossl.py
test_luaposix.py
test_luasec.py
test_luasocket.py
test_luasyslog.py
test_luvi.py
test_lxc.py support/testing: test_lxc: bump kernel version to 5.15.38 for complete pidfds support 2022-05-13 21:08:30 +02:00
test_lzlib.py
test_mender.py
test_msr_tools.py support/testing: add test for msr-tools 2022-07-16 23:48:25 +02:00
test_netdata.py
test_octave.py support/testing/tests/package/test_octave.py: fix flake8 error 2022-05-04 22:01:44 +02:00
test_openjdk.py
test_openssh.py
test_opkg.py
test_perl_class_load.py
test_perl_dbd_mysql.py
test_perl_encode_detect.py
test_perl_gdgraph.py
test_perl_html_parser.py
test_perl_io_socket_multicast.py
test_perl_io_socket_ssl.py
test_perl_libwww_perl.py
test_perl_lwp_protocol_https.py
test_perl_mail_dkim.py
test_perl_x10.py
test_perl_xml_libxml.py
test_perl.py
test_php_apcu.py
test_php_lua.py
test_php_pam.py
test_php_pecl_dbus.py
test_pixz.py support/testing: add test for pixz 2022-07-16 23:44:04 +02:00
test_polkit.py
test_prosody.py
test_python_aexpect.py
test_python_argh.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_attrs.py
test_python_augeas.py
test_python_autobahn.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_automat.py
test_python_avro.py
test_python_bitstring.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_boto3.py
test_python_botocore.py
test_python_can.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_cbor.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_click.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_colorzero.py
test_python_constantly.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_crossbar.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_cryptography.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_dbus_next.py
test_python_distro.py support/testing: add test for python-distro 2022-02-12 13:55:52 +01:00
test_python_django.py
test_python_flask_expects_json.py
test_python_flask.py
test_python_git.py
test_python_gitdb2.py
test_python_gnupg.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_gobject.py
test_python_gpiozero.py
test_python_incremental.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_iptables.py
test_python_jmespath.py support/testing: add new test for python-jmespath 2022-07-22 23:18:59 +02:00
test_python_passlib.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_pexpect.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_pybind.py support/testing: tyest_python_pybind.py: fix flake8 errors 2022-01-08 09:15:36 +01:00
test_python_pynacl.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_pyndiff.py
test_python_pytest_asyncio.py
test_python_pytest.py
test_python_pyyaml.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_rpi_gpio.py
test_python_rsa.py
test_python_s3transfer.py support/testing: add new test for python-s3transfer 2022-07-22 22:52:03 +02:00
test_python_service_identity.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_smmap2.py
test_python_treq.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_twisted.py
test_python_txaio.py
test_python_txtorcon.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_ubjson.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_unittest_xml_reporting.py
test_python.py support/testing: introduce py-only and py-pyc tests 2022-07-23 17:23:57 +02:00
test_redis.py
test_rings.py
test_rust.py support/testing: test_rust.py: fix flake8 errors 2022-03-15 22:10:01 +01:00
test_s6_networking.py
test_s6_portable_utils.py
test_s6_rc.py
test_s6.py
test_sudo.py
test_syslog_ng.py
test_tmux.py
test_turbolua.py
test_uboot_openssl_pkgconfig.py
test_zerofree.py package/zerofree: new package 2022-07-17 14:05:54 +02:00
test_zfs.py support/testing: test_zfs: add missing libelf dependency 2022-05-14 11:44:48 +02:00