From 3504a5a71ed5eff3c32c85b7741bb01ddc687159 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 28 Dec 2011 12:25:38 -0600 Subject: [PATCH] Add boot-format recipe using public git Signed-off-by: Matthew McClintock --- .../boot-format/boot-format_git.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb diff --git a/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb b/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb new file mode 100644 index 00000000..a8b1bb53 --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/boot-format/boot-format_git.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" +LICENSE = "GPL" +PR = "r2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ + " +SRCREV = "aca17b98516ef1869e7f2d98e865bce9226e8bba" + +S = "${WORKDIR}/git" +EXTRA_OEMAKE = 'CC="${CC}"' + +do_install(){ + oe_runmake DESTDIR=${D} PREFIX=${prefix} install +} + +PACKAGES =+ "${PN}-config" +FILES_${PN}-config += "${datadir}/*" + +BBCLASSEXTEND = "native nativesdk" -- 2.40.1