Skip to content

Commit 2601550

Browse files
committed
readme: multiple versions of packages dont work with SRCDIR
1 parent faaa791 commit 2601550

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5248,6 +5248,26 @@ and now you can see that a new version of `kernel_module` was built and put insi
52485248
ls out/x86_64/buildroot/build/kernel_module-mybranch
52495249
....
52505250

5251+
TODO: is there a way to do it nicely for `*_OVERRIDE_SRCDIR` packages from link:buildroot_override[]? I tried:
5252+
5253+
....
5254+
./build -l LINUX_VERSION=mybranch
5255+
....
5256+
5257+
but it fails with:
5258+
5259+
....
5260+
linux/linux.mk:492: *** LINUX_SITE cannot be empty when LINUX_SOURCE is not. Stop.
5261+
....
5262+
5263+
and theI tried:
5264+
5265+
....
5266+
./build -l LINUX_VERSION=mybranch LINUX_SITE="$(pwd)/linux"
5267+
....
5268+
5269+
but it feels hack-ish, and the build was slower than normal, looks like the build was single threaded?
5270+
52515271
=== BR2_TARGET_ROOTFS_EXT2_SIZE
52525272

52535273
When adding new large package to the Buildroot root filesystem, it may fail with the message:

0 commit comments

Comments
 (0)