From 09faef6d028a04f42994bbbe8c9fc14d41f4044d Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 9 Jun 2014 17:23:27 -0700 Subject: [PATCH] feat(setup_board): Generate a complete make.conf Add settings that are currently provided by make.conf.common-target in coreos-overlay. Most of these are better off being derived directly from the host environment's portage configuration. The PKGDIR, TMPDIR, and LOGDIR values are changing to be more consistant with the SDK configuration but these changes won't take effect until the old make.conf.common-target is removed since its values override these. --- setup_board | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/setup_board b/setup_board index c6628f885d..e5b4a4853f 100755 --- a/setup_board +++ b/setup_board @@ -235,12 +235,33 @@ sudo_multi "${cmds[@]}" sudo_clobber "${BOARD_SETUP}" <