doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
b832acde-20be-4ac9-9c9d-b4e2ac29ed17 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Data files for usbmodeswitch"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit allarch
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd"
SRC_URI[sha256sum] = "e2dcfd9d28928d8d... | ```bitbake
SUMMARY = "Data files for usbmodeswitch"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit allarch
DEPENDS += "tcl-native"
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd"
SRC_URI[sha25... |
3051507d-f319-4cf3-9134-9aa425ef1c26 | {
"language": "BitBake"
} | ```bitbake
# Add DSP and gstreamer packages to console image
require tvp5151-console-image.bb
PR = "1"
DSP_INSTALL += " \
gstreamer-ti \
gst-plugins-good-meta \
gst-plugins-bad-meta \
"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
IMAGE_INSTALL += " \
${DSP_INSTALL} \
${QT_TOOLS}... | ```bitbake
# Add DSP and gstreamer packages to console image
require tvp5151-console-image.bb
PR = "1"
DSP_INSTALL += " \
gstreamer-ti \
gst-plugins-base-meta \
gst-plugins-good-meta \
gst-plugins-bad-meta \
"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
IMAGE_INSTALL += " \
${DS... |
8a4a0e73-538b-4cbc-b846-dcfd886b0a8c | {
"language": "BitBake"
} | ```bitbake
SUMMMARY = "PLOS Testing tools/applications"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
# Requires touchscreen in machine features to work
USE_TS = " \
evtest \
"
# Different touchscreen tools
TSTOOLS = " \
${@base_contains('MACHINE_FEATURES', 'touchscreen', '${USE_TS}', '',d)} \
"
# Differen... | ```bitbake
SUMMMARY = "PLOS Testing tools/applications"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
# Requires touchscreen in machine features to work
USE_TS = " \
evtest \
"
# Different touchscreen tools
#TSTOOLS = " \
# ${@base_contains('MACHINE_FEATURES', 'touchscreen', '${USE_TS}', '',d)} \
#"
# Diffe... |
e6247478-16ba-4e52-8c37-a71d17b5689d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles"
PRIORITY = "optional"
SECTION = "kernel/modules"
MAINTAINER = "dyoung <dyoung8888@yahoo.com>"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "wireless-tools"
SRC_URI = "http://download.sourceforge.net/zd1211/sf_zd1211_${PV}_src.tar.gz \
file://makefile.... | ```bitbake
DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles"
PRIORITY = "optional"
SECTION = "kernel/modules"
MAINTAINER = "dyoung <dyoung8888@yahoo.com>"
LICENSE = "GPL"
PR = "r2"
RDEPENDS = "wireless-tools"
SRC_URI = "http://download.sourceforge.net/zd1211/sf_zd1211_${PV}_src.tar.gz \
file://makefile... |
43d6e146-29b1-4ea6-8449-be19bd69e377 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://splash/main.qml;beginline=2;endline=18;md5=ab5c18ec5cfda84f5423a5ebe94dcb01"
inherit kde-workaround-tmp
require kde4.inc
SRC_URI = "svn://anonsvn.kde.org/home/kde;module=trunk/playground/base/plasma/kde-artwork-active;proto=svn"
SRCREV = "1266939"
PV = "0.2+svn... | ```bitbake
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://splash/main.qml;beginline=2;endline=18;md5=ab5c18ec5cfda84f5423a5ebe94dcb01"
DEPENDS = "kdelibs4"
require kde4.inc
SRC_URI = "svn://anonsvn.kde.org/home/kde;module=trunk/playground/base/plasma/kde-artwork-active;proto=svn"
SRCREV = "1266939"
PV = "0.2+svnr${SR... |
990a76c3-d595-4ec3-9b18-f747e43ea268 | {
"language": "BitBake"
} | ```bitbake
#
# Base recipe: meta/recipes-support/popt/popt_1.16.bb
# Base branch: daisy
#
SUMMARY = "Library for parsing command line options"
HOMEPAGE = "http://rpm5.org/"
PR = "r0"
inherit debian-package
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d"
inherit autotools get... | ```bitbake
#
# Base recipe: meta/recipes-support/popt/popt_1.16.bb
# Base branch: daisy
#
SUMMARY = "Library for parsing command line options"
HOMEPAGE = "http://rpm5.org/"
PR = "r0"
inherit debian-package
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d"
inherit autotools get... |
5f59fcc2-5ab0-403e-8c1c-de11f8afb3e1 | {
"language": "BitBake"
} | ```bitbake
require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/"
SRCREV = "060955e39770b68b3cc0516b3641ca98e58d2d4a"
PV = "2009.08+${PR}+git${SRCREV}"
PR = "r10"
PE = "1"
SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \
file://fw_env.config \
... | ```bitbake
require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/"
SRCREV = "1590f84007e2b50ad346a482fff89195cb04ff4e"
PV = "2009.08+${PR}+git${SRCREV}"
PR = "r11"
PE = "1"
SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \
file://fw_env.config \
... |
7754316b-32e6-489e-a889-15d6f5102a5b | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "RPC program number mapper."
SECTION = "console/network"
LICENSE = "GPL"
RDEPENDS = "portmap-utils"
PR = "r4"
SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.tar.gz \
http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \
file://no-l... | ```bitbake
DESCRIPTION = "RPC program number mapper."
SECTION = "console/network"
LICENSE = "GPL"
PR = "r5"
SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.tar.gz \
http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_${PV}.diff.gz;patch=1 \
file://no-libwrap.patch;patch=1;pnum=0... |
c378f218-b472-4839-8690-b9aab07f0696 | {
"language": "BitBake"
} | ```bitbake
## Reminder: Tabs should not be used (use spaces instead) in : install -d ${D}${bindir}
## Reminder: Tabs should not be used (use spaces instead) in : for binary in `find . -perm 0755 -type f`
## Reminder: Tabs should not be used (use spaces instead) in : do
## Reminder: Tabs should not be used (us... | ```bitbake
DESCRIPTION = "Real-time tests, such as cyclictest, for real-time linux PREEMPT RT kernels"
HOMEPAGE = "http://rt.wiki.kernel.org/index.php/Cyclictest"
LICENSE = "GPL"
PR = "r2"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/tglx/rt-tests/rt-tests-${PV}.tar.bz2"
S = "${WORKDIR}/rt-tests"
# Limit... |
fdccce90-0c35-426d-bdaa-d828e52031b4 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Linux Kernel for x86 compatible machines"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 "
SRC_URI_append_x86 = "file://i486-defconfig"
SRC_URI_append_i586-generic = "file://i586-defconfig"
SRC_URI_append_i686-generic = ... | ```bitbake
DESCRIPTION = "Linux Kernel for x86 compatible machines"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r2"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 "
SRC_URI_append_x86 = "file://i486-defconfig"
SRC_URI_append_i586-generic = "file://i586-defconfig"
SRC_URI_append_i686-generic = ... |
454f5ba3-50ad-425a-9fce-36b76f0ff45a | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "libdaemon is a lightweight C library that eases the writing of UNIX daemons."
SECTION = "libs"
AUTHOR = "Lennart Poettering <lennart@poettering.net>"
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
LICENSE = "LGPL"
PR = "r0"
SRC_URI = "http://0pointer.de/lennart/projects/libdaemon... | ```bitbake
DESCRIPTION = "libdaemon is a lightweight C library that eases the writing of UNIX daemons."
SECTION = "libs"
AUTHOR = "Lennart Poettering <lennart@poettering.net>"
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
LICENSE = "LGPLv2.1+"
PR = "r1"
SRC_URI = "http://0pointer.de/lennart/projects/libd... |
1293a209-c063-4c39-8339-1cfcc572911c | {
"language": "BitBake"
} | ```bitbake
require libav.inc
LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
file://COPYING.LGPLv3;md5=e... | ```bitbake
require libav.inc
LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
file://COPYING.LGPLv3;md5=e... |
35238bbe-08f6-40b6-9d6c-4189790ee5d4 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
SECTION = "base"
PRIORITY = "required"
LICENSE = "GPLv2"
DEPENDS = "virtual/libusb0"
PR = "r2"
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2"
SRC_URI[md5sum] = "a04db36bd0fc6fb30... | ```bitbake
DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
SECTION = "base"
PRIORITY = "required"
LICENSE = "GPLv2"
DEPENDS = "virtual/libusb0"
PR = "r3"
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2"
SRC_URI[md5sum] = "a04db36bd0fc6fb30... |
b42a803a-bcc6-43d2-9793-640bef9ba740 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Utilities for working with generic SCSI devices"
AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html"
SECTION = "console/admin"
LICENSE = "GPLv2"
AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
PR = "r2"
TARGET_CC_ARCH += "${L... | ```bitbake
DESCRIPTION = "Utilities for working with generic SCSI devices"
AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html"
SECTION = "console/admin"
LICENSE = "GPLv2"
AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
PR = "r3"
TARGET_CC_ARCH += "${L... |
117c70bb-5447-4834-9649-27526d4f6cd3 | {
"language": "BitBake"
} | ```bitbake
#
# base recipe: recipes-devtools/quilt/quilt_0.65.bb
# base branch: master
# base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998
#
require quilt.inc
inherit gettext
RDEPENDS_${PN}-ptest += "coreutils patch"
do_install_ptest_append() {
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909398
r... | ```bitbake
#
# base recipe: recipes-devtools/quilt/quilt_0.65.bb
# base branch: master
# base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998
#
require quilt.inc
inherit gettext
``` |
38b68531-f32b-4866-b034-8efd2d87dd94 | {
"language": "BitBake"
} | ```bitbake
SRC_URI = "cvs://anonymous@openwrt.org/openwrt;module=openwrt/target/utils/src;tag=TESTED"
S = "${WORKDIR}/src/"
inherit native
do_compile() {
${CC} -o trx trx.c
${CC} -o motorola-bin motorola-bin.c
${CC} -o addpattern addpattern.c
}
do_stage() {
install -m 0755 ${S}/trx ${STAGING_BINDIR}
install -m ... | ```bitbake
#SRC_URI = "svn://svn.openwrt.org/openwrt;module=trunk/tools/firmware-utils/src;proto=https"
SRC_URI = ${SOURCEFORGE_MIRROR}/gakusei/openwrt-imagetools-svn-rev7641.tar.bz2
S = "${WORKDIR}/src/"
inherit native
do_compile() {
${CC} -o trx trx.c
${CC} -o motorola-bin motorola-bin.c
${CC} -o addpattern addp... |
f2963f38-b63b-46c3-9595-c9210923e88b | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Hardware drivers for VuPlus"
SECTION = "base"
PRIORITY = "required"
LICENSE = "proprietary"
def get_modules_extension(bb, d):
if bb.data.getVar('GLIBC_ADDONS', d, 1) in ['nptl']:
return "-gcc4.1"
return ""
KV = "2.6.18-7.3"
PV = "${KV}"
SRCDATE = "20100719"
RDEPENDS = "initscripts-vup... | ```bitbake
DESCRIPTION = "Hardware drivers for VuPlus"
SECTION = "base"
PRIORITY = "required"
LICENSE = "proprietary"
def get_modules_extension(bb, d):
if bb.data.getVar('GLIBC_ADDONS', d, 1) in ['nptl']:
return "-gcc4.1"
return ""
KV = "2.6.18-7.3"
PV = "${KV}"
SRCDATE = "20100827"
RDEPENDS = "initscripts-vup... |
7c41d50d-5784-47f4-a292-b2176b317bd7 | {
"language": "BitBake"
} | ```bitbake
require libxslt.inc
PR = "${INC_PR}.0"
do_stage () {
autotools_stage_all
}
SRC_URI[archive.md5sum] = "59fe34e85692f71df2a38c2ee291b3ca"
SRC_URI[archive.sha256sum] = "ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0"
```
Convert old version to new staging | ```bitbake
require libxslt.inc
PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "59fe34e85692f71df2a38c2ee291b3ca"
SRC_URI[archive.sha256sum] = "ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0"
``` |
c7152568-234f-4a56-b93f-d47762df4fbd | {
"language": "BitBake"
} | ```bitbake
require libgpg-error.inc
PR = "${INC_PR}.1"
SRC_URI[md5sum] = "86e60e9a03205fb706e99be101a2387e"
SRC_URI[sha256sum] = "fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619"
```
Update LICENSE field version to GPLv2 and LGPLv2.1 | ```bitbake
require libgpg-error.inc
LICENSE = "GPLv2 LGPLv2.1"
PR = "${INC_PR}.2"
SRC_URI[md5sum] = "86e60e9a03205fb706e99be101a2387e"
SRC_URI[sha256sum] = "fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619"
``` |
8b048847-cb95-4525-8514-73b13e44687b | {
"language": "BitBake"
} | ```bitbake
# yocto-bsp-filename {{=example_recipe_name}}_0.1.bb
#
# This file was derived from the 'Hello World!' example recipe in the
# Yocto Project Development Manual.
#
SUMMARY = "SBSA ACS commandline application"
SECTION = "meta-luv"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-... | ```bitbake
# yocto-bsp-filename {{=example_recipe_name}}_0.1.bb
#
# This file was derived from the 'Hello World!' example recipe in the
# Yocto Project Development Manual.
#
SUMMARY = "SBSA ACS commandline application"
SECTION = "meta-luv"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-... |
44566ade-cb5b-4b20-93ad-07e300866852 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a revision control checkout of the upstream branch"
HOMEPAGE = "https://github.com/tramseyer/pristine-tar-fwu"
SECTION = "console/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://GPL;md5=751419260... | ```bitbake
SUMMARY = "pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a revision control checkout of the upstream branch"
HOMEPAGE = "https://github.com/tramseyer/pristine-tar-fwu"
SECTION = "console/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://GPL;md5=751419260... |
e344b966-0096-4b8b-957f-b03632e65846 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPL"
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Kf is a GTK+ instant messaging client."
PR = "r2"
SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
file://fi... | ```bitbake
LICENSE = "GPL"
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Kf is a GTK+ instant messaging client."
PR = "r2"
SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
file://fi... |
cf809528-330b-4115-91e5-d221436b7a27 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Library for reading some sort of media format."
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = ""
LICENSE = "LGPL"
PR = "r1"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}"
PACKAGES =+ "lib${PN} lib${PN}-dev"
FILES_${PN} = " ${bindir}/f... | ```bitbake
DESCRIPTION = "Library for reading some sort of media format."
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = ""
LICENSE = "LGPLv2 LGPLv2.1"
PR = "r2"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}"
PACKAGES =+ "lib${PN} lib${PN}-dev"
FILES_${PN} = " ... |
ef6958cc-bf32-43d3-8839-f198cd4a22db | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Central Regulatory Domain Agent"
SECTION = "base"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
PR = "r3"
DEPENDS = "libnl"
RDEPENDS_${PN} = "wireless-regdb"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/mcgrof/crda.git;protocol=git;tag=v1.1.3"... | ```bitbake
DESCRIPTION = "Central Regulatory Domain Agent"
SECTION = "base"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ef8b69b43141352d821fd66b64ff0ee7"
PR = "r3"
DEPENDS = "libnl"
RDEPENDS_${PN} = "wireless-regdb"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/mcgrof/crda.git;protocol=git;tag=v1.1.3"... |
7a331457-7524-42c1-9217-6bf3e141edf7 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Building and installing bootgen"
DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1"
S = "${WORKDIR}/git"
DEPENDS... | ```bitbake
SUMMARY = "Building and installing bootgen"
DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1"
S = "${WORKDIR}/git"
DEPENDS... |
f99e9253-8c1a-41e2-9b80-8df4c89020dc | {
"language": "BitBake"
} | ```bitbake
require recipes-image/images/tizen-common-core-image-minimal.bb
DESCRIPTION = "A weston image with Tizen common and \
is suitable for development work."
IMAGE_FEATURES += "dev-pkgs"
IMAGE_INSTALL += "attr"```
Add extra package for dev image | ```bitbake
require recipes-image/images/tizen-common-core-image-minimal.bb
DESCRIPTION = "A weston image with Tizen common and \
is suitable for development work."
IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
IMAGE_INSTALL += "attr"
IMAGE_INSTALL += "util-linux-agetty"
IMAGE_INSTALL += "st... |
7688070a-0519-4238-82d6-e6294d24edb8 | {
"language": "BitBake"
} | ```bitbake
require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the lager board"
COMPATIBLE_MACHINE = "lager"
PR = "r5"
PV_append = "+git${SRCREV}"
SRCREV = "6250e5a61a718dbb5a2d8b4dd40a57d1d1b6fe96"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;b... | ```bitbake
require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the lager board"
COMPATIBLE_MACHINE = "lager"
PR = "r6"
PV_append = "+git${SRCREV}"
SRCREV = "84331fb0be9d4ee58657eff172c893ba94468ad5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;b... |
a92a8fbe-28cc-49db-8355-2b9375867c0f | {
"language": "BitBake"
} | ```bitbake
require recipes-kernel/linux/linux-yocto.inc
KERNEL_IMAGETYPE = "zImage"
COMPATIBLE_MACHINE = "duovero"
RDEPENDS_kernel_base += "kernel-devicetree"
KERNEL_DEVICETREE_duovero = " \
omap4-duovero-parlor.dtb \
jumpnow-duovero-parlor.dtb \
jumpnow-duovero-parlor-nodisplay.dtb \
"
LINUX_VERSION ... | ```bitbake
require recipes-kernel/linux/linux-yocto.inc
KERNEL_IMAGETYPE = "zImage"
COMPATIBLE_MACHINE = "duovero"
RDEPENDS_kernel-base += "kernel-devicetree"
KERNEL_DEVICETREE_duovero = " \
omap4-duovero-parlor.dtb \
jumpnow-duovero-parlor.dtb \
jumpnow-duovero-parlor-nodisplay.dtb \
"
LINUX_VERSION ... |
bee7d658-c52a-4835-a865-f30ca65774ec | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A library handling all the details of proxy configuration"
LICENSE = "LGPL"
DEPENDS = "libxmu gconf virtual/libx11"
PR = "r1"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
file://libproxy-move-define-__USE_BSD.patch \
"
inherit autotools
# Disable plugins ... | ```bitbake
DESCRIPTION = "A library handling all the details of proxy configuration"
LICENSE = "LGPLv2.1+"
DEPENDS = "libxmu gconf virtual/libx11"
PR = "r2"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
file://libproxy-move-define-__USE_BSD.patch \
"
inherit autotools
# Disable plu... |
4e9bcdb9-ccd2-40b7-977a-685d52e4f775 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
HOMEPAGE = "http://shr-project.org"
LICENSE = "GPL"
RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
SECTION = "x11/application"
PV = "0.0.0+gitr${SRCREV}"
PR = "r0"
inherit autotools
SRC_... | ```bitbake
DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
HOMEPAGE = "http://shr-project.org"
LICENSE = "GPL"
RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
SECTION = "x11/application"
PV = "0.0.0+gitr${SRCREV}"
PR = "r1"
inherit autotools
SRC_... |
923da45b-5c16-4b69-9dc1-941e11c3e858 | {
"language": "BitBake"
} | ```bitbake
# This image extends fsl-image-multimedia_full with the following:
# XFCE desktop
# Disk formatting tools
# Modem and wireless support
require recipes-fsl/images/fsl-image-multimedia-full.bb
IMAGE_FEATURES += "package-management ssh-server-dropbear"
IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstoo... | ```bitbake
# This image extends fsl-image-multimedia_full with the following:
# XFCE desktop
# Disk formatting tools
# Modem and wireless support
require recipes-fsl/images/fsl-image-multimedia-full.bb
IMAGE_FEATURES += "package-management ssh-server-dropbear"
IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstoo... |
76d1379c-21bb-4e42-b278-f4a412c6b257 | {
"language": "BitBake"
} | ```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
```
Update branch for 2021.1 release | ```bitbake
SRCBRANCH ?= "xlnx_rel_v2021.1"
SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2"
BRANCH = "xlnx_rel_v2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
``` |
97bfec40-eed2-41e6-aad2-2b748b8dfc91 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A console-only image with more full-featured Linux system \
functionality installed."
IMAGE_FEATURES += "splash ssh-server-openssh"
setDownloadDirectory (){
#!/bin/sh -e
if [ x"${DOWNLOAD_DIR_TRANSMISSION}" = "x" ]; then
exit 0
else
mkdir -p ${IMAGE_ROOTFS... | ```bitbake
DESCRIPTION = "A console-only image with more full-featured Linux system \
functionality installed."
IMAGE_FEATURES += "splash ssh-server-openssh"
setDownloadDirectory (){
#!/bin/sh -e
if [ x"${DOWNLOAD_DIR_TRANSMISSION}" = "x" ]; then
exit 0
else
mkdir -p ${IMAGE_ROOTFS... |
6379f79a-d6f3-447c-99a9-62d7fde973f6 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"
inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
do_stage () {
autotools_stage_all
}
```... | ```bitbake
DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm"
inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
do_stage () {
autotools_stage_all... |
1981c64c-6628-4fb6-a729-9615f0dbea17 | {
"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://freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
f... | ```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://freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
f... |
4ad183c9-dcce-47d2-af92-790706a5bad7 | {
"language": "BitBake"
} | ```bitbake
require cacaoh-native.inc
DEPENDS += "midpath-cldc-native"
SRC_URI = "\
http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=8b8907c8b925761c9410bcadb9705346 \
"
EXTRA_OECONF += "\
--with-classpath-includedir=${STAGING_INCDIR}/classpath \
--enable-jni \
--ena... | ```bitbake
require cacaoh-native.inc
SRC_URI = "\
http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=8b8907c8b925761c9410bcadb9705346 \
"
do_stage() {
install -m 0755 src/cacaoh/.libs/cacaoh ${STAGING_BINDIR}/cacaoh-cldc-${PV}
}
``` |
7a4a6664-8398-4e47-b799-274babcba569 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \
file://makenames.patch;patch=1 \
... | ```bitbake
DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \
... |
b206bbbd-7613-4de2-832e-ad172fad0ca2 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Remove cpp '#ifdef' lines from files \
The unifdef utility selectively processes conditional cpp(1) directives. \
It removes from a file both the directives and any additional text that \
they specify should be removed, while otherwise leaving the file alone."
HOMEPAGE = "http://dotat.at/pr... | ```bitbake
SUMMARY = "Selectively remove #ifdef statements from sources"
DESCRIPTION = "Remove cpp '#ifdef' lines from files \
The unifdef utility selectively processes conditional cpp(1) directives. \
It removes from a file both the directives and any additional text that \
they specify should be removed, while oth... |
e17c65c0-e820-4c16-8a04-5ad9fa0e31b9 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Pure-JavaScript CSS selector engine"
LICENSE = "GPL-2.0 & MIT & AFL-2.1"
LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9"
SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz"
SRC_URI[md5sum] = "91477c1edeef9f8100ffd6c4d3... | ```bitbake
SUMMARY = "Pure-JavaScript CSS selector engine"
HOMEPAGE = "https://github.com/jquery/sizzle/wiki"
LICENSE = "GPL-2.0 & MIT & AFL-2.1"
LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9"
SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.ta... |
d0cf0d69-44ed-43e6-9eea-ab3081d9dfa5 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying debug information about \
ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5... | ```bitbake
DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying debug information about \
ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5... |
7fd63249-b4e0-4563-a9fe-c5b5ad8430cb | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Unicode Mingti (printed) TrueType Font"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
LICENSE = "Arphic-Public-License"
LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a"
SRC_DISTRIBUTE_LICENSES += "${PN}"
RPROVIDES_${PN} = "virtual-chinese-font"
PR = "r6"
... | ```bitbake
SUMMARY = "Unicode Mingti (printed) TrueType Font"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
LICENSE = "Arphic-Public-License"
LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350"
SRC_DISTRIBUTE_LICENSES += "${PN}"
RPROVIDES_${PN} = "virtual-ch... |
0ba89bd7-75c9-4109-b38b-54ded2267e58 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "PHP PEAR modules for creating an authentication system"
PR = "r0"
inherit debian-package
LICENSE = "PHP-3.1"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=02f173e28791fe9054ea54631abf4dc3"
do_install() {
install -d ${D}${datadir}/php/Auth/Container
install -d ${D}${datadir}/php/Auth/Fr... | ```bitbake
DESCRIPTION = "PHP PEAR modules for creating an authentication system"
PR = "r0"
inherit debian-package
LICENSE = "PHP-3.0 & BSD-3-Clause"
LIC_FILES_CHKSUM = " \
file://Auth-1.6.4/Auth.php;beginline=9;endline=13;md5=6863d257d87ab97c7e821ca3fe49a316 \
file://Auth-1.6.4/Auth/Frontend/md5.js;endline=... |
334a51ea-a986-4530-9e1e-b54371bf4d44 | {
"language": "BitBake"
} | ```bitbake
SECTION = "base"
PR = "r0"
require fakeroot_${PV}.bb
inherit native
SRC_URI += "file://fix-prefix.patch;patch=1"
S = "${WORKDIR}/fakeroot-${PV}"
EXTRA_OECONF = " --program-prefix="
# Compatability for the rare systems not using or having SYSV
python () {
if bb.data.getVar('HOST_NONSYSV', d, True) and ... | ```bitbake
SECTION = "base"
PR = "r0"
require fakeroot_${PV}.bb
inherit native
RDEPENDS="util-linux-native"
SRC_URI += "file://fix-prefix.patch;patch=1"
S = "${WORKDIR}/fakeroot-${PV}"
EXTRA_OECONF = " --program-prefix="
# Compatability for the rare systems not using or having SYSV
python () {
if bb.data.getVar(... |
11ab2b92-42d0-4a7d-93b4-28054883c8f4 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Fast Artificial Neural Network (FANN) Library"
DESCRIPTION = "Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks."
HOMEPAGE = "... | ```bitbake
SUMMARY = "Fast Artificial Neural Network (FANN) Library"
DESCRIPTION = "Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks."
HOMEPAGE = "... |
fc545ba1-a9b9-4aea-9f4e-02ee85bb2b45 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "IPSec Manager libraries"
DESCRIPTION = "Provides library to offload IPSec security policy & associated security association to NETCP for crypto operations"
LIC_FILES_CHKSUM = "file://../ipsecmgr_snoop.h;beginline=1;endline=33;md5=f7eadca4fb5599f508dc11fa1e752919"
include ipsecmgr.inc
DEPENDS = ... | ```bitbake
SUMMARY = "IPSec Manager libraries"
DESCRIPTION = "Provides library to offload IPSec security policy & associated security association to NETCP for crypto operations"
LIC_FILES_CHKSUM = "file://../ipsecmgr_snoop.h;beginline=1;endline=33;md5=f7eadca4fb5599f508dc11fa1e752919"
include ipsecmgr.inc
DEPENDS = ... |
3f9659ee-ee47-4b1a-b772-0f2f683f8853 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Example application for Atlas SoC FPGA FFT Benchmarking"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "${WORKDIR}/git/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
PR = "r0"
SRCREV = "${AUTOREV}"
SRC_URI = " \
git://github.com/dwesterg/atlas-soc-fftsw-apps.git \
"
S = "${WORKDIR}/git"
do_compile () ... | ```bitbake
SUMMARY = "Example application for Atlas SoC FPGA FFT Benchmarking"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
PR = "r0"
SRCREV = "${AUTOREV}"
SRC_URI = " \
git://github.com/dwesterg/atlas-soc-fftsw-apps.git \
"
S = "${WORKDIR}/git"
do_compile () {
sourc... |
03049c48-dfbc-4057-84d1-4dc0e0b88765 | {
"language": "BitBake"
} | ```bitbake
# cdparanoia OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
PR ="r2"
LICENSE="GPL"
SRC_URI="http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz \
file://fixes.patch;patch=1 \
file://... | ```bitbake
# cdparanoia OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
PR ="r2"
LICENSE="GPL"
SRC_URI="http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz \
file://fixes.patch;patch=1 \
file://... |
d0e1bf49-21ce-45bf-9d9e-08cb76937b6f | {
"language": "BitBake"
} | ```bitbake
require gst-plugins.inc
INC_PR = "r0"
PR = "${INC_PR}.0"
do_configure_prepend() {
sed -i -e s:docs::g Makefile.am
}
DEPENDS += "gst-plugins-base>=0.10.30"
EXTRA_OECONF_openpli += "--disable-apexsink --disable-dvdnav --disable-cdaudio --disable-mpeg2enc --disable-mplex"
SRC_URI_append_openpli += " fi... | ```bitbake
require gst-plugins.inc
INC_PR = "r0"
PR = "${INC_PR}.0"
do_configure_prepend() {
sed -i -e s:docs::g Makefile.am
}
DEPENDS += "gst-plugins-base"
EXTRA_OECONF_openpli += "--disable-apexsink --disable-dvdnav --disable-cdaudio --disable-mpeg2enc --disable-mplex"
SRC_URI_append_openpli += " file://mpeg... |
176702f6-0cdf-48b5-8b47-c974d92ee505 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Real-time file compressor"
DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \
It is based on the LZO data compression library and its main advantages over \
gzip are much higher compression and decompression speed at the cost of some \
compression ratio. Th... | ```bitbake
SUMMARY = "Real-time file compressor"
DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \
It is based on the LZO data compression library and its main advantages over \
gzip are much higher compression and decompression speed at the cost of some \
compression ratio. Th... |
05cfa0c8-155d-4d5e-b933-7a5820f86e4b | {
"language": "BitBake"
} | ```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 ... | ```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 ... |
a51aa4a3-94ac-4979-a798-b788ff5b4738 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Unicode Mingti (printed) TrueType Font"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
LICENSE = "${PN}"
SRC_DISTRIBUTE_LICENSES += "${PN}"
RPROVIDES_${PN} = "virtual-chinese-font"
PR = "r2"
SRC_URI = \
"http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arph... | ```bitbake
DESCRIPTION = "Unicode Mingti (printed) TrueType Font"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
LICENSE = "${PN}"
SRC_DISTRIBUTE_LICENSES += "${PN}"
RPROVIDES_${PN} = "virtual-chinese-font"
PR = "r2"
SRC_URI = \
"http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arph... |
dd81f124-89d6-4b32-9c58-344ab3ce26cb | {
"language": "BitBake"
} | ```bitbake
require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the koelsch board"
COMPATIBLE_MACHINE = "koelsch"
PR = "r4"
PV_append = "+git${SRCREV}"
SRCREV = "84331fb0be9d4ee58657eff172c893ba94468ad5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=g... | ```bitbake
require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the koelsch board"
COMPATIBLE_MACHINE = "koelsch"
PR = "r5"
PV_append = "+git${SRCREV}"
SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=g... |
f7f4b476-9af3-4108-ae5d-e5c6ec8a7995 | {
"language": "BitBake"
} | ```bitbake
# Add DSP and gstreamer packages to console image
require tvp5151-console-image.bb
DSP_INSTALL += " \
gstreamer-ti \
gst-plugins-good-meta \
gst-plugins-bad-meta \
"
IMAGE_INSTALL += " \
${DSP_INSTALL} \
"
export IMAGE_BASENAME = "tvp5151-dsp-image"
```
Add Qt embedded to dsp image | ```bitbake
# Add DSP and gstreamer packages to console image
require tvp5151-console-image.bb
PR = "1"
DSP_INSTALL += " \
gstreamer-ti \
gst-plugins-good-meta \
gst-plugins-bad-meta \
"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
IMAGE_INSTALL += " \
${DSP_INSTALL} \
${QT_TOOLS}... |
3bb6ff3a-5c55-4b2a-8da7-76ca5350fc76 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "An image that builds a Docker image of the environment \
for GNSS-SDR testing purposes."
EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-sdk dev-pkgs"
LICENSE = "MIT"
require core-image-container.bb
require gnuradio-dev-image.bb
RDEPENDS_packagegroup-sdr-base-python += " python3-six"
... | ```bitbake
SUMMARY = "An image that builds a Docker image of the environment \
for GNSS-SDR testing purposes."
EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-sdk dev-pkgs"
LICENSE = "MIT"
require core-image-container.bb
require gnuradio-dev-image.bb
RDEPENDS_packagegroup-sdr-base-python += " python3-six"
... |
15fdd427-0f22-4173-a182-95bf67b6f1de | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Firmware files for use with Linux kernel"
PR = "r2"
PR_append = "+gitr${SRCREV}"
SRCREV = "dbb6a54ba8c8d6e6673a3b86ea4c4aac78c808f0"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git"
S = "${WORKDIR}/git"
do_compile() {
:
}
do_install() {
ins... | ```bitbake
DESCRIPTION = "Firmware files for use with Linux kernel"
PR = "r2"
PR_append = "+gitr${SRCREV}"
SRCREV = ${AUTOREV}
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git"
S = "${WORKDIR}/git"
do_compile() {
:
}
do_install() {
install -d ${D}/lib/firmware/
cp ... |
12944c13-88da-4206-8ad8-7f85a03ae1a4 | {
"language": "BitBake"
} | ```bitbake
```
Add missing dep to osb-browser. | ```bitbake
LICENSE = GPL
DESCRIPTION = "Gtk+ WebCore - reference browser"
HOMEPAGE = "http://gtk-webcore.sourceforge.net/"
PRIORITY = "optional"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
DEPENDS = "osb-nrcit gtk+ glib-2.0 libglade"
SECTION = "gpe"
SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-browser-${PV}.tar.... |
2a57c53c-84ec-4dce-a67f-c23c50068286 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Gives a fake root environment"
SECTION = "base"
LICENSE = "GPL"
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS = "util-linux"
PR = "r1"
SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz"
inherit autotools
do_stage() {
ins... | ```bitbake
DESCRIPTION = "Gives a fake root environment"
SECTION = "base"
LICENSE = "GPL"
# fakeroot needs getopt which is provided by the util-linux package
RDEPENDS = "util-linux"
PR = "r2"
SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
file://work-with-older-libtool.p... |
6e9231d5-0102-46ed-b2ea-b12e0eedb462 | {
"language": "BitBake"
} | ```bitbake
# Image for Beagleboard-based robots
require recipes-angstrom/images/console-image.bb
DEPENDS += " \
linux-firmware \
gst-plugins-base \
gst-plugins-ugly \
minicom \
avrdude \
ntp \
"
IMAGE_INSTALL += " \
linux-firmware-rt2x00 \
kernel-module-rt2x00usb \
... | ```bitbake
# Image for Beagleboard-based robots
require recipes-images/angstrom/systemd-image.bb
DEPENDS += " \
libtirpc \
linux-firmware \
gst-plugins-base \
gst-plugins-ugly \
minicom \
avrdude \
ntp \
"
IMAGE_INSTALL += " \
libtirpc \
linux-firmware \
kerne... |
46caff9b-455d-40a2-a312-efb984911151 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Base package set for Jlime GUI images."
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r2"
inherit task
PROVIDES = "${PACKAGES}"
PACKAGES = "\
${PN}-cli \
${PN}-gui \
"
RDEPENDS_${PN}-cli = "... | ```bitbake
DESCRIPTION = "Base package set for Jlime GUI images."
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r2"
inherit task
PROVIDES = "${PACKAGES}"
PACKAGES = "\
${PN}-cli \
${PN}-gui \
"
RDEPENDS_${PN}-cli = "... |
b53533d2-9279-4312-b225-9553e1c8de12 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "cross-linkage sets up symlinks between cross and staging so the compiler can find things"
SECTION = "devel"
PACKAGES = ""
INHIBIT_DEFAULT_DEPS = "1"
PR = "r0"
SRC_URI = ""
do_configure() {
:
}
do_compile () {
:
}
do_install() {
:
}
do_stage () {
install -d ${CROSS_DIR}/${TARGET_SYS}/... | ```bitbake
DESCRIPTION = "cross-linkage sets up symlinks between cross and staging so the compiler can find things"
SECTION = "devel"
PACKAGES = ""
INHIBIT_DEFAULT_DEPS = "1"
PR = "r0"
SRC_URI = ""
do_configure() {
:
}
do_compile () {
:
}
do_install() {
:
}
do_stage () {
install -d ${CROSS_DIR}/${TARGET_SYS}/... |
33eda759-6b4d-412c-a4c4-7ca5aa7f4021 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "This program used for copy primary framebuffer to secondary \
framebuffer (eg. FBTFT)"
LICENSE = "CLOSED"
COMPATIBLE_MACHINE = "raspberrypi"
SRCBRANCH = "master"
SRCREV = "8087a71d0330a078d91aa78656684ab5313616c6"
SRC_URI = "\
git://github.com/tasanakorn/rpi-fbcp.git;protocol=git;branch... | ```bitbake
DESCRIPTION = "This program used for copy primary framebuffer to secondary \
framebuffer (eg. FBTFT)"
LICENSE = "CLOSED"
COMPATIBLE_MACHINE = "raspberrypi"
SRCBRANCH = "master"
SRCREV = "af8d32246c23cb23e4030e6588668a14341f5ddc"
SRC_URI = "\
git://github.com/tasanakorn/rpi-fbcp.git;protocol=git;branch... |
b7920bfd-c270-4024-86c2-869831b2346f | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Linux Kernel Crypto API User Space Interface Library"
HOMEPAGE = "http://www.chronox.de/libkcapi.html"
LICENSE = "BSD | GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d0421cf231423bda10cea691b613e866"
DEPENDS = "libtool"
S = "${WORKDIR}/git"
# Use v1.1.3 with changes on top for building in OE
S... | ```bitbake
SUMMARY = "Linux Kernel Crypto API User Space Interface Library"
HOMEPAGE = "http://www.chronox.de/libkcapi.html"
LICENSE = "BSD | GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d0421cf231423bda10cea691b613e866"
DEPENDS = "libtool"
S = "${WORKDIR}/git"
# Use v1.1.3 with changes on top for building in OE
S... |
27888869-f5c7-4220-acd9-3d55531306b7 | {
"language": "BitBake"
} | ```bitbake
#
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
#
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit gnomeos-contents
PACKAGE_INSTALL += "task-c... | ```bitbake
#
# Copyright (C) 2011 Colin Walters <walters@verbum.org>
#
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit gnomeos-contents
PACKAGE_INSTALL += "task-c... |
a588c285-27a2-47dc-8c25-1f75c2397f09 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Valgrind memory debugger"
HOMEPAGE = "http://valgrind.org/"
BUGTRACKER = "http://valgrind.org/support/bug_reports.html"
LICENSE = "GPLv2+ & BSD & FDLv1.2"
inherit autotools
DEPENDS += "${HOST_ARCH}/sysroot-librt"
RDEPENDS_${PN} += "${HOST_ARCH}/sysroot-librt ${HOST_ARCH}/sysroot-dbg"
SRC_UR... | ```bitbake
DESCRIPTION = "Valgrind memory debugger"
HOMEPAGE = "http://valgrind.org/"
BUGTRACKER = "http://valgrind.org/support/bug_reports.html"
LICENSE = "GPLv2+ & BSD & FDLv1.2"
inherit autotools auto-package-utils
DEPENDS += "${HOST_ARCH}/sysroot-librt"
RDEPENDS_${PN} += "${HOST_ARCH}/sysroot-librt ${HOST_ARCH}/s... |
c9eae42b-16f4-455f-9d2c-79cc75cc8d33 | {
"language": "BitBake"
} | ```bitbake
def get_filespath_extra(d, subpath):
metaroot = next((p for p in d.getVar('BBPATH').split(':') if os.path.basename(p) == 'meta'), None)
if metaroot:
return os.path.join(metaroot, subpath) + ":"
return ""
# TODO: improve this, since it is very hacky that this recipe need to build tunctl.
# include the ... | ```bitbake
python () {
if d.getVar("PREFERRED_PROVIDER_qemu-helper-native") != d.getVar("PN"):
raise bb.parse.SkipRecipe("Set qemu-helper-native provider to use this recipe")
}
def get_filespath_extra(d, subpath):
metaroot = next((p for p in d.getVar('BBPATH').split(':') if os.path.basename(p) == 'met... |
26d383b8-461b-4a26-a450-5b71fa20da2b | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
PV = "4.5.3"
SRCREV = "8e9e75502ff910629663c4cdd7779d43ea2dd150"
SRC_URI = "git://githu... | ```bitbake
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
PV = "4.5.3"
SRCREV = "8e9e75502ff910629663c4cdd7779d43ea2dd150"
SRC_URI = "git://githu... |
28210990-9882-48be-baf8-ffe38bb7573d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "trajectory_msgs"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
```
Add missing dependency on geometry-msgs | ```bitbake
DESCRIPTION = "trajectory_msgs"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
require common-msgs.inc
DEPENDS += "geometry-msgs"
``` |
ce332313-1578-44f4-ae59-4921e4b1b052 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "RADIUS tools"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
PYPI_PACKAGE = "pyrad"
SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
inherit pypi poetry_core
... | ```bitbake
SUMMARY = "RADIUS tools"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
PYPI_PACKAGE = "pyrad"
SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
inherit pypi python_poetr... |
bad69680-5df5-458e-af12-77fe60d75948 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)"
LICENSES = "AL2.0 W3C Public Domain"
AUTHOR = "Apache Software Foundation"
SRC_URI = "http://archive.apache.org/dist/xml/commons/source/xml-commons-external-${PV}-src.tar.gz"
inherit java-library
S = "${WORKDIR}"
DEPENDS = "fastj... | ```bitbake
DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)"
LICENSES = "AL2.0 W3C Public Domain"
AUTHOR = "Apache Software Foundation"
SRC_URI = "http://archive.apache.org/dist/xml/commons/source/xml-commons-external-${PV}-src.tar.gz;subdir=${BPN}-${PV}"
inherit java-library
DEPENDS = "fas... |
6b7164a4-5db8-49c5-905f-dbd9bfd5cbb1 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
HOMEPAGE = "http://www.wxpython.org"
LICENSE = "WXwindows"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce1d18e2d633d41786c0a8dfbc80917"
DEPENDS = "wxwidgets-native wxwidgets"
PYPI_PACKAGE = "wxPython"
SRC_URI += "file://ad... | ```bitbake
DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
HOMEPAGE = "http://www.wxpython.org"
LICENSE = "WXwindows"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce1d18e2d633d41786c0a8dfbc80917"
DEPENDS = "wxwidgets-native wxwidgets"
PYPI_PACKAGE = "wxPython"
SRC_URI += "file://ad... |
cf4bde93-34ec-4462-8c92-a924681cc063 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Replacement syslog API"
DESCRIPTION = "The EventLog library aims to be a replacement of the \
simple syslog() API provided on UNIX systems. The \
major difference between EventLog and syslog is that \
EventLog tries to add structure to messages. EventLog \... | ```bitbake
SUMMARY = "Replacement syslog API"
HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system"
DESCRIPTION = "The EventLog library aims to be a replacement of the \
simple syslog() API provided on UNIX systems. The \
major difference between EventLog a... |
b1498bda-ae55-4c38-aa67-bd966a4f382c | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission"
HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
inherit setuptools3 pypi
PYPI_PACKAG... | ```bitbake
SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission"
HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
inherit setuptools3 pypi
PYPI_PACKAG... |
1e05da80-68e1-4685-ac8c-2a1027c68d93 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Minimal ptest image for NI Linux Real-Time x64 and ARM targets"
LICENSE = "MIT"
require minimal-nilrt-image.bb
IMAGE_INSTALL += "\
packagegroup-ni-ptest \
"
IMAGE_ROOTFS_EXTRA_SPACE = "1000000"
rm_feed_configs () {
${ROOTFS_PKGMANAGE} -o ${IMAGE_ROOTFS} remove --force-depends distro-f... | ```bitbake
DESCRIPTION = "Minimal ptest image for NI Linux Real-Time x64 and ARM targets"
LICENSE = "MIT"
require minimal-nilrt-image.bb
IMAGE_FSTYPES += " cpio.gz"
IMAGE_INSTALL += "\
packagegroup-ni-ptest \
"
IMAGE_ROOTFS_EXTRA_SPACE = "1000000"
rm_feed_configs () {
${ROOTFS_PKGMANAGE} -o ${IMAGE_ROOTFS} re... |
89ef9836-1842-4539-97d8-a82d04538f89 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "log4cplus provides a simple C++ logging API for log management"
SECTION = "libs"
HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
LICENSE = "Apache-2.0 BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692... | ```bitbake
SUMMARY = "log4cplus provides a simple C++ logging API for log management"
SECTION = "libs"
HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
LICENSE = "Apache-2.0 & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f6... |
63a71d97-0e41-462c-b380-a359031fd9a4 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Python interface to Bluetooth LE on Linux"
HOMEPAGE = "https://github.com/IanHarvey/bluepy"
SECTION = "devel/python"
DEPENDS = "${PYTHON_PN} glib-2.0"
RDEPENDS_${PN} = "bluez5"
LICENSE = "GPLv2 & PD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171d... | ```bitbake
DESCRIPTION = "Python interface to Bluetooth LE on Linux"
HOMEPAGE = "https://github.com/IanHarvey/bluepy"
SECTION = "devel/python"
LICENSE = "GPLv2 & PD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001"
DEPENDS = "glib-2.0"
SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09"
PV =... |
fb444c07-b205-4d20-9ce2-d4c83c053f85 | {
"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', ''... |
b547c8d3-f2a2-4ab6-8d91-0358fbe640cb | {
"language": "BitBake"
} | ```bitbake
require mender.inc
MENDER_BRANCH ?= "master"
SRC_URI = "git://github.com/mendersoftware/mender;protocol=https;branch=${MENDER_BRANCH}"
# The revision listed below is not really important, it's just a way to avoid
# network probing during parsing if we are not gonna build the git version
# anyway. If git v... | ```bitbake
require mender.inc
MENDER_BRANCH ?= "master"
SRC_URI = "git://github.com/mendersoftware/mender;protocol=https;branch=${MENDER_BRANCH}"
# The revision listed below is not really important, it's just a way to avoid
# network probing during parsing if we are not gonna build the git version
# anyway. If git v... |
7c2dbfff-8598-4106-b662-f86f0a33734e | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Simple DirectMedia Layer truetype font library"
SECTION = "libs"
DEPENDS = "virtual/libsdl freetype"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
PR = "r1"
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
... | ```bitbake
SUMMARY = "Simple DirectMedia Layer truetype font library"
SECTION = "libs"
DEPENDS = "virtual/libsdl freetype"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
PR = "r2"
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
... |
aa2edd62-3a7c-48df-a905-a14eb2f47b10 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, \
GPIO interrups, TCP socket interrupts, command line tools and more"
HOMEPAGE = "https://github.com/metachris/RPIO"
SECTION = "devel/python"
LICENSE = "LGPLv3+"
LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d... | ```bitbake
DESCRIPTION = "Advanced GPIO for the Raspberry Pi. Extends RPi.GPIO with PWM, \
GPIO interrups, TCP socket interrupts, command line tools and more"
HOMEPAGE = "https://github.com/metachris/RPIO"
SECTION = "devel/python"
LICENSE = "LGPLv3+"
LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d... |
87c53ecc-797c-4bd7-9c13-3667bd168dfb | {
"language": "BitBake"
} | ```bitbake
require python-kconfiglib.inc
inherit pypi setuptools3
```
Consolidate in a single file | ```bitbake
DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c"
SRC_URI[md5sum] = "4ad68618824d4bad1d1de1d7eb838bba"
SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c"
inherit ... |
e2b37237-7480-434d-ba50-ed4c49f62894 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "backport of Python 3.4's enum package"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e"
SRC_URI[md5sum] = "5f13a0841a61f7fc295c514490d120d0"
SRC_URI[sha256sum] = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1"
inherit pypi ... | ```bitbake
SUMMARY = "backport of Python 3.4's enum package"
HOMEPAGE = "https://bitbucket.org/stoneleaf/enum34"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e"
SRC_URI[md5sum] = "5f13a0841a61f7fc295c514490d120d0"
SRC_URI[sha256sum] = "8ad8c4783bf61ded74527bffb48e... |
68ad425a-7f70-4ecb-ba1e-b788b854524f | {
"language": "BitBake"
} | ```bitbake
require pango.inc
PR = "${INC_PR}.1"
SRC_URI += "file://CVE-2010-0421.patch"
SRC_URI[archive.md5sum] = "f2eeaf183930e00ed28fca3a6ed1deb0"
SRC_URI[archive.sha256sum] = "adbd11f182ec63939d6364cbb59e86991a48582e7d3641cda80529b40b399559"
```
Update LICENSE field version to LGPLv2 | ```bitbake
require pango.inc
LICENSE = "LGPLv2+"
PR = "${INC_PR}.2"
SRC_URI += "file://CVE-2010-0421.patch"
SRC_URI[archive.md5sum] = "f2eeaf183930e00ed28fca3a6ed1deb0"
SRC_URI[archive.sha256sum] = "adbd11f182ec63939d6364cbb59e86991a48582e7d3641cda80529b40b399559"
``` |
b19958af-9d61-4164-9bc9-9c42cb4f9848 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A Calculator for Openmoko"
SECTION = "openmoko/tools"
DEPENDS = "libmokoui2"
PV = "0.1.0+svnr${SRCREV}"
PR = "r1"
inherit openmoko2
SRC_URI += " file://openmoko-calculator.png "
do_install_append_openmoko() {
install -d ${D}/${datadir}/pixmaps/
install ${WORKDIR}//openmoko-ca... | ```bitbake
DESCRIPTION = "A Calculator for Openmoko"
SECTION = "openmoko/tools"
DEPENDS = "libmokoui2"
PV = "0.1.0+svnr${SRCREV}"
PR = "r1"
inherit openmoko2
LICENSE = "GPL"
SRC_URI += " file://openmoko-calculator.png "
do_install_append_openmoko() {
install -d ${D}/${datadir}/pixmaps/
install ${WORKD... |
e43819fa-de76-435b-a5c4-cfb3c40997af | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "TI High performance libraries"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/runtime/hplib/src/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
DEPENDS = "common-csl-ip rm-lld qmss-lld sa-lld pktlib"
include hplib.inc
CHOICELIST = "yes no"
S = "${WORKDIR}/git/ti/ru... | ```bitbake
DESCRIPTION = "TI High performance libraries"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/runtime/hplib/src/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
DEPENDS = "common-csl-ip rm-lld qmss-lld sa-lld pktlib"
RDEPENDS_${PN} = "hplib-mod"
include hplib.inc
CHOICELIST = "yes n... |
b4f8bb12-6b3a-4bb9-b31c-694487833a0f | {
"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 = "r2"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab"
SRC_URI = "git://github.c... |
923f5073-f029-496e-8ae5-74873743b726 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Extended task to get System Test specific apps"
LICENSE = "MIT"
PR = "r8"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
ARAGO_TEST = "\
bonnie++ \
hdparm \
iozone3 \
iperf \
lmbench \
rt-tests \
evtest \
bc \
memtester \
"
ARAGO_TI_TEST = "\
... | ```bitbake
DESCRIPTION = "Extended task to get System Test specific apps"
LICENSE = "MIT"
PR = "r9"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
ARAGO_TEST = "\
bonnie++ \
hdparm \
iozone3 \
iperf \
lmbench \
rt-tests \
evtest \
bc \
memtester \
"
ARAGO_TI_TEST = "\
... |
bb61016e-20be-458a-a385-f1124c14e79a | {
"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... |
fcb40143-d0bd-401c-b709-fc44f44f075e | {
"language": "BitBake"
} | ```bitbake
# packagegroup definitions to help the GNSS-SDR community build images
# they like.
LICENSE = "MIT"
inherit packagegroup
PACKAGES = " \
packagegroup-gnss-sdr-base \
packagegroup-gnss-sdr-bin \
packagegroup-gnss-sdr-drivers \
"
PROVIDES = "${PACKAGES}"
SUMMARY_packagegroup-gnss-sdr-base = "Re... | ```bitbake
# packagegroup definitions to help the GNSS-SDR community build images
# they like.
LICENSE = "MIT"
inherit packagegroup
PACKAGES = " \
packagegroup-gnss-sdr-base \
packagegroup-gnss-sdr-bin \
packagegroup-gnss-sdr-drivers \
"
PROVIDES = "${PACKAGES}"
SUMMARY_packagegroup-gnss-sdr-base = "Re... |
0118b6a7-8f40-40d3-810f-34595cde733d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Packages for Microsoft Azure IoT."
LICENSE = "MIT"
inherit packagegroup
PR = "r0"
RDEPENDS_${PN} = "\
azure-iot-sdk-c \
azure-iot-sdk-c-dev \
python-azure-iot-sdk \
node-red-contrib-azureiothubnode \
node-iothub-explorer \
azure-iot-gateway-sdk \
azure-iot-gateway-sdk-dev \
azure-io... | ```bitbake
DESCRIPTION = "Packages for Microsoft Azure IoT."
LICENSE = "MIT"
inherit packagegroup
PR = "r1"
RDEPENDS_${PN} = "\
azure-iot-sdk-c \
azure-iot-sdk-c-dev \
python-azure-iot-sdk \
node-red-contrib-azureiothubnode \
node-iothub-explorer \
azure-iot-gateway-sdk \
azure-iot-gateway-sdk-dev \
azure-io... |
a02e7d52-bd39-4081-9b88-a193c316309b | {
"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.... |
ea34af6f-6431-4760-8d85-9f7d0c20f5fb | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "MagOS image for development"
require magos-image-prod.bb
IMAGE_FEATURES += "dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL += "kernel-dev packagegroup-magos-buildtools"
```
Add gstreamer to the devel image | ```bitbake
SUMMARY = "MagOS image for development"
require magos-image-prod.bb
IMAGE_FEATURES += "dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL += "kernel-dev \
packagegroup-magos-buildtools \
packagegroup-fsl-gstreamer \
packagegroup-fsl-gstreamer-full \
packagegroup-... |
3eb9c052-faaa-4773-b8c6-5d57433006ae | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Python Library for Tom's Obvious, Minimal Language"
HOMEPAGE = "https://github.com/uiri/toml"
LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d6012eea477117abf51c31262a152f8"
SRC_URI[md5sum] = "63fffbe2d632865ec29cd69bfdf36682"
SRC_URI[sha256sum] = "229f81c57791a4... | ```bitbake
SUMMARY = "Python Library for Tom's Obvious, Minimal Language"
HOMEPAGE = "https://github.com/uiri/toml"
LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d6012eea477117abf51c31262a152f8"
SRC_URI[md5sum] = "63fffbe2d632865ec29cd69bfdf36682"
SRC_URI[sha256sum] = "229f81c57791a4... |
9b25b0fa-33b0-491e-8695-240d8c8a3398 | {
"language": "BitBake"
} | ```bitbake
require atlas-soc-console-image.bb
IMAGE_INSTALL += " \
angstrom-gdm-xfce-hack \
packagegroup-xfce-base \
xterm \
angstrom-x11vnc-xinit \
x11vnc \
xserver-xorg-xvfb \
xkbcomp \
packagegroup-core-x11-xserver \
xserver-nodm-init \
xserver-common \
gimp abiword gedit mido... | ```bitbake
require atlas-soc-console-image.bb
IMAGE_INSTALL += " \
angstrom-gdm-xfce-hack \
packagegroup-xfce-base \
xterm \
angstrom-x11vnc-xinit \
x11vnc \
xserver-xorg-xvfb \
xkbcomp \
packagegroup-core-x11-xserver \
xserver-nodm-init \
xserver-common \
gimp abiword gedit mido... |
083d2757-ff68-4d32-b620-55a648d17e92 | {
"language": "BitBake"
} | ```bitbake
#
# Copyright (C) 2015 Pelagicore AB
DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices, like embedded systems or old machines."
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
HOMEPAGE = "https://github.com/profusion/lightmed... | ```bitbake
#
# Copyright (C) 2015 Pelagicore AB
DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices, like embedded systems or old machines."
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
HOMEPAGE = "https://github.com/profusion/lightmed... |
16ab908d-c02c-432f-9054-5dc81df1e5ec | {
"language": "BitBake"
} | ```bitbake
HOMEPAGE = "https://www.balena.io/"
SUMMARY = "Utility to mount container filesystems"
DESCRIPTION = "Utility to mount container filesystems"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
inherit go
RDEPENDS_${PN} = "util-linux"
GO... | ```bitbake
HOMEPAGE = "https://www.balena.io/"
SUMMARY = "Utility to mount container filesystems"
DESCRIPTION = "Utility to mount container filesystems"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
inherit go
RDEPENDS_${PN} = "util-linux"
GO... |
6eb6ca0d-bb35-4863-9470-aaf073025cc7 | {
"language": "BitBake"
} | ```bitbake
# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br>
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "Universal Ctags"
DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \
Unix ctags utility. Ctags generates an index of source code \
... | ```bitbake
# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br>
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "Universal Ctags"
DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \
Unix ctags utility. Ctags generates an index of source code \
... |
ee202e67-b006-46b0-a8f0-b7534c92757c | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Twisted Web Sockets"
HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8"
DEPENDS = "python-twisted python-six python-vcversioner"
SRC_URI = "git://github.com/MostAwesomeDude/txWS.git"
SRCREV= "88cf6... | ```bitbake
SUMMARY = "Twisted Web Sockets"
HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8"
DEPENDS = "python-twisted python-six python-vcversioner python-six-native python-vcversioner-native"
SRC_URI = "git://github.... |
03f7192c-df96-431f-868c-0d4af393c8de | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Required packges for running jupyter notebook with python3 "
inherit packagegroup
START_JUPYTER_PKG ?= "start-jupyter"
#START_JUPYTER_PKG_k26 = "start-jupyterlab"
JUPYTER_NOTEBOOK_PACKAGES = " \
packagegroup-python3-jupyter \
python3-core \
python3-ipywidgets \
python3-pydot \
liberati... | ```bitbake
DESCRIPTION = "Required packges for running jupyter notebook with python3 "
inherit packagegroup
START_JUPYTER_PKG ?= "start-jupyter"
START_JUPYTER_PKG_k26 = "start-jupyterlab"
JUPYTER_NOTEBOOK_PACKAGES = " \
packagegroup-python3-jupyter \
python3-core \
python3-ipywidgets \
python3-pydot \
liberatio... |
7727b222-ffe1-43b6-8fea-d0a957f41635 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Kernel drivers for the IMG VXE384 MP2 and D5520 encoder/decoder found in TI SoCs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://common/dq.c;beginline=1;endline=16;md5=e015e28ff5e88576dab9fdf641e3dbfe"
inherit module
MACHINE_KERNEL_PR_append = "b"
PR = "${MACHINE_KERNEL_PR}"
COMPATIBLE_MACHINE = ... | ```bitbake
SUMMARY = "Kernel drivers for the IMG VXE384 MP2 and D5520 encoder/decoder found in TI SoCs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://driver/common/dq.c;beginline=1;endline=16;md5=e015e28ff5e88576dab9fdf641e3dbfe"
inherit module
MACHINE_KERNEL_PR_append = "c"
PR = "${MACHINE_KERNEL_PR}"
COMPATIBLE_MAC... |
a0d5a6e4-f5fb-4b89-9ee1-4ab5030a9213 | {
"language": "BitBake"
} | ```bitbake
require recipes-images/angstrom/extended-console-image.bb
IMAGE_INSTALL += " \
kernel-modules \
kernel-dev \
linux-firmware \
usbutils \
libusbg \
iw \
systemd-analyze \
vim vim-vimrc \
procps \
screen minicom \
cronie-systemd ntpdate \
tar \
pac... | ```bitbake
require recipes-images/angstrom/extended-console-image.bb
IMAGE_INSTALL += " \
kernel-modules \
kernel-dev \
linux-firmware \
usbutils \
libusbg \
iw \
systemd-analyze \
vim vim-vimrc \
procps \
screen minicom \
cronie-systemd ntpdate \
tar \
pac... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.