UPSTREAM: Set up 3rdparty/libgfxinit
`libgfxinit` is a SPARK library for graphics modesetting. It supports
Intel integrated graphics only, strictly speaking, the Core i processor
line.
BUG=none
BRANCH=none
TEST=none
Change-Id: Ie2db0690948a9bdb438e70b6545c54b76e0623cd
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: ef405a2c04
Original-Change-Id: Idf4b0e5fbf37a5d974075b2e44d1fa16dc428da3
Original-Signed-off-by: Nico Huber <nico.huber@secunet.com>
Original-Reviewed-on: https://review.coreboot.org/16949
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://chromium-review.googlesource.com/430676
This commit is contained in:
parent
dd3816309a
commit
498c9151db
1 changed files with 2 additions and 2 deletions
|
|
@ -569,7 +569,7 @@ gitconfig:
|
|||
fi; \
|
||||
done
|
||||
# Now set up thehooks for 3rdparty/
|
||||
for hooks in .git/modules/{3rdparty/blobs,libhwbase}/hooks; do \
|
||||
for hooks in .git/modules/{3rdparty/blobs,libhwbase,libgfxinit}/hooks; do \
|
||||
if [ -d $$hooks -a \
|
||||
\( util/gitconfig/commit-msg -nt $$hooks/commit-msg -o \
|
||||
! -x $$hooks/commit-msg \) ]; then \
|
||||
|
|
@ -577,7 +577,7 @@ gitconfig:
|
|||
chmod +x $$hooks/commit-msg; \
|
||||
fi \
|
||||
done
|
||||
for d in 3rdparty/{blobs,libhwbase}; do \
|
||||
for d in 3rdparty/{blobs,libhwbase,libgfxinit}; do \
|
||||
if [ -d $$d ]; then \
|
||||
(cd $$d; \
|
||||
git config remote.origin.push HEAD:refs/for/master); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue