Config.in 559 B

123456789101112131415
  1. config BR2_PACKAGE_ON2_8170_LIBS
  2. bool "on2-8170-libs"
  3. #This is a binary only package which has been compiled for glibc
  4. depends on BR2_arm926t
  5. depends on BR2_TOOLCHAIN_USES_GLIBC
  6. depends on BR2_LINUX_KERNEL # on2-8170-modules
  7. select BR2_PACKAGE_ON2_8170_MODULES # runtime
  8. help
  9. Libraries for Hantro X170 video decoder
  10. http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
  11. comment "on2-8170-libs needs a glibc toolchain and a Linux kernel to be built"
  12. depends on BR2_arm926t
  13. depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_USES_GLIBC