From 9ab73f47aedebd94eb4d353262a582d9fd3a8cec Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 7 Mar 2021 14:47:57 +0000 Subject: Clear buildroot source after building This saves an enormous amount of disk space in the image. Since fewer packages are installed, there is a method for installing extra packages. This also adds a helper script for setting up common cross-compiling variables. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d713d0f..36e8ac9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .build workspace/* -extras/* \ No newline at end of file +extras/* -- cgit v1.2.3