Mike Frysinger has posted comments on this change.
Change subject: Initial commit of Raspberry Pi board
......................................................................
Patch Set 2: I would prefer that you didn't submit this
(20 inline comments)
....................................................
File overlay-raspberrypi/chromeos-base/chromeos-bsp-raspberrypi/chromeos-bsp-raspberrypi-0.0.1.ebuild
Line 1: # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2012
Line 6: inherit toolchain-funcs
you don't need this
Line 13: IUSE="opengles"
or this
....................................................
File overlay-raspberrypi/sys-kernel/raspberrypi-kernel/raspberrypi-kernel-3.1.9.ebuild
Line 17: KEYWORDS="amd64 arm x86"
only want arm i would think
....................................................
File overlay-raspberrypi/virtual/linux-sources/linux-sources-0.0.2.ebuild
Line 11: KEYWORDS="amd64 arm x86"
only want arm i think
....................................................
File overlay-raspberrypi/virtual/opengles/opengles-2.ebuild
Line 1: # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2012
Line 8: KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
only need arm
....................................................
File overlay-raspberrypi/x11-drivers/opengles-bin/opengles-bin-0.0.1.ebuild
Line 1: # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2012
Line 4: EAPI=2
set to 4, then drop all the `die` calls in src_install
Line 36: insinto /usr/lib
drop this
Line 37: newins libEGL.so libEGL.so.1 || die
newlib.so libEGL.so libEGL.so.1
Line 38: fperms 0755 /usr/lib/libEGL.so.1 || die
don't need this anymore
Line 41: newins libGLESv2.so libGLESv2.so.2 || die
newlib.so
Line 42: fperms 0755 /usr/lib/libGLESv2.so.2 || die
drop
Line 45: newins libbcm_host.so libbcm_host.so || die
dolib.so
Line 46: fperms 0755 /usr/lib/libbcm_host.so || die
drop
Line 48: newins libvchiq_arm.so libvchiq_arm.so || die
dolib.so
Line 49: fperms 0755 /usr/lib/libvchiq_arm.so || die
drop
Line 51: newins libvcos.so libvcos.so || die
dolib.so
Line 52: fperms 0755 /usr/lib/libvcos.so || die
drop
Gerrit-MessageType: comment
Gerrit-Change-Id: I0cac20e7d5ec8de74f255f1d0f0b2118d54fe84e
Gerrit-PatchSet: 2
Gerrit-Project: chromiumos/overlays/board-overlays
Gerrit-Branch: master
Gerrit-Owner: Liam McLoughlin <
hex...@hexxeh.net>
Gerrit-Reviewer: Liam McLoughlin <
hex...@hexxeh.net>
Gerrit-Reviewer: Mike Frysinger <
vap...@chromium.org>