aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/arndale-pre-boot
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-07-31 17:23:30 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-07-31 17:23:30 +0300
commit98ee8695b51d9c157bd3cb81052429f8970fa99d (patch)
treed9db7e36a224ea9dadb60d06199f96c1f5cf68f7 /meta-linaro/recipes-extra/arndale-pre-boot
parent277a59ff7983e99ae735bdd4d717240f4915eecf (diff)
linaro-image-lng: add arndale-pre-boot recipe
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra/arndale-pre-boot')
-rw-r--r--meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb24
1 files changed, 24 insertions, 0 deletions
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