summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-05-03 21:37:45 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-05-03 21:51:05 +1000
commit1b1ac14f22f2cfd03a38301a921758f29ac08a11 (patch)
tree216889068bc1b31d4932e58e9adeb0a23fbd3bd9
parent258f7d63e7a994f2f7e4a5d10076a12ca6e97e5d (diff)
downloadmeta-xilinx-1b1ac14f22f2cfd03a38301a921758f29ac08a11.tar.gz
zybo-linux-bd.bb: Add sysroot population of ps7_init files
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/reference-design/zybo-linux-bd.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/reference-design/zybo-linux-bd.bb b/recipes-bsp/reference-design/zybo-linux-bd.bb
index 9224d2d1..e951f58e 100644
--- a/recipes-bsp/reference-design/zybo-linux-bd.bb
+++ b/recipes-bsp/reference-design/zybo-linux-bd.bb
@@ -56,6 +56,10 @@ do_install() {
56 done 56 done
57} 57}
58 58
59sysroot_stage_all () {
60 sysroot_stage_dir ${D}${PLATFORM_INIT_DIR} ${SYSROOT_DESTDIR}/${PLATFORM_INIT_DIR}
61}
62
59do_deploy () { 63do_deploy () {
60 if [ -e ${D}/download.bit ]; then 64 if [ -e ${D}/download.bit ]; then
61 install -d ${DEPLOY_DIR_IMAGE} 65 install -d ${DEPLOY_DIR_IMAGE}
@@ -65,4 +69,4 @@ do_deploy () {
65 ln -sf ${BITSTREAM} ${DEPLOY_DIR_IMAGE}/bitstream 69 ln -sf ${BITSTREAM} ${DEPLOY_DIR_IMAGE}/bitstream
66 fi 70 fi
67} 71}
68addtask deploy before do_build after do_install \ No newline at end of file 72addtask deploy before do_build after do_install