doc_id
stringlengths
36
36
metadata
dict
input
stringlengths
28
4.3k
output
stringlengths
11
5.45k
1f850d9d-ff04-421e-8342-ea9c532794bd
{ "language": "BitBake" }
```bitbake DESCRIPTION = "Python client library for Gumstix RoboVero" HOMEPAGE = "https://github.com/robovero/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=52b7490557d2fd1a2c673d32aa5d4b8a" SRCREV = "a0c5719086348af7d1a9c91f04a255f512bb38d4" SRC_URI = "git://github.com/robovero/python.gi...
```bitbake DESCRIPTION = "Python client library for Gumstix RoboVero" HOMEPAGE = "https://github.com/robovero/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=52b7490557d2fd1a2c673d32aa5d4b8a" SRCREV = "a0c5719086348af7d1a9c91f04a255f512bb38d4" SRC_URI = "git://github.com/robovero/python.gi...
425da092-e2d0-4ec8-8f39-ab4fcbd69d8d
{ "language": "BitBake" }
```bitbake DESCRIPTION = "johns hello world sample program" PR = "r0" DEPENDS = "" SRC_URI = " \ file://hello.c \ " S = "${WORKDIR}" do_compile () { ${CC} ${CFLAGS} ${LDFLAGS} -o hello hello.c } do_install () { install -d ${D}${bindir}/ install -m 0755 ${S}/hello ${D}${bindir}/ } FILES_${PN} = "${b...
```bitbake DESCRIPTION = "johns hello world sample program" PR = "r1" DEPENDS = "" SRC_URI = " \ file://hello.c \ " S = "${WORKDIR}" do_compile () { ${CC} ${CFLAGS} ${LDFLAGS} -o hello hello.c } do_install () { install -d ${D}${bindir} install -m 0755 hello ${D}${bindir} } ```
fab0959a-0759-4663-84ac-d182c15e8c73
{ "language": "BitBake" }
```bitbake SUMMARY = "GNOME default webbrowser" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring" inherit gnome SRC_URI[archive.md5sum] = "0c566b3ffd4...
```bitbake SUMMARY = "GNOME default webbrowser" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring" inherit gnome SRC_URI[archive.md5sum] = "0c566b3ffd4...
90f2c2dd-23dd-46f1-81ab-3c8c5aa7cf35
{ "language": "BitBake" }
```bitbake DESCRIPTION = "Systemd Service script to run mpv in a loop with a PNG file for demo purposes." HOMEPAGE = "https://mender.io" LICENSE = "Apache-2.0" SRC_URI = " \ file://${PN}.service \ file://demo-image-locked.png \ file://demo-image-unlocked.png \ file://LICENSE \ " LIC_FILES_CHKSUM = "file://${S}/../...
```bitbake DESCRIPTION = "Systemd Service script to run mpv in a loop with a PNG file for demo purposes." HOMEPAGE = "https://mender.io" LICENSE = "Apache-2.0" SRC_URI = " \ file://${PN}.service \ file://demo-image-locked.png \ file://demo-image-unlocked.png \ file://LICENSE \ " LIC_FILES_CHKSUM = "file://${S}/../...
b217909a-b0a3-47f3-9b38-eba5fe07c5cb
{ "language": "BitBake" }
```bitbake include matchbox-panel.inc PR="r5" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://add_hostap.patch;patch=1 \ file://kernel2.6.patch;patch=1" ``` Include patches to fix polling and cancellation of panel messages.
```bitbake include matchbox-panel.inc PR="r6" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://add_hostap.patch;patch=1 \ http://handhelds.org/~pb/mb-panel-0.9.2-polling.patch;patch=1 \ http://handhelds.org/~pb/mb-panel-0.9.2-msgcancel.patch;...
535ed8da-dbcd-4d0f-b535-4e5704aaaa2e
{ "language": "BitBake" }
```bitbake # # Copyright (C) 2012 Travelping GmbH # SUMMARY = "Image with TPLino components." LICENSE = "MIT" IMAGE_FEATURES += "splash ssh-server-dropbear ${TPLINO_IMAGE_FEATURES}" inherit core-image-tplino core-image distro_features_check ``` Set root password to "caros"
```bitbake # # Copyright (C) 2015 Travelping GmbH # SUMMARY = "Image with CarOS components." LICENSE = "MIT" IMAGE_FEATURES += "splash ssh-server-dropbear ${TPLINO_IMAGE_FEATURES}" inherit core-image-tplino core-image distro_features_check extrausers # set root password to 'caros' # # compute new value with: perl -e...
8dccebf2-14c9-475e-9676-d00d7831afc8
{ "language": "BitBake" }
```bitbake ``` Add recipe to support RTIMULib
```bitbake DESCRIPTION = "RTIMULib is a C++ and Python library that makes it easy to use 9-dof and \ 10-dof IMUs with embedded Linux systems" HOMEPAGE = "https://github.com/RPi-Distro/RTIMULib/" SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" SRC_...
b5271195-a4a1-421c-a334-9ff989a75ef9
{ "language": "BitBake" }
```bitbake ``` Add recipe for java notify usage
```bitbake DESCRIPTION = "JNotify library with OSGi extensions." SRCREV = "12121" SRC_URI = "svn://bugcamp.net/bug/trunk;module=${PN};proto=svn" DEPENDS = "fastjar-native virtual/java-initial openjdk-6" #inherit jni-library bug-java-library inherit bug-java-library PACKAGES = ${PN} S = "${WORKDIR}/${PN}" # INHIBIT...
fe1f0767-0de1-42d1-9648-5064ca9c1df4
{ "language": "BitBake" }
```bitbake ``` Add new release with several bugfixes and merged patches from OE. tested with Angstrom 2008.1
```bitbake DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" PR = "r0" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" RCONFLICTS_${PN} = "xserver-kdrive-common" RREPLACES_${PN} = "xserver-kdrive-common" # we are using a gpe-style Makefile ...
1769b5c6-3aef-4b97-9c18-f1a5a0e7642e
{ "language": "BitBake" }
```bitbake ``` Add a bitbake recipe to build go-msgpack
```bitbake SUMMARY = "Collection of Open-Source Go libraries and tools" HOMEPAGE = "https://github.com/hashicorp/go-msgpack" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f4c936a1236aa7f17ca2a0b0ce4bfdd" PKG_NAME = "github.com/hashicorp/go-msgpack" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "fa3f638...
0485bc61-748f-4d1b-b360-ccde2d1479c3
{ "language": "BitBake" }
```bitbake ``` Package initramfs into package. * Go badass with recursive bitbake invocation idea expressed on ML. * It works! But don't try with BB_NUMBER_THREADS > 1 or at home.
```bitbake DESCRIPTION = "Boot initramfs as a package" PR = "r1" do_compile() { cd ${TOPDIR}; DISTRO=${USERDISTRO} MACHINE=${MACHINE} ANGSTROM_MODE=uclibc IMAGE_FSTYPES=cpio.gz DEPLOY_TO=${D}/boot/initramfs.bin bitbake initramfs-image } do_install() { install -d ${D}/boot/ cd ${TOPDIR}; DISTRO=${USERDISTRO} MACHIN...
5cc2c517-7dd2-4e70-8bf4-e7bdff651bf8
{ "language": "BitBake" }
```bitbake ``` Add bitbake recipe to build go-metrics
```bitbake SUMMARY = "A go based metrics library" HOMEPAGE = "https://github.com/armon/go-metrics" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2d77030c0183e3d1e66d26dc1f243be" PKG_NAME = "github.com/armon/go-metrics" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "b2d95e5291cdbc26997d1301a5e467ecbb240e25" S =...
25cf32c6-4a98-4d5c-8022-e5d1ca612f55
{ "language": "BitBake" }
```bitbake ``` Add recipe for the WebKit based LightDM greeter.
```bitbake DESCRIPTION = "LightDM Webkit Greeter" LICENSE = "GPLv3 LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "lightdm libxklavier consolekit polkit" PR = "r0" inherit autotools SRC_URI = " \ http://launchpad.net/lightdm-webkit-greeter/trunk/${PV}/+downloa...
29ca615e-9d6b-459b-a3a4-7f71f5d1dea7
{ "language": "BitBake" }
```bitbake ``` Add the recipe for vxd-dec-fw
```bitbake SUMMARY = "Video Decoding Firmware Packaging recipe" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE;md5=84ca7278930db001870686ad997d6bb1" BRANCH = "master" SRCREV = "0acbf1d0a7c7eaca0ef14c1a30ce313ea82147e5" SRC_URI = "git://git.ti.com/jacinto7_multimedia/ti-img-encode-decode.git;protocol=git;branch...
c9e6fa8f-9579-437c-833d-65df1121e372
{ "language": "BitBake" }
```bitbake ``` Add pinmux utility for am1808
```bitbake DESCRIPTION = "Texas Instruments Pinmux Utility" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=2b328fcf0477d688d8b85f7310f9e6b9" COMPATIBLE_MACHINE = "am180x-evm" PR = "r0" SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/461/4210/Pin_Setup_AM18xx_01_00_1076_03.zip;name=base;subdir=${P}" #...
abcfad22-7fa8-475f-be3c-0321aab2e96b
{ "language": "BitBake" }
```bitbake DESCRIPTION = "The Linux bandwidth monitor" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" DEPENDS = "ncurses" LICENSE = "Unspecified" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ file://makefile.patch;patch=1" EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" inherit autotools do_in...
```bitbake DESCRIPTION = "The Linux bandwidth monitor" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" DEPENDS = "ncurses" LICENSE = "Unspecified" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ file://makefile.patch;patch=1" EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" inherit autotools do_in...
48ee4d16-8577-466a-a8c2-29ad6303d7fc
{ "language": "BitBake" }
```bitbake ``` Add qmss-lld RTOS package version 02.01.00.12
```bitbake inherit ti-pdk require qmss-lld-02.01.00.12.inc DEPENDS += "rm-lld-rtos" XDCARGS_k2hk-evm = "k2h k2k" XDCARGS_k2l-evm = "k2l" XDCARGS_k2e-evm = "k2e" XDCARGS_k2g-evm = "k2g" ```
605b19da-e7ba-405c-8b96-0df68b1ae73b
{ "language": "BitBake" }
```bitbake ``` Add recipe for linux ptp
```bitbake DESCRIPTION = "This software is an implementation of the Precision Time Protocol (PTP) \ according to IEEE standard 1588 for Linux" HOMEPAGE = "http://linuxptp.sourceforge.net/" SECTION = "console/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" S...
b526832f-09ac-4f14-9e2c-bac6319e4bbc
{ "language": "BitBake" }
```bitbake ``` Add recipe for freetds package
```bitbake SUMMARY = "FreeTDS command-line utilities" DESCRIPTION = "\ FreeTDS is an implementation of the Tabular DataStream protocol, used for \ connecting to MS SQL and Sybase servers over TCP/IP. \ " HOMEPAGE = "http://www.freetds.org/" PR = "r0" inherit debian-package LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM...
5924b640-da83-442f-8a3e-dca85510ef0c
{ "language": "BitBake" }
```bitbake ``` Add new recipe for libclc package
```bitbake SUMMARY=" OpenCL C language implementation" DESCRIPTION="\ libclc is an open implementation of the OpenCL C programming language, \ as specified by the OpenCL 1.1 Specification. \ " HOMEPAGE = "http://libclc.llvm.org" DEBIAN_GIT_BRANCH = "jessie-backports-master" inherit debian-package PV="0.2.0+git201508...
4267f07b-0b23-41ac-ac37-a1aa0d6fbac2
{ "language": "BitBake" }
```bitbake SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r0" SRC_URI = "http://cairographics....
```bitbake SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" DEPENDS = "x11 libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" inherit autotools pkgconfig do_stage () ...
ef99759b-3ddf-48a3-9cc1-eaf83bad0816
{ "language": "BitBake" }
```bitbake ``` Add recipe for init-system-helpers package
```bitbake SUMMARY = "Helper tools for all init systems" DESCRIPTION = "This package contains helper tools that are necessary for switching between\n\ the various init systems that Debian contains (e.g. sysvinit, upstart,\n\ systemd). An example is deb-systemd-helper, a script that enables systemd unit\n\ files with...
bcbbaf8c-2f8c-4d47-8571-4ec0dd964895
{ "language": "BitBake" }
```bitbake DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs." DEPENDS = "pkgconfig gtk+ gvfs" RDEPENDS = "libxfce4util libxfcegui4 gvfs" SECTION = "x11" LICENSE = "GPL-2" PR = "r2" inherit xfce46 XFCE_VERSION = "4.6.1" SRC_URI = "http://files.uvena.de/${PN}/${PN}...
```bitbake DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs." DEPENDS = "pkgconfig gtk+ gvfs" RDEPENDS = "libxfce4util libxfcegui4 gvfs fuse-utils" SECTION = "x11" LICENSE = "GPL-2" PR = "r3" inherit xfce46 XFCE_VERSION = "4.6.1" SRC_URI = "http://files.uvena.de/...
ca1ee2ae-8e71-4072-a82f-4ef53edebe63
{ "language": "BitBake" }
```bitbake ``` Add eventlog recipe, borrowed from meta-oe
```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 \...
07a95985-410b-4ccf-92ad-86ab7e529852
{ "language": "BitBake" }
```bitbake ``` Add RapidJSON recipe required for AWS IoT C++ Device SDK
```bitbake DESCRIPTION = "A fast JSON parser/generator for C++ with both SAX/DOM style API" HOMEPAGE = "http://rapidjson.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" inherit cmake PR = "r0" SRC_URI = "git://github.com/miloyip/rapidjson.git" SRCREV = "f54b0e47a087...
605f1524-ab98-46a9-8fa2-74257232cada
{ "language": "BitBake" }
```bitbake ``` Add CPSW 9G support for J7
```bitbake SUMMARY = "R5 PSDK CPSW9G Ethernet Switch Firmware" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=04ad0a015d4bb63c2b9e7b112debf3db" PV = "1.0+git${SRCPV}" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit deploy inherit update-alternatives PROTOCOL = "git" BRANCH = "master" SRCREV = "df7f399319ee40...
bc65e29c-c2b9-4d0a-a0a3-ef33f15b95e6
{ "language": "BitBake" }
```bitbake ``` Add the opencl library package.
```bitbake DESCRIPTION = "TI OpenCL" HOMEPAGE = "https://gitorious.design.ti.com/ocl" LICENSE = "BSD" include ocl.inc PR = "${INC_PR}.0" inherit cmake COMPATIBLE_MACHINE = "dra7xx|k2hk-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES += " ${PN}-runtime" DEPENDS = "ocl-gl-headers opencl-monitor cmake-native cmem ti-...
7a0de5de-475e-4863-9f90-f10d4bcc009e
{ "language": "BitBake" }
```bitbake ``` Move from meta-qt5-extra to meta-oe
```bitbake SUMMARY = "raw image decoder" LICENSE = "LGPL-2.1 | CDDL-1.0" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" SRC_URI = "git://github.com/LibRaw/LibRaw.git" SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" S = "${WORKDIR}/git" inherit autotools pkgconfig DEPENDS = "jpeg jaspe...
9e762ef8-0379-4da5-a709-db17677ce1d1
{ "language": "BitBake" }
```bitbake ``` Add ESD daemon for Nokia 770 to be used with DSP stuff.
```bitbake PR = "r0" LICENSE = "GPL" MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" PROVIDES = "esd" RPROVIDES = "esd" DEPENDS = "audiofile osso-dsp-headers" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz" S = ${WORKDIR}/esd inherit autotools pkg...
ea1f06d0-8f4a-47b6-a215-95499bff225c
{ "language": "BitBake" }
```bitbake ``` Add e17genmenu, a program to convert KDE and Gnome menus to e17 menus
```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}...
01dc1b27-da49-4de7-8aa6-b0d29d9a7a80
{ "language": "BitBake" }
```bitbake ``` Add new release of minilite supporting the Nokia 770.
```bitbake inherit gpe LICENSE = "GPL" DEPENDS = "libgpewidget" SECTION = "gpe" DESCRIPTION = "GPE Screen light control dockapp" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" export CVSBUILD="no" ```
92a65829-8809-402e-90f2-120f5372f06e
{ "language": "BitBake" }
```bitbake ``` Add bitbake recipe to build mapstructure
```bitbake SUMMARY = "Go library for decoding generic map values to structures" HOMEPAGE = "https://github.com/mitchellh/mapstructure" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f7765c3d4f58e1f84c4313cecf0f5bd" PKG_NAME = "github.com/mitchellh/mapstructure" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "2caf...
13e4616e-c416-46e9-bf05-c14443ccd47f
{ "language": "BitBake" }
```bitbake ``` Add recipe for user space library for udma kernel driver
```bitbake DESCRIPTION = "Provides zero copy access from user-space to packet dma channels via udma kernel driver" LICENSE = "BSD-3-Clause" COMPATIBLE_MACHINE = "keystone" LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27" BRANCH = "master" SRC_URI = "git://git.ti.c...
ffe7b335-cf64-4a42-afba-9a834b882b10
{ "language": "BitBake" }
```bitbake DESCRIPTION = "GNOME bluetooth manager" LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = "gnome-doc-utils-native obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" PR = "r1" inherit gnome SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e" SRC_URI[archive.sha...
```bitbake DESCRIPTION = "GNOME bluetooth manager" LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = "gnome-doc-utils-native obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" PR = "r2" inherit gnome SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e" SRC_URI[archive.sha...
aeba343a-714a-4d2a-af88-6e708cfc9d5b
{ "language": "BitBake" }
```bitbake ``` Add a build of opencv samples from libv4l branch
```bitbake DESCRIPTION = "Opencv : The Open Computer Vision Library" HOMEPAGE = "http://sourceforge.net/projects/opencvlibrary" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPLv2" PR = "r3" DEPENDS = "opencv" SRCREV = "fb7cc87ed6a7425f3edc58e2d1eb44599496ac09" SRC_URI = "git://github.com/nzjrs/opencv.git;protoc...
aea146fa-8213-413f-9cfd-3620575f117d
{ "language": "BitBake" }
```bitbake ``` Add support for user-defined multimedia in rootfs
```bitbake DESCRIPTION = "MultiMedia files" LICENSE = "GPL" PR = "r5" # This package allows you to add multimedia contents to the file system # To add this, you define # MULTIMEDIA_FILES=<path><filename>.tar.bz2 in local.conf # and include "multimedia" in your image do_install() { install -d ${D}/usr/share/multimed...
0a0978d2-9566-4f30-981e-cb14792be070
{ "language": "BitBake" }
```bitbake ``` Add recipe for libusb package
```bitbake SUMMARY = "userspace USB programming library" DESCRIPTION = "\ Library for programming USB applications without the knowledge \ of Linux kernel internals." HOMEPAGE = "http://www.linux-usb.org/" inherit debian-package autotools pkgconfig PR = "r0" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING...
bf25262f-6142-4734-92e6-cc331bf4cfbf
{ "language": "BitBake" }
```bitbake LICENSE = "GPL" inherit gnome DEPENDS += "shared-mime-info intltool-native" RDEPENDS_${PN} = "shared-mime-info" PR = "r1" FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc" SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f...
```bitbake LICENSE = "GPLv2 GPLv2+" inherit gnome DEPENDS += "shared-mime-info intltool-native" RDEPENDS_${PN} = "shared-mime-info" PR = "r2" FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc" SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35d...
c8dd5a02-de33-4024-86cf-5591d0e69c21
{ "language": "BitBake" }
```bitbake ``` Add new recipe Create recipe to build libbsd from Debian's source code
```bitbake # base recipe: meta/recipes-support/libbsd/libbsd_0.7.0.bb # base branch: master # Copyright (C) 2013 Khem Raj <raj.khem@gmail.com> # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Library of utility functions from BSD systems" DESCRIPTION = "This library provides useful function...
9fd08ed9-b7f1-4e4d-adca-08c7d8107191
{ "language": "BitBake" }
```bitbake ``` Add new recipe Create recipe to build dcfldd from Debian's source code
```bitbake # base recipe: not base recipe # base branch: LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r0" inherit debian-package inherit autotools ```
e6040d54-df2c-4436-b563-0b91fb134ada
{ "language": "BitBake" }
```bitbake ``` Add recipe for git version
```bitbake SUMMARY = "Ply: A light-weight dynamic tracer for eBPF" HOMEPAGE = "https://github.com/iovisor/ply" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS += "bison-native" SRC_URI = "git://github.com/iovisor/ply" SRCREV = "aa5b9ac31307ec1acece818be334ef801c802a1...
ffda1f1c-acfd-43c3-aa97-f5b6972af287
{ "language": "BitBake" }
```bitbake ``` Add basic at91 image with Wi-Fi support
```bitbake #Angstrom bootstrap at91sam9 image IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" ANGSTROM_EXTRA_INSTALL += " \ alsa-utils-amixer \ alsa-utils-aplay \ dosfstools \ iperf \ madplay \ mplayer \ mtd-utils \ # nbench-byte \ owl-wifi \ thttpd \ usbview \ " DEPENDS = "task-base-extended \ ...
21827c79-2580-45b5-b65b-3314d7bc8fec
{ "language": "BitBake" }
```bitbake ``` Add recipes for jansson packages
```bitbake SUMMARY = "C library for encoding, decoding and manipulating JSON data" DESCRIPTION = " Jansson is a C library for encoding, decoding and manipulating JSON data.\n\ .\n\ It features:\n\ * Simple and intuitive API and data model\n\ * Comprehensive documentation\n\ * No dependencies on other libraries\...
73ffbf54-c000-4e8d-ac30-c51812e438b4
{ "language": "BitBake" }
```bitbake ``` Add recipe fo minicom package
```bitbake #base recipe: /meta/recipes-extended/minicom/minicom_2.7.bb # base branch: master # base commit: 7e4cc9892dc72bfd360855940e715f8d43186053 # SUMMARY = "Text-based modem control and terminal emulation program" DESCRIPTION = " Minicom is a text-based modem control and terminal emulation \ program for Unix-li...
d63dca1d-b63c-46bc-ba65-7724b2703138
{ "language": "BitBake" }
```bitbake ``` Add recipe for php-auth package
```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...
b2fac5dc-855b-48e8-bf1a-e19eff12ec6e
{ "language": "BitBake" }
```bitbake ``` Create recipe for config.txt file
```bitbake DESCRIPTION = "Commented config.txt file for the Raspberry Pi. \ The Raspberry Pi config.txt file is read by the GPU before \ the ARM core is initialised. It can be used to set various \ system configuration parameters." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://...
4be6f6eb-f16a-4976-a741-cb83868ddf50
{ "language": "BitBake" }
```bitbake ``` Add recipe for libsepol package
```bitbake SUMMARY = "SELinux library for manipulating binary security policies" inherit debian-package PR = "r0" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" do_compile(){ oe_runmake } do_install(){ oe_runmake install DESTDIR=${D} } PACKAGES =+ "sepol-utils" ...
4d912ee2-8f73-4622-847b-953ad30c3f29
{ "language": "BitBake" }
```bitbake ``` Add recipe for libvdpau package
```bitbake SUMMARY = "Video Decode and Presentation API for Unix" DESCRIPTION = "\ VDPAU (Video Decode and Presentation API for Unix) is an open source \ library (libvdpau) and API designed by NVIDIA originally for its GeForce \ 8 series and later GPU hardware, targeted at the X Window System on Unix \ operating-system...
732c7082-00ed-4bed-94b8-e6c13e1c40ae
{ "language": "BitBake" }
```bitbake ``` Move from meta-arago to meta-ti
```bitbake DESCRIPTION = "TI Resource Manager Low Level Driver" LICENSE = "TI BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc" BRANCH="master" SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}" # Below c...
bf1679d2-448c-445b-88be-4093cb53e225
{ "language": "BitBake" }
```bitbake ``` Create recipe to demonstrate qt5 example.
```bitbake SUMMARY = "QUItIndicators components with few usage examples" HOMEPAGE = "http://quitcoding.com/?page=work#cinex" LICENSE = "CC-BY-3.0" LIC_FILES_CHKSUM = "file://README;beginline=38;endline=45;md5=9a4a88358260db32391eda6ebe7562e5" DEPENDS = "qtdeclarative qtgraphicaleffects" SRC_URI = "http://quitcoding.c...
d3d476cc-e37a-45af-9def-a4e81f2e89ff
{ "language": "BitBake" }
```bitbake ``` Add recipe for janus python library
```bitbake SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" AUTHOR = "Andrew Svetlov" HOMEPAGE = "https://github.com/aio-libs/janus/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349" inherit pypi setuptools3 RDEPENDS_${PN} += "...
132526a8-8bbf-488f-93f7-de3d03cd4235
{ "language": "BitBake" }
```bitbake ``` Add a task for the core libraries of QtopiaCore/QtE
```bitbake HOMEPAGE = "http://www.trolltech.com" LICENSE = "MIT" inherit task DESCRIPTION_task-qtopia-core-console = "QtopiaCore Core libraries for XML, SQL, Network, Containers and others." RDEPENDS_task-qtopia-core-console = "\ libqtopiacorecore4 \ libqtopiacorenetwork4 \ libqtopiacorexml4 \ libqtop...
e45737a6-477b-45a0-a895-7c5355b397a0
{ "language": "BitBake" }
```bitbake ``` Add the linux-adi kernel from the Parallella repo
```bitbake DECRIPTION = "ADI Kernel" SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" # This version extension should match CONFIG_LOCALVERSION in defconfig LINUX_VERSION_EXTENSION ?= "-adi" PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" # ...
ae57fcd6-a27b-4723-83a8-57e33d9b0195
{ "language": "BitBake" }
```bitbake ``` Add recipe for rng-tools package
```bitbake # # base recipe: https://github.com/joelagnel/meta-openembedded/blob/master/\ # meta-oe/recipes-support/rng-tools/rng-tools_2.bb # base branch: master # base commit: 7fd47b69000367319886af45151581c0ecd88310 # SUMMARY = "Random number generator daemon" DESCRIPTION = " rngd is a daemon that runs condit...
f7ea7bf1-3479-4dfe-bfea-6c72abc9fcce
{ "language": "BitBake" }
```bitbake ``` Make sure that we are using correct version of u-boot-mkimage.
```bitbake SUMMARY = "U-Boot bootloader image creation tool" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" SECTION = "bootloader" DEPENDS = "openssl" # This revision corresponds to the tag "v2015.10" # We use the revision in order to avoid having to fetch it from ...
db8e6e93-e68c-42aa-8203-ac0598cbbffa
{ "language": "BitBake" }
```bitbake ``` Package for LSB init-functions script
```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 () {...
13013e06-02fd-4aa2-8276-9a9dcc9d6522
{ "language": "BitBake" }
```bitbake ``` Add new version for testing (this is the version that OpenWrt currently uses, exiting versions no longer build due to kernel network api changes)
```bitbake # Bitbake recipe for the madwifi-ng driver DEFAULT_PREFERENCE = "-1" # Disable stripping of kernel modules, since this action strips too # much out, and the resulting module won't load. INHIBIT_PACKAGE_STRIP = "1" require madwifi-ng_r.inc # PR set after the include, to override what's set in the included...
36a60dcf-f80a-469b-bb40-48cf17766868
{ "language": "BitBake" }
```bitbake DESCRIPTION = "GPS navigation/map display software" LICENSE = "GPL" DEPENDS = "sqlite3 gtk+ gnome-vfs-dbus dbus bluez-libs" PV = "1.2.4+svn${SRCDATE}" #only works with SRCDATE_maemo-mapper-nohildon = "20061114" SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \ http://h...
```bitbake DESCRIPTION = "GPS navigation/map display software" LICENSE = "GPL" DEPENDS = "sqlite3 gtk+ gnome-vfs-dbus dbus bluez-libs" RDEPENDS = "bluez-utils" PV = "1.2.4+svn${SRCDATE}" PR = "r1" # Only works with SRCDATE_maemo-mapper-nohildon = "20061114" SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=http...
0087d316-7fe0-4d7b-b9f4-c1bfa98f8873
{ "language": "BitBake" }
```bitbake ``` Add new package rules for rkflashtool
```bitbake # Copyright (C) 2014 Romain Perier <romain.perier@gmail.com> # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Tools for flashing Rockchip devices" LICENSE = "AS IS" LIC_FILES_CHKSUM = "file://rkcrc.c;beginline=1;endline=25;md5=5c55527c991502a9b86b768674cdcff5" DEPENDS += "lib...
d095b055-3993-4816-9fca-b6dcc8d9da7c
{ "language": "BitBake" }
```bitbake ``` Add new recipe Create recipe to build debianutils from Debian's source code
```bitbake # base recipe: meta/recipes-support/debianutils/debianutils_4.5.1.bb # base branch: master SUMMARY = "Miscellaneous utilities specific to Debian" SECTION = "base" LICENSE = "GPLv2+ & SMAIL_GPL" LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f" PR = "r0" inherit debian-packag...
07ed2175-a004-4e1f-9844-9d3c37d494bf
{ "language": "BitBake" }
```bitbake ``` Add recipes for libmatheval packages
```bitbake SUMMARY = "GNU library for evaluating symbolic mathematical expressions" DESCRIPTION = "GNU libmatheval is a library comprising of several procedures that make \ it possible to create an in-memory tree representation of mathematical \ functions over single or multiple variables and later use this \ repre...
a13df0e3-7445-499a-b733-b3462db19074
{ "language": "BitBake" }
```bitbake ``` Add recipe for compiling clk_wiz driver
```bitbake inherit features_check REQUIRED_DISTRO_FEATURES = "clk-wiz" inherit esw python3native DEPENDS += "xilstandalone" ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/clk_wiz/src/" ESW_COMPONENT_NAME = "libclk_wiz.a" addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot do_pre...
4ac014c5-1108-49c4-b19e-6aba64a1507f
{ "language": "BitBake" }
```bitbake ``` Add recipe for the remmina remote desktop client
```bitbake DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+" HOMEPAGE = "https://remmina.org" SECTION = "Support" LICENSE = "GPLv2 & openssl" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" DEPENDS += "openssl f...
c20c5a4a-3952-4a7c-a0e0-5756449aacb5
{ "language": "BitBake" }
```bitbake DESCRIPTION = "ZRally is a top view race game which offers the player mulitple \ tracks and multiple skill levels." SECTION = "opie/games" PRIORITY = "optional" LICENSE = "GPL" AUTHOR = "Kevin Greenhaw <kevin_greenhaw@email.com>" HOMEPAGE = "http://zrally.sourceforge.net/zrally.html" APPNAME = "zrally" APPTY...
```bitbake DESCRIPTION = "ZRally is a top view race game which offers the player mulitple \ tracks and multiple skill levels." SECTION = "opie/games" PRIORITY = "optional" LICENSE = "GPL" AUTHOR = "Kevin Greenhaw <kevin_greenhaw@email.com>" HOMEPAGE = "http://zrally.sourceforge.net/zrally.html" APPNAME = "zrally" APPTY...
d8c0fac4-bbf8-4c2b-ae80-4c76b890e952
{ "language": "BitBake" }
```bitbake ``` Add octomap map server recipe
```bitbake DESCRIPTION = "The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++." SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;md5=dfb148c57f55603b266f9fd073e6d1b6" SRC_URI = "git://github.com/OctoMap/octomap_mapping.git...
31fc70aa-ec4b-4f76-a276-df7dd67b195a
{ "language": "BitBake" }
```bitbake ``` Add recipes for lksctp-tools package
```bitbake SUMMARY = "ser-space access to Linux Kernel SCTP" DESCRIPTION = "SCTP (Stream Control Transmission Protocol) is a message oriented, \ reliable transport protocol, with congestion control, support for \ transparent multi-homing, and multiple ordered streams of messages. \ RFC2960 defines the core protocol." H...
d1f3ac9a-147c-4164-8838-14bded7e943a
{ "language": "BitBake" }
```bitbake ``` Add current version of json-c library
```bitbake DESCRIPTION = "JSON-C - A JSON implementation in C" HOMEPAGE = "https://github.com/json-c/json-c/wiki" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRCREV = "d4e81f9ec8273914739808737fa0a27a3f0589fb" SRC_URI = "git://github.com/json-c/json-c.git...
c5fa8d29-d0da-406c-8a9c-c063debe10f1
{ "language": "BitBake" }
```bitbake ``` Add recipe for mklibs package
```bitbake SUMMARY = "Shared library reduction script" DESCRIPTION = "\ mklibs produces cut-down shared libraries that contain only the \ routines required by a particular set of executables. This is \ useful when building closed systems where disk space is at a premium, \ such as the Debian installer. \ " PR = "...
0c5a51b3-153f-485c-8293-1b478763c504
{ "language": "BitBake" }
```bitbake ``` Add recipe for TI trace framework library
```bitbake DESCRIPTION = "TI Trace Framework library" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/instrumentation/traceframework/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" BRANCH="master" SRC_URI = "git://git.ti.com/keystone-rtos/traceframework.git;destsuffix=git/ti/instrumentation/tra...
6fc58421-a40f-4a9d-b7d3-b0a7d0f5e749
{ "language": "BitBake" }
```bitbake ``` Add new recipe for multiproc transport library and test code
```bitbake DESCRIPTION = "Multiproc transport layer for KeyStone devices: Provide basic transport layer for moving data between different processing nodes" HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/mpm-transport.git" LICENSE = "BSD-3-Clause & MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c17cd1dc60d...
741733f2-f01c-45d5-8e17-551560feba33
{ "language": "BitBake" }
```bitbake ``` Add bitbake recipe to build consul-migrate
```bitbake SUMMARY = "Provides data migration for Consul server nodes" HOMEPAGE = "https://github.com/hashicorp/consul-migrate" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378" DEPENDS += "raft raft-boltdb raft-mdb" PKG_NAME = "github.com/hashicorp/consul-migrate" SRC_URI =...
cc43bee3-07fc-4fde-ac9b-055f11eb5a00
{ "language": "BitBake" }
```bitbake DESCRIPTION = "Entice is the E17 picture viewer" # can also depend on GIMP for editing DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" PR = "r0" inherit e RDEPENDS += "libesmart-container-plugins libesmart-thumb0 libesmart-trans-x11-0 libesmart-file-dialog0" SRC_URI = "${E_CVS};...
```bitbake DESCRIPTION = "Entice is the E17 picture viewer" # can also depend on GIMP for editing DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" PR = "r0" inherit e RDEPENDS += "libesmart-container-plugins libesmart-thumb libesmart-trans-x11-0 libesmart-file-dialog" SRC_URI = "${E_CVS};mo...
ae673b3f-e507-42f5-90bf-0267edfd921b
{ "language": "BitBake" }
```bitbake ``` Add initial recipe for cppkafka wrapper
```bitbake SUMMARY = "high level C++ wrapper for rdkafka" DESCRIPTION = "cppkafka allows C++ applications to consume and produce messages using the Apache Kafka protocol." HOMEPAGE = "https://github.com/mfontanini/cppkafka" SECTION = "lib" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = " \ file://LICENSE;md5=d8b4ca15d239...
f5352187-d096-41f3-a75e-aad514669e84
{ "language": "BitBake" }
```bitbake ``` Add recipe for libmongo-client package
```bitbake SUMMARY = "alternative C driver for MongoDB," DESCRIPTION = "\ libmongo-client is meant to be a stable (API, ABI and quality alike), \ clean, well documented and well tested shared library, that strives to\ make the most common use cases as convenient as possible" HOMEPAGE = "https://github.com/algernon/l...
6cb6fae0-0d8a-4e19-af78-6deead7eff6e
{ "language": "BitBake" }
```bitbake ``` Add recipe for libnih package
```bitbake SUMMARY = "NIH Utility Library" DESCIPTION = "libnih is a light-weight \"standard library\" of C functions to ease the \ development of other libraries and applications, especially those \ normally found in /lib. This package contains the shared library." HOMEPAGE = "https://launchpad.net/libnih" LICENSE =...
6a99f9c2-8d7a-4136-8644-3f7464ee483c
{ "language": "BitBake" }
```bitbake ``` Add recipe for TI Image processing demo for keystone 2
```bitbake DESCRIPTION = "TI Image Processing Demo for KeyStone 2" HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-demos/image-proc.git" LICENSE = "BSD & MIT" LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=29;md5=ada2acff673fad7c53cbfd2598525f2a" SECTION = "console" COMPATIBLE_MACHINE = "keystone" DEPEND...
055827e8-6672-4d43-81ac-4a9e9859b2da
{ "language": "BitBake" }
```bitbake ``` Add recipe for linux-netbookpro version 3.1.1
```bitbake SECTION = "kernel" DESCRIPTION = "Linux kernel for Psion Teklogix NetBook Pro" LICENSE = "GPLv2" PR = "r1" DEPENDS="boost-img-native boost-bootcode" SRC_URI = "git://github.com/tworaz/linux.git;protocol=git;branch=v3.1.1-nbpro0" SRCREV="edbc7eca3e93aa2c66acf54f2f6c219faffd2a33" ARCH = "arm" COMPATIBLE_HOS...
bfb78e90-1a17-4e70-bce9-da174a330c78
{ "language": "BitBake" }
```bitbake ``` Create new recipe using new sourceipk.bbclass feature
```bitbake DESCRIPTION = "Git repositories containing sample board port code" HOMEPAGE = "https://gitorious.org/sitara-board-port" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" inherit allarch CREATE_SRCIPK = "1" SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara...
8674d9de-1449-466d-9c51-93f94366392a
{ "language": "BitBake" }
```bitbake ``` Add recipe for ebtables package
```bitbake SUMMARY = "Ethernet bridge frame table administration" DESCRIPTION = "Ebtables is used to set up, maintain, and inspect the tables of \ Ethernet frame rules in the Linux kernel. It is analogous to iptables, \ but operates at the MAC layer rather than the IP layer." HOMEPAGE = "http://ebtables.sourceforge.n...
0ad81568-a2e2-492e-a512-653600c17b6c
{ "language": "BitBake" }
```bitbake ``` Add recipe for libcgroup package
```bitbake # # Base recipe: recipes-core/libcgroup/libcgroup_0.41.bb # Base branch: jethro # SUMMARY = "Linux control group abstraction library" DESCRIPTION = "libcgroup is a library that abstracts the control group file system \ in Linux. Control groups allow you to limit, account and isolate resource usage \ (CPU, m...
3c113516-c74b-4a47-b775-ff85e86f5d76
{ "language": "BitBake" }
```bitbake ``` Add sensor repository for mraa
```bitbake SUMMARY = "Sensor/Actuator repository for Mraa" SECTION = "libs" AUTHOR = "Brendan Le Foll, Tom Ingleby, Yevgeniy Kiveisha" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=66493d54e65bfc12c7983ff2e884f37f" DEPENDS = "libjpeg-turbo mraa" SRC_URI = "git://github.com/intel-iot-devkit/upm.git;protocol=...
03b2e362-a0ea-4108-a06b-c1ffd3939b7c
{ "language": "BitBake" }
```bitbake ``` Add recipe for libdatetime-timezone-perl package
```bitbake SUMMARY = "framework exposing the Olson time zone database to Perl" DESCRIPTION = "\ DateTime::TimeZone is a Perl module framework providing an interface to the \ Olson time zone database. It exposes the database as a set of modules, one \ for each time zone defined, allowing for various optimizations in doi...
4dd05587-19eb-43e0-8104-f02223712692
{ "language": "BitBake" }
```bitbake ``` Add TI VPE GStreamer plugins
```bitbake DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" require gst-plugins-ti.inc PR = "${INC_PR}.0" SRCREV = "5107007ca1be8ed66f6a9ec3ffbb70ec7eb0b120" SRC_URI = "git...
234fb010-f487-48ac-b2fd-4da1a6ddec02
{ "language": "BitBake" }
```bitbake ``` Add repositories for Imagination specific demo on DRM
```bitbake DESCRIPTION = "Imagination PowerVR SDK" HOMEPAGE = "http://community.imgtec.com/developers/powervr/installers" LICENSE = "TI-TSPA" LIC_FILES_CHKSUM = "file://LegalNotice.txt;md5=d9c0ca03b9845110090435a33eec4a33" SRC_URI = "git://git.ti.com/glsdk/img-pvr-sdk.git;protocol=git" SRCREV = "edbd108d1582560429192d...
3ad456ec-24a4-4ee8-a080-18e1b8eac7df
{ "language": "BitBake" }
```bitbake ``` Add new release of gpe-login.
```bitbake LICENSE = "GPL" inherit gpe DESCRIPTION = "GPE user login screen" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" RDEPENDS = "xkbd" RPROVIDES = "gpe-session-starter" PR = "r0" ```
c9da6daa-4e7f-4ac7-adf2-10b94e2aee2f
{ "language": "BitBake" }
```bitbake PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" SRC_URI ...
```bitbake PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" SRC_URI ...
5d96b601-d647-4f43-9940-f4845793e91a
{ "language": "BitBake" }
```bitbake # libaio-oracle .bb build file # Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see /COPYING) DESCRIPTION="This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel." HOMEPAGE="http://oss.oracle.com/projects...
```bitbake # libaio-oracle .bb build file # Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see /COPYING) DESCRIPTION="This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel." HOMEPAGE="http://oss.oracle.com/projects...
68907426-cad7-403a-8902-9448dc7d5836
{ "language": "BitBake" }
```bitbake ``` Add recipes for rinse packages
```bitbake SUMMARY = "RPM installation environment" DESCRIPTION = "\ This is a tool for bootstrapping a basic RPM-based distribution of \ GNU/Linux. It is comparable in purpose to the standard Debian \ debootstrap utility, but works upon RPM-based distributions instead. \ Rinse can setup 32 and 64-bit installations...
04d98d25-bf3f-4a06-967e-a3a4e599d868
{ "language": "BitBake" }
```bitbake ``` Add recipes for csh package
```bitbake SUMMARY = "Shell with C-like syntax" DESCRIPTION = "The C shell was originally written at UCB to overcome limitations in the \ Bourne shell. Its flexibility and comfort (at that time) quickly made it \ the shell of choice until more advanced shells like ksh, bash, zsh or \ tcsh appeared. Most of the latter...
befcfe3e-3468-4b54-8558-168867f4af86
{ "language": "BitBake" }
```bitbake ``` Add a recipe for tsd
```bitbake SRC_URI="https://github.com/DefinitelyTyped/${PN}/archive/${PV}.tar.gz;downloadfilename=${PN}-${PV}.tar.gz" LICENSE="Apache-2.0" LIC_FILES_CHKSUM="file://LICENSE.txt;md5=585c0b2e399c33bf30e5021bbd5abaa6" SRC_URI[md5sum]="7827e85f7220543b29eaa45ad139135a" SRC_URI[sha256sum]="d8c951e8be81b951c13390bc8cb90b9e4...
c1fcdb36-21d0-469a-b885-25c3be900cc1
{ "language": "BitBake" }
```bitbake ``` Add initial recipe for msp430 chronos watch support
```bitbake DESCRIPTION = "eZ430 Chronos Tools - MSP430 Development Kit/Watch" HOMEPAGE = "http://processors.wiki.ti.com/index.php/EZ430-Chronos" SECTION = "multimedia" PV = "1_05_00_00" SRC_URI = "http://focus.ti.com/lit/sw/slac388/slac388.zip;name=slac388zip" SRC_URI[slac388zip.md5sum] = "22d4104a07af584222828fb377...
3e983bb8-c3ed-4453-b789-d1a4ed66a779
{ "language": "BitBake" }
```bitbake DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" SECTION = "opie/games" LICENSE = "GPL" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" FILES_${PN} += "${dat...
```bitbake DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" SECTION = "games" LICENSE = "GPL" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" FILES_${PN} += "${datadir}...
fca2375e-cfed-4ede-bedb-40f52858a05a
{ "language": "BitBake" }
```bitbake ``` Add recipe for ti customised softhsm package
```bitbake DESCRIPTION = "TI softhsmv2 package" LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib" LIC_FILES_CHKSUM = "file://LICENSE;md5=55144a048ba54f211a1aaa38c7fd2424" SECTION = "libs" mntdir = "/mnt" inherit autotools pkgconfig DEPENDS = "openssl libdaemon" COMPATIBLE_MACHINE = "(tci66...
af711f0d-2f27-4f07-9536-e2ef79e1243f
{ "language": "BitBake" }
```bitbake ``` Add recipe for ganglia-web package
```bitbake SUMMARY = "cluster monitoring toolkit" DESCRIPTION = "Ganglia is a scalable, real-time cluster monitoring environment \ that collects cluster statistics in an open and well-defined XML format." HOMEPAGE = "http://ganglia.info/" PR = "r0" inherit debian-package LICENSE = "BSD" LIC_FILES_CHKSUM = "file://CO...
23051b47-c354-4b05-8da9-808a049fb981
{ "language": "BitBake" }
```bitbake ``` Add recipe for integrating hdmi drivers
```bitbake SUMMARY = "Xilinx HDMI Linux Kernel module" SECTION = "kernel/modules" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" XILINX_HDMI_VERSION = "1.0.0" PV = "${XILINX_HDMI_VERSION}" S = "${WORKDIR}/git" BRANCH ?= "master" REPO ?= "git://gitenterprise.xilinx.com/i...
fbf9adbb-b3fa-4d3e-9600-679e44e4ba8d
{ "language": "BitBake" }
```bitbake ``` Add recipe for libevdev package
```bitbake SUMMARY = "Wrapper library for evdev devices" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" SECTION = "libs" LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bba...
5117fcea-dcb1-4ba3-961c-72fd41492f4b
{ "language": "BitBake" }
```bitbake ``` Add the openjpeg recipe necessary for building efl
```bitbake DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" HOMEPAGE = "http://www.openjpeg.org" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz" SRC_URI[md5sum...
739ed006-f9ea-41c2-833b-1cf52a5302ab
{ "language": "BitBake" }
```bitbake ``` Add srctree based recipe to aid development.
```bitbake include recipes/gnuradio/gnuradio.inc inherit srctree autotools gitver PV = "${GITVER}" # Set S (the path to the source directory) via local.conf using the line: # S_pn-gnuradio-srctree = "/home/username/src/git/gnuradio" do_copy_to_target() { scp -rp ${D}/* root@192.168.1.171:/ } addtask copy_to_ta...
957c89ae-43e6-4830-b739-6c9b26ee5e4a
{ "language": "BitBake" }
```bitbake ``` Add triggerhappy hotkey daemon recipe
```bitbake SUMMARY = "A lightweight hotkey daemon" HOMEPAGE = "https://github.com/wertarbyte/triggerhappy" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "https://github.com/wertarbyte/triggerhappy/archive/debian/0.5.0-1.tar.gz" SRC_URI[md5sum] = "77f90a18c775e47...
67ae7dd6-424a-481e-8d3a-8cc2b182f42d
{ "language": "BitBake" }
```bitbake DESCRIPTION = "GNU Transport Layer Security Library" DEPENDS = "zlib libgcrypt" PR = "r2" LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.gz \ file://gnutls-openssl.patch;patch=1" inherit autotools PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" FILES_${PN}-openssl = "${li...
```bitbake DESCRIPTION = "GNU Transport Layer Security Library" DEPENDS = "zlib libgcrypt" PR = "r3" LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.gz \ file://gnutls-openssl.patch;patch=1" inherit autotools PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" FILES_${PN}-openssl = "${li...