From 260155096d198c4963192666cbe01a1867eca4e9 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 20 May 2018 09:09:33 +0100 Subject: [PATCH] readme: multiple versions of packages dont work with SRCDIR --- README.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.adoc b/README.adoc index 0eb14f0..95577ae 100644 --- a/README.adoc +++ b/README.adoc @@ -5248,6 +5248,26 @@ and now you can see that a new version of `kernel_module` was built and put insi ls out/x86_64/buildroot/build/kernel_module-mybranch .... +TODO: is there a way to do it nicely for `*_OVERRIDE_SRCDIR` packages from link:buildroot_override[]? I tried: + +.... +./build -l LINUX_VERSION=mybranch +.... + +but it fails with: + +.... +linux/linux.mk:492: *** LINUX_SITE cannot be empty when LINUX_SOURCE is not. Stop. +.... + +and theI tried: + +.... +./build -l LINUX_VERSION=mybranch LINUX_SITE="$(pwd)/linux" +.... + +but it feels hack-ish, and the build was slower than normal, looks like the build was single threaded? + === BR2_TARGET_ROOTFS_EXT2_SIZE When adding new large package to the Buildroot root filesystem, it may fail with the message: