summaryrefslogtreecommitdiff
path: root/meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass')
-rw-r--r--meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass b/meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass
new file mode 100644
index 000000000..206203055
--- /dev/null
+++ b/meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass
@@ -0,0 +1,20 @@
+LICENSE = "CLOSED"
+LIC_FILES_CHKSUM = ""
+
+
+BBRANCH = "master"
+SRC_URI = "git://github.com/HewlettPackard/gxp-bootblock.git;branch=${BBRANCH}"
+SRCREV = "1d4b424934ab3a2f22cf1b9a459a38e45971509f"
+S = "${WORKDIR}/git"
+
+inherit deploy
+
+do_deploy () {
+ install -d ${DEPLOYDIR}
+
+ install -m 644 gxp-bootblock-dl360poc.bin ${DEPLOYDIR}/gxp-bootblock.bin
+
+}
+
+addtask deploy before do_build after do_compile
+