All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] boot/mxs-bootlets: fix build without any bootstream
@ 2023-02-25 23:14 Fabrice Fontaine
  2023-02-27 16:03 ` Peter Korsgaard
  2023-03-14 21:54 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-02-25 23:14 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Fix the following build failure raised since the addition of the package
in commit 2a636d15217cd326b4546e7017538c7a9e9d399c:

sed -i 's,[^ *]power_prep.*;,\tpower_prep="/home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/power_prep/power_prep";,' /home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/
sed: couldn't edit /home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/: not a regular file

Fixes:
 - http://autobuild.buildroot.org/results/b4b26f6b02fd1991f46eba5db240e5050b96d333

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 boot/mxs-bootlets/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/mxs-bootlets/Config.in b/boot/mxs-bootlets/Config.in
index b3e392afa8..8f9334b610 100644
--- a/boot/mxs-bootlets/Config.in
+++ b/boot/mxs-bootlets/Config.in
@@ -1,6 +1,8 @@
 config BR2_TARGET_MXS_BOOTLETS
 	bool "mxs-bootlets"
 	depends on BR2_arm
+	depends on BR2_TARGET_BAREBOX || BR2_LINUX_KERNEL || \
+		BR2_TARGET_UBOOT
 	help
 	  Stage1 bootloaders for Freescale iMX23/iMX28 SoCs
 
-- 
2.39.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] boot/mxs-bootlets: fix build without any bootstream
  2023-02-25 23:14 [Buildroot] [PATCH 1/1] boot/mxs-bootlets: fix build without any bootstream Fabrice Fontaine
@ 2023-02-27 16:03 ` Peter Korsgaard
  2023-03-14 21:54 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-02-27 16:03 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix the following build failure raised since the addition of the package
 > in commit 2a636d15217cd326b4546e7017538c7a9e9d399c:

 > sed -i 's,[^
 > *]power_prep.*;,\tpower_prep="/home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/power_prep/power_prep";,'
 > /home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/
 > sed: couldn't edit /home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/: not a regular file

 > Fixes:
 >  - http://autobuild.buildroot.org/results/b4b26f6b02fd1991f46eba5db240e5050b96d333

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] boot/mxs-bootlets: fix build without any bootstream
  2023-02-25 23:14 [Buildroot] [PATCH 1/1] boot/mxs-bootlets: fix build without any bootstream Fabrice Fontaine
  2023-02-27 16:03 ` Peter Korsgaard
@ 2023-03-14 21:54 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-03-14 21:54 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix the following build failure raised since the addition of the package
 > in commit 2a636d15217cd326b4546e7017538c7a9e9d399c:

 > sed -i 's,[^
 > *]power_prep.*;,\tpower_prep="/home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/power_prep/power_prep";,'
 > /home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/
 > sed: couldn't edit /home/autobuild/autobuild/instance-9/output-1/build/mxs-bootlets-10.12.01/: not a regular file

 > Fixes:
 >  - http://autobuild.buildroot.org/results/b4b26f6b02fd1991f46eba5db240e5050b96d333

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.11.x and 2022.02.x, thanks.

> ---
 >  boot/mxs-bootlets/Config.in | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/boot/mxs-bootlets/Config.in b/boot/mxs-bootlets/Config.in
 > index b3e392afa8..8f9334b610 100644
 > --- a/boot/mxs-bootlets/Config.in
 > +++ b/boot/mxs-bootlets/Config.in
 > @@ -1,6 +1,8 @@
 >  config BR2_TARGET_MXS_BOOTLETS
 >  	bool "mxs-bootlets"
 >  	depends on BR2_arm
 > +	depends on BR2_TARGET_BAREBOX || BR2_LINUX_KERNEL || \
 > +		BR2_TARGET_UBOOT
 >  	help
 >  	  Stage1 bootloaders for Freescale iMX23/iMX28 SoCs
 
 > -- 

 > 2.39.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-14 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 23:14 [Buildroot] [PATCH 1/1] boot/mxs-bootlets: fix build without any bootstream Fabrice Fontaine
2023-02-27 16:03 ` Peter Korsgaard
2023-03-14 21:54 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.