[yocto] [PSPLASH 1/2] psplash-fb.c: Fix BGR888 detection

Aws Ismail aws.ismail at gmail.com
Wed Nov 25 12:12:29 PST 2015


:) 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.bystricky at intel.com> wrote:
> Signed-off-by: Juro Bystricky <juro.bystricky at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list