From 4ad5efd6071cefe6cc813d5d6b38869b54a44eaf Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 6 Mar 2021 16:38:07 +0000 Subject: Stops extracting rootfs and puts extra files in the sysroot trimui rootfs only contains .so files, not that helpful for development. The script is still useful, so it moves to utils. Extra libs and headers can now be put into `./extras` and are moved into `sysroot/usr` during the build process. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b4d5d53..d713d0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .build -workspace/* \ No newline at end of file +workspace/* +extras/* \ No newline at end of file -- cgit v1.2.3