doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
ad40cee8-e700-4360-91e1-f8ac4085292c | {
"language": "BitBake"
} | ```bitbake
require xorg-app-common.inc
DESCRIPTION = "X Window System initializer"
DEPENDS += "util-linux-ng"
PE = "1"
PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "bc4e8b7d1919597cc37a0d24aa149dda"
SRC_URI[archive.sha256sum] = "ba76e36e1a42a7cf76505b7e6fc4777f5d14f45ddff74341abfb7dd10d5fe04c"
FILES_${PN} += "${libdi... | ```bitbake
require xorg-app-common.inc
DESCRIPTION = "X Window System initializer"
RDEPENDS_${PN} += "util-linux-ng"
PE = "1"
PR = "${INC_PR}.1"
EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
SRC_URI[archive.md5sum] = "bc4e8b7d1919597cc37a0d24aa149dda"
SRC_URI[archive.sha256sum] = "ba76e36e1a42a7cf76505b7e6fc47... |
d28ce692-9471-4fb7-b366-7e8c7ce2de67 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Small utility to restart a crashing application"
LICENSE = "GPL"
SRC_URI="svn://svn.openmoko.org/developers/zecke/;module=app_restarter;proto=http"
S = "${WORKDIR}/app_restarter"
PV = "1.0+svn${SRCREV}"
PE = "1"
inherit pkgconfig
do_compile() {
cd ${S}
oe_runmake
}
do_install() {
... | ```bitbake
DESCRIPTION = "Small utility to restart a crashing application"
LICENSE = "GPL"
DEPENDS = "virtual/libx11"
SRC_URI="svn://svn.openmoko.org/developers/zecke/;module=app_restarter;proto=http"
S = "${WORKDIR}/app_restarter"
PV = "1.0+svn${SRCREV}"
PE = "1"
inherit pkgconfig
do_compile() {
cd ${S}
oe_... |
0b0e331e-d72b-44d3-b787-5908b41d2b41 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Host API C++ bindings"
DESCRIPTION = "OpenCL compute API headers C++ bindings from Khronos Group"
LICENSE = "Khronos"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e4a01f0c56b39419aa287361a82df00"
SECTION = "base"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https"
PV = "2.... | ```bitbake
SUMMARY = "Host API C++ bindings"
DESCRIPTION = "OpenCL compute API headers C++ bindings from Khronos Group"
LICENSE = "Khronos"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e4a01f0c56b39419aa287361a82df00"
SECTION = "base"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https"
PV = "2.... |
62b34396-5588-49cb-87cb-19b600d085bd | {
"language": "BitBake"
} | ```bitbake
inherit esw deploy
ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src"
DEPENDS += " xilstandalone xilfpga xilskey"
do_install() {
:
}
PMU_FIRMWARE_BASE_NAME ?= "${BPN}-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}"
PMU_FIRMWARE_BASE_NAME[vardepsexclude] = "DATETIME"
do_deploy() {
install -Dm 06... | ```bitbake
inherit esw deploy
ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src"
DEPENDS += " xilstandalone xilfpga xilskey"
do_install() {
install -d ${D}/${base_libdir}/firmware
# Note that we have to make the ELF executable for it to be stripped
install -m 0755 ${WORKDIR}/build/pmufw* ${D}/${base_li... |
ea699e62-bfd4-42fd-b5b8-e85f6ef37792 | {
"language": "BitBake"
} | ```bitbake
# Base this image on rpi-hwup-image
include recipes-core/images/rpi-hwup-image.bb
IMAGE_FEATURES += "ssh-server-dropbear splash package-management"
VIDEO_CAMERA = "1"
IMAGE_INSTALL_append = "linux-firmware-ath9k linux-firmware-ralink linux-firmware-rtl8192cu wireless-tools parted lvm2 openssl dosfstools e2f... | ```bitbake
# Base this image on rpi-hwup-image
include recipes-core/images/rpi-hwup-image.bb
IMAGE_FEATURES += "ssh-server-dropbear splash package-management"
VIDEO_CAMERA = "1"
IMAGE_INSTALL_append = "linux-firmware-ath9k linux-firmware-ralink linux-firmware-rtl8192cu wireless-tools parted lvm2 openssl dosfstools e2f... |
2fe2f3bf-2839-4c6f-91ee-cf6767b00b3a | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Task to install additional scripts and applications into the SDK"
LICENSE = "MIT"
PR = "r14"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
# Choose the kernel and u-boot recipe sources to use
U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src"
KERNEL_SRC = "${PREFERRED_PROV... | ```bitbake
DESCRIPTION = "Task to install additional scripts and applications into the SDK"
LICENSE = "MIT"
PR = "r15"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
# Choose the kernel and u-boot recipe sources to use
U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src"
KERNEL_SRC = "${PREFERRED_PROV... |
71488442-de34-409f-af53-5dd2a2d65bab | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "GENIVI AudioManager Demo"
DESCRIPTION = "Demo of the GENIVI AudioManager"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://AudioManagerPoC/README;md5=be0fe05c89ff7a2632eb080f72e8c129"
DEPENDS = "qtbase qtdeclarative qtwebkit"
BRANCH = "Intreprid_stable_branch"
VERSION = "6.1"
SRC_URI = "\
git:... | ```bitbake
SUMMARY = "GENIVI AudioManager Demo"
DESCRIPTION = "Demo of the GENIVI AudioManager"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://AudioManagerPoC/README;md5=be0fe05c89ff7a2632eb080f72e8c129"
DEPENDS = "qtbase qtdeclarative qtwebkit"
SRCREV = "daf851ee7a41d1b0572c0c95e15f61e427ce97f1"
SRC_URI = "\
git... |
d565a476-8e45-46f1-8c31-74935c82479f | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Convert Gnome or KDE menus to e17 menus"
SECTION = "e/utils"
DEPENDS = "e virtual/ecore virtual/evas eet engrave"
LICENSE = "MIT"
HOMEPAGE = "http://sourceforge.net/projects/e17genmenu"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
PR = "r0"
export EET_CONFIG = "${STAGING_BINDIR}... | ```bitbake
DESCRIPTION = "Convert Gnome or KDE menus to e17 menus"
SECTION = "e/utils"
DEPENDS = "e virtual/ecore virtual/evas eet engrave"
LICENSE = "GPL"
HOMEPAGE = "http://sourceforge.net/projects/e17genmenu"
MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
PR = "r0"
export EET_CONFIG = "${STAGING_BINDIR}... |
8c6610be-2ae4-4def-8cb7-cbb529957ebe | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "XFS Filesystem Dump Utility"
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
LICENSE = "GPL"
SECTION = "base"
DEPENDS = "xfsprogs"
SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz"
SRC_URI[md5sum] = "af6932cfcd95ce64dc583128a190ffd7"
SRC_URI[sha256sum] = "d3932f0d482f6f77ec8519ce24... | ```bitbake
DESCRIPTION = "XFS Filesystem Dump Utility"
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
LICENSE = "GPL"
SECTION = "base"
DEPENDS = "xfsprogs"
PR = "r1"
SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz"
SRC_URI[md5sum] = "af6932cfcd95ce64dc583128a190ffd7"
SRC_URI[sha256sum] = "d3932f0d482f6f77... |
78442175-da21-49e9-af50-463cc763532a | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Library for rendering SVG files"
SECTION = "x11/utils"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt"
LICENSE = "LGPL"
PR = "r1"
inherit autotools pkgconfig gnome
PACKAGES =+ "librsvg-gtk librsvg-gtk-dev rsvg"
FILES_${PN} = "${libdir}/*.so.... | ```bitbake
DESCRIPTION = "Library for rendering SVG files"
SECTION = "x11/utils"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt"
LICENSE = "LGPL"
PR = "r1"
EXTRA_OECONF = "--disable-mozilla-plugin"
inherit autotools pkgconfig gnome
PACKAGES =+ "librsvg-gtk librsvg-g... |
b6bc1b38-7da0-4d3e-a997-799d1fd64a9a | {
"language": "BitBake"
} | ```bitbake
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
inherit kde_cmake kde_rdepends
DEPENDS = "kde-workspace kde-runtime soprano shared-desktop-ontologies kdelibs4 libkactivities4"
RDEPENDS_${PN} = "kde-runtime shared-desktop-ontologies soprano libkactivities4"
RREC... | ```bitbake
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
inherit kde_cmake kde_rdepends
DEPENDS = "kde-workspace kde-runtime soprano shared-desktop-ontologies kdelibs4 libkactivities4"
RDEPENDS_${PN} = " kde-workspace libkactivities4 plasma-active shared-desktop-ontologi... |
b1648adf-523c-49cc-886f-bf23282e4d15 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A fast and thorough lazy object proxy"
HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
LICENSE = "BSD-2-Clause"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
SRC_URI[sha256sum] = "48... | ```bitbake
SUMMARY = "A fast and thorough lazy object proxy"
HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
LICENSE = "BSD-2-Clause"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-pip-native"
... |
78e67670-69a6-4d13-a4d1-f2c0b9a79c81 | {
"language": "BitBake"
} | ```bitbake
require ${PN}_${PV}.inc
DEPENDS += "mariadb-native"
PROVIDES += "mysql5"
RPROVIDES_${PN}-client = "mysql5-client"
RREPLACES_${PN}-client = "mysql5-client"
RCONFLICTS_${PN}-client = "mysql5-client"
RPROVIDES_${PN}-server = "mysql5-server"
RREPLACES_${PN}-server = "mysql5-server"
RCONFLICTS_${PN}-server = ... | ```bitbake
require ${PN}_${PV}.inc
DEPENDS += "mariadb-native"
PROVIDES += "mysql5"
RPROVIDES_${PN} += "mysql5"
RREPLACES_${PN} += "mysql5"
RCONFLICTS_${PN} += "mysql5"
RPROVIDES_${PN}-dbg += "mysql5-dbg"
RREPLACES_${PN}-dbg += "mysql5-dbg"
RCONFLICTS_${PN}-dbg += "mysql5-dbg"
RPROVIDES_${PN}-leftovers += "mysql5-... |
24b41b7d-e406-4569-873d-8ff5be96d298 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SRC_URI = "http://microcom.port5.com/m102.tar.gz \
file://make.patch;patch=1"
S = "${WORKDIR}"
do_install () {
install -d ${D}${bindir... | ```bitbake
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
# http://microcom.port5.com/m102.tar.gz is no longer available
SRC_URI = "http://www.oesources.org/source/current/m102.tar.gz \
file://m... |
7317714f-af92-4df0-aa32-aa6dc2eafd15 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
PR = "r0"
inherit debian-package
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
"
DEPENDS = "python libpcre"
EXTRA_OECONF += " --program-suffix=2.0"
inherit autotools
BBCLASSEXTEND = "nati... | ```bitbake
DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
PR = "r1"
inherit debian-package
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
"
DEPENDS = "python libpcre tcl"
# Path to find tclConfig.sh
EXTRA_OECONF_class-target = " --with-tclconfig=$... |
89228840-80e3-4795-8776-5428a61acf14 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
PR = "r10"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS... | ```bitbake
DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
PR = "r11"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLA... |
96110413-fe4f-4b1b-9b21-bd526e5a87ff | {
"language": "BitBake"
} | ```bitbake
require fakeroot.inc
PR = "${INC_PR}.0"
SRC_URI =+ "\
${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
file://quiet-getopt-check.patch \
"
SRC_URI[md5sum] = "659a1f3a36554abfc2a3eaad2fdc0604"
SRC_URI[sha256] = "b035c834944bf9482027f48c388de8492e96609825265ac03f05408d0b3aae68"
```
Update ... | ```bitbake
require fakeroot.inc
PE = "1"
PR = "${INC_PR}.0"
SRC_URI =+ "\
http://snapshot.debian.org/archive/debian/20110301/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2 \
file://quiet-getopt-check.patch \
"
SRC_URI[md5sum] = "659a1f3a36554abfc2a3eaad2fdc0604"
SRC_URI[sha256] = "b035c834944bf9482027f48c388de... |
1b74a6e0-96cf-488c-8960-3b3ca41f68be | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "fifo maps for c++"
HOMEPAGE = "https://github.com/nlohmann/fifo_map"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0"
SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https"
PV = "1.0.0+git${SRCPV}"
SRCREV = "d... | ```bitbake
SUMMARY = "fifo maps for c++"
HOMEPAGE = "https://github.com/nlohmann/fifo_map"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0"
SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https"
PV = "1.0.0+git${SRCPV}"
SRCREV = "d... |
8f708c7b-6028-4055-82af-49a6d949866f | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Duktape embeddable Javascript engine"
DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint."
HOMEPAGE = "https://duktape.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b7825df97b52f926fc71300f7880408"
SRC_URI = "https://duk... | ```bitbake
SUMMARY = "Duktape embeddable Javascript engine"
DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint."
HOMEPAGE = "https://duktape.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b7825df97b52f926fc71300f7880408"
SRC_URI = "https://duk... |
8190a7a7-9d34-479c-84d5-9d1c1489818d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
SECTION = "libs"
LICENSE = "LGPL GPL"
RPROVIDES_... | ```bitbake
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
SECTION = "libs"
LICENSE = "LGPLv2 GPLv2"
RPROVI... |
eb34586e-39bf-4453-9304-841ebd88455d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
PR = "r10"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS... | ```bitbake
DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
PR = "r11"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLA... |
8c3131fe-844f-43ed-b8c6-a5420289ae2e | {
"language": "BitBake"
} | ```bitbake
inherit esw deploy
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
install... | ```bitbake
inherit esw deploy
# Requires by dependency xilffs
REQUIRED_DISTRO_FEATURES = "sdps"
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
... |
c879dfaf-7e23-4339-8f1e-dce3535fdd82 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Diagnostic Log and Trace"
DESCRIPTION = "This component provides a standardised log and trace interface, based on \
thestandardised protocol specified in the AUTOSAR standard 4.0 DLT.This \
component can be used by GENIVI components and other applications aslogging \
facility providing \
-... | ```bitbake
SUMMARY = "Diagnostic Log and Trace"
DESCRIPTION = "This component provides a standardised log and trace interface, based on \
thestandardised protocol specified in the AUTOSAR standard 4.0 DLT.This \
component can be used by GENIVI components and other applications aslogging \
facility providing \
-... |
3c4252b5-a244-434c-b4bb-be438fb1348f | {
"language": "BitBake"
} | ```bitbake
inherit esw deploy
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
install... | ```bitbake
inherit esw deploy
# Requires by dependency xilffs
REQUIRED_DISTRO_FEATURES = "sdps"
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
... |
2ee138f9-8544-4bd2-b074-8c50e78818e7 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Media controller control application"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
PV = "0.0.1"
PR = "r3"
S = "${WORKDIR}/... | ```bitbake
DESCRIPTION = "Media controller control application"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
DEPENDS = "linux-libc-headers"
SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
PV = "0... |
3262198b-5d8c-46cd-bb61-6e4aa4e2e553 | {
"language": "BitBake"
} | ```bitbake
inherit image
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
ANGSTROM_EXTRA_INSTALL ?= ""
DEPENDS = "task-base-extended \
${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
"
IMAGE_INSTALL = "task-base-extended \
${ANGSTROM_EXTRA_INSTALL} \
${@base_contains... | ```bitbake
inherit image
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
ANGSTROM_EXTRA_INSTALL ?= ""
DEPENDS = "task-base-extended \
${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
"
IMAGE_INSTALL = "task-base-extended \
${ANGSTROM_EXTRA_INSTALL} \
${@base_contains... |
d10bc6dd-fbe8-47fd-9a5c-ff544736ee54 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
HOMEPAGE = "http://www.ntfs-3g.org/"
LICENSE = "GPLv2"
DEPENDS = "fuse"
RDEPENDS_${PN} = "fuse"
PR = "r0"
SRC_URI = http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz
S = "${WORKDI... | ```bitbake
DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
HOMEPAGE = "http://www.ntfs-3g.org/"
LICENSE = "GPLv2"
DEPENDS = "fuse"
RDEPENDS_${PN} = "fuse"
PR = "r1"
SRC_URI = http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz
S = "${WORKDI... |
966fb8ee-e7cd-4c08-891c-db36eadc6218 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Action GUI for Installer"
HOMEPAGE = "http://assassin.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet curl"
RDEPENDS = "etk-theme-ninja"
PV = "0.2+svnr${SRCREV}"
PR = "r6.02"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=a... | ```bitbake
DESCRIPTION = "Action GUI for Installer"
HOMEPAGE = "http://assassin.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet"
RDEPENDS = "etk-theme-ninja"
PV = "0.2+svnr${SRCREV}"
PR = "r6.03"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assass... |
01ff32b9-7c29-4b59-8bc9-ae172e6a3e4e | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A a package of utilities for doing and managing mounts of the Linux CIFS filesystem."
HOMEPAGE = "http://wiki.samba.org/index.php/LinuxCIFS_utils"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PV = "5.9"
SRCREV = "353d491dcb5d69d31434abe... | ```bitbake
DESCRIPTION = "A a package of utilities for doing and managing mounts of the Linux CIFS filesystem."
HOMEPAGE = "http://wiki.samba.org/index.php/LinuxCIFS_utils"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PV = "5.9"
SRCREV = "353d491dcb5d69d31434abe... |
e3cc433b-6932-4a16-91aa-d4bd2657d2fb | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
PR = "r2"
SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = " --disable-perl --... | ```bitbake
DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
PR = "r3"
SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = " --disable-perl --... |
31ea979f-f60c-4bd6-9c4d-72895343893c | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Phone input method manager module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers libiac"
PV = "0.1+svn-${SRCDATE}"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim... | ```bitbake
DESCRIPTION = "Phone input method manager module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers libiac"
PV = "0.1+svn-${SRCDATE}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/s... |
4934fc50-7db3-4c4b-8b83-e51aa9fb8087 | {
"language": "BitBake"
} | ```bitbake
require emlog.inc
inherit module
EXTRA_OEMAKE += " \
KDIR=${STAGING_KERNEL_DIR} \
KVER=${KERNEL_VERSION} \
"
do_compile() {
oe_runmake modules
}
```
Use compile task from module bbclass | ```bitbake
require emlog.inc
inherit module
EXTRA_OEMAKE += " \
KDIR=${STAGING_KERNEL_DIR} \
KVER=${KERNEL_VERSION} \
"
MAKE_TARGETS = "modules"
``` |
9cd55a25-c16f-490a-ae54-e920b364554b | {
"language": "BitBake"
} | ```bitbake
SECTION = "libs"
LICENSE = "BSD"
DESCRIPTION = "A library for configuring and customizing font access."
DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
... | ```bitbake
SECTION = "libs"
LICENSE = "BSD"
DESCRIPTION = "A library for configuring and customizing font access."
DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
... |
1a5a8770-247f-4a81-8143-b40b02aa3272 | {
"language": "BitBake"
} | ```bitbake
SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "84041fa84d9bc524357b030ebe9a5174b01377bd"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=0e6d7bfe689fe5b0d0a89b2ccbe053fa"
PV = "${SRCBRANCH}+git${SRCPV}"
include open-amp.inc
```
Update branch for 2021.1 release | ```bitbake
SRCBRANCH ?= "xlnx_rel_v2021.1"
SRCREV = "84041fa84d9bc524357b030ebe9a5174b01377bd"
BRANCH = "xlnx_rel_v2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=0e6d7bfe689fe5b0d0a89b2ccbe053fa"
PV = "${SRCBRANCH}+git${SRCPV}"
include open-amp.inc
``` |
060ba5ad-ce9f-43a8-af49-76493fdcff4f | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
inherit gnome
EXTRA_OECONF = "-... | ```bitbake
DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
inherit gnome
EXTRA_OECONF = "-... |
3a670ccc-ad9b-468c-ac80-03b3df4d7ce7 | {
"language": "BitBake"
} | ```bitbake
LINUX_VERSION = "4.14.78"
LINUX_VERSION_SUFFIX = "-ltsi"
SRCREV = "f460e9d5cd820666b7dfbb28349b99976410e4fb"
include linux-altera.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
SRC_URI_append_ar... | ```bitbake
LINUX_VERSION = "4.14.73"
LINUX_VERSION_SUFFIX = "-ltsi"
SRCREV = "f460e9d5cd820666b7dfbb28349b99976410e4fb"
include linux-altera.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
SRC_URI_append_ar... |
7235edec-fb81-481b-b9e0-ebc6e6ea5624 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "versatile resource statics tool"
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
Dstat overcomes some of their limitations and adds some extra features, more counters \
and flexibility. Dstat is handy for monitoring systems during performance tuning tests,... | ```bitbake
SUMMARY = "versatile resource statics tool"
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
Dstat overcomes some of their limitations and adds some extra features, more counters \
and flexibility. Dstat is handy for monitoring systems during performance tuning tests,... |
42dac4f4-9d22-4fd9-a03e-dfd1fee5b156 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Boost.URL is a library for manipulating Uniform Resource Identifiers (URI) and Locators (URL)"
HOMEPAGE = "https://github.com/CPPAlliance/url"
SECTION = "libs"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/CPPA... | ```bitbake
DESCRIPTION = "Boost.URL is a library for manipulating Uniform Resource Identifiers (URI) and Locators (URL)"
HOMEPAGE = "https://github.com/CPPAlliance/url"
SECTION = "libs"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/CPPA... |
84c53fd7-7c83-4178-9ee0-d304455372a3 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha25... | ```bitbake
DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha25... |
f22bdd99-faa0-43ae-844a-f241b07fb9fd | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "HMI demo for electronic vehicle charging station (EVSE) using QT QWidget tools"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed79ab74661799104"
inherit qt-provider
PV = "1.0"
PR = "r0"
BRANCH = "master"
SRC_URI = "git://git.ti.com/sitara... | ```bitbake
SUMMARY = "HMI demo for electronic vehicle charging station (EVSE) using QT QWidget tools"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed79ab74661799104"
inherit qt-provider
PV = "1.0"
PR = "r0"
BRANCH = "master"
SRC_URI = "git://git.ti.com/sitara... |
819a9fcb-bfa1-4851-9a33-7232990179aa | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
PR = "r1"
DEPENDS = "boost"
SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.cc \
svn://svn.chezphil.org/;module=libpbe;proto=http"
PACKAGES =+ "fis-static"
FILES_${PN}-static = "${sbindir}/fis-static"
FILES_${PN} = "${sbind... | ```bitbake
DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
PR = "r1"
DEPENDS = "boost"
SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.cc \
svn://svn.chezphil.org/;module=libpbe;proto=http"
do_compile() {
${CXX} -Os -W -I${STAGING_INCDIR} -I${WORKDIR}/libpbe/trunk/include -o fis $... |
e28b0287-e3a4-4e20-98bb-a51103e4b99e | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A very basic Wayland image with a terminal"
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
LICENSE = "MIT"
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "wayland pam"
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-e... | ```bitbake
SUMMARY = "A very basic Wayland image with a terminal"
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
LICENSE = "MIT"
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "wayland pam"
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-e... |
4288d761-b566-40ac-a9d7-5cf91e75f6f8 | {
"language": "BitBake"
} | ```bitbake
require sqlite3.inc
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
```
Extend target recipe to native recipe using BBCLASSEXTEND | ```bitbake
require sqlite3.inc
PR = "${INC_PR}.1"
DEPENDS_virtclass-native = "readline-native ncurses-native"
SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
BBCLASSEXTEND = "native"
``` |
dfcbaa5c-6271-4f31-b4b7-e326a38978f6 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
SRC_URI_append_progear = " \
file://progear_bl-r6.patch;patch=1 \
"
SRC_URI_append_simpad = "\
file://l... | ```bitbake
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
SRC_URI_append_progear = " \
file://progear_bl-r6.patch;patch=1 \
"
SRC_URI_append_simpad = "\
file://l... |
162986d8-456a-49a7-b032-d537817e20ff | {
"language": "BitBake"
} | ```bitbake
VIMVER = "72"
# vim-tiny sets that too
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
PR = "${INC_PR}.3"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;apply=no"
SRC... | ```bitbake
VIMVER = "72"
# vim-tiny sets that too
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
PR = "${INC_PR}.3"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;patchdir=.."
... |
377e24ea-ca58-471d-8e59-7fb2f1162bf3 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Tools to help hacking Allwinner A10"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r1"
SRCREV = "1f5056275a6c026f308ac6f7ae52125c390d1d7c"
SRC_URI = "git://github.com/amery/sunxi-tools.git;... | ```bitbake
DESCRIPTION = "Tools to help hacking Allwinner A10"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r2"
SRCREV = "ed6f7969d80b91048b0ed95ccb61cc98f46fead7"
DEPENDS += "libusb"
SRC_URI = "git://github.com/l... |
b6e17b4e-4085-475a-8b88-f81538bfba84 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Default display timings and resolutions for fbset"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "0.1.0"
PR = "r6"
SRC_URI = "file://fb.modes"
S = "${WORKDIR}"
do_install() {
install -d ${D}${sysconfdir}
install -m 064... | ```bitbake
SUMMARY = "Default display timings and resolutions for fbset"
HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "0.1.0"
PR = "r6"
SRC_URI = "file://fb.modes"
S = "${WORKDIR}"
do_instal... |
cdb4883b-7ded-4a8a-adfe-469593b61ac8 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A library for replaying C64 SID music"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "\
ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \
http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59... | ```bitbake
DESCRIPTION = "A library for replaying C64 SID music"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
PR = "r2"
SRC_URI = "\
ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \
http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.... |
e0fee937-ae42-4522-9fc4-45d9af5f848c | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "IBM Internet of Things Foundation Client for Python"
HOMEPAGE = "https://github.com/ibm-messaging/iot-python"
LICENSE = "ECL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8e63150e06ca345cebdd9a63642ac49d"
inherit setuptools
RDEPENDS_${PN} = "\
${PYTHON_PN}-requests \
${PYTHON_PN}-paho-mqtt \... | ```bitbake
DESCRIPTION = "IBM Internet of Things Foundation Client for Python"
HOMEPAGE = "https://github.com/ibm-messaging/iot-python"
LICENSE = "ECL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8e63150e06ca345cebdd9a63642ac49d"
inherit setuptools
RDEPENDS_${PN} = "\
${PYTHON_PN}-requests \
${PYTHON_PN}-paho-mqtt \... |
e026bcbe-d916-4e97-a5dc-3013300dfd73 | {
"language": "BitBake"
} | ```bitbake
require u-boot-ti.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PR = "r27"
BRANCH = "ti-u-boot-2021.01"
SRCREV = "74fc69c8897f67628ee9517744c720a3dc201f53"
```
Bump to verison that supports j721s2-hs-evm | ```bitbake
require u-boot-ti.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PR = "r27"
BRANCH = "ti-u-boot-2021.01"
SRCREV = "d588b4b55d2240c13c3cce507683853fd6d6ac00"
``` |
f0e372df-7fb5-4824-9a47-6b3dcddd7f29 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A top utility for I/O"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa"
DEPENDS = "ncurses"
SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz"
SRC_URI[sha256sum] = "e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7... | ```bitbake
SUMMARY = "A top utility for I/O"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa"
DEPENDS = "ncurses"
SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz"
SRC_URI[sha256sum] = "e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7... |
9ddc5cd9-1392-4792-91f2-c4c1891e4422 | {
"language": "BitBake"
} | ```bitbake
SUMMMARY = "PLOS Base System"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_packagegroup-base-plos = "packagegroup-plos-base"
RREPLACES_packagegroup-base-plos = "packagegroup-plos-base"
RCONFLICTS_packagegroup-base-plos = "packagegroup-plos-base"
RDEPE... | ```bitbake
SUMMMARY = "PLOS Base System"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_packagegroup-base-plos = "packagegroup-plos-base"
RREPLACES_packagegroup-base-plos = "packagegroup-plos-base"
RCONFLICTS_packagegroup-base-plos = "packagegroup-plos-base"
RDEPE... |
2b292177-fcce-41e5-add1-e1f2990a7d91 | {
"language": "BitBake"
} | ```bitbake
require linux.inc
DESCRIPTION = "Generic 96boards kernel"
PV = "4.4.0+git${SRCPV}"
SRCREV = "1a35563f4affa5bfe9e6ca30802e7aebf0a072d7"
SRC_URI = "git://github.com/96boards/linux.git;protocol=https;branch=96b/releases/2016.03 \
"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "96boards-64|hikey"
KERN... | ```bitbake
require linux.inc
DESCRIPTION = "Generic 96boards kernel"
PV = "4.4.0+git${SRCPV}"
SRCREV = "1a35563f4affa5bfe9e6ca30802e7aebf0a072d7"
SRC_URI = "git://github.com/96boards/linux.git;protocol=https;branch=96b/releases/2016.03 \
"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "96boards-64|hikey"
KERN... |
1d873248-5160-4a7a-90b3-5412a34a85ef | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha25... | ```bitbake
DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha25... |
dae35b4b-7e29-4b70-8163-a8402360f9fd | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "X10 Deamon manager"
HOMEPAGE = "freefr.dl.sourceforge.net"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = " libusb1 "
SRC_URI = "http://freefr.dl.sourceforge.net/mochad/mochad-${PV}.tar.gz \
file://FixInstallUdevRules.patch \
"
inherit... | ```bitbake
SUMMARY = "X10 Deamon manager"
HOMEPAGE = "freefr.dl.sourceforge.net"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = " libusb1 "
SRC_URI = "http://freefr.dl.sourceforge.net/mochad/mochad-${PV}.tar.gz \
file://FixInstallUdevRules.patch \
"
inherit... |
e4a5abcd-eb3e-4876-8441-d05a8cf04e12 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117"
DEPENDS = " \
glib-2.0-native \
gtk+3 \
gtksourceview4 \
amtk \
libxml2 \
uchar... | ```bitbake
SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117"
DEPENDS = " \
glib-2.0-native \
gtk+3 \
gtksourceview4 \
amtk \
libxml2 \
uchar... |
5bceef09-a22e-4df6-be99-0a20823d2e67 | {
"language": "BitBake"
} | ```bitbake
require openssl.inc
inherit pkgconfig native
SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
export DIRS = "crypto ssl apps engines"
# This flag can contain t... | ```bitbake
require openssl.inc
inherit pkgconfig native
SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
export DIRS = "crypto ssl apps engines"
# This flag can contain t... |
be663855-9420-4761-a447-7950be2d8389 | {
"language": "BitBake"
} | ```bitbake
SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "1ea0b872057a3f6636712dfda36bc6f1420f99af"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
```
Update commit ids for 2021 release | ```bitbake
SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
``` |
1daf3327-5b0e-4b3d-b201-ed55d609054f | {
"language": "BitBake"
} | ```bitbake
# Start with the minial image as a base
require minimal-nilrt-image.bb
# Change description
DESCRIPTION = " \
Fully-featured run-mode image for LabVIEW Comms. Includes drivers, \
daemons, and other utilities required for RT targets to interact \
with Comms. \
"
# Append additional software
IMAG... | ```bitbake
# Start with the minial image as a base
require minimal-nilrt-image.bb
# Change description
DESCRIPTION = " \
Fully-featured run-mode image for LabVIEW Comms. Includes drivers, \
daemons, and other utilities required for RT targets to interact \
with Comms. \
"
# Append additional software
IMAG... |
8312757d-bd85-437e-93bf-55c355e9e1ac | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"
PR = "r1"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
file://libsamplerate-0.1.7-tests.patch "
... | ```bitbake
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"
PR = "r2"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
file://libsamplerate-0.1.7-tests.patch "
... |
e512f2c3-8e9b-48bc-84e8-15a0e58387b0 | {
"language": "BitBake"
} | ```bitbake
require ${BPN}.inc
SRC_URI += "file://${BPN}.initd"
SRC_URI_append_libc-musl = " file://Drop-use-of-error-h.patch"
inherit update-rc.d
INITSCRIPT_NAME = "${BPN}"
do_compile() {
oe_runmake nbcat
oe_runmake mkemlog
}
do_install() {
install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/ini... | ```bitbake
require ${BPN}.inc
SRC_URI += "file://${BPN}.initd"
SRC_URI_append_libc-musl = " file://Drop-use-of-error-h.patch"
inherit update-rc.d
INITSCRIPT_NAME = "${BPN}"
do_compile() {
oe_runmake nbcat
oe_runmake mkemlog
}
do_install() {
install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/ini... |
e653d124-606b-4a7b-92e5-af62957821a5 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Fast Library for Approximate Nearest Neighbors"
AUTHOR = "Marius Muja and David G. Lowe"
HOMEPAGE = "http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=395adad2339bd9ce5fef13d564a9681c"
SRC_URI = "https://github.com/mariusmuja/flann/arc... | ```bitbake
DESCRIPTION = "Fast Library for Approximate Nearest Neighbors"
AUTHOR = "Marius Muja and David G. Lowe"
HOMEPAGE = "http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=395adad2339bd9ce5fef13d564a9681c"
SRC_URI = "https://github.com/mariusmuja/flann/arc... |
c5acef25-9356-4810-9f49-7c678d135bab | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Xilinx HDMI Linux Kernel module"
DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=570506b747d768e7802376f932dff926"
XLNX_HDMI_VERSION = "5.4.0"
PV = "${XLNX_HDMI_VERSION}"
S = "... | ```bitbake
SUMMARY = "Xilinx HDMI Linux Kernel module"
DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=570506b747d768e7802376f932dff926"
XLNX_HDMI_VERSION = "5.4.0"
PV = "${XLNX_HDMI_VERSION}"
S = "... |
2b4f4e56-aacd-43ba-a324-57bd2bdc1141 | {
"language": "BitBake"
} | ```bitbake
COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r1"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
SRC_URI = "git://github.c... | ```bitbake
COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r1"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
SRC_URI = "git://github.c... |
efcae001-a3de-4970-b349-4f7a0d7bc289 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "optional"
PR = "r0"
LICENSE = "BSD"
PACKAGE_ARCH = "all"
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-23.tar.gz"
FILES_${PN} = "/lib/lsb"
S = "${WORKDIR}/lsb-3.2"
do_compile () {
}
do_install () {... | ```bitbake
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "optional"
PR = "r0"
LICENSE = "BSD"
PACKAGE_ARCH = "all"
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-27.tar.gz"
FILES_${PN} = "/lib/lsb"
S = "${WORKDIR}/lsb-3.2"
do_compile () {
}
do_install () {... |
2f115c47-86d7-4300-94b0-74cd22f15fae | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
# http://microcom.port5.com/m102.tar.gz is no longer available
SRC_URI = "http://www.oesources.org/source/current/m102.tar.gz \
file://m... | ```bitbake
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
# http://microcom.port5.com/m102.tar.gz is no longer available
#NOTE: this should probably be converted to pull from sourceforge
# CVS, beca... |
70166a73-9ec3-4650-8288-d54ee2a78c9a | {
"language": "BitBake"
} | ```bitbake
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 libkactivities4"
inherit kde_cmake
SRC_URI = "git://anongit.kde.org/share-like-connect.git;branch=master"
SRCREV = "2d19bb9d148a3293b18355bb8fd8d777d680a1b1"
PV = "Active/2.0+git${SR... | ```bitbake
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 libkactivities4"
inherit kde_cmake
# This tag is very odd, it will cause bitbake to create a directory in the workdir of this recipe with the name 2.0+${SRCREV}
# But other than that ... |
3abd1720-55d1-446f-b3e7-f9eea9a4ad43 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "multiple-precision integer library"
DESCRIPTION = "LibTomMath is a C language library that provides a vast array \
of highly optimized functions for number theory."
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://debian/copyright;\
md5=98bc0cb525cb6dc43f4375836db2f87c"
inherit debian-package autotool... | ```bitbake
SUMMARY = "multiple-precision integer library"
DESCRIPTION = "LibTomMath is a C language library that provides a vast array \
of highly optimized functions for number theory."
inherit debian-package autotools
PR = "r0"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=98bc0cb525cb6dc43f4375836... |
534ebd04-9eef-4132-bd80-1f025ef97fb6 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.12"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git/cryptos_apps_scripts"
S:ti33x = "${WORKDIR}/git/cryptos_apps_program"
S:ti43x = "${WORKDIR}/git/cryptos_apps_program"
S:dra7xx = "${WORKDIR... | ```bitbake
DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.12"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git/cryptos_apps_scripts"
FILES:${PN} += "${MATRIX_BASE_DIR}/*"
# Make sure crypto submenu and app images has been installed. Also make sure ... |
a8038f82-5105-4d46-8e25-25c6d4cf451e | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Tvheadend: TV streaming server and recorder"
HOMEPAGE = "https://tvheadend.org/"
inherit autotools-brokensep gettext gitpkgv pkgconfig
DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc... | ```bitbake
SUMMARY = "Tvheadend: TV streaming server and recorder"
HOMEPAGE = "https://tvheadend.org/"
inherit autotools-brokensep gettext gitpkgv pkgconfig
DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc... |
6f21df8b-ced1-4e99-adad-1333ad258e18 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Build extra packages for the package repository"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
inherit packagegroup
PACKAGES = "packagegroup-gumstix"
RDEPENDS_packagegroup-gumstix = " \
${ROS_INSTALL} \
boost \
devmem2 \
git... | ```bitbake
SUMMARY = "Build extra packages for the package repository"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
inherit packagegroup
PACKAGES = "packagegroup-gumstix"
RDEPENDS_packagegroup-gumstix = " \
${ROS_INSTALL} \
boost \
devmem2 \
git... |
58df8736-eb60-43b1-86d3-68f1f602c1ba | {
"language": "BitBake"
} | ```bitbake
# (C) Copyright 2013,
# National Instruments Corporation.
# All rights reserved.
SUMMARY = "Xfce desktop environment packages for NI Linux Realtime distribution"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "\
packagegroup-xfce-base \
xf86-video-ves... | ```bitbake
# (C) Copyright 2013,
# National Instruments Corporation.
# All rights reserved.
SUMMARY = "Xfce desktop environment packages for NI Linux Realtime distribution"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "\
packagegroup-xfce-base \
xf86-video-ves... |
58288b5e-4042-4720-b0a3-8e88f3bf00ec | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "ncurses"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
file://gettext.patch;patch=1"
S = "${WORKDIR}/psmisc-${PV}"
inherit autotools gett... | ```bitbake
LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "ncurses"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
file://gettext.patch;patch=1"
S = "${WORKDIR}/psmisc-${PV}"
inherit autotools gett... |
82491c0b-3a52-4c39-8aae-ba82f0dc822c | {
"language": "BitBake"
} | ```bitbake
require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
iotop \
iperf ... | ```bitbake
require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
... |
ca4f6fa4-0bed-4815-be3a-2ef4f68cf74b | {
"language": "BitBake"
} | ```bitbake
require schroedinger.inc
PR = "${INC_PR}.0"
inherit autotools
SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-d... | ```bitbake
require schroedinger.inc
LICENSE = "MPL-1.1 | LGPLv2 | GPLv2 | MIT"
PR = "${INC_PR}.1"
inherit autotools
SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
PACKAGES =+ "gst-plugi... |
8007fb00-7340-4649-8f62-b4b8e6ca6e41 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "GUsb is a GObject wrapper for libusb1"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "glib-2.0 libusb"
inherit meson gobject-introspection gtk-doc gettext vala
PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', ''... | ```bitbake
SUMMARY = "GUsb is a GObject wrapper for libusb1"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "glib-2.0 libusb"
inherit meson gobject-introspection gtk-doc gettext vala
PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', ''... |
2137a13d-3b24-43c8-ac66-145b57a03dbb | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Font rendering capabilities for complex non-Roman writing systems"
HOMEPAGE = "http://sourceforge.net/projects/silgraphite"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=acba2ba259d936c324b90ab679e6b901"
inherit cmake
DEPENDS += "freetype"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/... | ```bitbake
SUMMARY = "Font rendering capabilities for complex non-Roman writing systems"
HOMEPAGE = "http://sourceforge.net/projects/silgraphite"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=b0452d508cc4eb104de0226a5b0c8786"
inherit cmake
DEPENDS += "freetype"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/... |
da1b66a0-b7ab-4e6e-b83b-87dee3f62286 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Library for using PKCS"
DESCRIPTION = "\
Libp11 is a library implementing a small layer on top of PKCS \
make using PKCS"
HOMEPAGE = "http://www.opensc-project.org/libp11"
SECTION = "Development/Libraries"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"... | ```bitbake
SUMMARY = "Library for using PKCS"
DESCRIPTION = "\
Libp11 is a library implementing a small layer on top of PKCS \
make using PKCS"
HOMEPAGE = "http://www.opensc-project.org/libp11"
SECTION = "Development/Libraries"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"... |
b4d679ac-82c3-4abe-b17c-2a50ed451563 | {
"language": "BitBake"
} | ```bitbake
SECTION = "base"
DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
PACKAGE_ARCH = "all"
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
PR = "r5"
SRC_URI = "file://update-modules"
pkg_postinst() {
if [ "x$D" != "x"... | ```bitbake
SECTION = "base"
DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
PACKAGE_ARCH = "all"
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
PR = "r6"
SRC_URI = "file://update-modules"
pkg_postinst() {
if [ "x$D" != "x"... |
71296a4f-9c45-426b-af29-9093e31731de | {
"language": "BitBake"
} | ```bitbake
inherit pypi setuptools3
require python-cryptography.inc
SRC_URI += " \
file://run-ptest \
"
```
Add -pthread to link flags | ```bitbake
inherit pypi setuptools3
require python-cryptography.inc
LDSHARED += "-pthread"
SRC_URI += " \
file://run-ptest \
"
``` |
79808b20-aedc-4e0f-9607-3633ecadde71 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Target package for Android SDK"
ALLOW_EMPTY = "1"
LIBC_PKGS_android = "bionic bionic-dev bionic-thread-db"
RDEPENDS_${PN} += "\
task-sdk-bare \
bionic-dev \
zlib-dev \
gdbserver \
"
```
Remove zlib-dev - it duplicates (and conflicts with) the zlib.h headers in bionic-dev | ```bitbake
DESCRIPTION = "Target package for Android SDK"
ALLOW_EMPTY = "1"
LIBC_PKGS_android = "bionic bionic-dev bionic-thread-db"
RDEPENDS_${PN} += "\
task-sdk-bare \
bionic-dev \
gdbserver \
"
``` |
9580f23f-e2f1-47a5-af80-91a452a6ce27 | {
"language": "BitBake"
} | ```bitbake
require libnl.inc
PE = "1"
PR = "${INC_PR}.0"
DEPENDS = "flex-native bison-native"
SRC_URI = "\
http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
file://fix-pc-file.patch \
file://fix-pktloc-dep-race.patch \
"
SRC_URI[md5sum] = "6aaf1e9802a17a7d702bb0638044ffa7"
SRC_URI[sha256sum] = "5a... | ```bitbake
require libnl.inc
LICENSE = "LGPLv2.1"
PE = "1"
PR = "${INC_PR}.1"
DEPENDS = "flex-native bison-native"
SRC_URI = "\
http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
file://fix-pc-file.patch \
file://fix-pktloc-dep-race.patch \
"
SRC_URI[md5sum] = "6aaf1e9802a17a7d702bb0638044ffa7"
S... |
7b52efde-564a-4a64-91c4-1154f42d439e | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server."
HOMEPAGE = "http://wiki.nginx.org"
SECTION = "net"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "nginx"
PR = "r28"
SRC_URI = "http://nginx.org/download/nginx-${PV}.tar.gz \
... | ```bitbake
DESCRIPTION = "Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server."
HOMEPAGE = "http://wiki.nginx.org"
SECTION = "net"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "nginx"
PR = "r0"
SRC_URI = "http://nginx.org/download/nginx-${PV}.tar.gz \
... |
5022deac-b386-42e8-bdf9-8c119367617e | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "User-space tools for LinuxPPS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PV = "0.0.0+git${SRCPV}"
SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
SRC_URI = "git://github.com/ago/pps-tools.git"
S = "${WORKDIR}/git"
do_install() {
inst... | ```bitbake
SUMMARY = "User-space tools for LinuxPPS"
HOMEPAGE = "http://linuxpps.org"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PV = "0.0.0+git${SRCPV}"
SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
SRC_URI = "git://github.com/ago/pps-tools.git"
S = "${WORKDIR}/... |
e624a7e5-3dab-410d-8b20-f0ea95ccefea | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
SECTION = "libs/network"
HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"... | ```bitbake
SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
SECTION = "libs/network"
HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"... |
2d4feb89-2216-461a-8178-cd2303269e93 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
SECTION = "libs"
LICENSE = "LGPL / MPL"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
"
inherit autotools
SRC_URI[md5sum] = "e0403c31e... | ```bitbake
DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
SECTION = "libs"
LICENSE = "LGPLv2.1 | MPL-1"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
"
inherit autotools
SRC_URI[md5sum] = "e04... |
2e8f15f1-5600-4599-8ea3-ca2054a65e6e | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
HOMEPAGE = "http://live.gnome.org/libgdata"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
file://gdata/gda... | ```bitbake
SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
HOMEPAGE = "http://live.gnome.org/libgdata"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
file://gdata/gda... |
d7328e90-9995-4b86-868b-6f13dabd6ab6 | {
"language": "BitBake"
} | ```bitbake
SECTION = "base"
PR = "r0"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${P... | ```bitbake
SECTION = "base"
PR = "r0"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${P... |
fe9b1ce6-affd-4701-9761-feb81908fb9a | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Dhrystone CPU benchmark"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
SRC_URI = "http://www.netlib.org/benchmark/dhry-c;downloadfilename=dhry-c.shar \
file://dhrystone.patch"
SRC_URI[md5sum] = "75aa5909c174eed... | ```bitbake
SUMMARY = "Dhrystone CPU benchmark"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
SRC_URI = "http://www.netlib.org/benchmark/dhry-c;downloadfilename=dhry-c.shar \
file://dhrystone.patch"
SRC_URI[md5sum] = "75aa5909c174eed... |
247be573-26a9-4b50-aaa4-968e2a80e160 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers"
LICENSE = "GPLv3 LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 "
PNBLACKLIST[soft66] ?= "BROKEN: depends on broken l... | ```bitbake
SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers"
LICENSE = "GPLv3 & LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 "
PNBLACKLIST[soft66] ?= "BROKEN: depends on broken... |
667e8eb9-bf00-4efe-9187-a74939617d8e | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Google's framework for writing C++ tests"
HOMEPAGE = "https://github.com/google/googletest"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a1... | ```bitbake
DESCRIPTION = "Google's framework for writing C++ tests"
HOMEPAGE = "https://github.com/google/googletest"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a1... |
56a6a765-238e-4320-9f3e-13fcf127ed2b | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Python interface for Remember The Milk API"
AUTHOR = "Sridhar Ratnakumar / srid"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
PYPI_PACKAGE_EXT = "tar.bz2"
SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8"
SRC_URI[sha256sum] = ... | ```bitbake
SUMMARY = "Python interface for Remember The Milk API"
AUTHOR = "Sridhar Ratnakumar / srid"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
PYPI_PACKAGE_EXT = "tar.bz2"
SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8"
SRC_URI[sha256sum] = ... |
5d30388b-c834-4cbc-b60b-7734a78ec993 | {
"language": "BitBake"
} | ```bitbake
include runc.inc
SRCREV = "fce58ab2d5c488bc573d02712db476a6daa9a60c"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=master \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.0.0-rc93"
CVE_PRODUCT = "runc"
# use BFD when ld-is-gold is used ... | ```bitbake
include runc.inc
SRCREV = "fce58ab2d5c488bc573d02712db476a6daa9a60c"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=master \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.0.0-rc93"
CVE_PRODUCT = "runc"
``` |
5eebe8e1-33d0-48df-8431-c7657b0f798f | {
"language": "BitBake"
} | ```bitbake
SRC_URI = "file://30-bootmenu.sh"
PR = "r12"
DESCRIPTION = "An initramfs module with UI for selection of boot device."
RDEPENDS = "klibc-utils-fstype-static initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
# For VFAT mounting.
RRECOMMENDS = "kernel-module-nls-cp437 kernel-... | ```bitbake
SRC_URI = "file://30-bootmenu.sh"
PR = "r13"
DESCRIPTION = "An initramfs module with UI for selection of boot device."
RDEPENDS = "klibc-utils-static-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
# For VFAT mounting.
RRECOMMENDS = "kernel-module-nls-cp437 kernel-... |
b2a5961b-d90f-45f2-aa3f-37880f9e4544 | {
"language": "BitBake"
} | ```bitbake
FILESEXTRAPATHS_prepend := "${THISDIR}:"
DESCRIPTION = "ACME Utilities"
SECTION = "acme"
DEPENDS = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=master"
SRCREV = "master"
S = "${WORKDIR}/git"
R... | ```bitbake
FILESEXTRAPATHS_prepend := "${THISDIR}:"
DESCRIPTION = "ACME Utilities"
SECTION = "acme"
DEPENDS = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=next"
SRCREV = "next"
S = "${WORKDIR}/git"
RDEPE... |
a4d84b80-fb8b-40ec-abd0-1ab94963bafc | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
PV = "1.9.2"
PR = "r0"
SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
BRANCH ?= "ti-v4.1.y"
SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3... | ```bitbake
DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
PV = "1.9.2"
PR = "r0"
SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
BRANCH ?= "ti-v4.1.y"
SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3... |
1d31093b-cff8-497c-8cd4-1a137147f7ee | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A GNSS-SDR monitor based on Qt"
AUTHOR = "Alvaro Cebrian Juan <acebrianjuan@gmail.com>"
HOMEPAGE = "https://github.com/acebrianjuan/gnss-sdr-monitor"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
DEPENDS = "boost protobuf protobuf-native qtbase qtdecla... | ```bitbake
SUMMARY = "A GNSS-SDR monitor based on Qt5"
DESCRIPTION = "A graphical user interface developed with Qt5 for monitoring \
the status of GNSS-SDR in real time."
AUTHOR = "Alvaro Cebrian Juan <acebrianjuan@gmail.com>"
HOMEPAGE = "https://github.com/acebrianjuan/gnss-sdr-monitor"
LICENSE = "GPLv3"
LIC_FILES_CH... |
28246924-f3cb-4794-8367-bf16ee5f75f4 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Locations - a GPS location based communicative application"
HOMEPAGE = "http://wiki.openmoko.org/wiki/Om2008.8_Locations"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "eet evas edje ecore edbus etk"
RDEPENDS_${PN} = "diversity-daemon"
PV = "0.2+gitr${SRCREV}"
PR = "r1.02"
SRC_U... | ```bitbake
DESCRIPTION = "Locations - a GPS location based communicative application"
HOMEPAGE = "http://wiki.openmoko.org/wiki/Om2008.8_Locations"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "eet evas edje ecore edbus etk"
RDEPENDS_${PN} = "diversity-daemon"
PV = "0.2+gitr${SRCREV}"
PR = "r1.01"
SRC_U... |
f55352f7-e5a1-4936-958e-c5312b4c4c89 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Xilinx DisplayPort Linux Kernel module"
DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
XLNX_DP_VERSION = "5.10.0"
PV = "${XLNX_DP_VERSI... | ```bitbake
SUMMARY = "Xilinx DisplayPort Linux Kernel module"
DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
XLNX_DP_VERSION = "5.10.0"
PV = "${XLNX_DP_VERSI... |
7789d77f-6a60-4e49-a498-88afc4b4a49e | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Java compiler from the OpenJDK project"
HOMEPAGE = "http://http://openjdk.java.net/groups/compiler"
LICENSE = "GPL"
PR = "r0"
DEPENDS = "openjdk-langtools-native"
PROVIDES = "virtual/javac-native"
inherit native
do_stage() {
ln -sf ${bindir}/sun-javac ${bindir}/javac
}
```
Use relative... | ```bitbake
DESCRIPTION = "Java compiler from the OpenJDK project"
HOMEPAGE = "http://http://openjdk.java.net/groups/compiler"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "openjdk-langtools-native"
PROVIDES = "virtual/javac-native"
inherit native
do_stage() {
ln -sf sun-javac ${bindir}/javac
}
``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.