File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5248,6 +5248,26 @@ and now you can see that a new version of `kernel_module` was built and put insi
5248
5248
ls out/x86_64/buildroot/build/kernel_module-mybranch
5249
5249
....
5250
5250
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
+
5251
5271
=== BR2_TARGET_ROOTFS_EXT2_SIZE
5252
5272
5253
5273
When adding new large package to the Buildroot root filesystem, it may fail with the message:
You can’t perform that action at this time.
0 commit comments