All of lore.kernel.org
 help / color / mirror / Atom feed
* TI boot-monitor recipe doesn't install the boot monitor binary in the image
@ 2014-02-07 10:36 Jose Alarcon
  2014-02-07 19:10 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Jose Alarcon @ 2014-02-07 10:36 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

Hi there,

In order to boot ubi images on our Keystone2-evem, we had to modify the boot-monitor recipe so that the boot monitor binary gets installed into the image.

We fixed this in our own layers with a bbappend file like this:

    PROVIDES += "boot-monitor"

    do_install () {
        install -d ${D}/boot
        install ${S}/${BOOT_MONITOR_BINARY} ${D}/boot/${BOOT_MONITOR_IMAGE}
        ln -sf ${BOOT_MONITOR_IMAGE} ${D}/boot/${BOOT_MONITOR_BINARY}
    }

    FILES_${PN} = "/boot ${sysconfdir}"

Should this be fixed in the boot-monitor_git.bb recipe itself?

I am using danny branch of meta-ti, commit 0039248515b16b88161844aef5d507737331c834

Best,

--
Jose Alarcon

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

end of thread, other threads:[~2014-02-12 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 10:36 TI boot-monitor recipe doesn't install the boot monitor binary in the image Jose Alarcon
2014-02-07 19:10 ` Denys Dmytriyenko
2014-02-10  7:21   ` Jose Alarcon
2014-02-12 20:01     ` Denys Dmytriyenko

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.