summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb')
-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 0000000..46de0d8
--- /dev/null
+++ b/meta-linaro/recipes-extra/arndale-pre-boot/arndale-pre-boot_0.0.2.20130101.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "This package contains the BL1 binary for Arndale board, \
2a chip-specific pre-bootloader provided by Samsung."
3SUMMARY = "Binary pre-bootloader for Arndale (BL1)"
4SECTION = "bootloader"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://BSD;md5=9c3fd1feed485309afa64b43f98ba22a"
7
8SRCREV = "fddc9ea644ee7d05c439ef7cdecbe20da63cdce3"
9PV = "0.0.2.20130101+git${SRCPV}"
10PR = "r1"
11
12SRC_URI = "git://git.linaro.org/pkg/arndale-pre-boot.git"
13
14S = "${WORKDIR}/git"
15
16do_install() {
17 install -D -p -m0644 arndale-bl1.bin ${D}/lib/firmware/arndale/arndale-bl1.bin
18}
19
20PACKAGE_ARCH = "all"
21
22PACKAGES = "${PN}"
23
24FILES_${PN} = "/lib/firmware/arndale/arndale-bl1.bin"