From: Andrei Gherzan <andrei@gherzan.ro>
To: Jonathan Liu <net147@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH] rpi-config: fix setting decode_WVC1 in config.txt
Date: Thu, 24 Sep 2015 01:41:00 +0300 [thread overview]
Message-ID: <20150923224100.GE23493@resin> (raw)
In-Reply-To: <55D5B2B2.5020900@gmail.com>
Hello,
On Thu, Aug 20, 2015 at 08:57:54PM +1000, Jonathan Liu wrote:
> On 16/08/2015 1:08 AM, Jonathan Liu wrote:
> >Signed-off-by: Jonathan Liu <net147@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
Merged to master. Thanks.
--
Andrei Gherzan
prev parent reply other threads:[~2015-09-23 22:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-15 15:08 [meta-raspberrypi][PATCH] rpi-config: fix setting decode_WVC1 in config.txt Jonathan Liu
2015-08-20 10:57 ` Jonathan Liu
2015-09-23 22:41 ` Andrei Gherzan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150923224100.GE23493@resin \
--to=andrei@gherzan.ro \
--cc=net147@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.