From a961fa995d1ba264957d5d3d04b5fea083d20157 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 30 Oct 2014 15:16:17 +0100 Subject: Add cbootimage recipe --- recipes-bsp/cbootimage/cbootimage.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-bsp/cbootimage/cbootimage.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/cbootimage/cbootimage.bb b/recipes-bsp/cbootimage/cbootimage.bb new file mode 100644 index 0000000..9cf6705 --- /dev/null +++ b/recipes-bsp/cbootimage/cbootimage.bb @@ -0,0 +1,21 @@ +SUMMARY = "cbootimage" +DESCRIPTION = "Utility to create boot images with boot configuration data (BCT) for NVIDIA Tegra SoCs." +SECTION = "bootloader" +DEPENDS = "" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI = "git://github.com/NVIDIA/cbootimage.git \ + " +SRCREV = "57f67537af9cdf34ae9edb76f351c7df277a55b4" +PV = "1.4" + +EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' + +S = "${WORKDIR}/git" + +inherit autotools + -- cgit v1.2.3