d9ff62c4cd
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) |
||
---|---|---|
.. | ||
br2-external | ||
test_glxinfo/rootfs-overlay/etc/X11/xorg.conf.d | ||
test_lxc | ||
test_mender/rootfs-overlay | ||
test_msr_tools | ||
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 | ||
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 | ||
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 | ||
sample_python_gobject.py | ||
sample_python_gpiozero.py | ||
sample_python_incremental.py | ||
sample_python_iptables.py | ||
sample_python_jmespath.py | ||
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 | ||
sample_python_pyyaml_enc.py | ||
sample_python_rpi_gpio.py | ||
sample_python_rsa.py | ||
sample_python_s3transfer.py | ||
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 | ||
test_clang.py | ||
test_crudini.py | ||
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 | ||
test_libshdata.py | ||
test_lpeg.py | ||
test_lsqlite3.py | ||
test_lua_argon2.py | ||
test_lua_augeas.py | ||
test_lua_cffi.py | ||
test_lua_cqueues.py | ||
test_lua_curl.py | ||
test_lua_gd.py | ||
test_lua_http.py | ||
test_lua_inotify.py | ||
test_lua_lunix.py | ||
test_lua_lyaml.py | ||
test_lua_sdl2.py | ||
test_lua_utf8.py | ||
test_lua_zlib.py | ||
test_lua.py | ||
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 | ||
test_lzlib.py | ||
test_mender.py | ||
test_msr_tools.py | ||
test_netdata.py | ||
test_octave.py | ||
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 | ||
test_polkit.py | ||
test_prosody.py | ||
test_python_aexpect.py | ||
test_python_argh.py | ||
test_python_attrs.py | ||
test_python_augeas.py | ||
test_python_autobahn.py | ||
test_python_automat.py | ||
test_python_avro.py | ||
test_python_bitstring.py | ||
test_python_boto3.py | ||
test_python_botocore.py | ||
test_python_can.py | ||
test_python_cbor.py | ||
test_python_click.py | ||
test_python_colorzero.py | ||
test_python_constantly.py | ||
test_python_crossbar.py | ||
test_python_cryptography.py | ||
test_python_dbus_next.py | ||
test_python_distro.py | ||
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 | ||
test_python_gobject.py | ||
test_python_gpiozero.py | ||
test_python_incremental.py | ||
test_python_iptables.py | ||
test_python_jmespath.py | ||
test_python_passlib.py | ||
test_python_pexpect.py | ||
test_python_pybind.py | ||
test_python_pynacl.py | ||
test_python_pyndiff.py | ||
test_python_pytest_asyncio.py | ||
test_python_pytest.py | ||
test_python_pyyaml.py | ||
test_python_rpi_gpio.py | ||
test_python_rsa.py | ||
test_python_s3transfer.py | ||
test_python_service_identity.py | ||
test_python_smmap2.py | ||
test_python_treq.py | ||
test_python_twisted.py | ||
test_python_txaio.py | ||
test_python_txtorcon.py | ||
test_python_ubjson.py | ||
test_python_unittest_xml_reporting.py | ||
test_python.py | ||
test_redis.py | ||
test_rings.py | ||
test_rust.py | ||
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 | ||
test_zfs.py |