| # See "man make.conf" for the available options. |
| |
| # Common settings across all sdks. |
| source /mnt/host/source/src/third_party/chromiumos-overlay/chromeos/config/make.conf.common |
| |
| # Pull in definition of at least { CHOST, [BOARD_OVERLAY] } |
| source make.conf.board_setup |
| |
| # We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere. |
| # This has to be the first overlay so crossdev finds the correct gcc and |
| # glibc ebuilds. |
| PORTDIR_OVERLAY=" |
| /usr/local/portage/crossdev |
| /mnt/host/source/src/third_party/chromiumos-overlay |
| /mnt/host/source/src/third_party/eclass-overlay |
| " |
| |
| # Where to store built packages. |
| PKGDIR="/var/lib/portage/pkgs" |
| |
| PORT_LOGDIR="/var/log/portage" |
| |
| source /mnt/host/source/src/third_party/chromiumos-overlay/chromeos/binhost/host/amd64-PREFLIGHT_BINHOST.conf |
| FULL_BINHOST="gs://cos-prebuilt/109/17532.0.0/sdk" |
| PORTAGE_BINHOST="$PREFLIGHT_BINHOST $FULL_BINHOST" |
| |
| GENTOO_MIRRORS="https://commondatastorage.googleapis.com/chromeos-localmirror" |
| GENTOO_MIRRORS="$GENTOO_MIRRORS https://commondatastorage.googleapis.com/chromeos-mirror/gentoo" |
| |
| # Remove all .la files for non-plugin libraries. |
| # Remove Gentoo init files since we use upstart. |
| # Remove logrotate.d files since we don't use logrotate. |
| INSTALL_MASK=" |
| /usr/lib*/*.la |
| /etc/init.d /etc/conf.d |
| /etc/logrotate.d |
| " |
| PKG_INSTALL_MASK="${INSTALL_MASK}" |
| |
| source make.conf.host_setup |