]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ttyrun: add new recipe
authorRoss Burton <ross.burton@arm.com>
Fri, 6 Oct 2023 11:21:59 +0000 (12:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Oct 2023 14:50:43 +0000 (15:50 +0100)
commit41a8a2e0817c7f73d3a4514fd158141ee5627ad8
tree7eeb3fba984c37215d530fcd632983471a1dea94
parentc79f6e66283e506453d1643259d18e2d13eb10ea
ttyrun: add new recipe

ttyrun is a small tool from IBM's s390-tools package to run a command
if the specified TTY is present, and hang if not.

This is useful so that you can list all of the potential terminals in
inittab and not have getty quiting instantly when a device isn't
present, resulting in the "respawning too fast" errors.

Note that DISTRELEASE has to be set as otherwise "build$(DATE)" is used,
which is non-reproducible.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-core/ttyrun/ttyrun_2.29.0.bb [new file with mode: 0644]