isar-bootstrap-target.bb 411 B

123456789101112131415161718
  1. # Minimal target 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 target Debian root file system"
  8. DEPLOY_ISAR_BOOTSTRAP = "${DEPLOY_DIR_BOOTSTRAP}/${DISTRO}-${DISTRO_ARCH}"
  9. require isar-bootstrap.inc
  10. OVERRIDES_append = ":${@get_distro_needs_https_support(d, False)}"
  11. do_bootstrap() {
  12. isar_bootstrap
  13. }