isar-bootstrap-host.bb 553 B

1234567891011121314151617181920212223
  1. # Minimal host Debian root file system
  2. #
  3. # This software is a part of ISAR.
  4. # Copyright (c) Siemens AG, 2018
  5. #
  6. # SPDX-License-Identifier: MIT
  7. Description = "Minimal host Debian root file system"
  8. DEPLOY_ISAR_BOOTSTRAP = "${DEPLOY_DIR_BOOTSTRAP}/${HOST_DISTRO}-host_${DISTRO}-${DISTRO_ARCH}"
  9. DISTRO_VARS_PREFIX = "HOST_"
  10. require isar-bootstrap.inc
  11. HOST_DISTRO_BOOTSTRAP_KEYS ?= ""
  12. DISTRO_BOOTSTRAP_KEYS = "${HOST_DISTRO_BOOTSTRAP_KEYS}"
  13. OVERRIDES_append = ":${@get_distro_needs_https_support(d, True)}"
  14. do_bootstrap() {
  15. isar_bootstrap --host
  16. }