rpi-jessie.conf 744 B

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # This software is a part of ISAR.
  3. # Copyright (C) 2015-2017 ilbers GmbH
  4. #
  5. # This configuration file is a part of bitbake multiconfig. Bitbake combines
  6. # these settings with local.conf ones and start task execution with this
  7. # environment.
  8. # This sets the default machine to be rpi in this configuration:
  9. MACHINE ?= "rpi"
  10. # This sets the default distribution configuration:
  11. DISTRO ?= "raspbian-jessie"
  12. DISTRO_ARCH ?= "armhf"
  13. KERNEL_NAME ?= "rpi-rpfv"
  14. IMAGE_PREINSTALL += " \
  15. bind9-host \
  16. dnsutils \
  17. iproute2 \
  18. iputils-ping \
  19. isc-dhcp-client \
  20. lrzsz \
  21. net-tools \
  22. netcat-openbsd \
  23. openssh-client \
  24. openssh-server \
  25. raspberrypi-bootloader-nokernel \
  26. telnet \
  27. traceroute \
  28. vim \
  29. "