From patchwork Thu Mar 20 15:29:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 59632 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A75DFC28B30 for ; Thu, 20 Mar 2025 15:29:49 +0000 (UTC) Received: from lelvem-ot01.ext.ti.com (lelvem-ot01.ext.ti.com [198.47.23.234]) by mx.groups.io with SMTP id smtpd.web11.10809.1742484583132431203 for ; Thu, 20 Mar 2025 08:29:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=FAgkBFZm; spf=pass (domain: ti.com, ip: 198.47.23.234, mailfrom: afd@ti.com) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelvem-ot01.ext.ti.com (8.15.2/8.15.2) with ESMTPS id 52KFTfeH040810 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Mar 2025 10:29:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1742484581; bh=Pn1iHiapQ1NDZCBIdt9ES7oK5tbB/vKct1ZSd3SLl90=; h=From:To:CC:Subject:Date; b=FAgkBFZmmMTKLvfwqnAB0/+h/k8SSrRg7jsQWTxKKIizbH1OlTQbuODziq0LpQbXE aGvOtrgoA/FVq1ibhePAmBDLseV0TL3clOqfrj0ZHImIib74h9bJbI4tiz68+i5Rsi s7kw+RGBoVCbD/mv8JWgg0njCOuZUCJlzF86Cu6I= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 52KFTfIB083330 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Mar 2025 10:29:41 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 20 Mar 2025 10:29:40 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 20 Mar 2025 10:29:41 -0500 Received: from lelvsmtp5.itg.ti.com ([10.249.42.149]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 52KFTeVk071689; Thu, 20 Mar 2025 10:29:40 -0500 From: Andrew Davis To: Denys Dmytriyenko , Ryan Eatmon , CC: Andrew Davis Subject: [meta-arago][scarthgap/master][PATCH] meta-arago-distro: psplash: Use PNG for splash logo Date: Thu, 20 Mar 2025 10:29:39 -0500 Message-ID: <20250320152939.72655-1-afd@ti.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 20 Mar 2025 15:29:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/16101 This seems to have been broken for some time now, to get this working update the splash logo. The upstream psplash now supports using a PNG image instead of a header file (recipe converts), so use that. Signed-off-by: Andrew Davis --- .../0003-Updated-configurability.patch.patch | 92 ---- .../psplash/psplash/psplash-bar-img.h | 31 -- .../psplash/psplash/psplash-poky-img.h | 453 ------------------ .../recipes-core/psplash/psplash/txn-logo.png | Bin 0 -> 8227 bytes .../recipes-core/psplash/psplash_git.bbappend | 10 +- 5 files changed, 2 insertions(+), 584 deletions(-) delete mode 100644 meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch delete mode 100644 meta-arago-distro/recipes-core/psplash/psplash/psplash-bar-img.h delete mode 100644 meta-arago-distro/recipes-core/psplash/psplash/psplash-poky-img.h create mode 100644 meta-arago-distro/recipes-core/psplash/psplash/txn-logo.png diff --git a/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch b/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch deleted file mode 100644 index 2e82b973..00000000 --- a/meta-arago-distro/recipes-core/psplash/psplash/0003-Updated-configurability.patch.patch +++ /dev/null @@ -1,92 +0,0 @@ -From 91aae19ff80429bc8e7f35cf131f0491ce3e2f63 Mon Sep 17 00:00:00 2001 -From: Franklin S Cooper Jr -Date: Fri, 6 Jul 2012 19:04:19 -0500 -Subject: [PATCH 3/3] Updated configurability.patch - -* Updating configurability.patch to work with the most recent version - (last update 5/10/2012) of psplash. - -Upstream-Status: Inappropriate [customization for arago] - -Signed-off-by: Franklin S Cooper Jr ---- - psplash.c | 16 ++++++++-------- - psplash.h | 3 +++ - 2 files changed, 11 insertions(+), 8 deletions(-) - -diff --git a/psplash.c b/psplash.c -index 09cf0d0..9ccfc83 100644 ---- a/psplash.c -+++ b/psplash.c -@@ -46,14 +46,14 @@ psplash_draw_msg (PSplashFB *fb, const char *msg) - - psplash_fb_draw_rect (fb, - 0, -- fb->height - (fb->height/6) - h, -- fb->width, -+ fb->height - (fb->height/PSPLASH_TEXT_DIVIDER) - h, -+ fb->width, - h, - PSPLASH_BACKGROUND_COLOR); - - psplash_fb_draw_text (fb, - (fb->width-w)/2, -- fb->height - (fb->height/6) - h, -+ fb->height - (fb->height/PSPLASH_TEXT_DIVIDER) - h, - PSPLASH_TEXT_COLOR, - &radeon_font, - msg); -@@ -66,7 +66,7 @@ psplash_draw_progress (PSplashFB *fb, int value) - - /* 4 pix border */ - x = ((fb->width - BAR_IMG_WIDTH)/2) + 4 ; -- y = fb->height - (fb->height/6) + 4; -+ y = fb->height - (fb->height/PSPLASH_PROGRESS_DIVIDER) + 4; - width = BAR_IMG_WIDTH - 8; - height = BAR_IMG_HEIGHT - 8; - -@@ -270,7 +270,7 @@ main (int argc, char** argv) - /* Draw the Poky logo */ - psplash_fb_draw_image (fb, - (fb->width - POKY_IMG_WIDTH)/2, -- ((fb->height * 5) / 6 - POKY_IMG_HEIGHT)/2, -+ (fb->height - POKY_IMG_HEIGHT)/2, - POKY_IMG_WIDTH, - POKY_IMG_HEIGHT, - POKY_IMG_BYTES_PER_PIXEL, -@@ -279,15 +279,15 @@ main (int argc, char** argv) - /* Draw progress bar border */ - psplash_fb_draw_image (fb, - (fb->width - BAR_IMG_WIDTH)/2, -- fb->height - (fb->height/6), -+ fb->height - (fb->height/PSPLASH_PROGRESS_DIVIDER), - BAR_IMG_WIDTH, - BAR_IMG_HEIGHT, - BAR_IMG_BYTES_PER_PIXEL, - BAR_IMG_RLE_PIXEL_DATA); - -- psplash_draw_progress (fb, 0); -+ psplash_draw_progress (fb, 0); /* draw initial progress */ - -- psplash_draw_msg (fb, MSG); -+ if (strlen(MSG)) psplash_draw_msg (fb, MSG); - - psplash_main (fb, pipe_fd, 0); - -diff --git a/psplash.h b/psplash.h -index f78c117..ec399ed 100644 ---- a/psplash.h -+++ b/psplash.h -@@ -55,6 +55,9 @@ typedef int bool; - #define TRUE 1 - #endif - -+#define PSPLASH_PROGRESS_DIVIDER 3 -+#define PSPLASH_TEXT_DIVIDER 3 -+ - #define PSPLASH_FIFO "psplash_fifo" - - #define CLAMP(x, low, high) \ --- -1.7.0.4 - diff --git a/meta-arago-distro/recipes-core/psplash/psplash/psplash-bar-img.h b/meta-arago-distro/recipes-core/psplash/psplash/psplash-bar-img.h deleted file mode 100644 index 30d64a4c..00000000 --- a/meta-arago-distro/recipes-core/psplash/psplash/psplash-bar-img.h +++ /dev/null @@ -1,31 +0,0 @@ -/* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */ - -#define BAR_IMG_ROWSTRIDE (690) -#define BAR_IMG_WIDTH (230) -#define BAR_IMG_HEIGHT (28) -#define BAR_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ -#define BAR_IMG_RLE_PIXEL_DATA ((uint8*) \ - "\377\377\377\377\377\377\377\377\377\377\377\377\321\377\377\377\1\307" \ - "\307\307\377\210\210\210\340\210\210\210\1\300\300\300\205\377\377\377" \ - "\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207" \ - "\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340" \ - "\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205" \ - "\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1" \ - "\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377" \ - "\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0" \ - "\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377" \ - "\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207" \ - "\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0" \ - "\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0" \ - "\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377" \ - "\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207" \ - "\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0" \ - "\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0" \ - "\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377" \ - "\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207" \ - "\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0" \ - "\0\0\340\0\0\0\1xxx\205\377\377\377\1\277\277\277\377www\340www\1\267" \ - "\267\267\377\377\377\377\377\377\377\377\377\377\377\377\322\377\377" \ - "\377") - - diff --git a/meta-arago-distro/recipes-core/psplash/psplash/psplash-poky-img.h b/meta-arago-distro/recipes-core/psplash/psplash/psplash-poky-img.h deleted file mode 100644 index 7269cdbf..00000000 --- a/meta-arago-distro/recipes-core/psplash/psplash/psplash-poky-img.h +++ /dev/null @@ -1,453 +0,0 @@ -/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ - -#define POKY_IMG_ROWSTRIDE (880) -#define POKY_IMG_WIDTH (220) -#define POKY_IMG_HEIGHT (137) -#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ -#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\206\0\0\0\377\3b\0\0\377\365\0\0\377\361" \ - "\0\0\377\214\360\0\0\377\3\367\0\0\377\254\0\0\377\2\0\0\377\206\0\0" \ - "\0\377\3\1\0\0\377\236\0\0\377\371\0\0\377\203\362\0\0\377\3\367\0\0" \ - "\377\312\0\0\377\11\0\0\377\377\0\0\0\377\274\0\0\0\377\3b\0\0\377\365" \ - "\0\0\377\361\0\0\377\214\360\0\0\377\3\367\0\0\377\254\0\0\377\2\0\0" \ - "\377\206\0\0\0\377\3\11\0\0\377\310\0\0\377\365\0\0\377\203\360\0\0\377" \ - "\2\370\0\0\377\236\0\0\377\377\0\0\0\377\275\0\0\0\377\3b\0\0\377\365" \ - "\0\0\377\361\0\0\377\214\360\0\0\377\3\367\0\0\377\254\0\0\377\2\0\0" \ - "\377\206\0\0\0\377\3!\0\0\377\345\0\0\377\362\0\0\377\203\360\0\0\377" \ - "\2\367\0\0\377t\0\0\377\377\0\0\0\377\275\0\0\0\377\3b\0\0\377\365\0" \ - "\0\377\361\0\0\377\214\360\0\0\377\3\367\0\0\377\254\0\0\377\2\0\0\377" \ - "\206\0\0\0\377\1Q\0\0\377\204\371\0\0\377\3\372\0\0\377\370\0\0\377J" \ - "\0\0\377\377\0\0\0\377\275\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377" \ - "\214\360\0\0\377\3\367\0\0\377\254\0\0\377\2\0\0\377\206\0\0\0\377\2" \ - "d\0\0\377\323\0\0\377\203\315\0\0\377\3\317\0\0\377\301\0\0\377\37\0" \ - "\0\377\377\0\0\0\377\275\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377" \ - "\214\360\0\0\377\3\367\0\0\377\254\0\0\377\1\0\0\377\206\0\0\0\377\2" \ - "\12\0\0\377\20\0\0\377\204\17\0\0\377\1\15\0\0\377\377\0\0\0\377\276" \ - "\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377\214\360\0\0\377\2\367\0" \ - "\0\377\250\0\0\377\377\0\0\0\377\314\0\0\0\377\3b\0\0\377\365\0\0\377" \ - "\361\0\0\377\214\360\0\0\377\13\363\0\0\377\314\0\0\377r\0\0\377p\0\0" \ - "\377r\0\0\377g\0\0\377\16\0\0\377\0\0\0\377\22\0\0\377k\0\0\377r\0\0" \ - "\377\203q\0\0\377\6t\0\0\3774\0\0\377\0\0\0\377\2\0\0\377U\0\0\377t\0" \ - "\0\377\212q\0\0\377\2u\0\0\377J\0\0\377\377\0\0\0\377\256\0\0\0\377\3" \ - "b\0\0\377\365\0\0\377\361\0\0\377\215\360\0\0\377\1\364\0\0\377\202\375" \ - "\0\0\377\7\377\0\0\377\322\0\0\377\16\0\0\377\0\0\0\377E\0\0\377\373" \ - "\0\0\377\377\0\0\377\202\375\0\0\377\202\376\0\0\377\5Y\0\0\377\0\0\0" \ - "\377\17\0\0\377\333\0\0\377\377\0\0\377\212\375\0\0\377\2\377\0\0\377" \ - "\247\0\0\377\377\0\0\0\377\256\0\0\0\377\3b\0\0\377\365\0\0\377\361\0" \ - "\0\377\216\360\0\0\377\202\361\0\0\377\2\371\0\0\377\235\0\0\377\202" \ - "\0\0\0\377\2p\0\0\377\367\0\0\377\203\361\0\0\377\7\363\0\0\377\351\0" \ - "\0\377)\0\0\377\0\0\0\3770\0\0\377\350\0\0\377\363\0\0\377\212\361\0" \ - "\0\377\2\371\0\0\377\237\0\0\377\377\0\0\0\377\256\0\0\0\377\3b\0\0\377" \ - "\365\0\0\377\361\0\0\377\220\360\0\0\377\2\367\0\0\377q\0\0\377\202\0" \ - "\0\0\377\2\230\0\0\377\370\0\0\377\203\360\0\0\377\7\364\0\0\377\320" \ - "\0\0\377\12\0\0\377\0\0\0\377Y\0\0\377\363\0\0\377\361\0\0\377\212\360" \ - "\0\0\377\2\370\0\0\377\236\0\0\377\377\0\0\0\377\256\0\0\0\377\3b\0\0" \ - "\377\365\0\0\377\361\0\0\377\217\360\0\0\377\7\361\0\0\377\357\0\0\377" \ - "G\0\0\377\0\0\0\377\7\0\0\377\301\0\0\377\365\0\0\377\203\360\0\0\377" \ - "\6\370\0\0\377\246\0\0\377\1\0\0\377\0\0\0\377\203\0\0\377\372\0\0\377" \ - "\213\360\0\0\377\2\370\0\0\377\236\0\0\377\377\0\0\0\377\256\0\0\0\377" \ - "\3b\0\0\377\365\0\0\377\361\0\0\377\217\360\0\0\377\7\362\0\0\377\342" \ - "\0\0\377\36\0\0\377\0\0\0\377\37\0\0\377\337\0\0\377\362\0\0\377\203" \ - "\360\0\0\377\6\370\0\0\377{\0\0\377\0\0\0\377\3\0\0\377\255\0\0\377\367" \ - "\0\0\377\213\360\0\0\377\2\370\0\0\377\236\0\0\377\377\0\0\0\377\256" \ - "\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377\217\360\0\0\377\7\365\0" \ - "\0\377\303\0\0\377\7\0\0\377\0\0\0\377E\0\0\377\356\0\0\377\361\0\0\377" \ - "\202\360\0\0\377\7\361\0\0\377\362\0\0\377P\0\0\377\0\0\0\377\22\0\0" \ - "\377\322\0\0\377\364\0\0\377\213\360\0\0\377\2\370\0\0\377\236\0\0\377" \ - "\377\0\0\0\377\256\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377\213\360" \ - "\0\0\377\1\363\0\0\377\203\372\0\0\377\2\377\0\0\377\235\0\0\377\202" \ - "\0\0\0\377\2p\0\0\377\370\0\0\377\203\360\0\0\377\7\362\0\0\377\343\0" \ - "\0\377*\0\0\377\0\0\0\3774\0\0\377\364\0\0\377\373\0\0\377\202\372\0" \ - "\0\377\1\363\0\0\377\210\360\0\0\377\2\370\0\0\377\236\0\0\377\377\0" \ - "\0\0\377\256\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377\212\360\0\0" \ - "\377\2\361\0\0\377\345\0\0\377\203\306\0\0\377\2\315\0\0\377^\0\0\377" \ - "\202\0\0\0\377\2\231\0\0\377\371\0\0\377\203\360\0\0\377\13\365\0\0\377" \ - "\312\0\0\377\15\0\0\377\0\0\0\377I\0\0\377\310\0\0\377\307\0\0\377\306" \ - "\0\0\377\305\0\0\377\337\0\0\377\361\0\0\377\207\360\0\0\377\2\370\0" \ - "\0\377\236\0\0\377\205\0\0\0\377\216\377\377\377\377\377\0\0\0\377\233" \ - "\0\0\0\377\3b\0\0\377\365\0\0\377\361\0\0\377\212\360\0\0\377\2\370\0" \ - "\0\377\227\0\0\377\202\13\0\0\377\202\14\0\0\377\5\3\0\0\377\0\0\0\377" \ - "\11\0\0\377\302\0\0\377\365\0\0\377\203\360\0\0\377\2\370\0\0\377\244" \ - "\0\0\377\202\0\0\0\377\2\7\0\0\377\14\0\0\377\202\13\0\0\377\3\15\0\0" \ - "\377\261\0\0\377\366\0\0\377\207\360\0\0\377\3\367\0\0\377\250\0\0\377" \ - "\1\0\0\377\204\0\0\0\377\216\377\377\377\377\377\0\0\0\377\233\0\0\0" \ - "\377\3b\0\0\377\365\0\0\377\361\0\0\377\212\360\0\0\377\2\370\0\0\377" \ - "g\0\0\377\206\0\0\0\377\3\36\0\0\377\343\0\0\377\362\0\0\377\203\360" \ - "\0\0\377\2\367\0\0\377{\0\0\377\206\0\0\0\377\3\16\0\0\377\320\0\0\377" \ - "\364\0\0\377\207\360\0\0\377\3\366\0\0\377\277\0\0\377\6\0\0\377\211" \ - "\0\0\0\377\204\377\377\377\377\377\0\0\0\377\240\0\0\0\377\3b\0\0\377" \ - "\365\0\0\377\361\0\0\377\211\360\0\0\377\3\361\0\0\377\354\0\0\377\77" \ - "\0\0\377\206\0\0\0\377\3D\0\0\377\357\0\0\377\361\0\0\377\202\360\0\0" \ - "\377\202\361\0\0\377\1Q\0\0\377\206\0\0\0\377\3""1\0\0\377\347\0\0\377" \ - "\362\0\0\377\207\360\0\0\377\3\363\0\0\377\335\0\0\377\40\0\0\377\211" \ - "\0\0\0\377\204\377\377\377\377\377\0\0\0\377\240\0\0\0\377\3W\0\0\377" \ - "\365\0\0\377\361\0\0\377\211\360\0\0\377\3\363\0\0\377\333\0\0\377\33" \ - "\0\0\377\206\0\0\0\377\2o\0\0\377\366\0\0\377\203\360\0\0\377\3\362\0" \ - "\0\377\346\0\0\377(\0\0\377\206\0\0\0\377\3W\0\0\377\364\0\0\377\361" \ - "\0\0\377\210\360\0\0\377\2\365\0\0\377_\0\0\377\211\0\0\0\377\204\377" \ - "\377\377\377\205\0\0\0\377\10$$$\377\221\221\221\377\324\324\324\377" \ - "\363\363\363\377\371\371\371\377\341\341\341\377\245\245\245\377777\377" \ - "\204\0\0\0\377\1\241\241\241\377\203\377\377\377\377\1""666\377\202\0" \ - "\0\0\377\1""666\377\203\377\377\377\377\1\240\240\240\377\202\0\0\0\377" \ - "\1```\377\203\377\377\377\377\5\375\375\375\377\361\361\361\377\316\316" \ - "\316\377\206\206\206\377\24\24\24\377\205\0\0\0\377\11BBB\377\252\252" \ - "\252\377\337\337\337\377\367\367\367\377\373\373\373\377\347\347\347" \ - "\377\274\274\274\377}}}\377+++\377\335\0\0\0\377\213{\0\0\377\3y\0\0" \ - "\377\253\0\0\377\362\0\0\377\212\360\0\0\377\3\366\0\0\377\274\0\0\377" \ - "\4\0\0\377\206\0\0\0\377\2\231\0\0\377\371\0\0\377\203\360\0\0\377\3" \ - "\364\0\0\377\313\0\0\377\15\0\0\377\206\0\0\0\377\2\203\0\0\377\371\0" \ - "\0\377\211\360\0\0\377\2\366\0\0\377\300\0\0\377\211\0\0\0\377\204\377" \ - "\377\377\377\204\0\0\0\377\2\\\\\\\377\367\367\367\377\206\377\377\377" \ - "\377\2\375\375\375\377zzz\377\203\0\0\0\377\2\13\13\13\377\330\330\330" \ - "\377\202\377\377\377\377\1\254\254\254\377\202\0\0\0\377\1\255\255\255" \ - "\377\202\377\377\377\377\2\326\326\326\377\13\13\13\377\202\0\0\0\377" \ - "\1\240\240\240\377\207\377\377\377\377\2\344\344\344\377\34\34\34\377" \ - "\203\0\0\0\377\1fff\377\211\377\377\377\377\335\0\0\0\377\214\377\0\0" \ - "\377\1\374\0\0\377\213\360\0\0\377\2\370\0\0\377\220\0\0\377\206\0\0" \ - "\0\377\3\11\0\0\377\302\0\0\377\365\0\0\377\203\360\0\0\377\3\370\0\0" \ - "\377\243\0\0\377\1\0\0\377\205\0\0\0\377\3\2\0\0\377\255\0\0\377\367" \ - "\0\0\377\212\360\0\0\377\1\370\0\0\377\211\0\0\0\377\204\377\377\377" \ - "\377\203\0\0\0\377\2""444\377\374\374\374\377\202\377\377\377\377\4\300" \ - "\300\300\377\35\35\35\377\15\15\15\377\234\234\234\377\203\377\377\377" \ - "\377\1OOO\377\203\0\0\0\377\12...\377\367\367\367\377\377\377\377\377" \ - "\375\375\375\377$$$\377%%%\377\375\375\375\377\377\377\377\377\366\366" \ - "\366\377---\377\203\0\0\0\377\6\261\261\261\377ooo\377!!!\377\4\4\4\377" \ - "\23\23\23\377{{{\377\203\377\377\377\377\1\233\233\233\377\203\0\0\0" \ - "\377\1\341\341\341\377\203\377\377\377\377\6\206\206\206\377\26\26\26" \ - "\377\12\12\12\377///\377qqq\377\315\315\315\377\335\0\0\0\377\227\360" \ - "\0\0\377\3\361\0\0\377\365\0\0\377V\0\0\377\206\0\0\0\377\3!\0\0\377" \ - "\336\0\0\377\363\0\0\377\203\360\0\0\377\2\372\0\0\377y\0\0\377\207\0" \ - "\0\0\377\2\325\0\0\377\364\0\0\377\212\360\0\0\377\1\363\0\0\377\211" \ - "\0\0\0\377\204\377\377\377\377\203\0\0\0\377\1\252\252\252\377\203\377" \ - "\377\377\377\1---\377\202\0\0\0\377\1\22\22\22\377\203\377\377\377\377" \ - "\1\300\300\300\377\204\0\0\0\377\1hhh\377\202\377\377\377\377\2\230\230" \ - "\230\377\231\231\231\377\202\377\377\377\377\1eee\377\211\0\0\0\377\1" \ - "\3\3\3\377\203\377\377\377\377\1\341\341\341\377\203\0\0\0\377\1\371" \ - "\371\371\377\202\377\377\377\377\1\355\355\355\377\343\0\0\0\377\227" \ - "\360\0\0\377\3\361\0\0\377\357\0\0\377\232\0\0\377\202x\0\0\377\7{\0" \ - "\0\377[\0\0\377\2\0\0\377\0\0\0\377F\0\0\377\360\0\0\377\361\0\0\377" \ - "\202\360\0\0\377\7\361\0\0\377\362\0\0\377O\0\0\377\0\0\0\377\13\0\0" \ - "\377q\0\0\377y\0\0\377\202x\0\0\377\3\212\0\0\377\355\0\0\377\361\0\0" \ - "\377\213\360\0\0\377\211\0\0\0\377\204\377\377\377\377\203\0\0\0\377" \ - "\1\350\350\350\377\212\377\377\377\377\1\362\362\362\377\205\0\0\0\377" \ - "\2\252\252\252\377\377\377\377\377\202\367\367\367\377\2\377\377\377" \ - "\377\247\247\247\377\205\0\0\0\377\5""999\377\243\243\243\377\332\332" \ - "\332\377\365\365\365\377\376\376\376\377\204\377\377\377\377\1\372\372" \ - "\372\377\203\0\0\0\377\1\313\313\313\377\203\377\377\377\377\4\265\265" \ - "\265\377\203\203\203\377QQQ\377\24\24\24\377\337\0\0\0\377\231\360\0" \ - "\0\377\1\375\0\0\377\203\377\0\0\377\5\250\0\0\377\1\0\0\377\0\0\0\377" \ - "r\0\0\377\367\0\0\377\203\360\0\0\377\6\362\0\0\377\343\0\0\377'\0\0" \ - "\377\0\0\0\3775\0\0\377\374\0\0\377\204\377\0\0\377\1\361\0\0\377\214" \ - "\360\0\0\377\211\0\0\0\377\204\377\377\377\377\203\0\0\0\377\1\373\373" \ - "\373\377\213\377\377\377\377\205\0\0\0\377\1""555\377\204\377\377\377" \ - "\377\1""555\377\204\0\0\0\377\2VVV\377\375\375\375\377\211\377\377\377" \ - "\377\203\0\0\0\377\2""555\377\347\347\347\377\205\377\377\377\377\3\374" \ - "\374\374\377\263\263\263\377\34\34\34\377\335\0\0\0\377\234\360\0\0\377" \ - "\2\370\0\0\377n\0\0\377\202\0\0\0\377\2\232\0\0\377\370\0\0\377\203\360" \ - "\0\0\377\7\365\0\0\377\315\0\0\377\12\0\0\377\0\0\0\377`\0\0\377\364" \ - "\0\0\377\361\0\0\377\220\360\0\0\377\211\0\0\0\377\204\377\377\377\377" \ - "\203\0\0\0\377\1\351\351\351\377\203\377\377\377\377\1\21\21\21\377\213" \ - "\0\0\0\377\3\5\5\5\377\313\313\313\377\377\377\377\377\202\355\355\355" \ - "\377\3\377\377\377\377\314\314\314\377\5\5\5\377\203\0\0\0\377\1\326" \ - "\326\326\377\203\377\377\377\377\3lll\377\7\7\7\377\2\2\2\377\204\377" \ - "\377\377\377\204\0\0\0\377\5\12\12\12\377UUU\377\220\220\220\377\270" \ - "\270\270\377\362\362\362\377\203\377\377\377\377\1\272\272\272\377\335" \ - "\0\0\0\377\233\360\0\0\377\7\361\0\0\377\356\0\0\377E\0\0\377\0\0\0\377" \ - "\7\0\0\377\303\0\0\377\365\0\0\377\203\360\0\0\377\2\367\0\0\377\245" \ - "\0\0\377\202\0\0\0\377\2\212\0\0\377\371\0\0\377\221\360\0\0\377\211" \ - "\0\0\0\377\204\377\377\377\377\203\0\0\0\377\1\257\257\257\377\203\377" \ - "\377\377\377\1[[[\377\213\0\0\0\377\1\205\205\205\377\202\377\377\377" \ - "\377\2\202\202\202\377\203\203\203\377\202\377\377\377\377\1\206\206" \ - "\206\377\203\0\0\0\377\1\372\372\372\377\203\377\377\377\377\3\11\11" \ - "\11\377\0\0\0\377***\377\204\377\377\377\377\210\0\0\0\377\1\33\33\33" \ - "\377\203\377\377\377\377\1\366\366\366\377\335\0\0\0\377\233\360\0\0" \ - "\377\7\362\0\0\377\341\0\0\377\36\0\0\377\0\0\0\377\36\0\0\377\342\0" \ - "\0\377\362\0\0\377\203\360\0\0\377\6\367\0\0\377y\0\0\377\0\0\0\377\4" \ - "\0\0\377\264\0\0\377\367\0\0\377\221\360\0\0\377\211\0\0\0\377\204\377" \ - "\377\377\377\203\0\0\0\377\2<<<\377\376\376\376\377\202\377\377\377\377" \ - "\7\352\352\352\377III\377\6\6\6\377\14\14\14\377111\377qqq\377\314\314" \ - "\314\377\204\0\0\0\377\4===\377\375\375\375\377\377\377\377\377\366\366" \ - "\366\377\202\25\25\25\377\4\366\366\366\377\377\377\377\377\375\375\375" \ - "\377>>>\377\202\0\0\0\377\1\340\340\340\377\203\377\377\377\377\3ZZZ" \ - "\377\20\20\20\377\265\265\265\377\204\377\377\377\377\203\0\0\0\377\6" \ - "\306\306\306\377fff\377(((\377\10\10\10\377\11\11\11\377^^^\377\203\377" \ - "\377\377\377\1\334\334\334\377\335\0\0\0\377\1\363\0\0\377\232\360\0" \ - "\0\377\7\365\0\0\377\304\0\0\377\6\0\0\377\0\0\0\377E\0\0\377\357\0\0" \ - "\377\361\0\0\377\202\360\0\0\377\7\361\0\0\377\362\0\0\377O\0\0\377\0" \ - "\0\0\377\27\0\0\377\326\0\0\377\363\0\0\377\221\360\0\0\377\211\0\0\0" \ - "\377\204\377\377\377\377\204\0\0\0\377\2jjj\377\373\373\373\377\210\377" \ - "\377\377\377\203\0\0\0\377\2\17\17\17\377\340\340\340\377\202\377\377" \ - "\377\377\1\225\225\225\377\202\0\0\0\377\1\226\226\226\377\202\377\377" \ - "\377\377\4\340\340\340\377\17\17\17\377\0\0\0\377ooo\377\205\377\377" \ - "\377\377\1\241\241\241\377\204\377\377\377\377\203\0\0\0\377\210\377" \ - "\377\377\377\2\375\375\375\377\\\\\\\377\335\0\0\0\377\2\366\0\0\377" \ - "\362\0\0\377\231\360\0\0\377\2\370\0\0\377\231\0\0\377\202\0\0\0\377" \ - "\2q\0\0\377\367\0\0\377\203\360\0\0\377\7\362\0\0\377\343\0\0\377(\0" \ - "\0\377\0\0\0\3778\0\0\377\354\0\0\377\361\0\0\377\221\360\0\0\377\211" \ - "\0\0\0\377\204\377\377\377\377\205\0\0\0\377\11---\377\231\231\231\377" \ - "\331\331\331\377\365\365\365\377\373\373\373\377\350\350\350\377\300" \ - "\300\300\377\202\202\202\377...\377\203\0\0\0\377\1\245\245\245\377\202" \ - "\377\377\377\377\2\374\374\374\377\"\"\"\377\202\0\0\0\377\2\"\"\"\377" \ - "\374\374\374\377\202\377\377\377\377\1\245\245\245\377\202\0\0\0\377" \ - "\6kkk\377\333\333\333\377\372\372\372\377\340\340\340\377\202\202\202" \ - "\377\4\4\4\377\204\377\377\377\377\203\0\0\0\377\11---\377\201\201\201" \ - "\377\300\300\300\377\351\351\351\377\374\374\374\377\370\370\370\377" \ - "\337\337\337\377\247\247\247\377;;;\377\336\0\0\0\377\3\212\0\0\377\371" \ - "\0\0\377\361\0\0\377\230\360\0\0\377\2\367\0\0\377p\0\0\377\202\0\0\0" \ - "\377\2\233\0\0\377\371\0\0\377\203\360\0\0\377\6\364\0\0\377\311\0\0" \ - "\377\16\0\0\377\0\0\0\377a\0\0\377\364\0\0\377\222\360\0\0\377\377\0" \ - "\0\0\377\241\0\0\0\377\3\10\0\0\377\265\0\0\377\370\0\0\377\227\360\0" \ - "\0\377\7\361\0\0\377\357\0\0\377F\0\0\377\0\0\0\377\12\0\0\377\302\0" \ - "\0\377\365\0\0\377\203\360\0\0\377\2\370\0\0\377\243\0\0\377\202\0\0" \ - "\0\377\2\212\0\0\377\370\0\0\377\222\360\0\0\377\377\0\0\0\377\242\0" \ - "\0\0\377\3""5\0\0\377\351\0\0\377\362\0\0\377\226\360\0\0\377\7\362\0" \ - "\0\377\337\0\0\377\"\0\0\377\0\0\0\377\"\0\0\377\341\0\0\377\362\0\0" \ - "\377\203\360\0\0\377\6\370\0\0\377v\0\0\377\0\0\0\377\4\0\0\377\270\0" \ - "\0\377\366\0\0\377\222\360\0\0\377\377\0\0\0\377\243\0\0\0\377\2\247" \ - "\0\0\377\370\0\0\377\226\360\0\0\377\7\365\0\0\377\304\0\0\377\12\0\0" \ - "\377\0\0\0\377F\0\0\377\360\0\0\377\361\0\0\377\202\360\0\0\377\7\361" \ - "\0\0\377\360\0\0\377O\0\0\377\0\0\0\377\25\0\0\377\333\0\0\377\363\0" \ - "\0\377\222\360\0\0\377\377\0\0\0\377\243\0\0\0\377\3O\0\0\377\363\0\0" \ - "\377\361\0\0\377\225\360\0\0\377\2\370\0\0\377\234\0\0\377\202\0\0\0" \ - "\377\1|\0\0\377\205\377\0\0\377\5\363\0\0\377&\0\0\377\0\0\0\377\22\0" \ - "\0\377\326\0\0\377\203\377\0\0\377\2\366\0\0\377\357\0\0\377\216\360" \ - "\0\0\377\377\0\0\0\377\243\0\0\0\377\3\15\0\0\377\312\0\0\377\365\0\0" \ - "\377\225\360\0\0\377\2\367\0\0\377q\0\0\377\202\0\0\0\377\2Z\0\0\377" \ - "\227\0\0\377\203\222\0\0\377\3\225\0\0\377\202\0\0\377\7\0\0\377\202" \ - "\0\0\0\377\6>\0\0\377\211\0\0\377\223\0\0\377\221\0\0\377\315\0\0\377" \ - "\363\0\0\377\216\360\0\0\377\377\0\0\0\377\244\0\0\0\377\2x\0\0\377\371" \ - "\0\0\377\211\360\0\0\377\5\364\0\0\377\374\0\0\377\377\0\0\377\376\0" \ - "\0\377\365\0\0\377\206\360\0\0\377\3\362\0\0\377\356\0\0\377B\0\0\377" \ - "\220\0\0\0\377\2\255\0\0\377\367\0\0\377\213\360\0\0\377\3\364\0\0\377" \ - "\373\0\0\377\377\0\0\377\377\0\0\0\377\244\0\0\0\377\3\37\0\0\377\335" \ - "\0\0\377\364\0\0\377\207\360\0\0\377\7\372\0\0\377\353\0\0\377\262\0" \ - "\0\377\220\0\0\377\244\0\0\377\343\0\0\377\372\0\0\377\205\360\0\0\377" \ - "\3\363\0\0\377\335\0\0\377\30\0\0\377\217\0\0\0\377\3\24\0\0\377\327" \ - "\0\0\377\364\0\0\377\210\360\0\0\377\6\361\0\0\377\367\0\0\377\376\0" \ - "\0\377\356\0\0\377\275\0\0\377z\0\0\377\377\0\0\0\377\245\0\0\0\377\2" \ - "|\0\0\377\372\0\0\377\206\360\0\0\377\4\372\0\0\377\301\0\0\3778\0\0" \ - "\377\1\0\0\377\202\0\0\0\377\3-\0\0\377\274\0\0\377\371\0\0\377\204\360" \ - "\0\0\377\3\365\0\0\377\274\0\0\377\7\0\0\377\217\0\0\0\377\3""6\0\0\377" \ - "\354\0\0\377\361\0\0\377\206\360\0\0\377\7\361\0\0\377\370\0\0\377\374" \ - "\0\0\377\331\0\0\377\215\0\0\3779\0\0\377\5\0\0\377\377\0\0\0\377\246" \ - "\0\0\0\377\4\21\0\0\377\301\0\0\377\375\0\0\377\361\0\0\377\203\360\0" \ - "\0\377\3\374\0\0\377\300\0\0\377\32\0\0\377\205\0\0\0\377\3\33\0\0\377" \ - "\311\0\0\377\367\0\0\377\203\360\0\0\377\3\367\0\0\377\255\0\0\377\2" \ - "\0\0\377\217\0\0\0\377\3a\0\0\377\364\0\0\377\361\0\0\377\205\360\0\0" \ - "\377\5\366\0\0\377\375\0\0\377\324\0\0\377u\0\0\377\37\0\0\377\212\0" \ - "\0\0\377\204\377\377\377\377\377\0\0\0\377\234\0\0\0\377\10)\0\0\377" \ - "\311\0\0\377\377\0\0\377\374\0\0\377\373\0\0\377\377\0\0\377\311\0\0" \ - "\377#\0\0\377\207\0\0\0\377\3;\0\0\377\352\0\0\377\363\0\0\377\202\360" \ - "\0\0\377\3\365\0\0\377\307\0\0\377\7\0\0\377\217\0\0\0\377\2\214\0\0" \ - "\377\370\0\0\377\204\360\0\0\377\5\362\0\0\377\374\0\0\377\344\0\0\377" \ - "\177\0\0\377\33\0\0\377\214\0\0\0\377\204\377\377\377\377\235\0\0\0\377" \ - "\204\377\377\377\377\317\0\0\0\377\204\377\377\377\377\250\0\0\0\377" \ - "\6\31\0\0\377\177\0\0\377\272\0\0\377\303\0\0\377\217\0\0\377\36\0\0" \ - "\377\211\0\0\0\377\2\213\0\0\377\371\0\0\377\202\360\0\0\377\3\361\0" \ - "\0\377\357\0\0\377M\0\0\377\216\0\0\0\377\3\4\0\0\377\266\0\0\377\366" \ - "\0\0\377\203\360\0\0\377\4\365\0\0\377\371\0\0\377\254\0\0\377/\0\0\377" \ - "\216\0\0\0\377\204\377\377\377\377\235\0\0\0\377\204\377\377\377\377" \ - "\317\0\0\0\377\204\377\377\377\377\252\0\0\0\377\2\2\0\0\377\5\0\0\377" \ - "\213\0\0\0\377\3\36\0\0\377\334\0\0\377\364\0\0\377\202\360\0\0\377\4" \ - "\364\0\0\377\331\0\0\377V\0\0\377\11\0\0\377\214\0\0\0\377\3\17\0\0\377" \ - "\327\0\0\377\363\0\0\377\202\360\0\0\377\4\367\0\0\377\356\0\0\377u\0" \ - "\0\377\5\0\0\377\217\0\0\0\377\204\377\377\377\377\235\0\0\0\377\204" \ - "\377\377\377\377\317\0\0\0\377\204\377\377\377\377\270\0\0\0\377\2\177" \ - "\0\0\377\370\0\0\377\203\360\0\0\377\7\367\0\0\377\365\0\0\377\303\0" \ - "\0\377\216\0\0\377n\0\0\377X\0\0\377L\0\0\377\207K\0\0\377\10J\0\0\377" \ - "p\0\0\377\353\0\0\377\361\0\0\377\360\0\0\377\370\0\0\377\340\0\0\377" \ - "P\0\0\377\221\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377" \ - "\377\377\6\1\1\1\377rrr\377\333\333\333\377\371\371\371\377\333\333\333" \ - "\377kkk\377\204\0\0\0\377\12BBB\377\252\252\252\377\337\337\337\377\367" \ - "\367\367\377\373\373\373\377\347\347\347\377\274\274\274\377}}}\377+" \ - "++\377\0\0\0\377\212\377\377\377\377\202\0\0\0\377\204\377\377\377\377" \ - "\4\12\12\12\377\222\222\222\377\352\352\352\377\374\374\374\377\202\0" \ - "\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0" \ - "\0\0\377\204\377\377\377\377\15\3\3\3\377\200\200\200\377\346\346\346" \ - "\377\372\372\372\377\313\313\313\377CCC\377\0\0\0\377\32\32\32\377\245" \ - "\245\245\377\357\357\357\377\370\370\370\377\317\317\317\377ZZZ\377\205" \ - "\0\0\0\377\10$$$\377\221\221\221\377\324\324\324\377\363\363\363\377" \ - "\371\371\371\377\341\341\341\377\245\245\245\377777\377\205\0\0\0\377" \ - "\204\377\377\377\377\6\1\1\1\377rrr\377\333\333\333\377\371\371\371\377" \ - "\333\333\333\377kkk\377\202\0\0\0\377\212\377\377\377\377\202\0\0\0\377" \ - "\11BBB\377\252\252\252\377\337\337\337\377\367\367\367\377\373\373\373" \ - "\377\347\347\347\377\274\274\274\377}}}\377+++\377\251\0\0\0\377\3!\0" \ - "\0\377\335\0\0\377\363\0\0\377\203\360\0\0\377\2\362\0\0\377\372\0\0" \ - "\377\202\377\0\0\377\2\371\0\0\377\365\0\0\377\210\364\0\0\377\6\365" \ - "\0\0\377\361\0\0\377\360\0\0\377\367\0\0\377\340\0\0\377@\0\0\377\222" \ - "\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\1\227" \ - "\227\227\377\205\377\377\377\377\1ccc\377\202\0\0\0\377\1fff\377\211" \ - "\377\377\377\377\1\0\0\0\377\212\377\377\377\377\202\0\0\0\377\204\377" \ - "\377\377\377\1\253\253\253\377\203\377\377\377\377\202\0\0\0\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204" \ - "\377\377\377\377\1\237\237\237\377\204\377\377\377\377\3\374\374\374" \ - "\377ZZZ\377\346\346\346\377\205\377\377\377\377\1XXX\377\203\0\0\0\377" \ - "\2\\\\\\\377\367\367\367\377\206\377\377\377\377\2\375\375\375\377zz" \ - "z\377\204\0\0\0\377\204\377\377\377\377\1\227\227\227\377\205\377\377" \ - "\377\377\2ccc\377\0\0\0\377\212\377\377\377\377\2\0\0\0\377fff\377\211" \ - "\377\377\377\377\252\0\0\0\377\2\214\0\0\377\371\0\0\377\206\360\0\0" \ - "\377\2\361\0\0\377\362\0\0\377\211\363\0\0\377\5\362\0\0\377\360\0\0" \ - "\377\365\0\0\377\347\0\0\377E\0\0\377\223\0\0\0\377\204\377\377\377\377" \ - "\203\0\0\0\377\204\377\377\377\377\3\277\277\277\377\22\22\22\377ppp" \ - "\377\203\377\377\377\377\1\316\316\316\377\202\0\0\0\377\1\341\341\341" \ - "\377\203\377\377\377\377\6\206\206\206\377\26\26\26\377\12\12\12\377" \ - "///\377qqq\377\315\315\315\377\203\0\0\0\377\204\377\377\377\377\206" \ - "\0\0\0\377\204\377\377\377\377\3\335\335\335\377333\377\2\2\2\377\203" \ - "\0\0\0\377\203\377\377\377\377\1\376\376\376\377\203\0\0\0\377\204\377" \ - "\377\377\377\203\0\0\0\377\204\377\377\377\377\3\276\276\276\377\21\21" \ - "\21\377```\377\204\377\377\377\377\3\274\274\274\377\21\21\21\377bbb" \ - "\377\203\377\377\377\377\1\313\313\313\377\202\0\0\0\377\2""444\377\374" \ - "\374\374\377\202\377\377\377\377\4\300\300\300\377\35\35\35\377\15\15" \ - "\15\377\234\234\234\377\203\377\377\377\377\1OOO\377\203\0\0\0\377\204" \ - "\377\377\377\377\3\277\277\277\377\22\22\22\377ppp\377\203\377\377\377" \ - "\377\1\316\316\316\377\203\0\0\0\377\204\377\377\377\377\205\0\0\0\377" \ - "\1\341\341\341\377\203\377\377\377\377\6\206\206\206\377\26\26\26\377" \ - "\12\12\12\377///\377qqq\377\315\315\315\377\252\0\0\0\377\3)\0\0\377" \ - "\347\0\0\377\362\0\0\377\221\360\0\0\377\3\361\0\0\377\364\0\0\377a\0" \ - "\0\377\224\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377" \ - "\377\3>>>\377\0\0\0\377\21\21\21\377\203\377\377\377\377\1\367\367\367" \ - "\377\202\0\0\0\377\1\371\371\371\377\202\377\377\377\377\1\355\355\355" \ - "\377\211\0\0\0\377\204\377\377\377\377\206\0\0\0\377\204\377\377\377" \ - "\377\1NNN\377\205\0\0\0\377\203\377\377\377\377\1\374\374\374\377\203" \ - "\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\3<<" \ - "<\377\0\0\0\377\22\22\22\377\204\377\377\377\377\3===\377\0\0\0\377\11" \ - "\11\11\377\203\377\377\377\377\1\367\367\367\377\202\0\0\0\377\1\252" \ - "\252\252\377\203\377\377\377\377\1---\377\202\0\0\0\377\1\22\22\22\377" \ - "\203\377\377\377\377\1\300\300\300\377\203\0\0\0\377\204\377\377\377" \ - "\377\3>>>\377\0\0\0\377\21\21\21\377\203\377\377\377\377\1\367\367\367" \ - "\377\203\0\0\0\377\204\377\377\377\377\205\0\0\0\377\1\371\371\371\377" \ - "\202\377\377\377\377\1\355\355\355\377\261\0\0\0\377\2\233\0\0\377\371" \ - "\0\0\377\221\360\0\0\377\2\372\0\0\377\235\0\0\377\225\0\0\0\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\3\14\14\14\377\0\0" \ - "\0\377\3\3\3\377\204\377\377\377\377\202\0\0\0\377\1\313\313\313\377" \ - "\203\377\377\377\377\4\265\265\265\377\203\203\203\377QQQ\377\24\24\24" \ - "\377\205\0\0\0\377\204\377\377\377\377\206\0\0\0\377\204\377\377\377" \ - "\377\1\17\17\17\377\205\0\0\0\377\203\377\377\377\377\1\374\374\374\377" \ - "\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377" \ - "\3\14\14\14\377\0\0\0\377\3\3\3\377\204\377\377\377\377\1\15\15\15\377" \ - "\202\0\0\0\377\1\376\376\376\377\203\377\377\377\377\202\0\0\0\377\1" \ - "\350\350\350\377\212\377\377\377\377\1\362\362\362\377\203\0\0\0\377" \ - "\204\377\377\377\377\3\14\14\14\377\0\0\0\377\3\3\3\377\204\377\377\377" \ - "\377\203\0\0\0\377\204\377\377\377\377\205\0\0\0\377\1\313\313\313\377" \ - "\203\377\377\377\377\4\265\265\265\377\203\203\203\377QQQ\377\24\24\24" \ - "\377\255\0\0\0\377\3""9\0\0\377\353\0\0\377\362\0\0\377\217\360\0\0\377" \ - "\3\363\0\0\377\335\0\0\377!\0\0\377\225\0\0\0\377\204\377\377\377\377" \ - "\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377" \ - "\202\0\0\0\377\2""555\377\347\347\347\377\205\377\377\377\377\3\374\374" \ - "\374\377\263\263\263\377\34\34\34\377\203\0\0\0\377\204\377\377\377\377" \ - "\206\0\0\0\377\204\377\377\377\377\206\0\0\0\377\203\377\377\377\377" \ - "\1\374\374\374\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204" \ - "\377\377\377\377\202\0\0\0\377\1\373\373\373\377\213\377\377\377\377" \ - "\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377" \ - "\203\0\0\0\377\204\377\377\377\377\205\0\0\0\377\2""555\377\347\347\347" \ - "\377\205\377\377\377\377\3\374\374\374\377\263\263\263\377\34\34\34\377" \ - "\254\0\0\0\377\2\244\0\0\377\371\0\0\377\217\360\0\0\377\2\367\0\0\377" \ - "\177\0\0\377\226\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377" \ - "\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\5\12\12" \ - "\12\377UUU\377\220\220\220\377\270\270\270\377\362\362\362\377\203\377" \ - "\377\377\377\1\272\272\272\377\203\0\0\0\377\204\377\377\377\377\206" \ - "\0\0\0\377\204\377\377\377\377\206\0\0\0\377\203\377\377\377\377\1\376" \ - "\376\376\377\202\0\0\0\377\1\15\15\15\377\204\377\377\377\377\203\0\0" \ - "\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0" \ - "\0\377\204\377\377\377\377\202\0\0\0\377\1\351\351\351\377\203\377\377" \ - "\377\377\1\21\21\21\377\212\0\0\0\377\204\377\377\377\377\203\0\0\0\377" \ - "\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\206\0\0\0\377" \ - "\5\12\12\12\377UUU\377\220\220\220\377\270\270\270\377\362\362\362\377" \ - "\203\377\377\377\377\1\272\272\272\377\254\0\0\0\377\3;\0\0\377\354\0" \ - "\0\377\362\0\0\377\215\360\0\0\377\3\362\0\0\377\344\0\0\377,\0\0\377" \ - "\226\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377" \ - "\203\0\0\0\377\204\377\377\377\377\207\0\0\0\377\1\33\33\33\377\203\377" \ - "\377\377\377\1\366\366\366\377\203\0\0\0\377\1\375\375\375\377\203\377" \ - "\377\377\377\1\1\1\1\377\205\0\0\0\377\204\377\377\377\377\206\0\0\0" \ - "\377\1\370\370\370\377\203\377\377\377\377\3\16\16\16\377\0\0\0\377=" \ - "==\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0" \ - "\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\202\0\0" \ - "\0\377\1\257\257\257\377\203\377\377\377\377\1[[[\377\212\0\0\0\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\1\375" \ - "\375\375\377\203\377\377\377\377\1\1\1\1\377\211\0\0\0\377\1\33\33\33" \ - "\377\203\377\377\377\377\1\366\366\366\377\255\0\0\0\377\2\236\0\0\377" \ - "\372\0\0\377\215\360\0\0\377\3\366\0\0\377\270\0\0\377\4\0\0\377\226" \ - "\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203" \ - "\0\0\0\377\204\377\377\377\377\202\0\0\0\377\6\306\306\306\377fff\377" \ - "(((\377\10\10\10\377\11\11\11\377^^^\377\203\377\377\377\377\1\334\334" \ - "\334\377\203\0\0\0\377\1\345\345\345\377\203\377\377\377\377\1@@@\377" \ - "\205\0\0\0\377\204\377\377\377\377\206\0\0\0\377\1\320\320\320\377\203" \ - "\377\377\377\377\3kkk\377\21\21\21\377\276\276\276\377\204\377\377\377" \ - "\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377\377" \ - "\377\203\0\0\0\377\204\377\377\377\377\202\0\0\0\377\2<<<\377\376\376" \ - "\376\377\202\377\377\377\377\7\352\352\352\377III\377\6\6\6\377\14\14" \ - "\14\377111\377qqq\377\314\314\314\377\204\0\0\0\377\204\377\377\377\377" \ - "\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\1\345\345\345\377\203" \ - "\377\377\377\377\1@@@\377\204\0\0\0\377\6\306\306\306\377fff\377(((\377" \ - "\10\10\10\377\11\11\11\377^^^\377\203\377\377\377\377\1\334\334\334\377" \ - "\255\0\0\0\377\3*\0\0\377\345\0\0\377\364\0\0\377\214\360\0\0\377\2\372" \ - "\0\0\377\217\0\0\377\227\0\0\0\377\204\377\377\377\377\203\0\0\0\377" \ - "\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\202\0\0\0\377" \ - "\210\377\377\377\377\2\375\375\375\377\\\\\\\377\203\0\0\0\377\1\215" \ - "\215\215\377\206\377\377\377\377\203\0\0\0\377\204\377\377\377\377\206" \ - "\0\0\0\377\1eee\377\205\377\377\377\377\1\227\227\227\377\204\377\377" \ - "\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204\377\377" \ - "\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\2jjj\377\373" \ - "\373\373\377\210\377\377\377\377\204\0\0\0\377\204\377\377\377\377\203" \ - "\0\0\0\377\204\377\377\377\377\203\0\0\0\377\1\215\215\215\377\206\377" \ - "\377\377\377\202\0\0\0\377\210\377\377\377\377\2\375\375\375\377\\\\" \ - "\\\377\256\0\0\0\377\2{\0\0\377\372\0\0\377\214\360\0\0\377\2\372\0\0" \ - "\377\177\0\0\377\227\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\202\0\0\0\377\11-" \ - "--\377\201\201\201\377\300\300\300\377\351\351\351\377\374\374\374\377" \ - "\370\370\370\377\337\337\337\377\247\247\247\377;;;\377\204\0\0\0\377" \ - "\4\6\6\6\377\177\177\177\377\324\324\324\377\366\366\366\377\203\377" \ - "\377\377\377\203\0\0\0\377\204\377\377\377\377\207\0\0\0\377\6nnn\377" \ - "\333\333\333\377\372\372\372\377\334\334\334\377rrr\377\1\1\1\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377\204" \ - "\377\377\377\377\203\0\0\0\377\204\377\377\377\377\204\0\0\0\377\11-" \ - "--\377\231\231\231\377\331\331\331\377\365\365\365\377\373\373\373\377" \ - "\350\350\350\377\300\300\300\377\202\202\202\377...\377\204\0\0\0\377" \ - "\204\377\377\377\377\203\0\0\0\377\204\377\377\377\377\203\0\0\0\377" \ - "\4\6\6\6\377\177\177\177\377\324\324\324\377\366\366\366\377\203\377" \ - "\377\377\377\202\0\0\0\377\11---\377\201\201\201\377\300\300\300\377" \ - "\351\351\351\377\374\374\374\377\370\370\370\377\337\337\337\377\247" \ - "\247\247\377;;;\377\257\0\0\0\377\3\15\0\0\377\271\0\0\377\373\0\0\377" \ - "\213\360\0\0\377\2\372\0\0\377\200\0\0\377\377\0\0\0\377\316\0\0\0\377" \ - "\3)\0\0\377\330\0\0\377\370\0\0\377\212\360\0\0\377\2\371\0\0\377\216" \ - "\0\0\377\377\0\0\0\377\317\0\0\0\377\3\77\0\0\377\342\0\0\377\372\0\0" \ - "\377\211\360\0\0\377\2\367\0\0\377\250\0\0\377\377\0\0\0\377\320\0\0" \ - "\0\377\4A\0\0\377\332\0\0\377\375\0\0\377\361\0\0\377\207\360\0\0\377" \ - "\3\364\0\0\377\316\0\0\377\20\0\0\377\377\0\0\0\377\320\0\0\0\377\4," \ - "\0\0\377\273\0\0\377\374\0\0\377\367\0\0\377\206\360\0\0\377\3\361\0" \ - "\0\377\355\0\0\377=\0\0\377\377\0\0\0\377\321\0\0\0\377\15\16\0\0\377" \ - "y\0\0\377\336\0\0\377\377\0\0\377\373\0\0\377\365\0\0\377\363\0\0\377" \ - "\362\0\0\377\363\0\0\377\364\0\0\377\377\0\0\377\237\0\0\377\2\0\0\377" \ - "\377\0\0\0\377\322\0\0\0\377\13#\0\0\377z\0\0\377\302\0\0\377\347\0\0" \ - "\377\362\0\0\377\366\0\0\377\363\0\0\377\353\0\0\377\317\0\0\377z\0\0" \ - "\377\4\0\0\377\377\0\0\0\377\324\0\0\0\377\7\10\0\0\377(\0\0\377C\0\0" \ - "\377Q\0\0\377H\0\0\3770\0\0\377\16\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377\377\0\0\0\377" \ - "\377\0\0\0\377\377\0\0\0\377\256\0\0\0\377") - - diff --git a/meta-arago-distro/recipes-core/psplash/psplash/txn-logo.png b/meta-arago-distro/recipes-core/psplash/psplash/txn-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..0b5adb930a04ec3c2620c3d551908e6f61df105b GIT binary patch literal 8227 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 literal 0 HcmV?d00001 diff --git a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend b/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend index 652c71f3..202108ee 100644 --- a/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend +++ b/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend @@ -1,15 +1,9 @@ -# look for files in this layer first FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -PR:append = ".arago4" +PR:append = ".arago5" -# file://0003-Updated-configurability.patch.patch SRC_URI += "file://psplash-18bpp.patch \ - file://psplash-poky-img.h \ - file://psplash-bar-img.h \ file://0001-psplash-Add-Arago-custom-color.patch\ " -do_configure:prepend() { - install -m 0644 ${WORKDIR}/psplash-bar-img.h ${S}/ -} +SPLASH_IMAGES = "file://txn-logo.png;outsuffix=default"