mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
Merge pull request #441 from marineam/kernel
setup_board: remove old kernel vars
This commit is contained in:
commit
c78e0aa3f1
@ -245,10 +245,6 @@ PORT_LOGDIR="${BOARD_ROOT}/var/log/portage"
|
|||||||
PORTAGE_TMPDIR="${BOARD_ROOT}/var/tmp"
|
PORTAGE_TMPDIR="${BOARD_ROOT}/var/tmp"
|
||||||
PORTAGE_BINHOST="${BOARD_BINHOST}"
|
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.
|
# Generally there isn't any need to add packages to @world by default.
|
||||||
# You can use --select to override this.
|
# You can use --select to override this.
|
||||||
EMERGE_DEFAULT_OPTS="--oneshot"
|
EMERGE_DEFAULT_OPTS="--oneshot"
|
||||||
|
Loading…
Reference in New Issue
Block a user