From 98ee8695b51d9c157bd3cb81052429f8970fa99d Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Wed, 31 Jul 2013 17:23:30 +0300 Subject: linaro-image-lng: add arndale-pre-boot recipe Signed-off-by: Fathi Boudra --- .../arndale-pre-boot_0.0.2.20130101.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb (limited to 'meta-linaro/recipes-extra') diff --git a/meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb b/meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb new file mode 100644 index 00000000..ccd7097b --- /dev/null +++ b/meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "This package contains the BL1 binary for Arndale board, \ +a chip-specific pre-bootloader provided by Samsung." +SUMMARY = "Binary pre-bootloader for Arndale (BL1)" +SECTION = "bootloader" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://BSD;md5=9c3fd1feed485309afa64b43f98ba22a" + +SRCREV = "${AUTOREV}" +PV = "0.0.2.20130101+git${SRCPV}" +PR = "r1" + +SRC_URI = "git://git.linaro.org/pkg/arndale-pre-boot.git" + +S = "${WORKDIR}/git" + +do_install() { + install -D -p -m0644 arndale-bl1.bin ${D}/lib/firmware/arndale/arndale-bl1.bin +} + +PACKAGE_ARCH = "all" + +PACKAGES = "${PN}" + +FILES_${PN} = "/lib/firmware/arndale/arndale-bl1.bin" \ No newline at end of file -- cgit v1.2.3