[meta-ti] [PATCH] pmmc-fw: add initial PMMC firmware binary

Jacob Stiffler j-stiffler at ti.com
Tue Nov 24 11:18:54 PST 2015


Will this firmware be placed in the DEPLOY_DIR_IMAGES?

On 11/24/2015 2:11 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys at ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ---
>   recipes-bsp/pmmc-fw/pmmc-fw_git.bb | 27 +++++++++++++++++++++++++++
>   1 file changed, 27 insertions(+)
>   create mode 100644 recipes-bsp/pmmc-fw/pmmc-fw_git.bb
>
> diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> new file mode 100644
> index 0000000..0363bf6
> --- /dev/null
> +++ b/recipes-bsp/pmmc-fw/pmmc-fw_git.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "PMMC firmware"
> +
> +LICENSE = "TI-TFL"
> +LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
> +
> +PR = "r0"
> +
> +CLEANBROKEN = "1"
> +
> +COMPATIBLE_MACHINE = "k2g-evm"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115"
> +BRANCH ?= "master"
> +
> +SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +TARGET = "pmmc-firmware.bin"
> +
> +do_install() {
> +	mkdir -p ${D}/boot
> +	cp ${S}/ti-keystone/${TARGET} ${D}/boot/${TARGET}
> +}
> +
> +FILES_${PN} = "/boot"



More information about the meta-ti mailing list