Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

49 Zeilen
1.7 KiB

  1. diff --git a/common.mk b/common.mk
  2. index 169b99c..361405f 100644
  3. --- a/common.mk
  4. +++ b/common.mk
  5. @@ -74,23 +74,23 @@ endif
  6. # # Then in QEMU, run:
  7. # # $ mount -t 9p -o trans=virtio host <mount_point>
  8. # # Or enable QEMU_VIRTFS_AUTOMOUNT
  9. -QEMU_VIRTFS_ENABLE ?= n
  10. -QEMU_VIRTFS_HOST_DIR ?= $(ROOT)
  11. +QEMU_VIRTFS_ENABLE ?= n
  12. +QEMU_VIRTFS_HOST_DIR ?= $(ROOT)
  13. # Persistent Secure Storage via shared folder
  14. # # Set QEMU_PSS_ENABLE to 'y' and adjust QEMU_PSS_HOST_DIR
  15. # # Then in QEMU, run:
  16. # # $ mount -t 9p -o trans=virtio secure /data/tee
  17. # # Or enable QEMU_PSS_AUTOMOUNT
  18. -QEMU_PSS_ENABLE ?= n
  19. -QEMU_PSS_HOST_DIR ?= /tmp/qemu-data-tee
  20. +QEMU_PSS_ENABLE ?= y
  21. +QEMU_PSS_HOST_DIR ?= /tmp/
  22. # Warning: when these variables are modified, you must remake the buildroot
  23. # target directory. This can be done without rebuilding everything as follows:
  24. # rm -rf ../out-br/target; find ../out-br/ -name .stamp_target_installed | xargs rm
  25. # make <flags> run
  26. -QEMU_VIRTFS_AUTOMOUNT ?= n
  27. -QEMU_PSS_AUTOMOUNT ?= n
  28. +QEMU_VIRTFS_AUTOMOUNT ?= y
  29. +QEMU_PSS_AUTOMOUNT ?= y
  30. # Mount point for the shared directory inside QEMU
  31. # Used by the post-build script, this is written to /etc/fstab as the mount
  32. # point of the shared directory
  33. @@ -246,9 +246,12 @@ BUILDROOT_TOOLCHAIN=toolchain-aarch$(COMPILE_NS_USER)-legacy
  34. endif
  35. endif
  36. +BR2_PACKAGE_OPENSSL ?= y
  37. +BR2_PACKAGE_OPENVPN ?= y
  38. BR2_PACKAGE_LIBOPENSSL ?= y
  39. +BR2_PACKAGE_LIBOPENSSL_BIN ?= y
  40. +BR2_PACKAGE_LIBOPENSSL_ENGINES ?= y
  41. BR2_PACKAGE_MMC_UTILS ?= y
  42. -BR2_PACKAGE_OPENSSL ?= y
  43. BR2_PACKAGE_OPTEE_BENCHMARK_EXT ?= $(CFG_TEE_BENCHMARK)
  44. BR2_PACKAGE_OPTEE_BENCHMARK_EXT_SITE ?= $(BENCHMARK_APP_PATH)
  45. BR2_PACKAGE_OPTEE_CLIENT_EXT_SITE ?= $(OPTEE_CLIENT_PATH)