On 16/08/2015 1:08 AM, Jonathan Liu wrote:
Signed-off-by: Jonathan Liu <net...@gmail.com>
---
  recipes-bsp/bootfiles/rpi-config_git.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb 
b/recipes-bsp/bootfiles/rpi-config_git.bb
index 29ced34..45b9f1d 100644
--- a/recipes-bsp/bootfiles/rpi-config_git.bb
+++ b/recipes-bsp/bootfiles/rpi-config_git.bb
@@ -26,7 +26,7 @@ do_deploy() {
          sed -i '/#decode_MPG2/ c\decode_MPG2=${KEY_DECODE_MPG2}' 
${DEPLOYDIR}/bcm2835-bootfiles/config.txt
      fi
      if [ -n "${KEY_DECODE_WVC1}" ]; then
-        sed -i '/#decode_WVC1/ c\decode_MVC1=${KEY_DECODE_WVC1}' 
${DEPLOYDIR}/bcm2835-bootfiles/config.txt
+        sed -i '/#decode_WVC1/ c\decode_WVC1=${KEY_DECODE_WVC1}' 
${DEPLOYDIR}/bcm2835-bootfiles/config.txt
      fi
      if [ -n "${DISABLE_OVERSCAN}" ]; then
          sed -i '/#disable_overscan/ c\disable_overscan=${DISABLE_OVERSCAN}' 
${DEPLOYDIR}/bcm2835-bootfiles/config.txt
Bump. It's a simple typo fix. Notice MVC1 should be WVC1.

Regards,
Jonathan
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to