Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
This layer is intended as test layer, used by scripts/oe-selftest
|
||||
and it's probably a mistake to include it in your builds (unless you
|
||||
want to run the script).
|
||||
@@ -0,0 +1,19 @@
|
||||
# Class to test UBOOT_MKIMAGE and UBOOT_MKIMAGE_SIGN
|
||||
# (in conjunction with kernel-fitimage.bbclass)
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
UBOOT_MKIMAGE = "test_mkimage_wrapper"
|
||||
UBOOT_MKIMAGE_SIGN = "test_mkimage_signing_wrapper"
|
||||
|
||||
test_mkimage_wrapper() {
|
||||
echo "### uboot-mkimage wrapper message"
|
||||
uboot-mkimage "$@"
|
||||
}
|
||||
|
||||
test_mkimage_signing_wrapper() {
|
||||
echo "### uboot-mkimage signing wrapper message"
|
||||
uboot-mkimage "$@"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
python test1_eventhandler() {
|
||||
bb.note("Test for bb.event.BuildStarted")
|
||||
}
|
||||
python test2_eventhandler() {
|
||||
bb.note("Test for bb.event.BuildCompleted")
|
||||
}
|
||||
python test3_eventhandler() {
|
||||
bb.note("Test for bb.event.InvalidEvent")
|
||||
}
|
||||
|
||||
addhandler test1_eventhandler
|
||||
test1_eventhandler[eventmask] = "bb.event.BuildStarted"
|
||||
addhandler test2_eventhandler
|
||||
test2_eventhandler[eventmask] = "bb.event.BuildCompleted"
|
||||
addhandler test3_eventhandler
|
||||
test3_eventhandler[eventmask] = "bb.event.InvalidEvent"
|
||||
@@ -0,0 +1,14 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "selftest"
|
||||
BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_selftest = "5"
|
||||
|
||||
addpylib ${LAYERDIR}/lib oeqa
|
||||
|
||||
LAYERSERIES_COMPAT_selftest = "mickledore"
|
||||
@@ -0,0 +1,3 @@
|
||||
require conf/machine/qemux86.conf
|
||||
|
||||
MACHINEOVERRIDES .= ":qemux86"
|
||||
@@ -0,0 +1,2 @@
|
||||
TCLIBC = "musl"
|
||||
TMPDIR = "${TOPDIR}/tmp-mc-musl"
|
||||
@@ -0,0 +1 @@
|
||||
test123
|
||||
@@ -0,0 +1,30 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v1
|
||||
|
||||
mQENBFYeMycBCADISkEj+u+3SkGbmC4b09StA3Fk4J8bKZrTTpQqUhOH4QFIQpso
|
||||
q96Q907h/ABAgB+IV0SGIeN866E7BqToqoXZ74X6EoyXWdndaMaFZSj+oNqqg6Gi
|
||||
hVsuGNpvRyyXSCYW8w9H2lFx09UufFrUxoSeP2iVdJJaUAmb8e00PCwkYrS2BZEa
|
||||
tO2VgllbaqczldmlUGnkIZt8YUSQSI/xZBDYUvbcZYBaOnDH1SDQl26f+bgyeIyS
|
||||
TW5TZb96o4tMfiifgPoqAapAxQLahG0WtjF/n1yNV5wUNQYsEQf6/h6W2rHGsCP5
|
||||
6FVFnr/ZPVam9iHUxL4lvJSI8dEH37s9GmarABEBAAG0LXRlc3R1c2VyIChub2Nv
|
||||
bW1lbnQpIDx0ZXN0dXNlckB0ZXN0ZW1haWwuY29tPokBOAQTAQIAIgUCVh4zJwIb
|
||||
AwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQezExa11krVLM2wf/fW1C8DPx
|
||||
tZEyl6iPXFjNotslo+t2TL6jPefC22KmbokJCtCnxcopBjQRuhUSNDTkXkUdVagy
|
||||
TaaYILV8XGajTmcVGQTaKeh+j6TM6CBGApQB5KhHvZCyvNBrGcNyuiex0Sm/rIhS
|
||||
fZre6ptZM/026W2kLwwJESXzHJEqCoFmU6aSOUCVyiDgMfcNw6c4NmEoqZtLdnxU
|
||||
B7Nac98o933AIvaaQMGtKIOcyOM7P/dyv8eMc38z2ew5bEB8E9aSdg5koXb3zIt5
|
||||
IKea631k4INAsFFyLMQNSmmKV7RK0miF5b4hGyekrYZRtiic5+dq5aWnVka4hBfi
|
||||
x31euxwQE87gQLkBDQRWHjMnAQgAt7C9QCFPWzLGQuQ/YaQub+8s2lYNQnmfwDHm
|
||||
5PuON+Wj/f5GyQhHKsbdUAPZ7GsjFIQnva7xNYYF/IvpC+0saB5NLMkBzjfIsg92
|
||||
6MkadAKlOR2o9gKlF59mulsJmJqNFTXiRcVXvpUnU8WB9ECmm321XfYHhk+4EMay
|
||||
H3OUZ0k6dEmvrWBTKNTR7M0z6j/jW+8J3vP3L9k1H+OV0EZwAKXfbh1lN4H467jY
|
||||
3gA7FU1WDmA06HphoSaFUEGTuXGtrRP0eksCUj3BtVygXnyQb379dISDOWcs/9Ke
|
||||
v3KMrZWgDnA4pH1eQpjycBhwKOCHYyhSSVOwCS3DGkaaklmQZwARAQABiQEfBBgB
|
||||
AgAJBQJWHjMnAhsMAAoJEHsxMWtdZK1SoPsIAKadG/tvS5COCyF8FuriL89Ysfov
|
||||
kMRKeb9hsMDbKX2lm3UtoS5ErmpkEUO/SbazQYm6/vYc8noQquqhkIdCljIvpWDv
|
||||
17tXEFfTGA493dlTTEWFt5bvzbQN6OhBu3904lAE4JGtlOOa9OKDeguwXbneLOyl
|
||||
dnlj2f7rw05cB9t/RDu7T11dTI39BMTUUm1lpWxYJk41o59b9g+fpJZkiIAJwnN3
|
||||
MwM1u9/AWfTqjNRgMAO5dIYceceTwGogujG+xz93flt+NjQhILG0T9jd0DFBgIAX
|
||||
Zq4PzX5aFDKjGoFaOOZ6r+kppBLH/HN6okMGIcfqaPPdnJI1MXFQvFzUNpo=
|
||||
=2cSJ
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
@@ -0,0 +1,59 @@
|
||||
-----BEGIN PGP PRIVATE KEY BLOCK-----
|
||||
Version: GnuPG v1
|
||||
|
||||
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
|
||||
=b+vR
|
||||
-----END PGP PRIVATE KEY BLOCK-----
|
||||
@@ -0,0 +1,28 @@
|
||||
messagebus:x:500:
|
||||
systemd-bus-proxy:x:501:
|
||||
systemd-network:x:502:
|
||||
systemd-resolve:x:503:
|
||||
systemd-timesync:x:504:
|
||||
polkitd:x:505:
|
||||
lock:x:506:
|
||||
systemd-journal:x:507:
|
||||
netdev:x:508:
|
||||
avahi:x:509:
|
||||
avahi-autoipd:x:510:
|
||||
rpc:x:511:
|
||||
rpcuser:x:513:
|
||||
dhcpcd:x:514:
|
||||
sshd:x:516:
|
||||
lpadmin:x:517:
|
||||
crontab:x:518:
|
||||
tracing:x:519:
|
||||
pulse:x:520:
|
||||
bind:x:521:
|
||||
builder:x:522:
|
||||
_apt:x:523:
|
||||
weston-launch:x:524:
|
||||
weston:x:525:
|
||||
wayland:x:526:
|
||||
render:x:527:
|
||||
sgx:x:528:
|
||||
ptest:x:529:
|
||||
@@ -0,0 +1,20 @@
|
||||
messagebus:x:500:500::/var/lib/dbus:/bin/false
|
||||
systemd-bus-proxy:x:501:501::/:/bin/nologin
|
||||
systemd-network:x:502:502::/:/bin/nologin
|
||||
systemd-resolve:x:503:503::/:/bin/nologin
|
||||
systemd-timesync:x:504:504::/:/bin/nologin
|
||||
polkitd:x:505:505::/:/bin/nologin
|
||||
avahi:x:509:509::/:/bin/nologin
|
||||
avahi-autoipd:x:510:510::/:/bin/nologin
|
||||
rpc:x:511:511::/:/bin/nologin
|
||||
distcc:x:512:nogroup::/:/bin/nologin
|
||||
rpcuser:x:513:513::/var/lib/nfs:/bin/nologin
|
||||
dhcpcd:x:514:514::/:/bin/nologin
|
||||
tester:x:515:515::/:/bin/nologin
|
||||
sshd:x:516:516::/:/bin/nologin
|
||||
pulse:x:520:520::/:/bin/nologin
|
||||
bind:x:521:521::/:/bin/nologin
|
||||
builder:x:522:522::/:/bin/nologin
|
||||
_apt:x:523:523::/:/bin/nologin
|
||||
weston:x:525:525::/:/bin/nologin
|
||||
ptest:x:529:529::/:/bin/nologin
|
||||
@@ -0,0 +1,44 @@
|
||||
import argparse
|
||||
|
||||
already_loaded = False
|
||||
kept_context = None
|
||||
|
||||
def plugin_name(filename):
|
||||
return os.path.splitext(os.path.basename(filename))[0]
|
||||
|
||||
def plugin_init(plugins):
|
||||
global already_loaded
|
||||
already_loaded = plugin_name(__file__) in (plugin_name(p.__name__) for p in plugins)
|
||||
|
||||
def print_name(args, config, basepath, workspace):
|
||||
print (__file__)
|
||||
|
||||
def print_bbdir(args, config, basepath, workspace):
|
||||
print (__file__.replace('/lib/devtool/bbpath.py',''))
|
||||
|
||||
def print_registered(args, config, basepath, workspace):
|
||||
global kept_context
|
||||
print(kept_context.loaded)
|
||||
|
||||
def multiloaded(args, config, basepath, workspace):
|
||||
global already_loaded
|
||||
print("yes" if already_loaded else "no")
|
||||
|
||||
def register_commands(subparsers, context):
|
||||
global kept_context
|
||||
kept_context = context
|
||||
if 'loaded' in context.__dict__:
|
||||
context.loaded += 1
|
||||
else:
|
||||
context.loaded = 1
|
||||
|
||||
def addparser(name, helptxt, func):
|
||||
parser = subparsers.add_parser(name, help=helptxt,
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||
parser.set_defaults(func=func)
|
||||
return parser
|
||||
|
||||
addparser('pluginfile', 'Print the filename of this plugin', print_name)
|
||||
addparser('bbdir', 'Print the BBPATH directory of this plugin', print_bbdir)
|
||||
addparser('count', 'How many times have this plugin been registered.', print_registered)
|
||||
addparser('multiloaded', 'How many times have this plugin been initialized', multiloaded)
|
||||
@@ -0,0 +1,11 @@
|
||||
import argparse
|
||||
|
||||
def selftest_reverse(args, config, basepath, workspace):
|
||||
"""Reverse the value passed to verify the plugin is executing."""
|
||||
print(args.value[::-1])
|
||||
|
||||
def register_commands(subparsers, context):
|
||||
parser_build = subparsers.add_parser('selftest-reverse', help='Reverse value (for selftest)',
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||
parser_build.add_argument('value', help='Value to reverse')
|
||||
parser_build.set_defaults(func=selftest_reverse)
|
||||
@@ -0,0 +1,50 @@
|
||||
from oeqa.core.decorator.depends import OETestDepends
|
||||
from oeqa.runtime.cases.dnf import DnfTest
|
||||
from oeqa.utils.httpserver import HTTPService
|
||||
from oeqa.core.decorator.data import skipIfDataVar
|
||||
|
||||
class DnfSelftest(DnfTest):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
import tempfile
|
||||
cls.temp_dir = tempfile.TemporaryDirectory(prefix="oeqa-remotefeeds-")
|
||||
cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-rootfs-repo'),
|
||||
cls.tc.target.server_ip)
|
||||
cls.repo_server.start()
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
cls.repo_server.stop()
|
||||
cls.temp_dir.cleanup()
|
||||
|
||||
@OETestDepends(['dnf.DnfBasicTest.test_dnf_help'])
|
||||
@skipIfDataVar('PACKAGE_FEED_URIS', None,
|
||||
'Not suitable as PACKAGE_FEED_URIS is not set')
|
||||
def test_verify_package_feeds(self):
|
||||
"""
|
||||
Summary: Check correct setting of PACKAGE_FEED_URIS var
|
||||
Expected: 1. Feeds were correctly set for dnf
|
||||
2. Update recovers packages from host's repo
|
||||
Author: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
|
||||
Author: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
"""
|
||||
# When we created an image, we had to supply fake ip and port
|
||||
# for the feeds. Now we can patch the real ones into the config file.
|
||||
temp_file = os.path.join(self.temp_dir.name, 'tmp.repo')
|
||||
self.tc.target.copyFrom("/etc/yum.repos.d/oe-remote-repo.repo", temp_file)
|
||||
fixed_config = open(temp_file, "r").read().replace("bogus_ip", self.tc.target.server_ip).replace("bogus_port", str(self.repo_server.port))
|
||||
with open(temp_file, "w") as f:
|
||||
f.write(fixed_config)
|
||||
self.tc.target.copyTo(temp_file, "/etc/yum.repos.d/oe-remote-repo.repo")
|
||||
|
||||
import re
|
||||
# Use '-y' for non-interactive mode: automatically import the feed signing key
|
||||
output_makecache = self.dnf('-vy makecache')
|
||||
self.assertTrue(re.match(r".*Failed to synchronize cache", output_makecache, re.DOTALL) is None, msg = "dnf makecache failed to synchronize repo: %s" %(output_makecache))
|
||||
self.assertTrue(re.match(r".*Metadata cache created", output_makecache, re.DOTALL) is not None, msg = "dnf makecache failed: %s" %(output_makecache))
|
||||
|
||||
output_repoinfo = self.dnf('-v repoinfo')
|
||||
matchobj = re.match(r".*Repo-pkgs\s*:\s*(?P<n_pkgs>[0-9]+)", output_repoinfo, re.DOTALL)
|
||||
self.assertTrue(matchobj is not None, msg = "Could not find the amount of packages in dnf repoinfo output: %s" %(output_repoinfo))
|
||||
self.assertTrue(int(matchobj.group('n_pkgs')) > 0, msg = "Amount of remote packages is not more than zero: %s\n" %(output_repoinfo))
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"test_install_package": {
|
||||
"pkg": "socat",
|
||||
"rm": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
from oeqa.runtime.case import OERuntimeTestCase
|
||||
from oeqa.core.decorator.depends import OETestDepends
|
||||
|
||||
class Selftest(OERuntimeTestCase):
|
||||
|
||||
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
||||
def test_install_package(self):
|
||||
"""
|
||||
Summary: Check basic package installation functionality.
|
||||
Expected: 1. Before the test socat must be installed using scp.
|
||||
2. After the test socat must be uninstalled using ssh.
|
||||
This can't be checked in this test.
|
||||
Product: oe-core
|
||||
Author: Mariano Lopez <mariano.lopez@intel.com>
|
||||
"""
|
||||
|
||||
(status, output) = self.target.run("socat -V")
|
||||
self.assertEqual(status, 0, msg="socat is not installed")
|
||||
|
||||
@OETestDepends(['selftest.Selftest.test_install_package'])
|
||||
def test_verify_uninstall(self):
|
||||
"""
|
||||
Summary: Check basic package installation functionality.
|
||||
Expected: 1. test_install_package must uninstall socat.
|
||||
This test is just to verify that.
|
||||
Product: oe-core
|
||||
Author: Mariano Lopez <mariano.lopez@intel.com>
|
||||
"""
|
||||
|
||||
(status, output) = self.target.run("socat -V")
|
||||
self.assertNotEqual(status, 0, msg="socat is still installed")
|
||||
@@ -0,0 +1,18 @@
|
||||
from oeqa.runtime.case import OERuntimeTestCase
|
||||
from oeqa.core.decorator.depends import OETestDepends
|
||||
import subprocess
|
||||
import oe.lsb
|
||||
|
||||
class VirglTest(OERuntimeTestCase):
|
||||
|
||||
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
||||
def test_kernel_driver(self):
|
||||
status, output = self.target.run('dmesg|grep virgl')
|
||||
self.assertEqual(status, 0, "Checking for virgl driver in dmesg returned non-zero: %d\n%s" % (status, output))
|
||||
self.assertIn("features: +virgl", output, "virgl acceleration seems to be disabled:\n%s" %(output))
|
||||
|
||||
@OETestDepends(['virgl.VirglTest.test_kernel_driver'])
|
||||
def test_kmscube(self):
|
||||
status, output = self.target.run('kmscube')
|
||||
self.assertEqual(status, 0, "kmscube exited with non-zero status %d and output:\n%s" %(status, output))
|
||||
self.assertIn('renderer: "virgl', output, "kmscube does not seem to use virgl:\n%s" %(output))
|
||||
@@ -0,0 +1,16 @@
|
||||
#from oeqa.selftest.base import oeSelfTest
|
||||
from oeqa.selftest.case import OESelftestTestCase
|
||||
#from oeqa.utils.decorators import testcase
|
||||
|
||||
|
||||
class ImportedTests(OESelftestTestCase):
|
||||
|
||||
def test_unconditional_pass(self):
|
||||
"""
|
||||
Summary: Doesn't check anything, used to check import test from other layers.
|
||||
Expected: 1. Pass unconditionally
|
||||
Product: oe-core
|
||||
Author: Mariano Lopez <mariano.lopez@intel.com
|
||||
"""
|
||||
|
||||
self.assertEqual(True, True, msg = "Impossible to fail this test")
|
||||
@@ -0,0 +1 @@
|
||||
STRING = "pseudo_pyc_test1"
|
||||
@@ -0,0 +1 @@
|
||||
STRING = "pseudo_pyc_test2"
|
||||
@@ -0,0 +1,41 @@
|
||||
import argparse
|
||||
|
||||
already_loaded = False
|
||||
register_count = 0
|
||||
|
||||
def plugin_name(filename):
|
||||
return os.path.splitext(os.path.basename(filename))[0]
|
||||
|
||||
def plugin_init(plugins):
|
||||
global already_loaded
|
||||
already_loaded = plugin_name(__file__) in (plugin_name(p.__name__) for p in plugins)
|
||||
|
||||
def print_name(opts):
|
||||
print (__file__)
|
||||
|
||||
def print_bbdir(opts):
|
||||
print (__file__.replace('/lib/recipetool/bbpath.py',''))
|
||||
|
||||
def print_registered(opts):
|
||||
#global kept_context
|
||||
#print(kept_context.loaded)
|
||||
print ("1")
|
||||
|
||||
def multiloaded(opts):
|
||||
global already_loaded
|
||||
print("yes" if already_loaded else "no")
|
||||
|
||||
def register_commands(subparsers):
|
||||
global register_count
|
||||
register_count += 1
|
||||
|
||||
def addparser(name, helptxt, func):
|
||||
parser = subparsers.add_parser(name, help=helptxt,
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||
parser.set_defaults(func=func)
|
||||
return parser
|
||||
|
||||
addparser('pluginfile', 'Print the filename of this plugin', print_name)
|
||||
addparser('bbdir', 'Print the BBPATH directory of this plugin', print_bbdir)
|
||||
addparser('count', 'How many times have this plugin been registered.', print_registered)
|
||||
addparser('multiloaded', 'How many times have this plugin been initialized', multiloaded)
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
From 6fb10bd18488ed84776675bc1b2982800a51d839 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 6 Aug 2022 20:14:38 -0700
|
||||
Subject: [mtd-utils][PATCH] tests: Remove unused linux/fs.h header from includes
|
||||
|
||||
This header is not needed, moreover it includes linux/mount.h which is
|
||||
now in conflict[1] with glibc provided sys/mount.h from glibc 2.36 onwards
|
||||
|
||||
[1] https://sourceware.org/glibc/wiki/Release/2.36
|
||||
|
||||
Upstream-Status: Submitted [https://lists.infradead.org/pipermail/linux-mtd/2022-August/094667.html]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
tests/fs-tests/lib/tests.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/tests/fs-tests/lib/tests.c b/tests/fs-tests/lib/tests.c
|
||||
index d1a2e0c..3db0426 100644
|
||||
--- a/tests/fs-tests/lib/tests.c
|
||||
+++ b/tests/fs-tests/lib/tests.c
|
||||
@@ -35,7 +35,6 @@
|
||||
#include <sys/vfs.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/statvfs.h>
|
||||
-#include <linux/fs.h>
|
||||
#include <linux/jffs2.h>
|
||||
|
||||
#include "tests.h"
|
||||
--
|
||||
2.37.1
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
SUMMARY = "Tools for managing memory technology devices"
|
||||
HOMEPAGE = "http://www.linux-mtd.infradead.org/"
|
||||
DESCRIPTION = "mtd-utils tool is a generic Linux subsystem for memory devices, especially Flash devices."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
|
||||
|
||||
inherit autotools pkgconfig update-alternatives
|
||||
|
||||
DEPENDS = "zlib e2fsprogs util-linux"
|
||||
RDEPENDS:mtd-utils-tests += "bash"
|
||||
|
||||
PV = "2.1.4"
|
||||
|
||||
SRCREV = "c7f1bfa44a84d02061787e2f6093df5cc40b9f5c"
|
||||
SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
|
||||
file://0001-tests-Remove-unused-linux-fs.h-header-from-includes.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# xattr support creates an additional compile-time dependency on acl because
|
||||
# the sys/acl.h header is needed. libacl is not needed and thus enabling xattr
|
||||
# regardless whether acl is enabled or disabled in the distro should be okay.
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)} lzo jffs ubifs"
|
||||
PACKAGECONFIG[lzo] = "--with-lzo,--without-lzo,lzo"
|
||||
PACKAGECONFIG[xattr] = "--with-xattr,--without-xattr,acl"
|
||||
PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,openssl"
|
||||
PACKAGECONFIG[jffs] = "--with-jffs,--without-jffs"
|
||||
PACKAGECONFIG[ubifs] = "--with-ubifs,--without-ubifs"
|
||||
PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd"
|
||||
|
||||
CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT"
|
||||
|
||||
EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'"
|
||||
|
||||
# Use higher priority than corresponding BusyBox-provided applets
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
ALTERNATIVE:${PN} = "flashcp flash_eraseall flash_lock flash_unlock nanddump nandwrite"
|
||||
ALTERNATIVE:${PN}-ubifs = "ubiattach ubidetach ubimkvol ubirename ubirmvol ubirsvol ubiupdatevol"
|
||||
|
||||
ALTERNATIVE_LINK_NAME[nandwrite] = "${sbindir}/nandwrite"
|
||||
ALTERNATIVE_LINK_NAME[nanddump] = "${sbindir}/nanddump"
|
||||
ALTERNATIVE_LINK_NAME[ubiattach] = "${sbindir}/ubiattach"
|
||||
ALTERNATIVE_LINK_NAME[ubidetach] = "${sbindir}/ubidetach"
|
||||
ALTERNATIVE_LINK_NAME[ubimkvol] = "${sbindir}/ubimkvol"
|
||||
ALTERNATIVE_LINK_NAME[ubirename] = "${sbindir}/ubirename"
|
||||
ALTERNATIVE_LINK_NAME[ubirmvol] = "${sbindir}/ubirmvol"
|
||||
ALTERNATIVE_LINK_NAME[ubirsvol] = "${sbindir}/ubirsvol"
|
||||
ALTERNATIVE_LINK_NAME[ubiupdatevol] = "${sbindir}/ubiupdatevol"
|
||||
ALTERNATIVE_LINK_NAME[flash_eraseall] = "${sbindir}/flash_eraseall"
|
||||
ALTERNATIVE_LINK_NAME[flash_lock] = "${sbindir}/flash_lock"
|
||||
ALTERNATIVE_LINK_NAME[flash_unlock] = "${sbindir}/flash_unlock"
|
||||
ALTERNATIVE_LINK_NAME[flashcp] = "${sbindir}/flashcp"
|
||||
|
||||
do_install () {
|
||||
oe_runmake install DESTDIR=${D} SBINDIR=${sbindir} MANDIR=${mandir} INCLUDEDIR=${includedir}
|
||||
}
|
||||
|
||||
PACKAGES =+ "mtd-utils-misc mtd-utils-tests"
|
||||
PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "jffs", "mtd-utils-jffs2", "", d)}"
|
||||
PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "ubifs", "mtd-utils-ubifs", "", d)}"
|
||||
|
||||
FILES:mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/jffs2reader ${sbindir}/sumtool"
|
||||
FILES:mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*"
|
||||
FILES:mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image"
|
||||
FILES:mtd-utils-tests = "${libexecdir}/mtd-utils/*"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# git/.compr.c.dep:46: warning: NUL character seen; rest of line ignored
|
||||
# git/.compr.c.dep:47: *** missing separator. Stop.
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Python framework to process interdependent tasks in a pool of workers"
|
||||
HOMEPAGE = "http://github.com/gitpython-developers/async"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
|
||||
|
||||
inherit pypi
|
||||
|
||||
PYPI_PACKAGE = "async"
|
||||
|
||||
SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b"
|
||||
SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-threading"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
@@ -0,0 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-async-test.inc
|
||||
@@ -0,0 +1,258 @@
|
||||
# Autogenerated with 'bitbake -c update_crates zvariant'
|
||||
|
||||
# from Cargo.lock
|
||||
SRC_URI += " \
|
||||
crate://crates.io/anes/0.1.6;name=anes-0.1.6 \
|
||||
crate://crates.io/anyhow/1.0.70;name=anyhow-1.0.70 \
|
||||
crate://crates.io/arrayvec/0.7.2;name=arrayvec-0.7.2 \
|
||||
crate://crates.io/atty/0.2.14;name=atty-0.2.14 \
|
||||
crate://crates.io/autocfg/1.1.0;name=autocfg-1.1.0 \
|
||||
crate://crates.io/bitflags/1.3.2;name=bitflags-1.3.2 \
|
||||
crate://crates.io/bumpalo/3.12.0;name=bumpalo-3.12.0 \
|
||||
crate://crates.io/byteorder/1.4.3;name=byteorder-1.4.3 \
|
||||
crate://crates.io/cast/0.3.0;name=cast-0.3.0 \
|
||||
crate://crates.io/cfg-if/1.0.0;name=cfg-if-1.0.0 \
|
||||
crate://crates.io/chrono/0.4.24;name=chrono-0.4.24 \
|
||||
crate://crates.io/ciborium/0.2.0;name=ciborium-0.2.0 \
|
||||
crate://crates.io/ciborium-io/0.2.0;name=ciborium-io-0.2.0 \
|
||||
crate://crates.io/ciborium-ll/0.2.0;name=ciborium-ll-0.2.0 \
|
||||
crate://crates.io/clap/3.2.23;name=clap-3.2.23 \
|
||||
crate://crates.io/clap_lex/0.2.4;name=clap_lex-0.2.4 \
|
||||
crate://crates.io/criterion/0.4.0;name=criterion-0.4.0 \
|
||||
crate://crates.io/criterion-plot/0.5.0;name=criterion-plot-0.5.0 \
|
||||
crate://crates.io/crossbeam-channel/0.5.7;name=crossbeam-channel-0.5.7 \
|
||||
crate://crates.io/crossbeam-deque/0.8.3;name=crossbeam-deque-0.8.3 \
|
||||
crate://crates.io/crossbeam-epoch/0.9.14;name=crossbeam-epoch-0.9.14 \
|
||||
crate://crates.io/crossbeam-utils/0.8.15;name=crossbeam-utils-0.8.15 \
|
||||
crate://crates.io/either/1.8.1;name=either-1.8.1 \
|
||||
crate://crates.io/enumflags2/0.7.5;name=enumflags2-0.7.5 \
|
||||
crate://crates.io/enumflags2_derive/0.7.4;name=enumflags2_derive-0.7.4 \
|
||||
crate://crates.io/form_urlencoded/1.1.0;name=form_urlencoded-1.1.0 \
|
||||
crate://crates.io/futures-channel/0.3.27;name=futures-channel-0.3.27 \
|
||||
crate://crates.io/futures-core/0.3.27;name=futures-core-0.3.27 \
|
||||
crate://crates.io/futures-executor/0.3.27;name=futures-executor-0.3.27 \
|
||||
crate://crates.io/futures-macro/0.3.27;name=futures-macro-0.3.27 \
|
||||
crate://crates.io/futures-task/0.3.27;name=futures-task-0.3.27 \
|
||||
crate://crates.io/futures-util/0.3.27;name=futures-util-0.3.27 \
|
||||
crate://crates.io/getrandom/0.2.8;name=getrandom-0.2.8 \
|
||||
crate://crates.io/half/1.8.2;name=half-1.8.2 \
|
||||
crate://crates.io/hashbrown/0.12.3;name=hashbrown-0.12.3 \
|
||||
crate://crates.io/heck/0.3.3;name=heck-0.3.3 \
|
||||
crate://crates.io/hermit-abi/0.1.19;name=hermit-abi-0.1.19 \
|
||||
crate://crates.io/hermit-abi/0.2.6;name=hermit-abi-0.2.6 \
|
||||
crate://crates.io/idna/0.3.0;name=idna-0.3.0 \
|
||||
crate://crates.io/indexmap/1.9.2;name=indexmap-1.9.2 \
|
||||
crate://crates.io/itertools/0.9.0;name=itertools-0.9.0 \
|
||||
crate://crates.io/itertools/0.10.5;name=itertools-0.10.5 \
|
||||
crate://crates.io/itoa/1.0.6;name=itoa-1.0.6 \
|
||||
crate://crates.io/js-sys/0.3.61;name=js-sys-0.3.61 \
|
||||
crate://crates.io/lazy_static/1.4.0;name=lazy_static-1.4.0 \
|
||||
crate://crates.io/libc/0.2.140;name=libc-0.2.140 \
|
||||
crate://crates.io/log/0.4.17;name=log-0.4.17 \
|
||||
crate://crates.io/memchr/2.5.0;name=memchr-2.5.0 \
|
||||
crate://crates.io/memoffset/0.8.0;name=memoffset-0.8.0 \
|
||||
crate://crates.io/num-integer/0.1.45;name=num-integer-0.1.45 \
|
||||
crate://crates.io/num-traits/0.2.15;name=num-traits-0.2.15 \
|
||||
crate://crates.io/num_cpus/1.15.0;name=num_cpus-1.15.0 \
|
||||
crate://crates.io/once_cell/1.17.1;name=once_cell-1.17.1 \
|
||||
crate://crates.io/oorandom/11.1.3;name=oorandom-11.1.3 \
|
||||
crate://crates.io/os_str_bytes/6.5.0;name=os_str_bytes-6.5.0 \
|
||||
crate://crates.io/percent-encoding/2.2.0;name=percent-encoding-2.2.0 \
|
||||
crate://crates.io/pin-project-lite/0.2.9;name=pin-project-lite-0.2.9 \
|
||||
crate://crates.io/pin-utils/0.1.0;name=pin-utils-0.1.0 \
|
||||
crate://crates.io/pkg-config/0.3.26;name=pkg-config-0.3.26 \
|
||||
crate://crates.io/plotters/0.3.4;name=plotters-0.3.4 \
|
||||
crate://crates.io/plotters-backend/0.3.4;name=plotters-backend-0.3.4 \
|
||||
crate://crates.io/plotters-svg/0.3.3;name=plotters-svg-0.3.3 \
|
||||
crate://crates.io/ppv-lite86/0.2.17;name=ppv-lite86-0.2.17 \
|
||||
crate://crates.io/proc-macro-crate/0.1.5;name=proc-macro-crate-0.1.5 \
|
||||
crate://crates.io/proc-macro-crate/1.3.1;name=proc-macro-crate-1.3.1 \
|
||||
crate://crates.io/proc-macro-error/1.0.4;name=proc-macro-error-1.0.4 \
|
||||
crate://crates.io/proc-macro-error-attr/1.0.4;name=proc-macro-error-attr-1.0.4 \
|
||||
crate://crates.io/proc-macro2/1.0.53;name=proc-macro2-1.0.53 \
|
||||
crate://crates.io/quote/1.0.26;name=quote-1.0.26 \
|
||||
crate://crates.io/rand/0.8.5;name=rand-0.8.5 \
|
||||
crate://crates.io/rand_chacha/0.3.1;name=rand_chacha-0.3.1 \
|
||||
crate://crates.io/rand_core/0.6.4;name=rand_core-0.6.4 \
|
||||
crate://crates.io/rayon/1.7.0;name=rayon-1.7.0 \
|
||||
crate://crates.io/rayon-core/1.11.0;name=rayon-core-1.11.0 \
|
||||
crate://crates.io/regex/1.7.2;name=regex-1.7.2 \
|
||||
crate://crates.io/regex-syntax/0.6.29;name=regex-syntax-0.6.29 \
|
||||
crate://crates.io/ryu/1.0.13;name=ryu-1.0.13 \
|
||||
crate://crates.io/same-file/1.0.6;name=same-file-1.0.6 \
|
||||
crate://crates.io/scopeguard/1.1.0;name=scopeguard-1.1.0 \
|
||||
crate://crates.io/serde/1.0.158;name=serde-1.0.158 \
|
||||
crate://crates.io/serde_bytes/0.11.9;name=serde_bytes-0.11.9 \
|
||||
crate://crates.io/serde_derive/1.0.158;name=serde_derive-1.0.158 \
|
||||
crate://crates.io/serde_json/1.0.94;name=serde_json-1.0.94 \
|
||||
crate://crates.io/serde_repr/0.1.12;name=serde_repr-0.1.12 \
|
||||
crate://crates.io/slab/0.4.8;name=slab-0.4.8 \
|
||||
crate://crates.io/static_assertions/1.1.0;name=static_assertions-1.1.0 \
|
||||
crate://crates.io/strum/0.18.0;name=strum-0.18.0 \
|
||||
crate://crates.io/strum_macros/0.18.0;name=strum_macros-0.18.0 \
|
||||
crate://crates.io/syn/1.0.109;name=syn-1.0.109 \
|
||||
crate://crates.io/syn/2.0.8;name=syn-2.0.8 \
|
||||
crate://crates.io/system-deps/1.3.2;name=system-deps-1.3.2 \
|
||||
crate://crates.io/textwrap/0.16.0;name=textwrap-0.16.0 \
|
||||
crate://crates.io/thiserror/1.0.40;name=thiserror-1.0.40 \
|
||||
crate://crates.io/thiserror-impl/1.0.40;name=thiserror-impl-1.0.40 \
|
||||
crate://crates.io/time/0.3.20;name=time-0.3.20 \
|
||||
crate://crates.io/time-core/0.1.0;name=time-core-0.1.0 \
|
||||
crate://crates.io/time-macros/0.2.8;name=time-macros-0.2.8 \
|
||||
crate://crates.io/tinytemplate/1.2.1;name=tinytemplate-1.2.1 \
|
||||
crate://crates.io/tinyvec/1.6.0;name=tinyvec-1.6.0 \
|
||||
crate://crates.io/tinyvec_macros/0.1.1;name=tinyvec_macros-0.1.1 \
|
||||
crate://crates.io/toml/0.5.11;name=toml-0.5.11 \
|
||||
crate://crates.io/toml_datetime/0.6.1;name=toml_datetime-0.6.1 \
|
||||
crate://crates.io/toml_edit/0.19.8;name=toml_edit-0.19.8 \
|
||||
crate://crates.io/unicode-bidi/0.3.13;name=unicode-bidi-0.3.13 \
|
||||
crate://crates.io/unicode-ident/1.0.8;name=unicode-ident-1.0.8 \
|
||||
crate://crates.io/unicode-normalization/0.1.22;name=unicode-normalization-0.1.22 \
|
||||
crate://crates.io/unicode-segmentation/1.10.1;name=unicode-segmentation-1.10.1 \
|
||||
crate://crates.io/url/2.3.1;name=url-2.3.1 \
|
||||
crate://crates.io/uuid/1.3.0;name=uuid-1.3.0 \
|
||||
crate://crates.io/version-compare/0.0.10;name=version-compare-0.0.10 \
|
||||
crate://crates.io/version_check/0.9.4;name=version_check-0.9.4 \
|
||||
crate://crates.io/walkdir/2.3.3;name=walkdir-2.3.3 \
|
||||
crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1;name=wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
crate://crates.io/wasm-bindgen/0.2.84;name=wasm-bindgen-0.2.84 \
|
||||
crate://crates.io/wasm-bindgen-backend/0.2.84;name=wasm-bindgen-backend-0.2.84 \
|
||||
crate://crates.io/wasm-bindgen-macro/0.2.84;name=wasm-bindgen-macro-0.2.84 \
|
||||
crate://crates.io/wasm-bindgen-macro-support/0.2.84;name=wasm-bindgen-macro-support-0.2.84 \
|
||||
crate://crates.io/wasm-bindgen-shared/0.2.84;name=wasm-bindgen-shared-0.2.84 \
|
||||
crate://crates.io/web-sys/0.3.61;name=web-sys-0.3.61 \
|
||||
crate://crates.io/winapi/0.3.9;name=winapi-0.3.9 \
|
||||
crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0;name=winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
crate://crates.io/winapi-util/0.1.5;name=winapi-util-0.1.5 \
|
||||
crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0;name=winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
crate://crates.io/winnow/0.4.0;name=winnow-0.4.0 \
|
||||
crate://crates.io/zvariant_derive/3.12.0;name=zvariant_derive-3.12.0 \
|
||||
crate://crates.io/zvariant_utils/1.0.0;name=zvariant_utils-1.0.0 \
|
||||
"
|
||||
|
||||
SRC_URI[anes-0.1.6.sha256sum] = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
||||
SRC_URI[anyhow-1.0.70.sha256sum] = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
||||
SRC_URI[arrayvec-0.7.2.sha256sum] = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
||||
SRC_URI[atty-0.2.14.sha256sum] = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
||||
SRC_URI[autocfg-1.1.0.sha256sum] = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
SRC_URI[bitflags-1.3.2.sha256sum] = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
SRC_URI[bumpalo-3.12.0.sha256sum] = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
||||
SRC_URI[byteorder-1.4.3.sha256sum] = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
||||
SRC_URI[cast-0.3.0.sha256sum] = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
||||
SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
SRC_URI[chrono-0.4.24.sha256sum] = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
||||
SRC_URI[ciborium-0.2.0.sha256sum] = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
|
||||
SRC_URI[ciborium-io-0.2.0.sha256sum] = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
|
||||
SRC_URI[ciborium-ll-0.2.0.sha256sum] = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
|
||||
SRC_URI[clap-3.2.23.sha256sum] = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
||||
SRC_URI[clap_lex-0.2.4.sha256sum] = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
||||
SRC_URI[criterion-0.4.0.sha256sum] = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
|
||||
SRC_URI[criterion-plot-0.5.0.sha256sum] = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
||||
SRC_URI[crossbeam-channel-0.5.7.sha256sum] = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
|
||||
SRC_URI[crossbeam-deque-0.8.3.sha256sum] = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
||||
SRC_URI[crossbeam-epoch-0.9.14.sha256sum] = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
||||
SRC_URI[crossbeam-utils-0.8.15.sha256sum] = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
||||
SRC_URI[either-1.8.1.sha256sum] = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
||||
SRC_URI[enumflags2-0.7.5.sha256sum] = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
|
||||
SRC_URI[enumflags2_derive-0.7.4.sha256sum] = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
|
||||
SRC_URI[form_urlencoded-1.1.0.sha256sum] = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
||||
SRC_URI[futures-channel-0.3.27.sha256sum] = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
||||
SRC_URI[futures-core-0.3.27.sha256sum] = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
||||
SRC_URI[futures-executor-0.3.27.sha256sum] = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
|
||||
SRC_URI[futures-macro-0.3.27.sha256sum] = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
|
||||
SRC_URI[futures-task-0.3.27.sha256sum] = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
||||
SRC_URI[futures-util-0.3.27.sha256sum] = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
||||
SRC_URI[getrandom-0.2.8.sha256sum] = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
||||
SRC_URI[half-1.8.2.sha256sum] = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
||||
SRC_URI[hashbrown-0.12.3.sha256sum] = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
||||
SRC_URI[heck-0.3.3.sha256sum] = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
||||
SRC_URI[hermit-abi-0.1.19.sha256sum] = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
||||
SRC_URI[hermit-abi-0.2.6.sha256sum] = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
||||
SRC_URI[idna-0.3.0.sha256sum] = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
||||
SRC_URI[indexmap-1.9.2.sha256sum] = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
||||
SRC_URI[itertools-0.9.0.sha256sum] = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
||||
SRC_URI[itertools-0.10.5.sha256sum] = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
||||
SRC_URI[itoa-1.0.6.sha256sum] = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
||||
SRC_URI[js-sys-0.3.61.sha256sum] = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
||||
SRC_URI[lazy_static-1.4.0.sha256sum] = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||
SRC_URI[libc-0.2.140.sha256sum] = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
||||
SRC_URI[log-0.4.17.sha256sum] = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
||||
SRC_URI[memchr-2.5.0.sha256sum] = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
||||
SRC_URI[memoffset-0.8.0.sha256sum] = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
||||
SRC_URI[num-integer-0.1.45.sha256sum] = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
||||
SRC_URI[num-traits-0.2.15.sha256sum] = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
||||
SRC_URI[num_cpus-1.15.0.sha256sum] = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
||||
SRC_URI[once_cell-1.17.1.sha256sum] = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
||||
SRC_URI[oorandom-11.1.3.sha256sum] = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
||||
SRC_URI[os_str_bytes-6.5.0.sha256sum] = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
||||
SRC_URI[percent-encoding-2.2.0.sha256sum] = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
||||
SRC_URI[pin-project-lite-0.2.9.sha256sum] = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
||||
SRC_URI[pin-utils-0.1.0.sha256sum] = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||||
SRC_URI[pkg-config-0.3.26.sha256sum] = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
||||
SRC_URI[plotters-0.3.4.sha256sum] = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
|
||||
SRC_URI[plotters-backend-0.3.4.sha256sum] = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
|
||||
SRC_URI[plotters-svg-0.3.3.sha256sum] = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
|
||||
SRC_URI[ppv-lite86-0.2.17.sha256sum] = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
||||
SRC_URI[proc-macro-crate-0.1.5.sha256sum] = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
||||
SRC_URI[proc-macro-crate-1.3.1.sha256sum] = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
||||
SRC_URI[proc-macro-error-1.0.4.sha256sum] = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
||||
SRC_URI[proc-macro-error-attr-1.0.4.sha256sum] = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
||||
SRC_URI[proc-macro2-1.0.53.sha256sum] = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
|
||||
SRC_URI[quote-1.0.26.sha256sum] = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
||||
SRC_URI[rand-0.8.5.sha256sum] = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
||||
SRC_URI[rand_chacha-0.3.1.sha256sum] = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
||||
SRC_URI[rand_core-0.6.4.sha256sum] = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
||||
SRC_URI[rayon-1.7.0.sha256sum] = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
||||
SRC_URI[rayon-core-1.11.0.sha256sum] = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
||||
SRC_URI[regex-1.7.2.sha256sum] = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c"
|
||||
SRC_URI[regex-syntax-0.6.29.sha256sum] = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
||||
SRC_URI[ryu-1.0.13.sha256sum] = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
||||
SRC_URI[same-file-1.0.6.sha256sum] = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
||||
SRC_URI[scopeguard-1.1.0.sha256sum] = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
||||
SRC_URI[serde-1.0.158.sha256sum] = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
|
||||
SRC_URI[serde_bytes-0.11.9.sha256sum] = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
|
||||
SRC_URI[serde_derive-1.0.158.sha256sum] = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
|
||||
SRC_URI[serde_json-1.0.94.sha256sum] = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
||||
SRC_URI[serde_repr-0.1.12.sha256sum] = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
|
||||
SRC_URI[slab-0.4.8.sha256sum] = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
||||
SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||||
SRC_URI[strum-0.18.0.sha256sum] = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
||||
SRC_URI[strum_macros-0.18.0.sha256sum] = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
||||
SRC_URI[syn-1.0.109.sha256sum] = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
||||
SRC_URI[syn-2.0.8.sha256sum] = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
|
||||
SRC_URI[system-deps-1.3.2.sha256sum] = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
|
||||
SRC_URI[textwrap-0.16.0.sha256sum] = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
||||
SRC_URI[thiserror-1.0.40.sha256sum] = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
||||
SRC_URI[thiserror-impl-1.0.40.sha256sum] = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
||||
SRC_URI[time-0.3.20.sha256sum] = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
||||
SRC_URI[time-core-0.1.0.sha256sum] = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
||||
SRC_URI[time-macros-0.2.8.sha256sum] = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
||||
SRC_URI[tinytemplate-1.2.1.sha256sum] = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
||||
SRC_URI[tinyvec-1.6.0.sha256sum] = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
||||
SRC_URI[tinyvec_macros-0.1.1.sha256sum] = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||
SRC_URI[toml-0.5.11.sha256sum] = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
||||
SRC_URI[toml_datetime-0.6.1.sha256sum] = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
||||
SRC_URI[toml_edit-0.19.8.sha256sum] = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
|
||||
SRC_URI[unicode-bidi-0.3.13.sha256sum] = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
||||
SRC_URI[unicode-ident-1.0.8.sha256sum] = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
||||
SRC_URI[unicode-normalization-0.1.22.sha256sum] = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
||||
SRC_URI[unicode-segmentation-1.10.1.sha256sum] = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
||||
SRC_URI[url-2.3.1.sha256sum] = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
||||
SRC_URI[uuid-1.3.0.sha256sum] = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
||||
SRC_URI[version-compare-0.0.10.sha256sum] = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
||||
SRC_URI[version_check-0.9.4.sha256sum] = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||||
SRC_URI[walkdir-2.3.3.sha256sum] = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
||||
SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
||||
SRC_URI[wasm-bindgen-0.2.84.sha256sum] = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
||||
SRC_URI[wasm-bindgen-backend-0.2.84.sha256sum] = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
||||
SRC_URI[wasm-bindgen-macro-0.2.84.sha256sum] = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
||||
SRC_URI[wasm-bindgen-macro-support-0.2.84.sha256sum] = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
||||
SRC_URI[wasm-bindgen-shared-0.2.84.sha256sum] = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
||||
SRC_URI[web-sys-0.3.61.sha256sum] = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
||||
SRC_URI[winapi-0.3.9.sha256sum] = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||||
SRC_URI[winapi-i686-pc-windows-gnu-0.4.0.sha256sum] = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||||
SRC_URI[winapi-util-0.1.5.sha256sum] = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
||||
SRC_URI[winapi-x86_64-pc-windows-gnu-0.4.0.sha256sum] = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||||
SRC_URI[winnow-0.4.0.sha256sum] = "deac0939bd6e4f24ab5919fbf751c97a8cfc8543bb083a305ed5c0c10bb241d1"
|
||||
SRC_URI[zvariant_derive-3.12.0.sha256sum] = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
|
||||
SRC_URI[zvariant_utils-1.0.0.sha256sum] = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
|
||||
@@ -0,0 +1,14 @@
|
||||
SRC_URI += "\
|
||||
git://github.com/gtk-rs/glib;protocol=https;nobranch=1;name=glib;destsuffix=glib;type=git-dependency \
|
||||
git://github.com/gtk-rs/sys;protocol=https;nobranch=1;name=glib-sys;destsuffix=glib-sys;subpath=glib-sys;type=git-dependency \
|
||||
git://github.com/gtk-rs/sys;protocol=https;nobranch=1;name=gobject-sys;destsuffix=gobject-sys;subpath=gobject-sys;type=git-dependency \
|
||||
"
|
||||
|
||||
SRCREV_FORMAT .= "_glib"
|
||||
SRCREV_glib = "c9ee583cea07830c099cdcccd33eda9ef705ea93"
|
||||
|
||||
SRCREV_FORMAT .= "_glib-sys"
|
||||
SRCREV_glib-sys = "5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
||||
|
||||
SRCREV_FORMAT .= "_gobject-sys"
|
||||
SRCREV_gobject-sys = "5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
||||
+1292
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,37 @@
|
||||
SUMMARY = "Provides API for encoding/decoding of data to/from D-Bus wire format"
|
||||
DESCRIPTION = "This crate provides API for encoding/decoding of data to/from D-Bus wire format.\
|
||||
This binary wire format is simple and very efficient and hence useful outside of D-Bus context as well.\
|
||||
A modified form of this format, GVariant is very commonly used for efficient storage of arbitrary \
|
||||
data and is also supported by this crate."
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/dbus/zbus/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b377b220f43d747efdec40d69fcaa69d"
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'glib-2.0', '', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://gitlab.freedesktop.org/dbus/zbus;protocol=https;branch=main;subpath=zvariant \
|
||||
file://0001-Tweak-zvariant-crate-config.patch;striplevel=2 \
|
||||
"
|
||||
|
||||
SRCREV = "07506776fab5f58e029760bb4b288f670c7eecd6"
|
||||
S = "${WORKDIR}/zvariant"
|
||||
|
||||
python do_clean_lic_file_symlink() {
|
||||
bb.utils.remove("LICENCE")
|
||||
}
|
||||
|
||||
addtask clean_lic_file_symlink after do_unpack before do_patch
|
||||
|
||||
inherit ptest-cargo pkgconfig cargo-update-recipe-crates
|
||||
|
||||
# Remove this when the recipe is reproducible
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
require ${BPN}-crates.inc
|
||||
require ${BPN}-git-crates.inc
|
||||
|
||||
# zvariant is an indermediate product for the zbus project
|
||||
# and so, it provided only a static lib (rlib) which fall only
|
||||
# in -dev package
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
@@ -0,0 +1,34 @@
|
||||
# This recipe is a copy from the oe-core one.
|
||||
# It has a lower and invalid version number in order not to be accidentally used by bitbake.
|
||||
# It is used for tests that require overlayed recipe files.
|
||||
|
||||
SUMMARY = "GNU Aspell spell-checker"
|
||||
SECTION = "console/utils"
|
||||
HOMEPAGE = "https://ftp.gnu.org/gnu/aspell/"
|
||||
|
||||
LICENSE = "LGPL-2.0-only | LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
|
||||
SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
|
||||
|
||||
PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
|
||||
|
||||
FILES:${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
|
||||
FILES:libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
|
||||
FILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
|
||||
FILES:${PN} = "${bindir}/aspell"
|
||||
FILES:libpspell = "${libdir}/libpspell.so.*"
|
||||
FILES:libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
|
||||
|
||||
ARM_INSTRUCTION_SET:armv4 = "arm"
|
||||
ARM_INSTRUCTION_SET:armv5 = "arm"
|
||||
ARM_INSTRUCTION_SET:armv6 = "arm"
|
||||
|
||||
inherit autotools gettext
|
||||
@@ -0,0 +1,2 @@
|
||||
# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
|
||||
include test_recipe.inc
|
||||
@@ -0,0 +1,2 @@
|
||||
# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
|
||||
include test_recipe.inc
|
||||
@@ -0,0 +1,8 @@
|
||||
LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${bindir}
|
||||
touch ${D}${bindir}/theapp
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
IMAGE_INSTALL += "container-image-testpkg"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
IMAGE_FSTYPES = "container"
|
||||
IMAGE_LINGUAS = ""
|
||||
|
||||
inherit core-image
|
||||
@@ -0,0 +1,12 @@
|
||||
SUMMARY = "Recipe with a fixed delay task"
|
||||
DESCRIPTION = "Contains a delay task to be used to for testing."
|
||||
LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
do_delay() {
|
||||
sleep 5
|
||||
}
|
||||
do_delay[nostamp] = "1"
|
||||
addtask delay
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "devtool test for overrides and patches"
|
||||
LICENSE = "CLOSED"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
SRC_URI = "file://source;subdir=${BP}"
|
||||
SRC_URI:append:qemuarm = " file://arm.patch;striplevel=0"
|
||||
SRC_URI:append:qemux86 = " file://x86.patch;striplevel=0"
|
||||
@@ -0,0 +1,5 @@
|
||||
--- source.orig 2020-10-06 13:26:10.792688630 +0100
|
||||
+++ source 2020-10-06 13:26:18.853424694 +0100
|
||||
@@ -1 +1 @@
|
||||
-This is a test for something
|
||||
+This is a test for qemuarm
|
||||
@@ -0,0 +1,5 @@
|
||||
--- source.orig 2020-10-06 13:26:10.792688630 +0100
|
||||
+++ source 2020-10-06 13:26:18.853424694 +0100
|
||||
@@ -1 +1 @@
|
||||
-This is a test for something
|
||||
+This is a test for qemux86
|
||||
@@ -0,0 +1 @@
|
||||
This is a test for something
|
||||
@@ -0,0 +1,9 @@
|
||||
LICENSE = "CLOSED"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
SRC_URI = "file://${BPN}.tar.gz \
|
||||
file://${BPN}.patch"
|
||||
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
diff --git a/ignored b/ignored
|
||||
index a579759..e3d7b43 100644
|
||||
--- a/ignored
|
||||
+++ b/ignored
|
||||
@@ -1 +1 @@
|
||||
-I'm so ignored
|
||||
+# I'm so ignored
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
From 3a286343cc5cadd83f41d524ee3606ae51df9ee7 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Thu, 28 May 2020 01:32:31 +0200
|
||||
Subject: [PATCH] meta-selftest: add test of .gitignore in tarball
|
||||
|
||||
---
|
||||
ignored | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ignored b/ignored
|
||||
index a579759..e3d7b43 100644
|
||||
--- a/ignored
|
||||
+++ b/ignored
|
||||
@@ -1 +1 @@
|
||||
-I'm so ignored
|
||||
+# I'm so ignored
|
||||
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
The first file
|
||||
@@ -0,0 +1 @@
|
||||
The second file
|
||||
@@ -0,0 +1 @@
|
||||
The third file.
|
||||
@@ -0,0 +1,18 @@
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/syslinux-${PV}.tar.xz \
|
||||
file://file1 \
|
||||
file://file2"
|
||||
|
||||
SRC_URI:append:class-native = " file://file3"
|
||||
|
||||
SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13"
|
||||
SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e"
|
||||
|
||||
S = "${WORKDIR}/syslinux-${PV}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,10 @@
|
||||
LICENSE = "CLOSED"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
SRC_URI = "file://file1 \
|
||||
file://file2"
|
||||
|
||||
SRC_URI:append:class-native = " file://file3"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1 @@
|
||||
The first file
|
||||
@@ -0,0 +1 @@
|
||||
The second file
|
||||
@@ -0,0 +1 @@
|
||||
The third file.
|
||||
@@ -0,0 +1,9 @@
|
||||
LICENSE = "CLOSED"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
SRC_URI = "file://${BPN}.tar.gz \
|
||||
file://0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch"
|
||||
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
diff --git a/patch-me b/patch-me
|
||||
index a20b29a..5e35d1b 100644
|
||||
--- a/patch-me
|
||||
+++ b/patch-me
|
||||
@@ -1 +1 @@
|
||||
-please
|
||||
+NO
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
From 45ba3d107ea60777a6b6e134fd00fe5009749177 Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Thu, 28 May 2020 02:03:39 +0200
|
||||
Subject: [PATCH] meta-selftest: add test for .patch file with long filename
|
||||
|
||||
---
|
||||
patch-me | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/patch-me b/patch-me
|
||||
index a20b29a..5e35d1b 100644
|
||||
--- a/patch-me
|
||||
+++ b/patch-me
|
||||
@@ -1 +1 @@
|
||||
-please
|
||||
+NO
|
||||
BIN
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libxres libxext virtual/libx11 ncurses"
|
||||
|
||||
SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \
|
||||
file://readme.patch.gz \
|
||||
"
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
|
||||
S = "${WORKDIR}/xrestop-0.4"
|
||||
|
||||
SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
|
||||
SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
LICENSE = "CLOSED"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
SRC_URI = "file://devtool-test-subdir.tar.gz \
|
||||
file://testfile;subdir=${BPN}"
|
||||
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Modified version
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
From 1478846ebfac690684e9c48049d08e0065f97a36 Mon Sep 17 00:00:00 2001
|
||||
From: Paul Eggleton <paul.eggleton@linux.intel.com>
|
||||
Date: Wed, 24 Feb 2016 17:43:03 +1300
|
||||
Subject: [PATCH] Add a note line to the quick reference
|
||||
|
||||
A test patch so we have a file to move around.
|
||||
---
|
||||
doc/quickref.1.in | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/doc/quickref.1.in b/doc/quickref.1.in
|
||||
index 389008b..226615c 100644
|
||||
--- a/doc/quickref.1.in
|
||||
+++ b/doc/quickref.1.in
|
||||
@@ -560,6 +560,7 @@ you want, at runtime, to change the parameters of.
|
||||
.P
|
||||
If you find any other problems, please report them.
|
||||
|
||||
+NOTE: this is an important note.
|
||||
|
||||
.SH REPORTING BUGS
|
||||
Report bugs in
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
commit ced2ec32b657a7f52604b2e16e5d5881041c517a
|
||||
Author: OpenEmbedded <oe.patch@oe>
|
||||
Date: Mon Nov 18 18:43:15 2019 +0100
|
||||
|
||||
Backport of the NEWS file from version 1.6.0
|
||||
|
||||
diff --git a/doc/NEWS b/doc/NEWS
|
||||
index 69793fc..fd49b1c 100644
|
||||
--- a/doc/NEWS
|
||||
+++ b/doc/NEWS
|
||||
@@ -1,3 +1,26 @@
|
||||
+1.6.0 - 15 March 2015
|
||||
+ - fix lstat64 support when unavailable - separate patches supplied by
|
||||
+ Ganael Laplanche and Peter Korsgaard
|
||||
+ - (#1506) new option "-D" / "--delay-start" to only show bar after N
|
||||
+ seconds (Damon Harper)
|
||||
+ - new option "--fineta" / "-I" to show ETA as time of day rather than time
|
||||
+ remaining - patch supplied by Erkki Seppälä (r147)
|
||||
+ - (#1509) change ETA (--eta / -e) so that days are given if the hours
|
||||
+ remaining are 24 or more (Jacek Wielemborek)
|
||||
+ - (#1499) repeat read and write attempts on partial buffer fill/empty to
|
||||
+ work around post-signal transfer rate drop reported by Ralf Ramsauer
|
||||
+ - (#1507) do not try to calculate total size in line mode, due to bug
|
||||
+ reported by Jacek Wielemborek and Michiel Van Herwegen
|
||||
+ - cleanup: removed defunct RATS comments and unnecessary copyright notices
|
||||
+ - clean up displayed lines when using --watchfd PID, when PID exits
|
||||
+ - output errors on a new line to avoid overwriting transfer bar
|
||||
+
|
||||
+1.5.7 - 26 August 2014
|
||||
+ - show KiB instead of incorrect kiB (Debian bug #706175)
|
||||
+ - (#1284) do not gzip man page, for non-Linux OSes (Bob Friesenhahn)
|
||||
+ - work around "awk" bug in tests/016-numeric-timer in decimal "," locales
|
||||
+ - fix "make rpm" and "make srpm", extend "make release" to sign releases
|
||||
+
|
||||
1.5.3 - 4 May 2014
|
||||
- remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Pipe viewer test recipe for devtool upgrade test"
|
||||
LICENSE = "Artistic-2.0"
|
||||
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
|
||||
|
||||
SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \
|
||||
file://0001-Add-a-note-line-to-the-quick-reference.patch \
|
||||
file://backported.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
|
||||
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
||||
|
||||
SRC_URI[md5sum] = "9365d86bd884222b4bf1039b5a9ed1bd"
|
||||
SRC_URI[sha256sum] = "681bcca9784bf3cb2207e68236d1f68e2aa7b80f999b5750dc77dcd756e81fbc"
|
||||
|
||||
PR = "r5"
|
||||
|
||||
S = "${WORKDIR}/pv-${PV}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Pipe viewer test recipe for devtool upgrade test"
|
||||
LICENSE = "Artistic-2.0"
|
||||
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02"
|
||||
|
||||
SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \
|
||||
file://0001-Add-a-note-line-to-the-quick-reference.patch \
|
||||
file://backported.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
|
||||
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
||||
|
||||
SRC_URI[sha256sum] = "9dd45391806b0ed215abee4c5ac1597d018c386fe9c1f5afd2f6bc3b07fd82c3"
|
||||
|
||||
S = "${WORKDIR}/pv-${PV}"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "A simple tool to wait for a specific signal over DBus"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "dbus"
|
||||
|
||||
# Note: this is intentionally not the latest version in the original .bb
|
||||
SRCREV = "1a3e1343761b30750bed70e0fd688f6d3c7b3717"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "A simple tool to wait for a specific signal over DBus"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "dbus"
|
||||
|
||||
# Note: this is intentionally not the latest version in the original .bb
|
||||
SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/dbus-wait;branch=master"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
@@ -0,0 +1,7 @@
|
||||
include test_recipe.inc
|
||||
|
||||
# Set LICENSE to something so that bitbake -p that is ran at the beginning
|
||||
# is successful since test_recipe.inc has not yet been modified.
|
||||
LICENSE = ""
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Error Test case that fails on do_compile"
|
||||
DESCRIPTION = "This generates a compile time error to be used to for testing."
|
||||
LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
do_compile() {
|
||||
bbfatal "Failing as expected.";
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
program helloworld
|
||||
|
||||
print * , "Hello World!"
|
||||
|
||||
end program helloworld
|
||||
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Fortran Hello World"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
DEPENDS = "libgfortran"
|
||||
|
||||
SRC_URI = "file://hello.f95"
|
||||
|
||||
# These set flags that Fortran doesn't support
|
||||
SECURITY_CFLAGS = ""
|
||||
SECURITY_LDFLAGS = ""
|
||||
|
||||
do_compile() {
|
||||
${FC} ${LDFLAGS} ${WORKDIR}/hello.f95 -o ${B}/fortran-hello
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -D ${B}/fortran-hello ${D}${bindir}/fortran-hello
|
||||
}
|
||||
|
||||
python () {
|
||||
if not d.getVar("FORTRAN"):
|
||||
raise bb.parse.SkipRecipe("Fortran isn't enabled")
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Test recipe for fetching git submodules"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/git-submodule-test/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
|
||||
SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test;branch=master"
|
||||
SRCREV = "a2885dd7d25380d23627e7544b7bbb55014b16ee"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_test_git_as_user() {
|
||||
cd ${S}
|
||||
git status
|
||||
}
|
||||
addtask test_git_as_user after do_unpack
|
||||
|
||||
fakeroot do_test_git_as_root() {
|
||||
cd ${S}
|
||||
git status
|
||||
}
|
||||
do_test_git_as_root[depends] += "virtual/fakeroot-native:do_populate_sysroot"
|
||||
addtask test_git_as_root after do_unpack
|
||||
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Test recipe for git repo initialization"
|
||||
HOMEPAGE = "https://git.yoctoproject.org/git/matchbox-panel-2"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
PATCHTOOL="git"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \
|
||||
file://0001-testpatch.patch \
|
||||
"
|
||||
|
||||
SRCREV = "f82ca3f42510fb3ef10f598b393eb373a2c34ca7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -0,0 +1,9 @@
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 432a9b4..bbf7c74 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,3 +1,4 @@
|
||||
+## This is useless comment to test if patch works
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = matchbox-panel applets data po
|
||||
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Test recipe for fetching git submodules"
|
||||
HOMEPAGE = "https://git.yoctoproject.org/git/matchbox-panel-2"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
TAGVALUE = "2.10"
|
||||
|
||||
# Deliberately have a tag which has to be resolved but ensure do_unpack doesn't access the network again.
|
||||
SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https"
|
||||
SRC_URI:append:gitunpack-enable-recipe = ";tag=${TAGVALUE}"
|
||||
SRCREV = "f82ca3f42510fb3ef10f598b393eb373a2c34ca7"
|
||||
SRCREV:gitunpack-enable-recipe = ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -0,0 +1,5 @@
|
||||
require gitunpackoffline-fail.bb
|
||||
|
||||
TAGVALUE = "2.11"
|
||||
|
||||
PV = "0.0+git${SRCPV}"
|
||||
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "An image that includes the error recipe and will therefore fail"
|
||||
DESCRIPTION = "This generates an error. Not currently used by oe-selftest"
|
||||
|
||||
IMAGE_INSTALL = "error"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
inherit core-image
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "An image used during oe-selftest tests"
|
||||
|
||||
# libudev is needed for deploy mdadm via devtool
|
||||
IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev"
|
||||
IMAGE_FEATURES = "debug-tweaks"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
inherit core-image
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
SUMMARY = "An empty image."
|
||||
IMAGE_INSTALL = ""
|
||||
IMAGE_LINGUAS = ""
|
||||
PACKAGE_INSTALL = ""
|
||||
|
||||
inherit image
|
||||
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "An example of partitioned image."
|
||||
|
||||
SRC_URI = "file://${FILE_DIRNAME}/${BPN}.wks"
|
||||
|
||||
IMAGE_INSTALL = "packagegroup-core-boot"
|
||||
|
||||
IMAGE_FSTYPES = "wic"
|
||||
|
||||
WKS_FILE_DEPENDS = "dosfstools-native mtools-native gptfdisk-native"
|
||||
WKS_FILE_DEPENDS:append:x86 = " syslinux-native syslinux"
|
||||
WKS_FILE_DEPENDS:append:x86-64 = " syslinux-native syslinux"
|
||||
WKS_FILE_DEPENDS:append:x86-x32 = " syslinux-native syslinux"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
IMAGE_ROOTFS_EXTRA_SPACE = "2000"
|
||||
|
||||
inherit image
|
||||
@@ -0,0 +1,10 @@
|
||||
# short-description: Example of partitioned image with complex layout
|
||||
# long-description: This image contains boot partition and 3 rootfs partitions
|
||||
# created from core-image-minimal and wic-image-minimal image recipes.
|
||||
|
||||
part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
|
||||
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
|
||||
part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-test --align 1024 --use-uuid --fsuuid 2c71ef06-a81d-4735-9d3a-379b69c6bdba
|
||||
part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --align 1024
|
||||
|
||||
bootloader --ptable gpt --timeout=0 --append="rootwait console=tty0"
|
||||
@@ -0,0 +1,5 @@
|
||||
SUMMARY = "Recipe with an alias of an SPDX license"
|
||||
DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing"
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,5 @@
|
||||
SUMMARY = "Recipe with an SPDX license"
|
||||
DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,5 @@
|
||||
SUMMARY = "Recipe with multiple SPDX licenses"
|
||||
DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
|
||||
LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-3.0-only"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,5 @@
|
||||
SUMMARY = "Recipe with a non-SPDX license"
|
||||
DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
|
||||
LICENSE = "FooLicense"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "Destined to fail"
|
||||
LICENSE = "CLOSED"
|
||||
|
||||
deltask do_patch
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
do_shelltest() {
|
||||
echo "This is shell stdout"
|
||||
echo "This is shell stderr" >&2
|
||||
exit 1
|
||||
}
|
||||
addtask do_shelltest
|
||||
|
||||
python do_pythontest_exec_func_shell() {
|
||||
bb.build.exec_func('do_shelltest', d)
|
||||
}
|
||||
addtask do_pythontest_exec_func_shell
|
||||
|
||||
python do_pythontest_exit () {
|
||||
print("This is python stdout")
|
||||
sys.exit(1)
|
||||
}
|
||||
addtask do_pythontest_exit
|
||||
|
||||
python do_pythontest_exec_func_python() {
|
||||
bb.build.exec_func('do_pythontest_exit', d)
|
||||
}
|
||||
addtask do_pythontest_exec_func_python
|
||||
|
||||
python do_pythontest_fatal () {
|
||||
print("This is python fatal test stdout")
|
||||
bb.fatal("This is a fatal error")
|
||||
}
|
||||
addtask do_pythontest_fatal
|
||||
@@ -0,0 +1,2 @@
|
||||
# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
|
||||
include test_recipe.inc
|
||||
@@ -0,0 +1,22 @@
|
||||
From efc8831f33106e6b48de8e612c2d816fe7d1ae68 Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Fri, 9 Feb 2018 17:37:48 +0200
|
||||
Subject: [PATCH] Test patch here!
|
||||
|
||||
This is an invalid patch used by oe-selftest
|
||||
---
|
||||
README | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/README b/README
|
||||
index 48fff57..26d1234 100644
|
||||
--- a/README
|
||||
+++ b/README
|
||||
@@ -1,3 +1,4 @@
|
||||
+This is a test patch for purposes of oe-selftest
|
||||
THIS LINE MAKES THIS PATCH INVALID README for the man-db manual pager suite
|
||||
========================================
|
||||
|
||||
--
|
||||
2.15.1
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests.
|
||||
include test_recipe.inc
|
||||
@@ -0,0 +1,44 @@
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
MCMACHINE:virtclass-mcextend-musl = "qemux86-64"
|
||||
MCMACHINE:virtclass-mcextend-tiny = "qemux86"
|
||||
MCIMGTYPE:virtclass-mcextend-musl = "ext4"
|
||||
MCIMGTYPE:virtclass-mcextend-tiny = "cpio.gz"
|
||||
|
||||
MC_DEPLOY_DIR_IMAGE = "${TOPDIR}/tmp-mc-${MCNAME}/deploy/images/${MCMACHINE}"
|
||||
MC_DEPLOY_IMAGE_BASENAME = "core-image-minimal"
|
||||
|
||||
do_install[mcdepends] += "mc::${MCNAME}:core-image-minimal:do_image_complete mc::${MCNAME}:virtual/kernel:do_deploy"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}/var/lib/machines/${MCNAME}
|
||||
install ${MC_DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME_CORE_IMAGE_MINIMAL}.${MCIMGTYPE} ${D}/var/lib/machines/${MCNAME}/${MC_DEPLOY_IMAGE_BASENAME}.${MCIMGTYPE}
|
||||
install ${MC_DEPLOY_DIR_IMAGE}/bzImage ${D}/var/lib/machines/${MCNAME}
|
||||
}
|
||||
|
||||
# for IMAGE_LINK_NAME, IMAGE_BASENAME
|
||||
inherit image-artifact-names
|
||||
|
||||
python () {
|
||||
mcname = d.getVar('MCNAME')
|
||||
if not mcname:
|
||||
raise bb.parse.SkipRecipe("Not a multiconfig target")
|
||||
multiconfigs = d.getVar('BBMULTICONFIG') or ""
|
||||
if mcname not in multiconfigs:
|
||||
raise bb.parse.SkipRecipe("multiconfig target %s not enabled" % mcname)
|
||||
|
||||
# these will most likely start with my BPN multiconfig-image-packager, but I want them from core-image-minimal
|
||||
# as there is no good way to query core-image-minimal's context lets assume that there are no overrides
|
||||
# and that we can just replace IMAGE_BASENAME
|
||||
image_link_name = d.getVar('IMAGE_LINK_NAME')
|
||||
image_basename = d.getVar('IMAGE_BASENAME')
|
||||
machine = d.getVar('MACHINE')
|
||||
mcmachine = d.getVar('MCMACHINE')
|
||||
image_to_deploy = d.getVar('MC_DEPLOY_IMAGE_BASENAME')
|
||||
image_link_name_to_deploy = image_link_name.replace(image_basename, image_to_deploy).replace(machine, mcmachine)
|
||||
bb.warn('%s: assuming that "%s" built for "%s" has IMAGE_LINK_NAME "%s"' % (d.getVar('PN'), mcmachine, image_to_deploy, image_link_name_to_deploy))
|
||||
d.setVar('IMAGE_LINK_NAME_CORE_IMAGE_MINIMAL', image_link_name_to_deploy)
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "mcextend:tiny mcextend:musl"
|
||||
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Test Multiconfig Parsing"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
do_showvar() {
|
||||
bbplain "MCTESTVAR=${MCTESTVAR}"
|
||||
}
|
||||
addtask do_showvar
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
SUMMARY = "Test recipe for nopackages bbclass"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
inherit nopackages
|
||||
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Overlayfs class unit test"
|
||||
DESCRIPTION = "Contains an overlayfs configuration"
|
||||
LICENSE = "MIT"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit ${@bb.utils.contains("DISTRO_FEATURES", "overlayfs", "overlayfs", "", d)}
|
||||
include test_recipe.inc
|
||||
|
||||
OVERLAYFS_WRITABLE_PATHS[mnt-overlay] += "/usr/share/my-application"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/usr/share/my-application
|
||||
install -d ${D}${sysconfdir}
|
||||
echo "Original file in /etc" >> ${D}${sysconfdir}/lower-layer-test.txt
|
||||
}
|
||||
|
||||
FILES:${PN} += "\
|
||||
${exec_prefix} \
|
||||
${sysconfdir \
|
||||
"
|
||||
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Test case that tries to rename a package to an existing one and fails"
|
||||
DESCRIPTION = "This generates a packaging error when a package is renamed to a pre-existing name"
|
||||
LICENSE = "MIT"
|
||||
|
||||
# Add a new package ${PN}-renametest
|
||||
PACKAGES += "${PN}-renametest"
|
||||
# ... and try to rename the ${PN}-dev to the new ${PN}-renametest (conflict)
|
||||
PKG:${PN}-dev = "${PN}-renametest"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "Sysroot poisoning test"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit nopackages
|
||||
|
||||
# This test confirms that compiling code that searches /usr/include for headers
|
||||
# will result in compiler errors. This recipe should will fail to build and
|
||||
# oe-selftest has a test that verifies that.
|
||||
do_compile() {
|
||||
bbnote Testing preprocessor
|
||||
echo "int main(int argc, char** argv) {}" | ${CPP} -I/usr/include -
|
||||
bbnote Testing C compiler
|
||||
echo "int main(int argc, char** argv) {}" | ${CC} -x c -I/usr/include -
|
||||
bbnote Testing C++ compiler
|
||||
echo "int main(int argc, char** argv) {}" | ${CC} -x c++ -I/usr/include -
|
||||
}
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
@@ -0,0 +1,72 @@
|
||||
SUMMARY = "Packages to exercise postinstall functions"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit allarch
|
||||
|
||||
PACKAGES = "${PN}-rootfs ${PN}-delayed-a ${PN}-delayed-b ${PN}-rootfs-failing"
|
||||
|
||||
ALLOW_EMPTY:${PN}-rootfs = "1"
|
||||
ALLOW_EMPTY:${PN}-delayed-a = "1"
|
||||
ALLOW_EMPTY:${PN}-delayed-b = "1"
|
||||
ALLOW_EMPTY:${PN}-rootfs-failing = "1"
|
||||
|
||||
RDEPENDS:${PN}-delayed-a = "${PN}-rootfs"
|
||||
RDEPENDS:${PN}-delayed-b = "${PN}-delayed-a"
|
||||
|
||||
TESTDIR = "${sysconfdir}/postinst-test"
|
||||
|
||||
# At rootfs time touch $TESTDIR/rootfs. Errors if the file already exists, or
|
||||
# if the function runs on first boot.
|
||||
pkg_postinst:${PN}-rootfs () {
|
||||
set -e
|
||||
|
||||
if [ -z "$D" ]; then
|
||||
echo "${PN}-rootfs should have finished at rootfs time"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -e $D${TESTDIR}/rootfs ]; then
|
||||
echo "$D${TESTDIR}/rootfs exists, but should not"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p $D${TESTDIR}
|
||||
touch $D${TESTDIR}/rootfs
|
||||
}
|
||||
|
||||
# Depends on rootfs, delays until first boot, verifies that the rootfs file was
|
||||
# written.
|
||||
pkg_postinst_ontarget:${PN}-delayed-a () {
|
||||
set -e
|
||||
|
||||
if [ ! -e ${TESTDIR}/rootfs ]; then
|
||||
echo "${PN}-delayed-a: ${TESTDIR}/rootfs not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
touch ${TESTDIR}/delayed-a
|
||||
}
|
||||
|
||||
# Depends on delayed-a, delays until first boot, verifies that the delayed-a file was
|
||||
# written. This verifies the ordering between delayed postinsts.
|
||||
pkg_postinst_ontarget:${PN}-delayed-b () {
|
||||
set -e
|
||||
|
||||
if [ ! -e ${TESTDIR}/delayed-a ]; then
|
||||
echo "${PN}-delayed-b: ${TESTDIR}/delayed-a not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
touch ${TESTDIR}/delayed-b
|
||||
}
|
||||
|
||||
# This scriptlet intentionally includes a bogus command in the middle to test
|
||||
# that we catch and report such errors properly.
|
||||
pkg_postinst:${PN}-rootfs-failing () {
|
||||
mkdir -p $D${TESTDIR}
|
||||
touch $D${TESTDIR}/rootfs-before-failure
|
||||
run_a_really_broken_command
|
||||
# Scriptlet execution should stop here; the following commands are NOT supposed to run.
|
||||
# (oe-selftest checks for it).
|
||||
touch $D${TESTDIR}/rootfs-after-failure
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "pseudo env test"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
python do_compile() {
|
||||
import pseudo_pyc_test1
|
||||
print(pseudo_pyc_test1.STRING)
|
||||
}
|
||||
|
||||
python do_install() {
|
||||
import pseudo_pyc_test2
|
||||
print(pseudo_pyc_test2.STRING)
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
diff --git a/file2 b/file2
|
||||
new file mode 100644
|
||||
index 0000000..049b42e
|
||||
--- /dev/null
|
||||
+++ b/file2
|
||||
@@ -0,0 +1,2 @@
|
||||
+Test file 2
|
||||
+456
|
||||
@@ -0,0 +1,2 @@
|
||||
First test file
|
||||
123
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "Third file" > $1/selftest-replaceme-scripted
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user