HIMANSHU SAHDEV has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: Signed-off-by: himanshu sahdev aka CunningLearner sahdev.himan@gmail.com ......................................................................
Signed-off-by: himanshu sahdev aka CunningLearner sahdev.himan@gmail.com
payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile
Change-Id: I85ebfe14ee7f7f22462b79984a85f525f4276968 --- M payloads/libpayload/sample/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/34460/1
diff --git a/payloads/libpayload/sample/Makefile b/payloads/libpayload/sample/Makefile index 5931d5e..5b55710 100644 --- a/payloads/libpayload/sample/Makefile +++ b/payloads/libpayload/sample/Makefile @@ -37,7 +37,7 @@
CC := $(CC_$(ARCH-y)) AS := $(AS_$(ARCH-y)) -LIBPAYLOAD_DIR := ../install/libpayload +LIBPAYLOAD_DIR := .. XCC := CC="$(CC)" $(LIBPAYLOAD_DIR)/bin/lpgcc XAS := AS="$(AS)" $(LIBPAYLOAD_DIR)/bin/lpas CFLAGS := -Wall -Werror -Os
HIMANSHU SAHDEV has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: Signed-off-by: himanshu sahdev aka CunningLearner sahdev.himan@gmail.com ......................................................................
Patch Set 1:
Hello, I am newbie and this is just my start with coreboot and I wanted to learn a lot with the upcoming feedback. I would be happy to have you as a mentor. Thanks for your time and support.
Hello Julius Werner, build bot (Jenkins), Raul Rangel, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34460
to look at the new patch set (#2).
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile
This CL allows building a sample libpayload.
Change-Id: I85ebfe14ee7f7f22462b79984a85f525f4276968 Signed-off-by: himanshu sahdev aka CunningLearner sahdev.himan@gmail.com --- M payloads/libpayload/sample/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/34460/2
HIMANSHU SAHDEV has removed Raul Rangel from this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Removed reviewer Raul Rangel.
HIMANSHU SAHDEV has removed Julius Werner from this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Removed reviewer Julius Werner.
HIMANSHU SAHDEV has removed Name of user not set #1002508 from this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Removed reviewer null.
HIMANSHU SAHDEV has removed PraveenX Hodagatta Pranesh from this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Removed reviewer PraveenX Hodagatta Pranesh.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG@7 PS2, Line 7: payloads/libpayload libpayload is enough as prefix.
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG@9 PS2, Line 9: This CL allows building a sample libpayload. What error do you get?
HIMANSHU SAHDEV has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Patch Set 2:
(1 comment)
The path provided for lpgcc and lpas is wrong according to the current directory structure.
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG@9 PS2, Line 9: This CL allows building a sample libpayload.
What error do you get?
/bin/sh: 1: ../install/libpayload/bin/lpgcc: not found Makefile:54: recipe for target 'hello.o' failed
HIMANSHU SAHDEV has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: payloads/libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/34460/2//COMMIT_MSG@7 PS2, Line 7: payloads/libpayload
libpayload is enough as prefix.
Done
Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34460
to look at the new patch set (#3).
Change subject: libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
libpayload: Fix libpayload directory path in sample libpayload Makefile
This CL allows building a sample libpayload.
Change-Id: I85ebfe14ee7f7f22462b79984a85f525f4276968 Signed-off-by: Himanshu Sahdev aka CunningLearner sahdev.himan@gmail.com --- M payloads/libpayload/sample/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/34460/3
Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34460
to look at the new patch set (#5).
Change subject: libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
libpayload: Fix libpayload directory path in sample libpayload Makefile
This CL allows building a sample libpayload.
Change-Id: I85ebfe14ee7f7f22462b79984a85f525f4276968 Signed-off-by: Himanshu Sahdev aka CunningLearner sahdev.himan@gmail.com --- M payloads/libpayload/sample/Makefile 1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/34460/5
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Patch Set 5: Code-Review+1
Hello HAOUAS Elyes, Angel Pons, Paul Menzel, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34460
to look at the new patch set (#7).
Change subject: libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
libpayload: Fix libpayload directory path in sample libpayload Makefile
This CL allows building a sample libpayload. As a normal user if run make and not make install under libpayload gives error when trying to build the sample libpayload.
Change-Id: I85ebfe14ee7f7f22462b79984a85f525f4276968 Signed-off-by: Himanshu Sahdev aka CunningLearner sahdev.himan@gmail.com --- M payloads/libpayload/sample/Makefile 1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/34460/7
Name of user not set #1002532 has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34460 )
Change subject: libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Patch Set 7: Code-Review+1
Yes, I am able to replicate the same.
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/34460?usp=email )
Change subject: libpayload: Fix libpayload directory path in sample libpayload Makefile ......................................................................
Abandoned
This patch has not been touched in over 12 months. Anyone who wants to take over work on this patch, please feel free to restore it and do any work needed to get it merged. If you create a new patch based on this work, please credit the original author.