diff options
| author | Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> | 2024-06-05 13:05:43 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:54 -0700 | 
| commit | bfc372f8c49e735782287197c2ec78bb5d233342 (patch) | |
| tree | 219feabdc46d5a99f7b885d319ea499a5dadc2de | |
| parent | 05c17b63fe0bbc7f94154017f2c54237576df94c (diff) | |
| download | meta-openembedded-bfc372f8c49e735782287197c2ec78bb5d233342.tar.gz | |
cukinia: upgrade 0.6.2 -> 0.7.0
Changes:
    cukinia: Add user is member of groups function
    cukinia: correct _ver2int output format
    cukinia: filter junitxml output to only include valid xml 1.0 chars
    cukinia: Add network interface functions
    cukinia: correct log_suite file name
    cukinia: differentiate cukinia_gpio_* tests
    cukinia_i2c: check driver
    add when/unless
    cukinia: fix bashism in result comparison
    Change license to Apache-2.0 only
GPL-3.0-only license has been removed intentionally (see changelog).
Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb (renamed from meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb) | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb index 1bcfb0a9bf..e3424d019e 100644 --- a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb +++ b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb | |||
| @@ -2,14 +2,13 @@ SUMMARY = "Linux firmware validation framework" | |||
| 2 | DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \ | 2 | DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \ | 
| 3 | developers run simple system-level validation tests on their firmware." | 3 | developers run simple system-level validation tests on their firmware." | 
| 4 | HOMEPAGE = "https://github.com/savoirfairelinux/cukinia" | 4 | HOMEPAGE = "https://github.com/savoirfairelinux/cukinia" | 
| 5 | LICENSE = "GPL-3.0-only | Apache-2.0" | 5 | LICENSE = "Apache-2.0" | 
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 
| 8 | file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||
| 9 | 8 | ||
| 10 | SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=master" | 
| 11 | 10 | ||
| 12 | SRCREV = "a290f2dbb813ce12ba407962655a5d8b57322221" | 11 | SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4" | 
| 13 | 12 | ||
| 14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" | 
| 15 | 14 | ||
