Re: [OE-core] [PATCH] ell: upgrade 0.33 -> 0.35

2020-12-24 Thread Khem Raj
On 12/24/20 5:30 PM, zangrc wrote: Add the following patch to solve the compilation error when using musl: 0001-Fix-bug-caused-by-missing-types.h-file.patch 0001-Fix-the-bug-caused-by-using-functions-not-provided-b.patch Signed-off-by: Zang Ruochen ---

[OE-core] [PATCH] msmtp: upgrade 1.8.13 -> 1.8.14

2020-12-24 Thread zangrc
Signed-off-by: Zang Ruochen --- .../recipes-extended/msmtp/{msmtp_1.8.13.bb => msmtp_1.8.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/msmtp/{msmtp_1.8.13.bb => msmtp_1.8.14.bb} (91%) diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.13.bb

[OE-core] [PATCH] ell: upgrade 0.33 -> 0.35

2020-12-24 Thread zangrc
Add the following patch to solve the compilation error when using musl: 0001-Fix-bug-caused-by-missing-types.h-file.patch 0001-Fix-the-bug-caused-by-using-functions-not-provided-b.patch Signed-off-by: Zang Ruochen --- ...x-bug-caused-by-missing-types.h-file.patch | 48 +++

Re: [OE-core] [PATCH 1/2] sysvinit/rc: show text progress

2020-12-24 Thread Khem Raj
On Thu, Dec 24, 2020 at 5:38 AM Trevor Woerner wrote: > > On Wed 2020-12-23 @ 03:27:50 PM, Khem Raj wrote: > > On Mon, Dec 21, 2020 at 11:00 PM Trevor Woerner wrote: > > > > > > In addition to the progress bar, show which startup routine is running by > > > using the "MSG" facility of psplash. >

Re: [OE-core] [PATCH 2/9] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'

2020-12-24 Thread Steve Sakoman
On Thu, Dec 24, 2020 at 5:27 AM Bruce Ashfield wrote: > > On Thu, Dec 24, 2020 at 9:48 AM Steve Sakoman wrote: > > > > On Tue, Dec 22, 2020 at 4:28 AM Bruce Ashfield > > wrote: > > > > > > From: Bruce Ashfield > > > > > > Integrating the following configuration commit(s): > > > > > >

[OE-core] [master-next][PATCH 1/3] PSPLASH_FIFO_DIR: refactor

2020-12-24 Thread Trevor Woerner
Add an entry for the psplash fifo directory to /etc/default/rcS and have the pieces of code that need it source it from there rather than duplicating the definition in multiple places throughout the code. Signed-off-by: Trevor Woerner --- meta/recipes-core/psplash/files/psplash-init| 4 +++-

[OE-core] [master-next][PATCH 2/3] psplash: fix working on first boot (sysvinit)

2020-12-24 Thread Trevor Woerner
The psplash program has a mechanism for showing updates graphically in the form of a progress bar. The program is told when and how much to fill the progress bar via text messages sent through a fifo. If the fifo doesn't exist when the psplash program starts, it tries to create it. If the fifo

[OE-core] [master-next][PATCH 3/3] psplash (sysvinit): add textual updates

2020-12-24 Thread Trevor Woerner
The psplash program contains a hidden text box immediately above the progress bar. Any text sent via a "MSG" command through psplash's fifo will be displayed, centred, above the progress bar. Add the ability to show which startup script is currently running, in sync with updates to the progress

Re: [OE-core] [PATCH 2/9] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'

2020-12-24 Thread Bruce Ashfield
On Thu, Dec 24, 2020 at 9:48 AM Steve Sakoman wrote: > > On Tue, Dec 22, 2020 at 4:28 AM Bruce Ashfield > wrote: > > > > From: Bruce Ashfield > > > > Integrating the following configuration commit(s): > > > > 72a1fe336d7 qemuppc: configure the CONFIG_SCSI to '=y' > > What is the reason

Re: [OE-core] [PATCH 2/9] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'

2020-12-24 Thread Steve Sakoman
On Tue, Dec 22, 2020 at 4:28 AM Bruce Ashfield wrote: > > From: Bruce Ashfield > > Integrating the following configuration commit(s): > > 72a1fe336d7 qemuppc: configure the CONFIG_SCSI to '=y' What is the reason behind this change? Trying to decide if it is something I should take for

Re: [OE-core] [PATCH 1/2] sysvinit/rc: show text progress

2020-12-24 Thread Trevor Woerner
On Wed 2020-12-23 @ 03:27:50 PM, Khem Raj wrote: > On Mon, Dec 21, 2020 at 11:00 PM Trevor Woerner wrote: > > > > In addition to the progress bar, show which startup routine is running by > > using the "MSG" facility of psplash. > > > > This is ok but lets make it optional and controlled via

Re: [OE-core] [meta-oe][PATCH] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-24 Thread Milan Shah
Thanks, Paul for the review. All review comments are fixed and the patch is sent again for the review. --- Thanks & Regards,

[OE-Core][PATCH v2] oe-pkgdata-util: Added a test to verify oe-pkgdata-util without parameters

2020-12-24 Thread Milan Shah
A test is implemented on poky/meta/lib/oeqa/selftest/pkgdata.py to test the scenario when oe-pkgdata-util is executed without parameters and help is displayed. See [YOCTO #10726] for detailed bug information. Signed-off-by: Milan Shah --- meta/lib/oeqa/selftest/cases/pkgdata.py | 6 ++ 1

Re: [OE-core] [master-next][PATCH 1/3] insane.bbclass: allow fifos

2020-12-24 Thread Richard Purdie
On Thu, 2020-12-24 at 02:43 -0500, Trevor Woerner wrote: > Allow recipes to create fifos. If insane.bbclass tries to read() a > fifo, > the process will hang waiting for something to read(). Therefore, > skip any > check that would try to read() the object, if the object is a fifo. > >

Re: [OE-core] [PATCH] run-postinsts: fix setting pi_dir

2020-12-24 Thread Richard Purdie
On Tue, 2020-12-22 at 01:46 -0500, Trevor Woerner wrote: > The pi_dir variable isn't being set properly; it gets set to the > value of the > *previous* package manager. Given the order of "rpm deb ipk", if the > script > determines that the package manager is "ipk", pi_dir remains set at >

Re: [OE-core] [PATCH 0/9] kernel: consolidated pull request

2020-12-24 Thread Richard Purdie
On Wed, 2020-12-23 at 22:43 -0500, Bruce Ashfield wrote: > On Wed, Dec 23, 2020 at 10:41 PM Bruce Ashfield via > lists.openembedded.org > wrote: > > > > On Wed, Dec 23, 2020 at 6:03 PM Ross Burton > > wrote: > > > > > > > I'll tweak the v5.4 meta data and send it as a separate patch. > > > >