All of lore.kernel.org
 help / color / mirror / Atom feed
* boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory
@ 2022-01-30  3:47 Ivan Riabtsov
  2022-01-31 13:52 ` [yocto] " Gary Huband
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Riabtsov @ 2022-01-30  3:47 UTC (permalink / raw)
  To: Yocto-mailing-list

Hello everyone, I need to put the boot.sh file in the
build/deploy/images/$IMAGE_NAME/ directory during the build, how can I
do this using the yocto build system?


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

* Re: [yocto] boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory
  2022-01-30  3:47 boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory Ivan Riabtsov
@ 2022-01-31 13:52 ` Gary Huband
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Huband @ 2022-01-31 13:52 UTC (permalink / raw)
  To: Yocto-mailing-list, ivriabtsov

[-- Attachment #1: Type: text/plain, Size: 1755 bytes --]

In Zeus I have a recipe that installs the file (a u-boot boot.scr for me):

install -m 0644 boot.scr ${DEPLOYDIR}

Make sure the recipe is included in your image.  Then in my machine conf:

IMAGE_BOOT_FILES = "zImage oftree imx7d-phyboard-zeta-004.dtb imx7d-phyboard-zeta-004-m4.dtb boot.scr"

Gary

________________________________
From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> on behalf of Ivan Riabtsov via lists.yoctoproject.org <ivriabtsov=gmail.com@lists.yoctoproject.org>
Sent: Saturday, January 29, 2022 10:47 PM
To: Yocto-mailing-list <yocto@lists.yoctoproject.org>
Subject: [yocto] boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory

Hello everyone, I need to put the boot.sh file in the
build/deploy/images/$IMAGE_NAME/ directory during the build, how can I
do this using the yocto build system?

Gary Huband
Sr. Software and Systems Engineer

Office: 434.284.8071 x720
Direct: 434.260.4995
Gary@MissionSecure.com

Follow Us!
LinkedIn<https://www.linkedin.com/company/mission-secure-inc->  |  Blog<https://www.missionsecure.com/blog?utm_source=email-signature&utm_medium=email&utm_campaign=blog-email-sig>  |  Website<https://www.missionsecure.com/?utm_source=email-signature&utm_medium=email&utm_campaign=web-email-sig>

: : : : : : : : : : : : : : : : : : : : : : : : : : :

[MSi]

This email and any files transmitted with it are confidential and proprietary and intended solely for the use of the individual or entity to whom they are addressed. Any dissemination, distribution or copying of this communication is strictly prohibited without our prior permission. If you received this in error, please contact the sender and delete the material from any computer.


[-- Attachment #2: Type: text/html, Size: 4992 bytes --]

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

end of thread, other threads:[~2022-01-31 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30  3:47 boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory Ivan Riabtsov
2022-01-31 13:52 ` [yocto] " Gary Huband

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.