-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have to rebuild entire project to place file in rootfs #28
Comments
Sorry, our readme is a little bit out of date. The directory of the roofs has been moved to the top directory, glad to see you have found it. The Makefile restricts you from placing your file only in the root directory, which is |
Thank you for the response :)
Do you mean that I should only be putting files in My goal was to install a |
I have just tried to do the similar in recent days.
This would automatically rebuild the image. |
There is an error I'm encountering while copying more than one folder into rootfs/buildroot_initramfs_sysroot/
What I intend to do is build an linux image with my benchmarks and edit rootfs/buildroot_initramfs_sysroot/etc/inittab to run my benchmarks after linux boot. |
@naithanianshul Did you find any solution?
|
@JorgeSantos18 @naithanianshul Could you please provide more detailed context regarding the log? Thanks. |
Hi, I think the documentation might be slightly wrong, or something isn't working as intended.
I want to put a file into the filesystem at
/root/test.txt
so I dobut then
touch buildroot && make
does not rebuild anything. I must domake clean
and then rebuild everything for the file to appear. Is there a better way?The text was updated successfully, but these errors were encountered: