From 7fb6ebec666f10aad842de221dbe4a585831d8cb Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 22 Feb 2019 00:05:57 -0500 Subject: Update project files for libreboot-tools All tools currently in the build system should be represented in these files now. --- projects/libreboot-tools/configs/projects | 5 ++++- projects/libreboot-tools/configs/projects-download | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'projects') diff --git a/projects/libreboot-tools/configs/projects b/projects/libreboot-tools/configs/projects index 4b0eeea4..6abc8a1f 100644 --- a/projects/libreboot-tools/configs/projects +++ b/projects/libreboot-tools/configs/projects @@ -1,4 +1,7 @@ +bucts cbfstool cbmem -nvramtool cros-tools +crossgcc +flashrom +nvramtool diff --git a/projects/libreboot-tools/configs/projects-download b/projects/libreboot-tools/configs/projects-download index c7a5d1ac..91a9e257 100644 --- a/projects/libreboot-tools/configs/projects-download +++ b/projects/libreboot-tools/configs/projects-download @@ -1,5 +1,3 @@ coreboot -cbfstool -cbmem -nvramtool cros-tools +flashrom -- cgit v1.2.3-70-g09d2 From 0748ec920ae43fe1f7796517fef5591ce6b6ba85 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 22 Feb 2019 00:05:10 -0500 Subject: Create projects-build file for libreboot-tools The projects listed in this file are those which are built when running the build action. --- projects/libreboot-tools/configs/projects-build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 projects/libreboot-tools/configs/projects-build (limited to 'projects') diff --git a/projects/libreboot-tools/configs/projects-build b/projects/libreboot-tools/configs/projects-build new file mode 100644 index 00000000..6abc8a1f --- /dev/null +++ b/projects/libreboot-tools/configs/projects-build @@ -0,0 +1,7 @@ +bucts +cbfstool +cbmem +cros-tools +crossgcc +flashrom +nvramtool -- cgit v1.2.3-70-g09d2