Alex Thiessen has uploaded this change for review. ( https://review.coreboot.org/23059
Change subject: Fix gitconfig waiting for user input
......................................................................
Fix gitconfig waiting for user input
When running `make gitconfig` on a freshly cloned repository, the script
will wait for user input in a call to `sed`, caused by a spurious
newline introduced in commit 9ab8ae6a55681874ec194bc144077ded5363a317.
Change-Id: I2aa722c052d24dcffa9688df09bcf8dc767bd0b6
Signed-off-by: Alex Thiessen <alex.thiessen.de+coreboot(a)gmail.com>
---
M util/gitconfig/gitconfig.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/23059/1
diff --git a/util/gitconfig/gitconfig.sh b/util/gitconfig/gitconfig.sh
index 116e7fb..5f91a69 100755
--- a/util/gitconfig/gitconfig.sh
+++ b/util/gitconfig/gitconfig.sh
@@ -16,7 +16,7 @@
if [ -d $hooks ]; then
if [ util/gitconfig/commit-msg -nt $hooks/commit-msg ] || \
[ ! -x $hooks/commit-msg ]; then
- sed -e "s,%MAKE%,remake,g"
+ sed -e "s,%MAKE%,remake,g" \
util/gitconfig/commit-msg > $hooks/commit-msg
chmod +x $hooks/commit-msg
fi
--
To view, visit https://review.coreboot.org/23059
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2aa722c052d24dcffa9688df09bcf8dc767bd0b6
Gerrit-Change-Number: 23059
Gerrit-PatchSet: 1
Gerrit-Owner: Alex Thiessen <alex.thiessen.de(a)gmail.com>
Alex Thiessen has abandoned this change. ( https://review.coreboot.org/23058 )
Change subject: Fix gitconfig waiting for user input
......................................................................
Abandoned
moving to another gerrit account
--
To view, visit https://review.coreboot.org/23058
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I616e94f6e951dddbe951e65ebc74eb1d4dc40d2a
Gerrit-Change-Number: 23058
Gerrit-PatchSet: 1
Gerrit-Owner: Alex Thiessen <pandokos+coreboot(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Alex Thiessen has uploaded this change for review. ( https://review.coreboot.org/23058
Change subject: Fix gitconfig waiting for user input
......................................................................
Fix gitconfig waiting for user input
When running `make gitconfig` on a freshly cloned repository, the script
will wait for user input in a call to `sed`, caused by a spurious
newline introduced in commit 9ab8ae6a55681874ec194bc144077ded5363a317.
Change-Id: I616e94f6e951dddbe951e65ebc74eb1d4dc40d2a
Signed-off-by: Alex Thiessen <alex.thiessen.de+coreboot(a)gmail.com>
---
M util/gitconfig/gitconfig.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/23058/1
diff --git a/util/gitconfig/gitconfig.sh b/util/gitconfig/gitconfig.sh
index 116e7fb..5f91a69 100755
--- a/util/gitconfig/gitconfig.sh
+++ b/util/gitconfig/gitconfig.sh
@@ -16,7 +16,7 @@
if [ -d $hooks ]; then
if [ util/gitconfig/commit-msg -nt $hooks/commit-msg ] || \
[ ! -x $hooks/commit-msg ]; then
- sed -e "s,%MAKE%,remake,g"
+ sed -e "s,%MAKE%,remake,g" \
util/gitconfig/commit-msg > $hooks/commit-msg
chmod +x $hooks/commit-msg
fi
--
To view, visit https://review.coreboot.org/23058
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I616e94f6e951dddbe951e65ebc74eb1d4dc40d2a
Gerrit-Change-Number: 23058
Gerrit-PatchSet: 1
Gerrit-Owner: Alex Thiessen <pandokos+coreboot(a)gmail.com>
Hello Rajmohan Mani, Rizwan Qureshi, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/23056
to look at the new patch set (#2).
Change subject: mainboard/google/poppy/variants/nautilus - MIPI camera asl files for Nautilus
......................................................................
mainboard/google/poppy/variants/nautilus - MIPI camera asl files for Nautilus
* added IMX258 sensor entity
* enabled CIO2 and IMGu in devicetree.cb
Change-Id: Iebd41ac3631829bbb0b008761eb67c3db3e94638
Signed-off-by: andy yeh <andy.yeh(a)intel.corp-partner.google.com>
---
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/poppy/variants/nautilus/devicetree.cb
A src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/camera.asl
A src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl
A src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/mipi_camera.asl
5 files changed, 651 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/23056/2
--
To view, visit https://review.coreboot.org/23056
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iebd41ac3631829bbb0b008761eb67c3db3e94638
Gerrit-Change-Number: 23056
Gerrit-PatchSet: 2
Gerrit-Owner: Anonymous Coward #1001830
Gerrit-Reviewer: Rajmohan Mani <rajmohan.mani(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23002 )
Change subject: mainboard/asus/am1i-a: add support for board ASUS AM1I-A
......................................................................
Patch Set 5:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/65125/ : SUCCESS
--
To view, visit https://review.coreboot.org/23002
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I3d9432849560df81536bbb2ce4c87cd265b820f7
Gerrit-Change-Number: 23002
Gerrit-PatchSet: 5
Gerrit-Owner: Gergely Kiss <mail.gery(a)gmail.com>
Gerrit-Reviewer: Gergely Kiss <mail.gery(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 01 Jan 2018 15:36:10 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No