doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
75cdb8e4-74c2-4826-89e4-fdf66bbc15f0 | {
"language": "BitBake"
} | ```bitbake
```
Add rtos recipe for serdes-diag | ```bitbake
SUMMARY = "TI RTOS library for SERDES diagnostics"
inherit ti-pdk
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://serdes_diag.h;beginline=1;endline=42;;md5=68e7ce6fdc0e9328fa7d0ec41c54420c"
COMPATIBLE_MACHINE = "keystone|c66x"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SERDES_DIAG_GIT_URI = "git://git.ti.com/k... |
15ba5cf2-85cd-4c65-8c1f-1018794ebb35 | {
"language": "BitBake"
} | ```bitbake
```
Add ams application user recipe | ```bitbake
SUMMARY = "Add ams application user"
DESCRIPTION = "This recipe adds the ams user"
SECTION = "roche"
PR = "r3"
LICENSE = "CLOSED"
SRC_URI = ""
S = "${WORKDIR}"
EXCLUDE_FROM_WORLD = "1"
inherit useradd
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = " \
--system \
--no-create-home \
--shell ... |
03dc6043-1333-4eff-9bdc-93dae4c6f6ba | {
"language": "BitBake"
} | ```bitbake
```
Add bitbake recipe for daconi skin jules black hd | ```bitbake
DESCRIPTION = "Skin Jules Black HD. Daconi"
MAINTAINER = "SIFTeam"
inherit gitpkgv
PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r0"
SRCREV = ${AUTOREV}
PV_font-daconi-digital-watch = "${PV}"
PR_font-daconi-digital-watch = "r0"
PKGV_font-daconi-digital-watch = "${PKGV}"
DESCRIPTION_font-daconi-d... |
70e91ed8-500e-4349-a0d6-7a7e1aa8c9df | {
"language": "BitBake"
} | ```bitbake
```
Create recipe to demonstrate qt5 example. | ```bitbake
SUMMARY = "QT5 LedScreen"
DESCRIPTION = "This is LedScreen Qt5 QML component"
HOMEPAGE = "http://quitcoding.com/?page=work#cinex"
LICENSE = "CC-BY-3.0"
LIC_FILES_CHKSUM = "file://README.txt;md5=fe07f4a0be40fe88f8c7ceaca63a28b5"
DEPENDS = "qtdeclarative qtgraphicaleffects"
SRC_URI = "http://quitcoding.com/d... |
65739e1c-6c19-4891-91a3-191f0b9bb845 | {
"language": "BitBake"
} | ```bitbake
```
Add libdce version 2.0 support from glsdk | ```bitbake
DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
inherit autotools pkgconfig
PR = "r0+gitr${SRCPV}"
PV = "2.0"
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://g... |
f35e94c4-db58-4d37-8f6a-795f584ef35c | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libhx package | ```bitbake
SUMMARY = "C library providing queue, tree, I/O and utility functions"
DESCIPTION = "a C library (with some C++ bindings available) that provides data \
structures and functions commonly needed, such as maps, deques, linked lists, \
string formatting and autoresizing, option and config file parsing, type \
c... |
ba9ee961-6dc7-4563-904a-c48836d558ff | {
"language": "BitBake"
} | ```bitbake
```
Add a bluetooth capable image | ```bitbake
SUMMARY = "A bluetooth development image"
HOMEPAGE = "http://www.jumpnowtek.com"
require console-image.bb
BT_SUPPORT = " \
bluez5 \
bluez5-dev \
"
IMAGE_INSTALL += " \
${BT_SUPPORT} \
"
export IMAGE_BASENAME = "bluetooth-image"
``` |
d9220acd-5a6f-4a03-9a95-d351032f4a56 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libdbi-drivers package | ```bitbake
SUMMARY = "Database driver for libdbi"
HOMEPAGE = "http://libdbi.sourceforge.net/"
PR = "r0"
inherit debian-package
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
inherit autotools-brokensep
DEPENDS += "libdbi mysql sqlite3 postgresql sqlite"
EXTRA_OECONF +... |
bf3db61f-ddb0-47d0-ae97-9df919472b61 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for time package | ```bitbake
#
# base recipe: ./meta/recipes-extended/time/time_1.7.bb
# base branch: master
# base commit: 81a9c1313deb6904728edb53288a623809321038
#
SUMMARY = "Tool that measures CPU resources"
DESCRIPTION = " time measures many of the CPU resources, such as time and \
memory, that other programs use."
HOMEPAGE = "h... |
5001c168-1dfc-4349-be1f-123b284e71b7 | {
"language": "BitBake"
} | ```bitbake
```
Change YUV file to NV12 format for ducati encoding. | ```bitbake
DESCRIPTION = "AMSDK multimedia support files"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_multimedia/"
LICENSE = "CC-BY-NC-ND-3.0 & CC-BY-3.0"
SECTION = "multimedia"
LIC_FILES_CHKSUM = "file://Multimedia_Data_Files_Manifest.doc;md5=9254447a504d2179d83a6bc9e2c28142"
PR = "r0"
COMPATIBLE_MACHINE = "(omap... |
26d2e467-6568-4016-b5d3-d1f83b22b585 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libdaemon package | ```bitbake
SUMMARY = "lightweight C library for daemons"
DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons.\n\
It consists of the following parts:\n\
.\n\
* Wrapper around fork() for correct daemonization of a process\n\
* Wrapper around syslog() for simple log output to ... |
58165569-9a04-4152-a2d9-980eb3d57c23 | {
"language": "BitBake"
} | ```bitbake
```
Add a recipe to build l-loader for poplar. | ```bitbake
SUMMARY = "Loader to switch from aarch32 to aarch64 and boot"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=e8c1458438ead3c34974bc0be3a03ed6"
COMPATIBLE_MACHINE = "poplar"
DEPENDS += " atf-poplar coreutils-native util-linux-native"
inherit deploy pythonnative
SRCREV = "c9bccc57ddef1baa8f7adb86... |
d192b7cc-401f-4f4c-a865-de68272b6294 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libcrypt-openssl-random-perl package | ```bitbake
#
# base recipe: http://cgit.openembedded.org/meta-openembedded/tree/meta-perl/\
# recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb
# base branch: master
#
SUMMARY = "module to access the OpenSSL pseudo-random number generator"
HOMEPAGE = " http://perl-openssl.sourceforge.net/"
PR = "r0"
inherit... |
b0eff260-747b-48be-b764-6a8704734e83 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for GTK+ Rezlooks engine. | ```bitbake
DESCRIPTION="Rezlooks GTK+ Engine"
HOMEPAGE="http://www.gnome-look.org/content/show.php?content=39179"
SECTION = "x11/themes"
PR = "r0"
DEPENDS = "gtk+"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI="http://www.gnome-look.org/CONTENT/content-files/3917... |
cb7da111-2414-44d9-8d27-0ffed1356829 | {
"language": "BitBake"
} | ```bitbake
```
Add PM Jupyter notebook demo recipe | ```bitbake
DESCRIPTION = "Jupyter notebook examples for Power Management (PM) in Versal devices"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=268f2517fdae6d70f4ea4c55c4090aa8"
SRC_URI = "file://LICENSE \
file://README \
file://pm-cpufreq.ipynb \
file://pm-hotplug.ipy... |
e39ac8e2-23a7-4421-b414-200ed988b21d | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libpam-mount package | ```bitbake
SUMMARY = "PAM module that can mount volumes for a user session"
DESCIPTION = "This module is aimed at environments with central file servers \
that a user wishes to mount on login and unmount on logout, such as (semi-) \
diskless stations where many users can logon. The module also supports \
mounting local... |
015f3894-9aaa-44fa-9d7e-b46ab82956e2 | {
"language": "BitBake"
} | ```bitbake
```
Add OP TEE client recipes | ```bitbake
SUMMARY = "OPTEE Client"
DESCRIPTION = "OPTEE Client"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
PR="r0"
PV="1.0+git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
#inherit autotools pkgconfig
SRC_URI = "git://github.com/OP-TEE/optee_client.git"
S = "${WORKDIR}/git"
... |
61973f0a-e2fe-468e-aa64-9feece25e7bb | {
"language": "BitBake"
} | ```bitbake
```
Add packageroup for qatests Use this packagroup to add some apps in image | ```bitbake
SUMMARY = "QA Tests"
LICENSE = "MIT"
inherit packagegroup
RDEPENDS_${PN} = " \
example-app-c \
example-app-node \
bad-groups-app \
"
``` |
127f5dbe-2db9-49f5-9ad9-6453ff997cb9 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for AES decryptor CDM | ```bitbake
SUMMARY = "OPTEE AES Decryptor for Linaro OpenCDM"
DESCRIPTION = "OPTEE AES Decryptor for Linaro OpenCDM"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=f0fb2f357d31d6a98213b19f57abf927"
PR="r0"
PV="1.0+git"
DEPENDS = "optee-os optee-client"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "git://... |
59289af1-184f-42ea-95d5-695a2ebb76bd | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "U-boot bootloader mkimage tool"
LICENSE = "GPL"
SECTION = "bootloader"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://fix-arm920t-eabi.patch;patch=1"
S = "${WORKDIR}/u-boot-${PV}"
inherit native
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
do_compile (... | ```bitbake
DESCRIPTION = "U-boot bootloader mkimage tool"
LICENSE = "GPL"
SECTION = "bootloader"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://fix-arm920t-eabi.patch;patch=1"
S = "${WORKDIR}/u-boot-${PV}"
inherit native
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
do_compile (... |
daa5541a-8874-4ba9-a263-a98974e37d57 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for CDL concept demo | ```bitbake
# Copyright (C) 2017 GENIVI Alliance
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "CDL Concept Demo"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
SRC_URI = "git://github.com/GENIVI/car-data-logger.git;branch=proof-of-concept;prot... |
af733279-ddbf-45bf-8422-8993de4d0452 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for python-aniso8601 packages | ```bitbake
SUMMARY = "python3 library for parsing dates and time"
DESCRIPTION = "Library for parsing the following: \
- Parse a time, get a datetime.time \
- Parse a date, get a datetime.date \
- Parse a datetime, get a datetime.datetime \
- Parse a duration, get a datetime.timedelta \
- Parse an interval, ge... |
f95e1f15-b33f-4676-8e01-affff6c6b9c2 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for mm package | ```bitbake
SUMMARY = " Shared memory library"
DESCRIPTION = "\
OSSP mm is a two layer abstraction library which simplifies the use of \
shared memory between forked (and therefore closely related) processes.\
It hides all platform-dependent aspects of the process from the user \
and provides a malloc(3)-style API."... |
90ee3608-85dd-429e-9d4e-9d4f1c128a34 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for Google RE2 library | ```bitbake
DESCRIPTION = "A regular expression library"
HOMEPAGE = "https://github.com/google/re2/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25"
SRC_URI = "git://github.com/google/re2.git;branch=master"
S = "${WO... |
3c715aff-deba-4009-bf17-e3b18324a574 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe to build uio pruss test firmware | ```bitbake
DESCRIPTION = "Provides test pruss firmware for uio based tests"
LICENSE = "BSD-3-Clause"
PV = "1.0.0.0"
require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/git"
DEPENDS = "ti-cgt-pru-native"
BRANCH = "master"
SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}"... |
55ea512a-408e-422c-baa1-d07159390911 | {
"language": "BitBake"
} | ```bitbake
```
Add mmwave, serial-ros and octomap to ros-ti group | ```bitbake
DESCRIPTION = "ros-ti package group"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
mmwave-ros-pkg-master \
serial-ros \
octomap-server \
"
``` |
7480b9a7-668f-452b-82df-ecd56ff5ee59 | {
"language": "BitBake"
} | ```bitbake
```
Add new recipe for lksctp tools: library and utilities | ```bitbake
DESCRIPTION = "The Linux Kernel Stream Control Transmission Protocol (lksctp) project"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/lksctp/lksctp-tools-${PV}.tar.gz"
SRC_URI[md5... |
206254b5-3a8c-43e2-849f-3eee07f0adf0 | {
"language": "BitBake"
} | ```bitbake
```
Add new recipe Create recipe to build libtext-charwidth-perl from Debian's source code | ```bitbake
# base recipe: not base recipe
# base branch:
PR = "r0"
inherit debian-package
LICENSE = "GPLv1+ & Artistic-1.0"
LIC_FILES_CHKSUM = "file://README;beginline=50;md5=e3cf8a40071097069c8423fef7600df2"
DEPENDS = "perl"
inherit cpan
``` |
f1559365-7f26-4d80-a80c-b81eebc1208d | {
"language": "BitBake"
} | ```bitbake
```
Add a recipe for lldb | ```bitbake
DESCRIPTION = "Next generation, high-performance debugger"
HOMEPAGE = "http://lldb.llvm.org/"
LICENSE = "NCSA"
SECTION = "devel"
DEPENDS = "clang-native zlib libxml2"
require ../../../meta-clang/recipes-devtools/clang/clang.inc
PV .= "+git${SRCPV}"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=${LLVMMD5SUM... |
22df4de7-0c94-4d28-b02c-76d31f917d8f | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for rdist package | ```bitbake
SUMMARY = "remote file distribution client and server"
DESCRIPTION = "Rdist is a program to maintain identical copies of files \
over multiple hosts. It preserves the owner, group, mode, and mtime of files \
if possible and can update programs that are executing"
HOMEPAGE = "http://www.magnicomp.com/rdist/"
... |
31dd61c6-ca60-4476-ab81-51a5640f4dc3 | {
"language": "BitBake"
} | ```bitbake
```
Add image recipe for testing | ```bitbake
DESCRIPTION = "Enlightenment image"
inherit core-image
IMAGE_FEATURES += "splash package-management x11-base"
#Enlightenment
IMAGE_INSTALL += " enlightenment enlightenment-config-mobile \
enlightenment-backgrounds \
"
IMAGE_INSTALL += " udev-extraconf "
#IMAG... |
386bcba0-a3aa-45bb-8597-248d2678fec3 | {
"language": "BitBake"
} | ```bitbake
```
Add rm-lld RTOS package version 02.02.00.00 | ```bitbake
DESCRIPTION = "TI Resource Manager Low Level Driver"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc"
inherit ti-pdk
RM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/rm-lld.git"
RM_LLD_GIT_PROTOCOL = "git"
RM_LLD_GIT_BRANCH = "ma... |
3aa46ffe-3ed0-4942-9e04-d613d0a23037 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for picamera module under python3 | ```bitbake
DESCRIPTION = "A pure Python interface for the Raspberry Pi camera module."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a5f6282f39d52726bdc1e51d5c4b95c9"
FILESEXTRAPATHS_prepend := "${THISDIR}/python-picamera:"
SRC_URI += "file://0001-Remove-stupid-checks.patch"
SRC_URI[md5sum] = "47e815b0f... |
fe251217-6b4a-4a50-b95d-6b4992092324 | {
"language": "BitBake"
} | ```bitbake
```
Add MM accelerator firmware recipe | ```bitbake
DESCRIPTION = "Firmware for IPU "
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-Manifest.doc;md5=64ca6f9d7e5243b8a4084eb918a543bc"
LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
COMPATIBLE_MACHINE = "omap-a15"
PACKAGE_ARCH = "${MACH... |
2e9ae0d4-587e-4996-a388-68e03a2044be | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libesmtp package | ```bitbake
#
# base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\
# /meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb?
# base branch: master
# base commit: 7ddf591eb625abad574eea6af82685c267252cdb
#
SUMMARY = "SMTP client library"
DESCRIPTION = "\
LibESMTP is a library to manage pos... |
6bdab20b-7c52-4fc2-a758-5ddddd8a9869 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A cross platform audio visualization library"
HOMEPAGE = "http://libvisual.sf.net"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL GPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-${PV}.tar.gz \
file://no-libdir.patch \
"
inherit autotools pkgco... | ```bitbake
DESCRIPTION = "A cross platform audio visualization library"
HOMEPAGE = "http://libvisual.sf.net"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2.1+ GPLv2"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-${PV}.tar.gz \
file://no-libdir.patch \
"
inherit autotool... |
b9aa35dd-16c6-4193-b887-02e71c96bbaf | {
"language": "BitBake"
} | ```bitbake
```
Add srctree based recipe to aid uhd development. | ```bitbake
require recipes/uhd/uhd.inc
INHERIT += "srctree"
PR = "${INC_PR}.0"
#PV = "${GITVER}"
# Set S (the path to the source directory) via local.conf using the line:
# S_pn-uhd = "/home/username/src/git/uhd/host"
do_copy_to_target() {
scp -rp ${D}/* root@192.168.1.171:/
}
addtask copy_to_target after do_... |
05fbbcb2-2286-47d0-b8a7-546418cdd040 | {
"language": "BitBake"
} | ```bitbake
```
Add GLSDK specific staging tree for omap-a15 | ```bitbake
require recipes-graphics/drm/libdrm.inc
COMPATIBLE_MACHINE = "omap-a15"
DEFAULT_PREFERENCE = "-1"
EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms"
SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
PR = "${INC_PR}.0"
S = "${WORKDI... |
0820faf8-744b-414d-ae7f-b64048fee69b | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
PR = "r4"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
file://m4.patch \
file://autofoo.patch \
file://ldflags.p... | ```bitbake
DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2.1"
PR = "r5"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
file://m4.patch \
file://autofoo.patch \
file://ldfla... |
08c6a894-1c61-47a6-8076-adcc72576176 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "AM SysInfo"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
SRCREV = "5"
PV = "1.0"
PR = "r1+svnr${SRCPV}"
SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
S = "${WORKDIR}/trunk... | ```bitbake
DESCRIPTION = "AM SysInfo"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
SRCREV = "6"
PV = "1.0"
PR = "r1+svnr${SRCPV}"
SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
S = "${WORKDIR}/trunk... |
462f91b3-4dc1-4180-a726-695fb7fde83e | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build cli | ```bitbake
SUMMARY = "Library for implementing command-line interfaces in Go"
HOMEPAGE = "https://github.com/mitchellh/cli"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378"
DEPENDS = "crypto"
PKG_NAME = "github.com/mitchellh/cli"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "... |
81daf34b-1fc3-40a6-bf57-d8eb57a0bab1 | {
"language": "BitBake"
} | ```bitbake
```
Add kernel for HTC Universal by goxboxlive <goxboxlive@gmail.com> | ```bitbake
############## /home/jrs/cvs/oe/org.openembedded.dev/packages/linux/xanadux-un-2.6_2.6.12.bb ###############
DESCRIPTION = "Xanadux HTC-Universal kernel based on the hh 2.6.12"
MAINTAINER = "goxboxlive <goxboxlive@gmail.com>"
LICENSE = "GPL"
PR="r2"
SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cv... |
2c1c4a77-730c-4c84-bb23-78e098743e80 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for TI unified Instrumentation Architecture in C module | ```bitbake
DESCRIPTION = "TI Unified Instrumentation Architecture in C (cUIA)"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://cuia_${CUIA_PV}_manifest.html;md5=0eea94e3bb94de4ddee77653eba1c7c5"
CUIA_PV = "1_00_00_13"
CUIA_PVExtra = ""
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/UIA/SCMC... |
1e2cc727-96c2-4044-bc6d-5a15980b9380 | {
"language": "BitBake"
} | ```bitbake
```
Create a minimal image for Arago | ```bitbake
#Angstrom minimalist image
#gives you a small images with ssh access
ARAGO_EXTRA_INSTALL = "alsa-lib ncurses mtd-utils thttpd zlib tslib libpng jpeg freetype"
#ARAGO_EXTRA_INSTALL ?= ""
#DISTRO_SSH_DAEMON ?= "dropbear"
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
IMAGE_INSTALL = "task-arago-boot \... |
de018c85-3647-455d-8c1c-710857254368 | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build raft | ```bitbake
SUMMARY = "Go library for providing consensus"
HOMEPAGE = "https://github.com/hashicorp/raft"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378"
DEPENDS = "go-metrics go-msgpack"
PKG_NAME = "github.com/hashicorp/raft"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "379... |
39ce2ac0-73e6-4b34-81ed-b5f5c063deb5 | {
"language": "BitBake"
} | ```bitbake
```
Package for VPE DMA FW and test app | ```bitbake
DESCRIPTION = "VPE VPDMA firmware and test program"
DEPENDS += "virtual/kernel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
COMPATIBLE_MACHINE = "dra7xx-evm"
PV = "1b8"
PR = "r0"
SRCREV = "24a5487ec13bf560f0e7fb24a9d4747f9f358be2"
BRANCH ?= "master"
SRC_URI ... |
dd046ab6-26b4-4920-9bfb-f8a717ed9dc2 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0.01"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in Multiverse; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed.conf
... | ```bitbake
DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in community-repository; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed... |
6c954abf-d380-4b6e-b241-38efced8eabe | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build go-syslog | ```bitbake
SUMMARY = "Provides gsyslog without introducing cross-compilation issues"
HOMEPAGE = "https://github.com/hashicorp/go-syslog"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb04212e101fbbd028f325e04ad45778"
PKG_NAME = "github.com/hashicorp/go-syslog"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "42a2b... |
c92fd00a-51f3-471c-af9a-979a863592a5 | {
"language": "BitBake"
} | ```bitbake
```
Add package group for PubNub | ```bitbake
DESCRIPTION = "Packages for PubNub."
LICENSE = "MIT"
inherit packagegroup python-dir
PR = "r0"
PACKAGES = "${PN}"
PACKAGECONFIG ??= "python"
PACKAGECONFIG[python] = "\
, \
, \
, \
${PYTHON_PN}-pubnub \
"
``` |
54ca204a-caf1-463f-94c8-3c12d29b84c8 | {
"language": "BitBake"
} | ```bitbake
```
Add new recipe for 2.36+ | ```bitbake
SUMMARY = "C++ bindings for the atk"
SECTION = "libs"
LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "atk glibmm-2.68"
GNOMEBASEBUILDCLASS = "meson"
GNOMEBN = "a... |
e81d0a6a-5a08-41f5-be7f-fa804540a8fe | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=... | ```bitbake
SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=... |
4a23ecfb-dbdc-4792-a20f-95a02ebea702 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "xterm app"
SECTION = "x11/applications"
LICENSE = "MIT-X"
DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses"
SRC_URI = "${XORG_MIRROR}/development/X11R7.0-RC4/extras/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += " /usr/lib/X11"
#EXTRA_OERECONF = " ... | ```bitbake
DESCRIPTION = "xterm app"
SECTION = "x11/applications"
LICENSE = "MIT-X"
DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses"
SRC_URI = "${XORG_MIRROR}/development/X11R7.0-RC4/extras/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += " /usr/lib/X11"
#EXTRA_OERECONF = " ... |
6c6ba886-d53f-486c-b56e-3f1eb1d5b511 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for iqn2 lld test code | ```bitbake
DESCRIPTION = "TI IQN2 peripheral module low level driver test binaries"
DEPENDS = "common-csl-ip iqn2-lld dfe-lld"
include iqn2-lld.inc
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} IQN2_SRC_DIR=${WORKDIR}/git"
do_compile () {
oe_runmake clean DEVICE=k2l
oe_runmake tests DEVICE=... |
bd747906-5ff2-4b7f-aec8-ed8b079793b9 | {
"language": "BitBake"
} | ```bitbake
SECTION = "base"
require modutils_${PV}.bb
PR = "r9"
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS = ""
PACKAGES = ""
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4"
DEFAULT_PREFERENCE = "1"
SRC_URI += "file://modutils-cross/module.h.diff"
sbindir = "${prefix}/bin"
... | ```bitbake
SECTION = "base"
require modutils_${PV}.bb
PR = "r9"
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS = ""
PACKAGES = ""
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4"
DEFAULT_PREFERENCE = "1"
SRC_URI += "file://modutils-cross/module.h.diff"
sbindir = "${prefix}/bin"
... |
dcaf2a71-b1fd-44bf-84fa-4238822695e2 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPL"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
DESCRIPTION = "Wakelan sends a magic packet to wake up remote PC's"
PR = "r0"
FILES = "${bindir}/wakelan"
SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/misc/${PN}-${PV}.tar.gz"
inherit autotools
do_install () {
install -d ${... | ```bitbake
LICENSE = "GPL"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
DESCRIPTION = "Wakelan sends a magic packet to wake up remote PC's"
PR = "r1"
FILES = "${bindir}/wakelan"
SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/misc/${PN}-${PV}.tar.gz"
inherit autotools
do_install () {
install -d ${... |
c127e515-89f1-4438-b264-238335318e2b | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build go-radix | ```bitbake
SUMMARY = "Implements a radix tree in go"
HOMEPAGE = "https://github.com/armon/go-radix"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb04212e101fbbd028f325e04ad45778"
PKG_NAME = "github.com/armon/go-radix"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "fbd82e84e2b13651f3abc5ffd26b65ba71bc8f93"
S = ... |
57924c26-9947-49ea-a758-876f0b170bcd | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Action GUI for Installer"
HOMEPAGE = "http://assassin.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet"
PV = "0.2+svnr${SRCREV}"
PR = "r6"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;proto=https"
S = "${WORKDIR}... | ```bitbake
DESCRIPTION = "Action GUI for Installer"
HOMEPAGE = "http://assassin.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet curl"
RDEPENDS = "etk-theme-ninja"
PV = "0.2+svnr${SRCREV}"
PR = "r6.02"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=a... |
43c55997-6f0e-45f9-80d7-2a7f3a7d6837 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for ack-grep package | ```bitbake
SUMMARY = "grep-like program specifically for large source trees"
DESCRIPTION = "\
Ack is designed as an alternative for 99% of the uses of grep. ack is \
intelligent about the files it searches. It knows about certain file \
types, based on both the extension on the file and, in some cases, the \
con... |
d8d8f658-6d5b-4046-8824-47d280c9fedc | {
"language": "BitBake"
} | ```bitbake
```
Add OOT driver for rtl8192cu | ```bitbake
SUMMARY = "Realtek out-of-tree kernel driver for rtl8192cu"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://include/autoconf.h;startline=1;endline=18;md5=25cbdd5262c1bef1021387c1fbe9d7ba"
inherit module
SRC_URI = "git://github.com/agherzan/rtl8192cu.git"
SRCREV = "8dc5b70d63154d85d71a213546a978393ccc2f16"
S =... |
f8c7684b-b9fc-4509-a4e7-71ee7dad1a04 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libsamplerate package | ```bitbake
SUMMARY = "Audio sample rate conversion library"
DESCRIPTION = "\
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. \
libsamplerate currently provides three different sample rate conversion \
algorithms; zero order hold, linear interpolation and FIR filter interpolation \
(using ... |
82116fbb-1c24-4bbb-b338-dbbedd2896ac | {
"language": "BitBake"
} | ```bitbake
```
Add a working Tvheadend recipe | ```bitbake
SUMMARY = "Tvheadend: TV streaming server and recorder"
HOMEPAGE = "https://tvheadend.org/"
inherit autotools-brokensep gettext gitpkgv pkgconfig
DEPENDS = "avahi cmake-native libdvbcsa libpcre2 openssl uriparser zlib"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac8... |
c4565bb9-1233-4ac4-85e4-9bce72750662 | {
"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"
DEPENDS = "bison-native flex-native"
PR = "r1"
CFLAGS_append = " -I${S}/libcap/include"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/securit... | ```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"
PR = "r2"
CFLAGS_append = " -I${S}/libcap/include -fPIC"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/s... |
a2fd5ada-d7e3-41aa-80f5-d2af174e73f0 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for AES decryptor CDM | ```bitbake
SUMMARY = "OPTEE AES Decryptor for Linaro OpenCDM"
DESCRIPTION = "OPTEE AES Decryptor for Linaro OpenCDM"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=f0fb2f357d31d6a98213b19f57abf927"
PR="r0"
PV="1.0+git"
DEPENDS = "optee-os optee-client"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "git://... |
a6f4d51c-27f2-4a74-965c-e655300b1637 | {
"language": "BitBake"
} | ```bitbake
```
Add a Linux 3.6 kernel recipe | ```bitbake
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
COMPATIBLE_MACHINE = "raspberrypi"
PR = "r6"
PV_append = "+git${SRCREV}"
SRCREV = "31a951046155b27361127d9cf85a1f58719fe9b3"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \
"
S = "${WORKDIR... |
b85dc043-1fe8-4943-a156-e6b9486f1292 | {
"language": "BitBake"
} | ```bitbake
require xorg-lib-common.inc
DESCRIPTION = "X11 Distributed Multihead extension library"
DEPENDS += "libxext dmxproto fso-specs"
PR = "r2"
PE = "1"
SRC_URI[archive.md5sum] = "a2fcf0382837888d3781b714489a8999"
SRC_URI[archive.sha256sum] = "1904a8f848cc5d76105cb07707890aca095540a37fb0a63d359f71da51d3e2d5"
```... | ```bitbake
require xorg-lib-common.inc
DESCRIPTION = "X11 Distributed Multihead extension library"
DEPENDS += "libxext dmxproto"
PR = "r3"
PE = "1"
SRC_URI[archive.md5sum] = "a2fcf0382837888d3781b714489a8999"
SRC_URI[archive.sha256sum] = "1904a8f848cc5d76105cb07707890aca095540a37fb0a63d359f71da51d3e2d5"
``` |
2fbbfc04-7185-4e63-9474-92c9cad5e90d | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for gnupg package | ```bitbake
SUMMARY = "GNU Privacy Guard - encryption and signing tools"
DESCRIPTION = "\
GnuPG is GNU's tool for secure communication and data storage.\
It can be used to encrypt data and to create digital signatures. \
It includes an advanced key management facility and is compliant \
with the proposed OpenPGP Int... |
991fd0a0-83c7-4932-aa01-0f2c6a9b5d9e | {
"language": "BitBake"
} | ```bitbake
```
Add v4l git branch of opencv | ```bitbake
DESCRIPTION = "Opencv : The Open Computer Vision Library"
HOMEPAGE = "http://sourceforge.net/projects/opencvlibrary"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
ARM_INSTRUCTION_SET = "arm"
PR = "r1"
DEPENDS = "libtool jpeg zlib libpng tiff glib-2.0 gtk+ libv4l"
SRCREV = "fb7cc87ed6a7425f3edc... |
7549cce8-be5e-4763-af71-dfd36c3ef066 | {
"language": "BitBake"
} | ```bitbake
```
Add test utilities for firefly camera | ```bitbake
DESCRIPTION = "Test Utilities for Firefly MV Cameras"
HOMEPAGE = "http://github.com/nzjrs/firefly-mv/tree/master"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "libdc1394"
SRCREV = "a72f8669a43533c66aa7efc3a44cdfc5a4b75118"
SRC_URI = "git://github.com/nzjrs/firefly-mv.... |
fd933816-447b-4429-8182-168d03712f72 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for iperf package | ```bitbake
SUMMARY = "Internet Protocol bandwidth measuring tool"
DESCRIPTION = "\
Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, \
allowing the tuning of various parameters and characteristics. \
"
HOMEPAGE = "http://iperf.sourceforge.net/"
PR = "r0"
inherit debian-package
LICENSE = ... |
1c0b6a37-d5e1-44c2-b053-001381774cc9 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "OPKG Package Manager Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"
RDEPENDS_virtclass_native = ""
SRCREV = "4595"
PV = "0.0+svnr${SRCPV}"
PR = "r4"
BBCLASSEXTEND = "native"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto... | ```bitbake
DESCRIPTION = "OPKG Package Manager Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"
RDEPENDS_virtclass-native = ""
SRCREV = "4595"
PV = "0.0+svnr${SRCPV}"
PR = "r5"
BBCLASSEXTEND = "native"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto... |
559365a2-aa30-420d-ac73-efb2958c6be4 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for wayland package | ```bitbake
SUMMARY = "wayland compositor infrastructure"
DESCRIPTION = "\
Wayland is a protocol for a compositor to talk to its clients as well \
as a C library implementation of that protocol. The compositor can be \
a standalone display server running on Linux kernel modesetting and \
evdev input devices, an X appl... |
2e6f0d14-097d-401f-90b8-d062d7781ef8 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for new version 6-2017-q1-update | ```bitbake
DESCRIPTION = "Baremetal GCC for ARM"
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b"
inherit native
require recipes-ti/includes/ti-paths.inc
SRC_URI = "https://developer.arm.com/-/media/Files/downloads... |
6722b800-3556-41e1-bea0-81c4c2cdf4a8 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "The dbench (disk) and tbench (TCP) benchmarks"
DESCRIPTION_dbench = "Filesystem load benchmark"
DESCRIPTION_tbench = "TCP load benchmark"
HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
LICENSE = "GPL"
PR = "r0"
SRC_URI = "\
http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
file:/... | ```bitbake
DESCRIPTION = "The dbench (disk) and tbench (TCP) benchmarks"
DESCRIPTION_dbench = "Filesystem load benchmark"
DESCRIPTION_tbench = "TCP load benchmark"
HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
LICENSE = "GPL"
DEPENDS = "popt"
PR = "r1"
SRC_URI = "\
http://samba.org/ftp/tridge/dbench/dbench-${PV}.... |
39163d5f-9348-4ff6-8176-178d69055838 | {
"language": "BitBake"
} | ```bitbake
```
Add from OE-Classic, uprev and update | ```bitbake
SUMMARY = "A new modern implementation of traceroute(8) utility for Linux systems"
DESCRIPTION = "The traceroute utility displays the route used by IP packets on \
their way to a specified network (or Internet) host. Traceroute displays \
the IP number and host name (if possible) of the machines along the \... |
8551dfc5-50ba-4c48-831f-67d0cfc568e9 | {
"language": "BitBake"
} | ```bitbake
```
Update mpd to latest version | ```bitbake
DESCRIPTION = "Music Player Daemon (mpd)"
HOMEPAGE = "http://www.musicpd.org"
LICENSE = "GPLv2"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SECTION = "console/multimedia"
DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/musi... |
cb3eb3fd-7af4-42e6-b49e-f96a6071b410 | {
"language": "BitBake"
} | ```bitbake
require pkgconfig.inc
PR = "${INC_PR}.1"
DEPENDS += "glib-2.0"
EXTRA_OECONF = "--with-installed-glib"
```
Bump PR to keep incremental versioning. | ```bitbake
require pkgconfig.inc
PR = "${INC_PR}.3"
DEPENDS += "glib-2.0"
EXTRA_OECONF = "--with-installed-glib"
``` |
fbfc3656-f68f-4fe6-a2c4-f69cd24fd837 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs."
DEPENDS = "pkgconfig gtk+"
RDEPENDS = "libxfce4util libxfcegui4"
SECTION = "x11"
LICENSE = "GPL-2"
PR = "r1"
inherit xfce46
XFCE_VERSION = "4.6.1"
SRC_URI = "http://files.uvena.de/${PN}/${PN}-${PV}.tar... | ```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}... |
db70d49e-26fb-4611-aee6-c9c0c23bd012 | {
"language": "BitBake"
} | ```bitbake
```
Add a simple stand-alone system tray | ```bitbake
SUMMARY = "Stand-alone system tray"
DESCRIPTION = "Stalonetray is a stand-alone freedesktop.org and KDE system tray"
SECTION = "x11/graphics"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "virtual/libx11"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-... |
15f83417-8eeb-417e-bf2f-2957090395aa | {
"language": "BitBake"
} | ```bitbake
```
Add a bb for python gstreamer bindings. | ```bitbake
LICENSE = "GPL"
DESCRIPTION = "Python gstreamer Bindings"
SECTION = "devel/python"
HOMEPAGE = "http://gstreamer.freedesktop.org"
PRIORITY = "optional"
#DEPENDS = "gstreamer"
#RDEPENDS = "gstreamer"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
S = "${WORKDIR}/gst-python... |
9ef33cf9-31bd-434d-9e59-6d93f135073d | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for xerces-c packages | ```bitbake
SUMMARY = "Validating XML parser library for C++"
DESCRIPTION = "\
Xerces-C++ is a validating XML parser written in a portable subset of C++.\
Xerces-C++ makes it easy to give your application the ability to read and \
write XML data. A shared library is provided for parsing, generating,\
manipulating, a... |
2f7ff745-f288-4357-972c-2b973d929355 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libcrypt-openssl-bignum-perl package | ```bitbake
#
# base recipe: https://github.com/openembedded/openembedded/blob/master/\
# recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
#
SUMMARY = "\
Perl module to access OpenSSL multiprecision integer arithmetic libraries"
DESCRIPTION = "\
Presently, many though not all of the arithmetic operations that ... |
dba4149f-1670-48eb-ba3d-53c9cdc40698 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for OpenGL Mathematics library | ```bitbake
SUMMARY = "OpenGL Mathematics Library"
DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \
mathematics library for graphics software based on the OpenGL \
Shading Language (GLSL) specifications."
HOMEPAGE = "https://glm.g-truc.net"
BUGTRACKER = "https://github.com/g-truc/glm/issues"
SECTION = "li... |
1adf0646-a60f-4782-899f-040d682b474d | {
"language": "BitBake"
} | ```bitbake
```
Add (hack) recipe to enable autologin (timed) for gdm | ```bitbake
DESCRIPTION = "Append Autologin to GDM config (custom.conf)"
PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"
pkg_postinst_${PN}() {
#!/bin/sh
grep "TimedLogin" $D/etc/gdm/custom.conf
if [ $? -eq 0 ]; then
echo "NOTE:: custom.conf already has 'TimedLogin' configured - not patching
else
cat >> $D/etc/gdm... |
299d0c0b-5f6e-49b4-8f4a-6f8f1c3509ea | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Common Opie Sounds"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
SRC_URI = "${HANDHELDS_CVS};module=opie/sounds;tag=${TAG}"
S = "${WORKDIR}/sounds"
SOUNDS = "alarm touchsound keysound"
do_install() {
install -d ${D}${palmtopdir}... | ```bitbake
DESCRIPTION = "Common Opie Sounds"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};module=opie/sounds;tag=${TAG}"
S = "${WORKDIR}/sounds"
SOUNDS = "alarm touch... |
f7e2578f-da9a-437c-a0af-4a9edb8345b3 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for sbc package | ```bitbake
SUMMARY = "Sub Band CODEC library"
DESCRIPTION = "This provides the library and tool which operate SBC \
(sub band codec) in A2DP (the Advanced Audio Distribution Profile)."
HOMEPAGE = "http://www.bluez.org/"
inherit debian-package
PV = "1.2"
LICENSE = "GPLv2+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYIN... |
78b3df84-805a-4938-9f57-3fd3f768e1c4 | {
"language": "BitBake"
} | ```bitbake
```
Add known-good version from 20070110 | ```bitbake
DESCRIPTION = "USB Webcam driver for spca5xx chipset family supporting \
over 100 models of camera"
PRIORITY = "optional"
SECTION = "kernel/modules"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://mxhaard.free.fr/spca50x/Download/oldrelease/${PN}-${PV}.tar.gz \
file://Makefile.patch;patch=1 \
fi... |
a9fe3d16-fda0-4ca2-94bb-4d45260a31c0 | {
"language": "BitBake"
} | ```bitbake
```
Add support for next generation AWS IoT SDK for Python | ```bitbake
DESCRIPTION = "AWS IoT SDK based on the AWS Common Runtime"
HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python-v2"
AUTHOR = "Amazon Web Services"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
inherit pypi setuptools3
RDEPE... |
29a503cc-c6f0-40e5-8307-36e29b064463 | {
"language": "BitBake"
} | ```bitbake
```
Add initial recipe for pmacct | ```bitbake
SUMMARY = "Small set of multi-purpose passive network monitoring tools"
HOMEPAGE = "http://www.pmacct.net/"
SECTION = "network"
LICENSE = "GPL-2"
LIC_FILES_CHKSUM = "file://COPYING;md5=56015ca09d32459cf5a3c0e574f86f16"
SRC_URI = "http://www.pmacct.net/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "5dc1dab96fbd3937b... |
1aa95fad-3de1-495a-a1eb-45718551b004 | {
"language": "BitBake"
} | ```bitbake
```
Add pyxdg to use fdo specs from python | ```bitbake
DESCRIPTION = "PyXDG is a python library to access freedesktop.org standards"
SECTION = "devel/python"
LICENSE = "GPL"
SRC_URI = "http://www.freedesktop.org/~lanius/pyxdg-${PV}.tar.gz"
S = "${WORKDIR}/pyxdg-${PV}"
inherit distutils
``` |
28ad0d18-63a7-4337-934f-c44d21c49204 | {
"language": "BitBake"
} | ```bitbake
```
Add GNU FreeFont (Free UCS Outline Fonts) package. | ```bitbake
require ttf.inc
DESCRIPTION="TrueType Unicode fonts from the Free UCS Outline Fonts Project"
HOMEPAGE="http://savannah.nongnu.org/projects/freefont/"
PR = "r1"
SRC_URI = "http://ftp.gnu.org/gnu/freefont/freefont-ttf-${PV}.tar.gz"
S = "${WORKDIR}/freefont-${PV}"
FILES_${PN}-doc = "${datadir}/doc/ttf-free... |
1d6e3bc1-d465-4bb1-a71d-c62b772a16eb | {
"language": "BitBake"
} | ```bitbake
```
Add RTOS package for Traceframework | ```bitbake
inherit ti-pdk
require traceframework.inc
PR = "${INC_PR}.1"
DEPENDS_append = " uia \
"
XDCPATH_append = ";${UIA_INSTALL_DIR}/packages"
``` |
d8cef3a9-9166-4f84-8adb-7c851d136d63 | {
"language": "BitBake"
} | ```bitbake
```
Add a usbproxy capable image | ```bitbake
SUMMARY = "A console development image with some C/C++ dev tools"
HOMEPAGE = "http://www.jumpnowtek.com"
IMAGE_FEATURES += "package-management"
IMAGE_LINGUAS = "en-us"
inherit image
CORE_OS = " \
openssh openssh-keygen openssh-sftp-server \
packagegroup-core-boot \
psplash \
term-prompt \
... |
96331dcd-07a8-4c31-a8c9-5df534e1b033 | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build crypto | ```bitbake
DESCRIPTION = "A golang library of common cryptographic constants"
HOMEPAGE = "https://github.com/golang/crypto/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
PKG_NAME = "github.com/golang/crypto"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "1e856cbfdf9bc... |
28a374f3-c5a5-4d29-8678-706747c62881 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for iperf3 package | ```bitbake
SUMMARY = "Internet Protocol bandwidth measuring tool"
DESCRIPTION = "Iperf3 is a tool for performing network throughput measurements. It can \
test either TCP or UDP throughput. \
This is a new implementation that shares no code with the original \
iperf from NLANR/DAST and also is not backwards compatib... |
e4f99e29-4c9e-4870-91da-255b26d87cdc | {
"language": "BitBake"
} | ```bitbake
```
Add a recipe to build go-multierror | ```bitbake
SUMMARY = "Go package for representing a list of errors as a single error"
HOMEPAGE = "https://github.com/hashicorp/go-multierror"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d44fdeb607e2d2614db9464dbedd4094"
PKG_NAME = "github.com/hashicorp/go-multierror"
SRC_URI = "git://${PKG_NAME}.git"
SR... |
21af4716-59f3-4322-b706-0bb75dc2dcc8 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for bsp image based on sato | ```bitbake
require recipes-sato/images/core-image-sato.bb
IMAGE_INSTALL += " \
gst-plugins-good \
gst-plugins-good-isomp4 \
gst-plugins-good-video4linux2 \
gst-plugins-bad \
gst-plugins-bad-asfmux \
gst-plugins-bad-fbdevsink \
gst-plugins-bad-h264parse \
gst-plugins-bad-faad \
gst-plugins-bad-videoparsersbad ... |
e7223da4-7e05-4a83-9ac4-7eb48c178f47 | {
"language": "BitBake"
} | ```bitbake
require matrix-tui.inc
SRCREV = "35"
PR = "${INC_PR}.3"
```
Update SRCREV - makefile update | ```bitbake
require matrix-tui.inc
SRCREV = "37"
PR = "${INC_PR}.4"
``` |
6bda9378-24db-45b6-b5ab-89013f46a2be | {
"language": "BitBake"
} | ```bitbake
```
Add an image with bluetooth tools | ```bitbake
SUMMARY = "A development image with bluetooth tools"
HOMEPAGE = "http://www.jumpnowtek.com"
LICENSE = "MIT"
require console-image.bb
BLUETOOTH_TOOLS = " \
bluez4 \
bluez-hcidump \
"
IMAGE_INSTALL += " \
${BLUETOOTH_TOOLS} \
"
export IMAGE_BASENAME = "bluetooth-image"
``` |
64f8a442-f845-416e-b7e9-92ecc7dec036 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libglade2 package | ```bitbake
SUMMARY = "library to load .glade files at runtime"
DESCRIPTION = "\
This library allows one to load externally stored user interfaces into \
programs. This allows alteration of the interface without recompilation \
of the program. \
The interfaces can also be edited with GLADE. \
"
PR = "r0"
inherit debian... |
b1f29182-5935-4ebe-be07-6c55d372cc16 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
S = "${WORKDIR}/icon-naming-utils-${PV}"
inherit autotools native
SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6"
SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da6... | ```bitbake
LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
PR = "r1"
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
S = "${WORKDIR}/icon-naming-utils-${PV}"
inherit autotools native
do_configure_append() {
# replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl
s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.