diff options
author | Matthew McClintock <msm@freescale.com> | 2011-12-28 12:25:38 -0600 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2011-12-28 12:25:38 -0600 |
commit | 3ce956c1013cfce4e19ed451924bb0f12598482b (patch) | |
tree | a8fdd26938c7a57613693c03c970635bdb0e9ebd /recipes-tools/boot-format | |
parent | c8f3c2be590c47405f37c1fe0848eca7af5db44d (diff) | |
download | meta-fsl-ppc-3ce956c1013cfce4e19ed451924bb0f12598482b.tar.gz |
Add boot-format recipe using public git
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-tools/boot-format')
-rw-r--r-- | recipes-tools/boot-format/boot-format_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-tools/boot-format/boot-format_git.bb b/recipes-tools/boot-format/boot-format_git.bb new file mode 100644 index 0000000..a8b1bb5 --- /dev/null +++ b/recipes-tools/boot-format/boot-format_git.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" | ||
2 | LICENSE = "GPL" | ||
3 | PR = "r2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ | ||
7 | " | ||
8 | SRCREV = "aca17b98516ef1869e7f2d98e865bce9226e8bba" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | EXTRA_OEMAKE = 'CC="${CC}"' | ||
12 | |||
13 | do_install(){ | ||
14 | oe_runmake DESTDIR=${D} PREFIX=${prefix} install | ||
15 | } | ||
16 | |||
17 | PACKAGES =+ "${PN}-config" | ||
18 | FILES_${PN}-config += "${datadir}/*" | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||