From patchwork Mon Nov 15 13:29:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 1555289 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4Ht96T6L7zz9sR4 for ; Tue, 16 Nov 2021 00:30:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id AC86460791; Mon, 15 Nov 2021 13:30:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iDMT5RgFNfyf; Mon, 15 Nov 2021 13:30:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 13B7C6072E; Mon, 15 Nov 2021 13:30:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 37BF41BF301 for ; Mon, 15 Nov 2021 13:30:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 232A780D5A for ; Mon, 15 Nov 2021 13:30:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ygm9CNTZ7GbQ for ; Mon, 15 Nov 2021 13:30:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by smtp1.osuosl.org (Postfix) with ESMTPS id CD97C80D3C for ; Mon, 15 Nov 2021 13:30:03 +0000 (UTC) Received: (Authenticated sender: kory.maincent@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id B55886000C; Mon, 15 Nov 2021 13:30:00 +0000 (UTC) From: Kory Maincent To: buildroot@buildroot.org Date: Mon, 15 Nov 2021 14:29:59 +0100 Message-Id: <20211115133000.72041-1-kory.maincent@bootlin.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/2] package/psplash: bump to revision 44afb75 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: phil.eichinger@gmail.com, thomas.petazzoni@bootlin.com Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" This includes the following changes: 44afb75 Add configure options to disable progress bar fdbd111 Improve warnings from probing for double buffering f5203fd Update mailing list details since the move to groups.io 0a902f7 Fix psplash-systemd failures 4cf1330 Remove generated psplash-poky-img.h aea172a Makefile.am: Fix out of tree builds Signed-off-by: Kory Maincent --- package/psplash/psplash.hash | 2 +- package/psplash/psplash.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/psplash/psplash.hash b/package/psplash/psplash.hash index 87fcdadd6d..77090d08f6 100644 --- a/package/psplash/psplash.hash +++ b/package/psplash/psplash.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 2c1344dd8414415d80a01484b1cc29e78f99c31d5266189540e5966a7dc6e10e psplash-fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c-br1.tar.gz +sha256 c9f71754f4606e46212a4851d6c1145e4ae8752fd11a2b40e825f04bf79b22ec psplash-44afb7506d43cca15582b4c5b90ba5580344d75d-br1.tar.gz sha256 f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505 COPYING diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index 199509ecd6..5e61f2392f 100644 --- a/package/psplash/psplash.mk +++ b/package/psplash/psplash.mk @@ -4,7 +4,7 @@ # ################################################################################ -PSPLASH_VERSION = fd33a9b3d68c89fa22ff6873f4f9fd28bd85830c +PSPLASH_VERSION = 44afb7506d43cca15582b4c5b90ba5580344d75d PSPLASH_SITE = git://git.yoctoproject.org/psplash PSPLASH_LICENSE = GPL-2.0+ PSPLASH_LICENSE_FILES = COPYING From patchwork Mon Nov 15 13:30:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 1555290 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4Ht96k4Sk6z9sR4 for ; Tue, 16 Nov 2021 00:30:22 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id DF713403A5; Mon, 15 Nov 2021 13:30:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9JYetHjdb5XO; Mon, 15 Nov 2021 13:30:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id C141440177; Mon, 15 Nov 2021 13:30:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 42F8A1BF97E for ; Mon, 15 Nov 2021 13:30:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 3D02E40177 for ; Mon, 15 Nov 2021 13:30:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kbf1KpaNK6Jo for ; Mon, 15 Nov 2021 13:30:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by smtp2.osuosl.org (Postfix) with ESMTPS id CE3E0400E8 for ; Mon, 15 Nov 2021 13:30:03 +0000 (UTC) Received: (Authenticated sender: kory.maincent@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 2D49560010; Mon, 15 Nov 2021 13:30:01 +0000 (UTC) From: Kory Maincent To: buildroot@buildroot.org Date: Mon, 15 Nov 2021 14:30:00 +0100 Message-Id: <20211115133000.72041-2-kory.maincent@bootlin.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115133000.72041-1-kory.maincent@bootlin.com> References: <20211115133000.72041-1-kory.maincent@bootlin.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 2/2] package/psplash: add support to missing configure options X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: phil.eichinger@gmail.com, thomas.petazzoni@bootlin.com Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Add support to three configure options: --disable-startup-msg: Disable text banner output on startup --disable-progress-bar: Disable progress bar --enable-img-fullscreen: Enable the logo image in fullscreen mode Signed-off-by: Kory Maincent --- package/psplash/.Config.in.swp | Bin 0 -> 12288 bytes package/psplash/Config.in | 15 +++++++++++++++ package/psplash/psplash.mk | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 package/psplash/.Config.in.swp diff --git a/package/psplash/.Config.in.swp b/package/psplash/.Config.in.swp new file mode 100644 index 0000000000000000000000000000000000000000..e484556922e96c824ecda0725e674bc8223d8d00 GIT binary patch literal 12288 zcmeHNO>Y}T7@lwd0<<8wfso$15&=Z*e6$dy0?7?d8j%kZ$G`z(jdy45Np@#eJF{`z z14tlo;{yDMN_?G=KwLQS4>%!}18_hH^(T~PcGp%KHR+jZ96j01?mO?t^L{8%-v0bM z8(XwoUtst=#n^AJea>%w_r}a4Uz}$LIvcyk_xtp78Ha^}vn4-t3L9yr_eEe$BOEKO zdi+poB?Hqav}9V_M#_T&J`j!6q%k+c#;R749Mq*cTfKkl8So68#z1bPOUvij(&ECr z6S-KsK+ingJx$s__Y8OjJOiEq&wyvZGvFEU40r|}Kn83&!#+Y>4^^=(SJ#;n*Xl=q z@eFtdJOiEq&wyvZGvFEU40r}S1D*lTfM?);$N&!+yZtC*|IEU9{QrOQ_y1o{GWIL* z6YxE719%;{bDpuEfiD592(b5n=YVH{Tjv*O+U=dgV?mWTR@4zkK7vO8) zD29|(X;P1y6`vdq9_yPC~NP&IeDzE}v z29|(_0T=6^E?)of40r}S1D*lTfM>un@Srj<8OSNj{l9Uh-Z z*z_D^!WioFtj=bKB2L+C9~!9^RtJxZ)Zm6&^d#q7ySe&SbG_ATciNlH&h_5*POrVY zv%cHvbb8m|@mMJJ#`4VO=_!V*x0Jv?xP3p{oxSGnUbo%b>Z}*0 zTWT8jgff{x4}qyDk7E;LLMTdfC{8$#8*x(NOyg_a&COnCb+^^pE-Y^fOVW}^QadIY z(OBm+;>exVbRa}pGGA`aQYa#x$2j18gCj&;nCFy=%xJ}9c|(MhszE709I3(rE|sUJ zjvJdv$V`i)&~~QN8(YX7V{q>txh%pMTAQvk8UtzTV;xvsZ3WkLHfRKRT70YHZn_0r z93!gezBJ0D6;yk>yRlbufxS$7B1@#=cv{J<-1`V}NRiek%IYAh7>mZ^Ni9&VdP}^o z525W?8K0tZQkrySzS7x2nvNfI>A5oRh!4lv1JVzZ_f8++rD;M$!%^F_du@ zsY|sn65Up(ZEeNMM1oLi2-aN%z=HX7apaUP<|q;qgCh$X_G zBNs4NA>~%a5`_#iWZYa)gVL~ph#LlZRy10Fj0QI{Aft0INSH)wAWUJWd{Go7Y(S}X z^T6FeD2%~Orfm^Joi?nYLuqmzQ>^uYBPhyvBKmn0iOjvnAw!WEp?BQ06e^I=@Zx@M zEXA@Pyz~m0JWX|GjXRxSHi9pa^hM~x+>|Om!r4O!jwh0ibxsSf_S2LQ=+Yu?+~Ibo wSa2`7!C=S?R^J5;GM)}m4Ds=9q-vxTX)Q-->0vR??;hvXkgd{nR;RN60O4Ltxc~qF literal 0 HcmV?d00001 diff --git a/package/psplash/Config.in b/package/psplash/Config.in index da99b264e0..e79e9e85c4 100644 --- a/package/psplash/Config.in +++ b/package/psplash/Config.in @@ -35,6 +35,21 @@ config BR2_PACKAGE_PSPLASH_IMAGE Use a personalized png image as boot splash. Let it empty if you want to keep the psplash default image. +config BR2_PACKAGE_PSPLASH_FULL_SCREEN + bool "use fullscreen mode" + help + Enable the psplash image in fullscreen mode. + +config BR2_PACKAGE_PSPLASH_NO_STARTUP_MSG + bool "disable startup message" + help + Disable text banner output on startup. + +config BR2_PACKAGE_PSPLASH_NO_PROGRESS_BAR + bool "disable progress bar" + help + Disable the management of the progress bar. + endif comment "psplash needs a toolchain w/ wchar" diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index 5e61f2392f..a7d36697a6 100644 --- a/package/psplash/psplash.mk +++ b/package/psplash/psplash.mk @@ -18,6 +18,18 @@ else PSPLASH_CONF_OPTS += --without-systemd endif +ifeq ($(BR2_PACKAGE_PSPLASH_FULL_SCREEN),y) +PSPLASH_CONF_OPTS += --enable-img-fullscreen +endif + +ifeq ($(BR2_PACKAGE_PSPLASH_NO_STARTUP_MSG),y) +PSPLASH_CONF_OPTS += --disable-startup-msg +endif + +ifeq ($(BR2_PACKAGE_PSPLASH_NO_PROGRESS_BAR),y) +PSPLASH_CONF_OPTS += --disable-progress-bar +endif + PSPLASH_IMAGE = $(call qstrip,$(BR2_PACKAGE_PSPLASH_IMAGE)) ifneq ($(PSPLASH_IMAGE),)