diff options
-rw-r--r-- | recipes-bcm/bootfiles/rpi-config_0.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bcm/bootfiles/rpi-config_0.1.bb b/recipes-bcm/bootfiles/rpi-config_0.1.bb index aff1e5d..28b6f19 100644 --- a/recipes-bcm/bootfiles/rpi-config_0.1.bb +++ b/recipes-bcm/bootfiles/rpi-config_0.1.bb | |||
@@ -26,6 +26,9 @@ do_deploy() { | |||
26 | if [ -n "${KEY_DECODE_WVC1}" ]; then | 26 | if [ -n "${KEY_DECODE_WVC1}" ]; then |
27 | sed -i '/#decode_WVC1/ c\decode_MVC1=${KEY_DECODE_WVC1}' ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/config.txt | 27 | sed -i '/#decode_WVC1/ c\decode_MVC1=${KEY_DECODE_WVC1}' ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/config.txt |
28 | fi | 28 | fi |
29 | if [ -n "${DISABLE_OVERSCAN}" ]; then | ||
30 | sed -i '/#disable_overscan/ c\disable_overscan=${DISABLE_OVERSCAN}' ${DEPLOY_DIR_IMAGE}/bcm2835-bootfiles/config.txt | ||
31 | fi | ||
29 | } | 32 | } |
30 | 33 | ||
31 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 34 | PACKAGE_ARCH = "${MACHINE_ARCH}" |