diff options
Diffstat (limited to 'recipes-bsp/boot-format/boot-format_git.bb')
| -rw-r--r-- | recipes-bsp/boot-format/boot-format_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb new file mode 100644 index 0000000..5e1719b --- /dev/null +++ b/recipes-bsp/boot-format/boot-format_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | PR = "r6" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git;nobranch=1" | ||
| 7 | SRCREV = "3d5f5ae1461eb14927a89eea12a841983e151ec7" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | EXTRA_OEMAKE = 'CC="${CC}"' | ||
| 11 | |||
| 12 | do_install(){ | ||
| 13 | oe_runmake DESTDIR=${D} PREFIX=${prefix} install | ||
| 14 | } | ||
| 15 | |||
| 16 | PACKAGES =+ "${PN}-config" | ||
| 17 | FILES_${PN}-config += "${datadir}/*" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
