Skip to content

Commit 2ab037e

Browse files
authored
Merge branch 'openembedded:master' into master
2 parents d14851f + 098dc60 commit 2ab037e

4,402 files changed

Lines changed: 101937 additions & 76782 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

contrib/oe-stylize.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
"""\
44
Sanitize a bitbake file following the OpenEmbedded style guidelines,
@@ -436,8 +436,8 @@ def follow_rule(i, line):
436436
# -- dump the sanitized .bb file --
437437
addEmptyLine = False
438438
# write comments that are not related to variables nor routines
439-
for l in commentBloc:
440-
olines.append(l)
439+
for c in commentBloc:
440+
olines.append(c)
441441
# write variables and routines
442442
previourVarPrefix = "unknown"
443443
for k in OE_vars:
@@ -446,8 +446,8 @@ def follow_rule(i, line):
446446
if seen_vars[k] != []:
447447
if addEmptyLine and not k.startswith(previourVarPrefix):
448448
olines.append("")
449-
for l in seen_vars[k]:
450-
olines.append(l)
449+
for s in seen_vars[k]:
450+
olines.append(s)
451451
previourVarPrefix = k.split('_')[0] == '' and "unknown" or k.split('_')[0]
452452
for line in olines:
453453
print(line)
File renamed without changes.

meta-filesystems/conf/layer.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ BBFILE_PRIORITY_filesystems-layer = "5"
1313
# cause compatibility issues with other layers
1414
LAYERVERSION_filesystems-layer = "1"
1515

16-
LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
16+
LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer"
1717

18-
LAYERSERIES_COMPAT_filesystems-layer = "kirkstone langdale"
18+
LAYERSERIES_COMPAT_filesystems-layer = "nanbield"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fsgqa:x:700:nogroup::/:/bin/nologin
2+
123456-fsgqa:x:701:nogroup::/:/bin/nologin
3+
fsgqa2:x:702:nogroup::/:/bin/nologin
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
SUMMARY = "library to write an ISO-9660 file system to physical media"
2+
HOMEPAGE = "https://libburnia-project.org/"
3+
4+
LICENSE = "GPL-2.0-or-later"
5+
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
6+
file://COPYRIGHT;md5=a91b9b862895b64e68e5b321873c9111"
7+
8+
SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
9+
SRC_URI[sha256sum] = "7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b"
10+
11+
inherit autotools pkgconfig lib_package
12+
13+
BBCLASSEXTEND = "native"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
SUMMARY = "library and tool to create and burn ISO-9660 images"
2+
HOMEPAGE = "https://libburnia-project.org/"
3+
4+
LICENSE = "GPL-2.0-or-later"
5+
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
6+
file://COPYRIGHT;md5=43cfe25a7e4a65f722d6253fa0649bb1"
7+
8+
SRC_URI = "http://files.libburnia-project.org/releases/libisoburn-${PV}.tar.gz"
9+
SRC_URI[sha256sum] = "2b80a6f73dd633a5d243facbe97a15e5c9a07644a5e1a242c219b9375a45f71b"
10+
11+
DEPENDS = "libisofs libburn"
12+
# This replaces the xorriso recipe
13+
PROVIDES += "xorriso"
14+
15+
inherit autotools pkgconfig
16+
17+
EXTRA_OECONF = "--enable-pkg-check-modules"
18+
19+
do_install:append() {
20+
# This is a proof-of-concept UI using Tk, don't ship it
21+
rm -f ${D}${bindir}/xorriso-tcltk
22+
}
23+
24+
PACKAGE_BEFORE_PN = "xorriso"
25+
FILES:xorriso = "${bindir}"
26+
27+
BBCLASSEXTEND = "native"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
SUMMARY = "library to create an ISO-9660 filesystem"
2+
HOMEPAGE = "https://libburnia-project.org/"
3+
4+
LICENSE = "GPL-2.0-or-later"
5+
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
6+
file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc"
7+
8+
SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
9+
SRC_URI[sha256sum] = "0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70"
10+
11+
DEPENDS = "acl zlib"
12+
13+
inherit autotools
14+
15+
BBCLASSEXTEND = "native"

meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
SUMMARY = "read and write exFAT driver for FUSE"
2+
DESCRIPTION = "fuse-exfat is a read and write driver implementing the \
3+
extended file allocation table as a filesystem in userspace. A mounthelper \
4+
is provided under the name mount.exfat-fuse. \
5+
"
6+
HOMEPAGE = "https://github.com/relan/exfat"
7+
SECTION = "universe/otherosfs"
8+
LICENSE = "GPL-2.0-or-later"
9+
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10+
SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
11+
12+
UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
13+
14+
DEPENDS = "fuse virtual/libc"
15+
RRECOMMENDS:${PN} = "util-linux-mount"
16+
17+
inherit autotools pkgconfig
18+
19+
SRC_URI[sha256sum] = "a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e"
20+
21+
EXTRA_OECONF += "sbindir=${base_sbindir}"

0 commit comments

Comments
 (0)