From 5c5befa94d5bf52716cb08098e6c5beadd5a86fa Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Nov 2022 16:33:39 +0800 Subject: [PATCH] tio: upgrade 2.2 -> 2.3 Changes since tio v2.2: ======================= Add mute feature This will make tio go fully silent and not print anything. Rename config variable 'tty' to 'device' Deprecate tty config keyword but keep it around for now Update show config Update example tiorc Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} (91%) diff --git a/meta-oe/recipes-support/tio/tio_2.2.bb b/meta-oe/recipes-support/tio/tio_2.3.bb similarity index 91% rename from meta-oe/recipes-support/tio/tio_2.2.bb rename to meta-oe/recipes-support/tio/tio_2.3.bb index 8bfebc7776..665c8462f1 100644 --- a/meta-oe/recipes-support/tio/tio_2.2.bb +++ b/meta-oe/recipes-support/tio/tio_2.3.bb @@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1" -SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7" +SRCREV = "845e683fc9e2d2da686fe0c8e4b19b1245e9904b" S = "${WORKDIR}/git"