[meta-ti] TI boot-monitor recipe doesn't install the boot monitor binary in the image

Jose Alarcon Jose.Alarcon at procemex.com
Fri Feb 7 02:36:09 PST 2014


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


More information about the meta-ti mailing list