diff options
Diffstat (limited to 'recipes/u-boot/u-boot-script-boundary_git.bbappend')
-rw-r--r-- | recipes/u-boot/u-boot-script-boundary_git.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-script-boundary_git.bbappend b/recipes/u-boot/u-boot-script-boundary_git.bbappend new file mode 100644 index 0000000..2f02fb6 --- /dev/null +++ b/recipes/u-boot/u-boot-script-boundary_git.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | MACHINE = "nitrogen6x" | ||
2 | |||
3 | do_deploy_append () { | ||
4 | cd ${DEPLOYDIR} | ||
5 | rm -f 6x_bootscript 6x_upgrade | ||
6 | ln -sf 6x_bootscript-${MACHINE}-${PV}-${PR} 6x_bootscript | ||
7 | ln -sf 6x_upgrade-${MACHINE}-${PV}-${PR} 6x_upgrade | ||
8 | } | ||
9 | |||