environment-setup 643 B

12345678910111213141516171819
  1. cat <<'EOF'
  2. _ _ _ _ _
  3. | |__ _ _(_) | __| |_ __ ___ ___ | |_
  4. | '_ \| | | | | |/ _` | '__/ _ \ / _ \| __|
  5. | |_) | |_| | | | (_| | | | (_) | (_) | |_
  6. |_.__/ \__,_|_|_|\__,_|_| \___/ \___/ \__|
  7. Making embedded Linux easy!
  8. Some tips:
  9. * PATH now contains the SDK utilities
  10. * Standard autotools variables (CC, LD, CFLAGS) are exported
  11. * Kernel compilation variables (ARCH, CROSS_COMPILE, KERNELDIR) are exported
  12. * To configure do "./configure $CONFIGURE_FLAGS" or use
  13. the "configure" alias
  14. * To build CMake-based projects, use the "cmake" alias
  15. EOF
  16. SDK_PATH=$(dirname $(realpath "${BASH_SOURCE[0]}"))