mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 21:29:28 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
cat <<'EOF'
|
|
_ _ _ _ _
|
|
| |__ _ _(_) | __| |_ __ ___ ___ | |_
|
|
| '_ \| | | | | |/ _` | '__/ _ \ / _ \| __|
|
|
| |_) | |_| | | | (_| | | | (_) | (_) | |_
|
|
|_.__/ \__,_|_|_|\__,_|_| \___/ \___/ \__|
|
|
|
|
Making embedded Linux easy!
|
|
|
|
Some tips:
|
|
* PATH now contains the SDK utilities
|
|
* Standard autotools variables (CC, LD, CFLAGS) are exported
|
|
* Kernel compilation variables (ARCH, CROSS_COMPILE, KERNELDIR) are exported
|
|
* To configure do "./configure $CONFIGURE_FLAGS" or use
|
|
the "configure" alias
|
|
* To build CMake-based projects, use the "cmake" alias
|
|
|
|
EOF
|
|
SDK_PATH=$(dirname $(realpath "${BASH_SOURCE[0]}"))
|