diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-03 21:37:45 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-03 21:51:05 +1000 |
| commit | 1b1ac14f22f2cfd03a38301a921758f29ac08a11 (patch) | |
| tree | 216889068bc1b31d4932e58e9adeb0a23fbd3bd9 | |
| parent | 258f7d63e7a994f2f7e4a5d10076a12ca6e97e5d (diff) | |
| download | meta-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.bb | 6 |
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 | ||
| 59 | sysroot_stage_all () { | ||
| 60 | sysroot_stage_dir ${D}${PLATFORM_INIT_DIR} ${SYSROOT_DESTDIR}/${PLATFORM_INIT_DIR} | ||
| 61 | } | ||
| 62 | |||
| 59 | do_deploy () { | 63 | do_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 | } |
| 68 | addtask deploy before do_build after do_install \ No newline at end of file | 72 | addtask deploy before do_build after do_install |
