From d30fa4054a818d295aaad2a8e45c37a411548f62 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 4 Aug 2015 18:06:01 -0700 Subject: [PATCH] setup_board: remove old kernel vars These are properly detected now. --- setup_board | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup_board b/setup_board index 7937d82e39..bec513bf97 100755 --- a/setup_board +++ b/setup_board @@ -245,10 +245,6 @@ PORT_LOGDIR="${BOARD_ROOT}/var/log/portage" PORTAGE_TMPDIR="${BOARD_ROOT}/var/tmp" PORTAGE_BINHOST="${BOARD_BINHOST}" -# Tell the linux-info eclass where it can find our kernel -KERNEL_DIR="${BOARD_ROOT}/usr/src/linux" -KBUILD_OUTPUT="${BOARD_ROOT}/var/cache/portage/sys-kernel/coreos-kernel" - # Generally there isn't any need to add packages to @world by default. # You can use --select to override this. EMERGE_DEFAULT_OPTS="--oneshot"