diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-07-09 16:28:09 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-07-23 13:41:00 +0300 |
commit | 243f97e9f5262c1ef3bcaeba202b81d8e9403817 (patch) | |
tree | 0156044f8b62d142ef87944dfe382b77f7e18474 /recipes/u-boot/u-boot-script-boundary_git.bbappend | |
parent | 79e70fa7c3d503a7a9fb48c52eaa72ac3ab55c72 (diff) | |
download | meta-boot2qt-243f97e9f5262c1ef3bcaeba202b81d8e9403817.tar.gz |
Disable cursor blinking on VT with kernel arguments
Change-Id: I5ff46bba20c574d4d3650de50a1dd696614c02e3
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
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 | } | ||