:) I have sent the same patch three years ago but no one picked it up...

https://lists.yoctoproject.org/pipermail/yocto/2012-October/009846.html

On Tue, Nov 24, 2015 at 11:39 AM, Juro Bystricky
<juro.bystri...@intel.com> wrote:
> Signed-off-by: Juro Bystricky <juro.bystri...@intel.com>
> ---
>  psplash-fb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/psplash-fb.c b/psplash-fb.c
> index bd9cd9d..e71af8f 100644
> --- a/psplash-fb.c
> +++ b/psplash-fb.c
> @@ -185,7 +185,7 @@ psplash_fb_new (int angle)
>           fb->rgbmode = RGB888;
>    } else if (fb->red_offset == 0 && fb->red_length == 8 &&
>        fb->green_offset == 8 && fb->green_length == 8 &&
> -      fb->blue_offset == 8 && fb->blue_length == 8) {
> +      fb->blue_offset == 16 && fb->blue_length == 8) {
>           fb->rgbmode = BGR888;
>    } else {
>           fb->rgbmode = GENERIC;
> --
> 1.9.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to