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 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/u-boot/u-boot-script-boundary_git.bbappend b/recipes/u-boot/u-boot-script-boundary_git.bbappend index 8db57e0..c845717 100644 --- a/recipes/u-boot/u-boot-script-boundary_git.bbappend +++ b/recipes/u-boot/u-boot-script-boundary_git.bbappend | |||
@@ -1,6 +1,4 @@ | |||
1 | 1 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | |
2 | do_mkimage_prepend () { | 2 | SRC_URI += " \ |
3 | if [ ! -e board/boundary/${MACHINE} ]; then | 3 | file://0001-nitrogen6x-disable-console-cursor-blinking.patch \ |
4 | cp -r board/boundary/nitrogen6x board/boundary/${MACHINE} | 4 | " |
5 | fi | ||
6 | } | ||