doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
84de40fb-9491-47fc-8ffd-d3611209d6ad | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for AWS IoT Device JavaScript SDK | ```bitbake
DESCRIPTION = "AWS IoT Node.js SDK for Embedded Devices"
HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-js"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1431d1446b43adc38d1445e89c8b61ff"
DEPENDS = "nodejs"
RDEPENDS_${PN} = "bash nodejs"
SRC_URI = "https://github.com/aws/${PN}/ar... |
489c49eb-655c-4d4a-bbc9-6a2889949daf | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for iptop package | ```bitbake
SUMMARY = "Simple top-like I/O monitor"
DESCRIPTION = "iotop does for I/O usage what top(1) does for CPU usage. \
It watches I/O usage information output by the Linux kernel and displays \
a table of current I/O usage by processes on the system."
HOMEPAGE = "http://guichaz.free.fr/iotop/"
PR = "r0"
... |
3c6586f4-a72d-49a0-a475-a62b248f6338 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe to build from sakoman.com u-boot repository | ```bitbake
require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-sakoman-git/"
SRCREV = ${AUTOREV}
PV = "2010.9+${PR}+git${SRCREV}"
SRC_URI = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
"
S = "${WORKDIR}/git"
``` |
d0ee8866-7afb-4b5d-aada-9979e01d6296 | {
"language": "BitBake"
} | ```bitbake
```
Add TI thermostat demo v2 | ```bitbake
DESCRIPTION = "Qt Thermostat Demo"
HOMEPAGE = "https://gitorious.org/thermostat-demo"
LICENSE = "BSD & CC-BY-SA-2.0 & CC-BY-SA-3.0 & MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=93a105adb99011afa5baee932b560714 \
file://IMAGE-LICENSE;md5=fce98146123de13a189c234a5e4cfa0d \
... |
80fa4ecc-c722-45d3-9154-6bbb9e48c979 | {
"language": "BitBake"
} | ```bitbake
```
Add headers for raspberrypi kernel | ```bitbake
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
PR = "r0"
PROVIDES = "linux-libc-headers"
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
SRC_URI = "git://github.com/raspberrypi/linux.git;pro... |
2364e40c-d743-4b39-ae88-aaad1b03a6cc | {
"language": "BitBake"
} | ```bitbake
```
Add Recipe for android make-ext4fs tool | ```bitbake
# Copyright (C) 2016 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Standalone fork of Android's make_ext4fs utility"
HOMEPAGE = "https://git.openwrt.org/?p=project/make_ext4fs.git;a=summary"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://NOT... |
b59f0990-9433-4584-962b-6c2f99b993e4 | {
"language": "BitBake"
} | ```bitbake
```
Add a new bootstrap package group | ```bitbake
SUMMARY = "Task to install additional utilities for initial board bringup"
LICENSE = "MIT"
PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
UTILS = " \
arm-benchmarks \
evtest \
memtester \
nbench-byte \
pcitest \
serialcheck \
yavta \
hdparm \
i2c-tools \
libdrm-tests \... |
cb65c295-ff08-4304-8fce-40c862d92e7b | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build the go library dns | ```bitbake
SUMMARY = "A Go DNS library with a granular approach"
HOMEPAGE = "https://github.com/miekg/dns"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=147353de6868a20caa562d26eab7b3c5"
PKG_NAME = "github.com/miekg/dns"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "7864d445e5087e8d761dbefec43f29b92f76... |
ecd242ab-8f4e-40bc-9aa3-a89109d16705 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libparams-validate-perl package | ```bitbake
SUMMARY = "Perl module to validate parameters to Perl method/function calls"
DESCRIPTION = "\
Params::Validate is a Perl module providing a flexible way to validate method \
and function call parameters. The validation can be as simple as checking for \
the presence of required parameters, or more complex, l... |
b915730b-5e98-408c-9b1e-8e9de630677c | {
"language": "BitBake"
} | ```bitbake
```
Add new recipe for liburcu package | ```bitbake
#
# Base recipes: recipes-support/liburcu/liburcu_0.8.7.bb
# Base bracnh: jethro
#
SUMMARY = "Userspace RCU (read-copy-update) library"
HOMEPAGE = "http://lttng.org/urcu"
BUGTRACKER = "http://lttng.org/project/issues"
PR = "r0"
inherit debian-package autotools
LICENSE = "LGPLv2.1+ & MIT-style"
LIC_FILES_... |
f1909f9d-325c-4884-8e81-da80ad061500 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for nanomsg library | ```bitbake
DESCRIPTION = "The nanomsg library is a simple high-performance implementation of several "scalability protocols"."
HOMEPAGE = "https://github.com/nanomsg/nanomsg"
AUTHOR = "Martin Sustrik"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
inherit cmake
PR = "r0"
SRC... |
89e8fa64-2777-42ca-9f05-a950a9435fb5 | {
"language": "BitBake"
} | ```bitbake
```
Add RTOS package for CPPI LLD | ```bitbake
inherit ti-pdk
require cppi-lld.inc
PR = "${INC_PR}.0"
DEPENDS_append = " rm-lld-rtos \
qmss-lld-rtos \
"
XDCARGS_k2hk-evm = "k2h k2k"
XDCARGS_k2e-evm = "k2e"
XDCARGS_k2l-evm = "k2l"
XDCARGS_k2g-evm = "k2g"
``` |
09638b30-620a-45ff-88bd-992d6020f6ee | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for zeromq3 package | ```bitbake
SUMMARY = "lightweight messaging kernel"
DESCRIPTION = "\
ØMQ is a library which extends the standard socket interfaces with features \
traditionally provided by specialised messaging middleware products. \
ØMQ sockets provide an abstraction of asynchronous message queues, multiple \
messaging patterns, ... |
a251ff3d-9bb6-49cd-a3fb-33921f5adcf9 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for eventlog package | ```bitbake
#
# base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\
# /meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb?
# base branch: master
# base commit: 349507d36b14d1b83d2b27280ec19efe6d7229c6
#
SUMMARY = "Replacement syslog API"
DESCRIPTION = "The EventLog library aims to be a replaceme... |
28769978-a7fc-4c4e-baec-a1c24fe3a328 | {
"language": "BitBake"
} | ```bitbake
```
Add SDK recipe for bsp-image | ```bitbake
require recipes-sato/images/core-image-sato-sdk.bb
IMAGE_INSTALL += " \
gst-plugins-base-videorate \
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 \... |
49db7941-01a2-4f67-9f0b-0630cac42f04 | {
"language": "BitBake"
} | ```bitbake
```
Add a copy of gmp for use in Canadian builds | ```bitbake
PV = "4.2.4"
require gmp_${PV}.bb
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
S = "${WORKDIR}/gmp-${PV}"
inherit canadian-native
# darwin 'hacks'
EXTRA_OECONF_build-darwin = " --enable-shared "
OLD_STAGING := "${STAGING_BINDIR}"
OLD_TARGET := "${TARGET_SYS}"
OLD_HOST := "${H... |
2d767400-5a7a-463f-a906-e3421a46708a | {
"language": "BitBake"
} | ```bitbake
```
Add rtos recipe for spi-lld | ```bitbake
SUMMARY = "TI RTOS low level driver for Serial Peripheral Interface (SPI)"
inherit ti-pdk
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://SPI.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a0122b8"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|omapl1"
PACKAGE_ARCH = "${MACHINE_ARCH}"... |
1b402de2-a2ee-414f-b5f1-a2a15452c7f1 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libdmx package | ```bitbake
SUMMARY = "X11 Distributed Multihead extension library"
DESCRIPTION = "\
libdmx is an interface to the DMX extension for X, which allows a single \
server to be set up as a proxy spanning multiple servers -- not unlike \
Xinerama across discrete physical machines. It can be reconfigured \
on the fly to chan... |
4683909f-f750-46fe-948b-5bf63899abfd | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for AWS IoT Device Python SDK | ```bitbake
DESCRIPTION = "The AWS IoT Device SDK for Python allows developers to write Python script to use their devices to access the AWS IoT platform through MQTT or MQTT over the WebSocket protocol."
HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python"
AUTHOR = "Amazon Web Services"
LICENSE = "Apache-2.0"
... |
f5cf9b0d-1785-45b6-b904-f6a068e18a54 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for pcsc-lite package | ```bitbake
SUMMARY = "Middleware to access a smart card using PC/SC"
DESCRIPTION = "The purpose of PC/SC Lite is to provide a Windows(R) SCard interface \
in a very small form factor for communicating to smart cards and \
smart cards readers."
HOMEPAGE = "http://pcsclite.alioth.debian.org/"
inherit debian-package
PV =... |
ab6fd689-5e2b-4284-92e7-61f9bf17ed00 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
HOMEPAGE = "http://www.zeromq.org"
LICENSE = "LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=66ea8704398d7996daeacd2fbd2b9dbd"
PR = "r0"
DEPENDS += "util-linux-ng"
S = "${WORKDIR}/zeromq-${PV}"... | ```bitbake
DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
HOMEPAGE = "http://www.zeromq.org"
LICENSE = "LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=66ea8704398d7996daeacd2fbd2b9dbd"
PR = "r0"
DEPENDS += "util-linux-ng"
SRC_URI = "http://download.ze... |
f160f44e-74e7-441b-b5d8-8a59c7a71183 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for update-rc.d package | ```bitbake
DESCRIPTION = "update-rc.d is a utilities that allows the management of \
symlinks to the initscripts in the /etc/rcN.d directory structure."
inherit allarch debian-package
DEBIAN_SECTION = "admin"
DPR = "0"
DPN = "sysvinit"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaa... |
2f67d9a2-1fb7-42dd-bfd9-0a5ec93fd5c6 | {
"language": "BitBake"
} | ```bitbake
```
Add package for bsp versioning | ```bitbake
SUMMARY = "Version package"
DESCRIPTION = "Package which creates a file with all git hashes that are used"
MAINTAINER = "Robert Lehmann <robert.lehmann@sitec-systems.de>"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-2-Clause;md5=8bef8e6712b1be5aa76af1ebde9d... |
089b3195-6845-431a-a806-6772e7c184a0 | {
"language": "BitBake"
} | ```bitbake
```
Create recipe to demonstrate qt5 example. | ```bitbake
SUMMARY = "NMap Carousel application is demonstrating the normal mapping technique using Qt5"
DESCRIPTION = "Normal mapping is used for making the icons appear 3D with lighting and shadows"
HOMEPAGE = "http://quitcoding.com/?page=work#cinex"
LICENSE = "CC-BY-3.0"
LIC_FILES_CHKSUM = "file://README;beginline=4... |
80352158-f8aa-4eff-a20e-8584a2cdac77 | {
"language": "BitBake"
} | ```bitbake
```
Add RTOS package for QMSS LLD | ```bitbake
inherit ti-pdk
require qmss-lld.inc
PR = "${INC_PR}.0"
DEPENDS_append = " rm-lld-rtos"
XDCARGS_k2hk-evm = "k2h k2k"
XDCARGS_k2l-evm = "k2l"
XDCARGS_k2e-evm = "k2e"
XDCARGS_k2g-evm = "k2g"
``` |
042e571b-8612-4fa5-b710-c4b6606e5a90 | {
"language": "BitBake"
} | ```bitbake
```
Add PSP version for ti816x devices. | ```bitbake
require u-boot-omap3.inc
COMPATIBLE_MACHINE = "ti816x"
BRANCH = "master"
# Use literal tags in SRCREV, when available, instead of commit IDs
SRCREV = "v2010.06_TI816XPSP_04.00.00.10"
UVER = "2010.06"
PSPREL = "04.00.00.10"
PR = "r1"
``` |
00deebf6-29ed-49a9-bd78-aff19dd92a75 | {
"language": "BitBake"
} | ```bitbake
```
Create WebOS image with debug tools. | ```bitbake
# (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "Open webOS image with debug components"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
PR = "r0"
IMAGE_FEATURES += "webos-temp tools-debug"
inherit webo... |
38072122-7934-44d4-8292-d05383a0fa9d | {
"language": "BitBake"
} | ```bitbake
```
Add CxxTest framework to recipe-devtools. | ```bitbake
DESCRIPTION = "CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit."
HOMEPAGE = "http://cxxtest.com/"
LICENSE = "LGPL-2.0"
SECTION = "devel"
SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/cxxtest-${PV}.tar.gz"
SRC_URI[md5sum] = "b3a24... |
0291f3a4-075d-472a-93ad-a9435af1cea4 | {
"language": "BitBake"
} | ```bitbake
```
Add GTK+3 greeter for LightDM. | ```bitbake
DESCRIPTION = "LightDM GTK+ Greeter"
LICENSE = "GPLv3 LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "lightdm libxklavier gtk+3 consolekit polkit"
PR = "r0"
inherit autotools
SRC_URI = " \
http://launchpad.net/lightdm-gtk-greeter/trunk/${PV}/+downlo... |
310b3a3f-ec1d-4021-b080-f9596aaa768f | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for nettle package, build the package from Debian source | ```bitbake
#
# base recipe: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-support/nettle/nettle_2.7.1.bb
# base branch: master
#
PR = "r0"
inherit debian-package
LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS += "gmp"
SRC_URI[md5... |
51fa4aab-ee9a-4c18-843a-cab112fc5cf2 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for lvgl lib | ```bitbake
# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-License-Identifier: MIT
# TODO: Pin upstream release (current v7.11.0-80-g419a757)
src_org = "lvgl"
SRC_URI = "gitsm://github.com/${src_org}/lv_drivers;destsuffix=${S};protocol=https;nobranch=1"
SRCREV = "419a757c23aaa67c676fe3a2196d64808fcf2254"
LICENSE = "MIT"... |
fbeff07c-b235-42d7-89d6-cb43133d8a4d | {
"language": "BitBake"
} | ```bitbake
```
Add bitbake recipe to build go-checkpoint | ```bitbake
SUMMARY = "Go service to check version info and broadcast hashicorp bulletins"
HOMEPAGE = "https://github.com/hashicorp/go-checkpoint"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378"
PKG_NAME = "github.com/hashicorp/go-checkpoint"
SRC_URI = "git://${PKG_NAME}.git... |
5541f203-ec5d-448f-825d-71f96ce80b15 | {
"language": "BitBake"
} | ```bitbake
```
Add new recipe for user space io driver | ```bitbake
DESCRIPTION="User space IO (UIO) driver for on-chip modules"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
BRANCH ?= "master"
# This corresponds to version 01.00.01.00A
SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6"
PV = "1.0.1"
SRC_URI = "git://git.ti.c... |
dc0692ac-407d-4a6b-ae5b-aa05b7a00de7 | {
"language": "BitBake"
} | ```bitbake
```
Add mmwave radar ROS driver compatible with mmWave SDK | ```bitbake
DESCRIPTION = "This package contains ROS driver for mmWave TI sensor."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://docs/TI_mmWave_ROS_Driver_manifest.pdf;md5=6ee5d8ff5204a889d79a1ffd1812b3c1"
SRC_URI[base.md5sum] = "f48fe4a1e654f359382fc617667f33c0"
SRC_URI[base.sha256sum] = "72b424a1c7568b... |
366eee46-f69b-499f-b9d9-34d021ab5f78 | {
"language": "BitBake"
} | ```bitbake
require x-load.inc
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
COMPATIBLE_MACHINE = "omap3-pandora"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-${MACHINE}/${MACHINE}"
SRCREV = "b3646a83f9e67ec9a2de3182fd254557fd6... | ```bitbake
require x-load.inc
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
COMPATIBLE_MACHINE = "omap3-pandora"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-${MACHINE}/${MACHINE}"
SRCREV = "6b7fb6dd9ccdf7c3c5ea2d1e476dafd852a... |
d4666614-e276-44a1-a318-c52f758c37ad | {
"language": "BitBake"
} | ```bitbake
```
Add initial microcode compiler stuff | ```bitbake
DESCRIPTION = "Firmware for the IXP4xx line of devices"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
LICENSE = "Intel Public Licence"
PR = "r0"
SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400AccessLibrary-2_1.zip"
inherit native
S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl
do_compile... |
10527f3d-3015-42fd-b47a-d820db0fcb48 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for arm/32bit examples on amlogic SOCs | ```bitbake
# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Mali Samples"
HOMEPAGE = "http://openlinux.amlogic.com:8000/download/GPL_code_release/ThirdParty/?C=M;O=D"
LICENSE = "Closed"
LIC_FILES_CHKSUM = "file://Mali_OpenGL_ES_SDK_v2.4.... |
8edf6325-c083-4251-b5c6-06ef77de2170 | {
"language": "BitBake"
} | ```bitbake
```
Add new recipe for brcm-patchram-plus | ```bitbake
# Copyright (C) 2015 Romain Perier <romain.perier@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
inherit base
DESCRIPTION = "Chromium OS Broadcom patchram utility"
HOMEPAGE = "https://chromium.googlesource.com/chromiumos/third_party/broadcom/"
LICENSE = "Apache-2.0"
LIC_FILES_C... |
ac12ef5f-5612-459a-94f9-d78f9b171dad | {
"language": "BitBake"
} | ```bitbake
```
Add support for Xilinx DP drivers | ```bitbake
SUMMARY = "Xilinx DisplayPort Linux Kernel module"
DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
XLNX_DP_VERSION = "5.4.0"
PV = "${XLNX_DP_VERSIO... |
86e7362e-bfc0-4efc-a6b6-9799077da7f3 | {
"language": "BitBake"
} | ```bitbake
```
Add Babel routing protocol recipe | ```bitbake
SUMMARY = "Babel is a loop-avoiding distance-vector routing protocol"
DESCRIPTION = "\
Babel is a loop-avoiding distance-vector routing protocol for IPv6 and \
IPv4 with fast convergence properties. It is based on the ideas in DSDV, AODV \
and Cisco's EIGRP, but is designed to work well not only in wired net... |
41241564-e162-4404-9238-d3c0132ed809 | {
"language": "BitBake"
} | ```bitbake
```
Add bitbake recipe to build etcd | ```bitbake
DESCRIPTION = "A distributed key-value store for shared config and service discovery"
HOMEPAGE = "https://github.com/coreos/etcd"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
PKG_NAME = "github.com/coreos/etcd"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "d0... |
5dda4c01-3660-4f8e-8025-c9dc1b9ecabf | {
"language": "BitBake"
} | ```bitbake
```
Add recipe to support Raspberry Pi Sense HAT | ```bitbake
SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission"
HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
SRCNAME = "sense-hat"
SRC_URI = "htt... |
cf507554-e70a-46ad-bf11-3495f5a718dc | {
"language": "BitBake"
} | ```bitbake
```
Add a recipe freeglut to replace mesa-glut | ```bitbake
DESCRIPTION = "FreeGLUT is a free-software/open-source alternative to the OpenGL \
Utility Toolkit (GLUT) library"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=89c0b58a3e01ce3d8254c9f59e78adfb"
SRC_URI = "https://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz... |
689a4205-8a5f-4695-a8d5-ebda7f0898b8 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for geoip package | ```bitbake
SUMMARY = "C library for country/city/organization to IP address or hostname mapping"
DESCRIPTION = " GeoIP is a C library that enables the user to find the country \
that any IP address or hostname originates from. It uses a file \
based database that is accurate as of March 2003. This database \
sim... |
0522795f-5bda-4c99-8837-0c20062a3571 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for memcached package | ```bitbake
SUMMARY = "high-performance memory object caching system"
DESCRIPTION = "\
Danga Interactive developed memcached to enhance the speed of LiveJournal.com, \
a site which was already doing 20 million+ dynamic page views per day for 1 \
million users with a bunch of webservers and a bunch of database serve... |
e0c09661-d46d-497a-9aab-03ceaf9fdcf4 | {
"language": "BitBake"
} | ```bitbake
```
Add RTOS package for pktlib | ```bitbake
inherit ti-pdk
require pktlib.inc
PR = "${INC_PR}.0"
DEPENDS_append = " rm-lld-rtos \
qmss-lld-rtos \
cppi-lld-rtos \
"
XDCARGS_k2hk-evm = "k2h k2k"
XDCARGS_k2e-evm = "k2e"
XDCARGS_k2l-evm = "k2l"
``` |
efc0f607-327e-4682-8f10-03742450628b | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for hwdata package | ```bitbake
SUMMARY = "hardware identification / configuration data"
DESCRIPTION = "\
This package contains various hardware identification and \
configuration data, such as the pci.ids database, or the XFree86/xorg \
Cards database.It is needed for the kudzu hardware detection.\
"
HOMEPAGE = "http://git.fedorahosted... |
278e958c-c1dd-4938-a47f-6bb27994987b | {
"language": "BitBake"
} | ```bitbake
inherit autotools
include util-linux.inc
PR = "r3"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-${PV}.tar.bz2 \
file://gcc34.patch;patch=1 \
file://MCONFIG \
file://make_include \
file://swapargs.h \
file://defines.h \
... | ```bitbake
inherit autotools
include util-linux.inc
PR = "r4"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-${PV}.tar.bz2 \
file://gcc34.patch;patch=1 \
file://MCONFIG \
file://make_include \
file://swapargs.h \
file://defines.h"
... |
dd5bff66-b689-42c8-a839-a34e2ed2bac1 | {
"language": "BitBake"
} | ```bitbake
```
Add headers for raspberrypi kernel | ```bitbake
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
PR = "r0"
PROVIDES = "linux-libc-headers"
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
SRC_URI = "git://github.com/raspberrypi/linux.git;pro... |
6ddea49b-0f8b-4fd3-a2cd-e60c1eb0a112 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for bmake package | ```bitbake
SUMMARY = "NetBSD make"
DESCRIPTION = "bmake is a program designed to simplify the maintenance of other \
programs. Its input is a list of specifications as to the files upon \
which programs and other files depend. mkdep, a program to construct \
Makefile dependency lists, is also included."
HOMEPAGE = "ht... |
e9acd49c-1cb3-4b16-b4f6-e9bdbd28927d | {
"language": "BitBake"
} | ```bitbake
```
Add rtos recipe for nwal | ```bitbake
SUMMARY = "TI Network abstraction layer RTOS LLD library "
inherit ti-pdk
require recipes-bsp/nwal-lld/nwal-lld.inc
PR = "${INC_PR}.0"
DEPENDS_append = " cppi-lld-rtos \
pa-lld-rtos \
pktlib-rtos \
qmss-lld-rtos \
sa-lld-rtos \
"... |
fb9ee501-ff0d-4fb6-9d59-3da1e93d3c84 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for ucf package | ```bitbake
SUMMARY = "Update Configuration File(s): preserve user changes to config files"
DESCRIPTION = " Debian policy mandates that user changes to configuration files must be \
preserved during package upgrades. The easy way to achieve this behavior \
is to make the configuration file a 'conffile', in which case ... |
4880917b-fdca-420b-858b-8b0566550ac4 | {
"language": "BitBake"
} | ```bitbake
```
Add bitbake recipe to build yamux | ```bitbake
SUMMARY = "Multiplexing library for Golang"
HOMEPAGE = "https://github.com/hashicorp/yamux"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2dd1a9ecf92cd5617f128808f9b85b44"
PKG_NAME = "github.com/hashicorp/yamux"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "b2e55852ddaf823a85c67f798080eb7d08acd71... |
254e715d-9e3f-42fb-86f6-1494f9bf17c8 | {
"language": "BitBake"
} | ```bitbake
```
Add the giflib recipe necessary for building efl | ```bitbake
SUMMARY = "shared library for GIF images"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/${BP}.tar.bz2"
inherit autotools
PACKAGES += "${PN}-utils"
FILES_${PN} = "${libdir}/libgif.so.*"
FILES_${PN}-utils = "... |
db7ff5b0-cd3a-44e4-9ecf-1603e6a7aeaf | {
"language": "BitBake"
} | ```bitbake
```
Add new library which is a optional dependency for Weston | ```bitbake
DESCRIPTION = "libinput is a library to handle input devices in Wayland compositors"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=673e626420c7f859fbe2be3a9c13632d"
inherit autotools pkgconfig
DEPENDS = "libevdev udev"
PR = "r0"
BR... |
abf88c41-f6a5-46a5-a7da-8e977d42ae69 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for sshpass package | ```bitbake
SUMMARY = "Non-interactive ssh password auth"
DESCRIPTION = " SSH's (secure shell) most common authentication mode is called \
"interactive keyboard password authentication", so called both \
because it is typically done via keyboard, and because openssh \
takes active measures to make sure that the pa... |
aa6ea8f3-f034-4063-998d-a63a4a33d84b | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for libgc packages | ```bitbake
SUMMARY = "conservative garbage collector for C and C++"
DESCRIPTION = "oehm-Demers-Weiser's GC is a garbage collecting storage allocator that is\n\
intended to be used as a plug-in replacement for C's malloc or C++'s new().\n\
.\n\
It allows you to allocate memory basically as you normally would without\... |
15f45ac3-6e84-4ab3-9ff6-cc3af594cc7a | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build mdns | ```bitbake
SUMMARY = "Simple mDNS client/server library in Golang"
HOMEPAGE = "https://github.com/hashicorp/mdns"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb04212e101fbbd028f325e04ad45778"
DEPENDS += "golang-cross dns go-net"
PKG_NAME = "github.com/hashicorp/mdns"
SRC_URI = "git://${PKG_NAME}.git"
SRCRE... |
5bbefe8a-7004-433e-8600-9056ba42cda1 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for tinycdb package | ```bitbake
DESCRIPTION = "an utility to manipulate constant databases (cdb) \
tinycdb is a small, fast and reliable utility and subroutine \
library for creating and reading constant databases. The database \
structure is tuned for fast reading."
PR = "r0"
inherit debian-package autotools-brokensep
LICENSE = "PD"
LI... |
fe14c1ad-970d-4d78-80d8-943d9f9012bc | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libcrypt-openssl-rsa-perl package | ```bitbake
#
# base recipe: http://cgit.openembedded.org/meta-openembedded/tree/meta-perl/\
# recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.28.bb
# base branch: master
#
SUMMARY = " module for RSA encryption using OpenSSL"
DESCRIPTION = "\
Crypt::OpenSSL::RSA is a Perl module that provides glue to the RSA fun... |
3b5e4be3-e175-44a3-8ab4-d7e366856ad3 | {
"language": "BitBake"
} | ```bitbake
```
Add fastrpc recipe for {a,c}dsp | ```bitbake
HOMEPAGE = "https://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git"
SUMMARY = "Qualcomm FastRPC applications and library"
SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://src/fastrpc_apps_user.c;beginline=1;endline=29;md5=f94f3a7beba14ae2f59f817e9634f891"
SRCREV = "a28fcb0f2... |
084fbd88-dbcc-4fb8-8d73-0a11ea92309d | {
"language": "BitBake"
} | ```bitbake
```
Add utility to create variable cpu load | ```bitbake
DESCRIPTION = "Utility to generate specified CPU Load"
HOMEPAGE = "https://github.com/ptitiano/cpuloadgen"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6c2eb46c569d0cd7884089fea6b4f31"
PV = "0.93"
PR = "r0"
BRANCH ?= "master"
SRCREV ?= "301d69899d6f4d84f143e0ed86957eea416a27a6"
SRC_URI = "git:... |
32f19712-8d2a-4099-8750-4ab698902834 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for firenodejs autostart | ```bitbake
DESCRIPTION = "FireNodejs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = "file://firenodejs-start.init"
inherit update-rc.d
INITSCRIPT_NAME = "firenodejs-start"
INITSCRIPT_PARAMS = "start 10 S ."
do_install () {... |
884f0382-aa65-47ce-9a09-6976d701a72d | {
"language": "BitBake"
} | ```bitbake
```
Revert "glm: remove - a later version is in meta-oe" | ```bitbake
SUMMARY = "C++ mathematics library for graphics programming"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://copying.txt;md5=4431606d144252143c9c3df384a74cad"
inherit cmake
SRC_URI = "git://github.com/g-truc/glm.git"
# 0.9.8.3 tag
SRCREV = "6a1e2ec5d5e79e6d869c947cbdbcbb297bdf9d32"
S = "${WORKDIR}/git"
do_conf... |
63099a1f-b75a-4f7f-bad9-e35811121ca3 | {
"language": "BitBake"
} | ```bitbake
```
Introduce a new version of gpe-bluetooth. | ```bitbake
LICENSE = "GPL"
inherit gpe autotools
DESCRIPTION = "GPE bluetooth support"
DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus libglade blueprobe bluez-utils-dbus"
RDEPENDS = "bluez-utils-dbus blueprobe"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe... |
171de689-6290-4493-b7f7-8d88ab038042 | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build circbuf | ```bitbake
SUMMARY = "Go package for circular buffers"
HOMEPAGE = "https://github.com/armon/circbuf"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2d77030c0183e3d1e66d26dc1f243be"
PKG_NAME = "github.com/armon/circbuf"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "f092b4f207b6e5cce0569056fba9e1a2735cb6cf"
S = ... |
6ac29f2e-9385-4566-b999-a835990628cd | {
"language": "BitBake"
} | ```bitbake
```
Add rtos recipe for i2c-lld | ```bitbake
SUMMARY = "TI RTOS low level driver for Inter-IC module (I2C)"
inherit ti-pdk
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://I2C.h;beginline=1;endline=32;md5=147a6773e962b103cd162ca58535289c"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|omapl1|c66x"
PACKAGE_ARCH = "${MACHINE_ARCH}"
I2C_LLD_GI... |
098c8523-f5d6-4613-94a4-012c6cc05353 | {
"language": "BitBake"
} | ```bitbake
```
Add rtos recipe for mmcsd-lld | ```bitbake
SUMMARY = "TI Multimedia card(MMC)/Secure Digital(SD) low level driver for RTOS "
inherit ti-pdk
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://MMCSD.h;beginline=1;endline=32;md5=f74069541d4d165a000a66b4043cb065"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
... |
8536d303-3bd0-4dd0-864a-825dd2812418 | {
"language": "BitBake"
} | ```bitbake
```
Add librecord2, the new G(PE)^2 database library. | ```bitbake
LICENSE = "LiPS"
DESCRIPTION = "LiPS database API."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 e2fsprogs-libs sqlite3"
PR = "r0"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
LDFLAGS += " -L${STAGING_LIBDIR}"
do_stage () {
autotools_stage_all
}
``... |
ca4331a3-a37c-4eec-befc-40d12ed13a23 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for mountall package | ```bitbake
SUMMARY = "Filesystem mounting tool"
DESCIPTION = "Mountall mounts filesystems when the underlying block devices are \
ready, or when network interfaces come up, checking the filesystems \
first."
LICENSE = "LGPLv2+ & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
... |
b42521ba-2eb5-43e2-bd71-9ae1df39f20d | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for SVN version | ```bitbake
DESCRIPTION = "A boot profiling tool"
HOMEPAGE = "http://code.google.com/p/ubootchart/"
LICENSE="GPLv3"
PV = "0.1.0+svnr${SRCREV}"
PR = "r0"
SRCREV_pn-ubootchart ?= "12"
SRC_URI="svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk"
S = "${WORKDIR}/trunk"
do_patch() {
sed -i "s/@VERSION@/${PV}... |
f6f5f1f1-ca1c-4c86-a65c-971189d8f97c | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for debug image | ```bitbake
# Base this image on console-image
require recipes-images/angstrom/console-image.bb
IMAGE_FEATUES += "tools-testapps tools-debug"
# Include modules in rootfs
IMAGE_INSTALL += "alsa-utils kolibre-sample-client libkolibre-clientcore-dbg gdb"
export IMAGE_BASENAME = "kolibre-debug-image"
``` |
2f6a91aa-60ad-4b54-866c-8152c2c826df | {
"language": "BitBake"
} | ```bitbake
```
Add a bitbake recipe to build net-rpc-msgpackrpc | ```bitbake
SUMMARY = "Provides functions of jsonrpc by communicating with MessagePack"
HOMEPAGE = "https://github.com/hashicorp/net-rpc-msgpackrpc"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb70e2b4f339ce6b09fffba9a882dc53"
DEPENDS = "go-msgpack"
PKG_NAME = "github.com/hashicorp/net-rpc-msgpackrpc"
SR... |
0e65805c-d68a-4ca3-8164-02f223c532fa | {
"language": "BitBake"
} | ```bitbake
```
Add the native version of the Local::gettext module. | ```bitbake
SECTION = "libs"
inherit native
EXTRA_CPANFLAGS += " EXPATINCPATH='${STAGING_INCDIR}' EXPATLIBPATH='${STAGING_LIBDIR}'"
require liblocale-gettext-perl_${PV}.bb
``` |
38eee309-da00-488c-af4e-7c035956f566 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for vsftpd pacakge | ```bitbake
SUMMARY = "Very Secure FTP server"
HOMEPAGE = "https://security.appspot.com/vsftpd.html"
PR = "r0"
inherit debian-package
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=a6067ad950b28336613aed9dd47b1271 \
file://COPYRIGHT;md5=04251b2eb0f298dae376d92454f6f72e \
file://LICENSE;md5=654df2042d44b8... |
08cf58d5-202c-454e-95cb-757e9385ad2f | {
"language": "BitBake"
} | ```bitbake
```
Add package, ATA over ethernet userspace utilities | ```bitbake
DESCRIPTION = "ATA over Ethernet Tools"
SECTION = "console/network"
RRECOMMENDS = "kernel-module-aoe"
PR = "r0"
LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
inherit autotools
``` |
e41de8a7-9764-4b55-b154-78b8e4304ce6 | {
"language": "BitBake"
} | ```bitbake
```
Add Build recipe for boost-img tool. | ```bitbake
# Copyright (C) 2011 Peter Tworek <tworaz666@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Tool for creating bootable images for Psion Teklogix NetBook Pro"
DEPENDS = "zlib-native"
SRCREV = "2a9036d5b67066f533c37c41f4c03cc7dc62214f"
PV = "0.1.99+git${SRCPV}"
PR ... |
75c39146-1188-4ab4-9ff8-09ebf6e6c677 | {
"language": "BitBake"
} | ```bitbake
```
Integrate the SONOS control HomeAssistant module | ```bitbake
DESCRIPTION = "A SoCo fork with fixes for Home Assistant "
HOMEPAGE = "https://pypi.org/project/pysonos/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
SRC_URI[sha256sum] = "3fed94dffbca5807d39d000d1415fe8d7dfc1032ba92a33d0b577eb2e98a81... |
c624cda3-4047-44bd-be11-535c2d8f2922 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Bootchart Lite for Embedded Systems."
AUTHOR = "Fred Chien"
LICENSE = "GPLv2"
SECTION = "console/utils"
HOMEPAGE = "http://code.google.com/p/bootchart-lite/"
PV = "0.1+svnr${SRCPV}"
PR = "r0"
SRC_URI = "svn://bootchart-lite.googlecode.com/svn/;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
... | ```bitbake
DESCRIPTION = "Bootchart Lite for Embedded Systems."
AUTHOR = "Fred Chien"
LICENSE = "GPLv2"
SECTION = "console/utils"
HOMEPAGE = "http://code.google.com/p/bootchart-lite/"
PV = "0.1+svnr${SRCPV}"
PR = "r0"
SRC_URI = "svn://bootchart-lite.googlecode.com/svn/;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
... |
fdf95f30-6b6c-46e6-979f-47d7eb1362fd | {
"language": "BitBake"
} | ```bitbake
```
Add headers for raspberrypi kernel | ```bitbake
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
PR = "r0"
PROVIDES = "linux-libc-headers"
RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
SRCREV = "10182a3bc434b27740f81c2b836a1af943060241"
SRC_URI = "git://github.com/raspberrypi/linux.git;pro... |
e8186493-b8d8-4108-8c2f-aa7a3f92380e | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for PKCS11 engine | ```bitbake
DESCRIPTION = "OpenSSL PKCS11 engine"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=471dacb7f0586e35729f422b8098585f"
SECTION = "libs"
inherit autotools pkgconfig
DEPENDS = "openssl libtool libp11"
PV = "1.3.0.0"
BRANCH="master"
# Commit corresponds to DEV.ENGIN... |
660356ad-2b92-4ed3-984f-dd9766299b26 | {
"language": "BitBake"
} | ```bitbake
```
Add initial recipe for Azure C SDK. | ```bitbake
DESCRIPTION = "Microsoft Azure IoT device SDK for C"
HOMEPAGE = "https://github.com/Azure/azure-iot-sdks"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4283671594edec4c13aeb073c219237a"
inherit cmake pkgconfig
SRC_URI = "gitsm://github.com/Azure/azure-iot-sdks.git"
SRCREV = "${AUTOREV}"
PR = "r1"... |
972cfa9a-70fc-43b8-b232-222cc45388a1 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for redsocks - transparent proxy redirector | ```bitbake
DESCRIPTION = "redsocks - transparent socks redirector"
SECTION = "net/misc"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM="file://README;beginline=74;endline=78;md5=edd3a93090d9025f47a1fdec44ace593"
SRCREV = "27b17889a43e32b0c1162514d00967e6967d41bb"
SRC_URI = "git://github.com/darkk/redsocks.git"
DEPENDS = "l... |
10c59ed1-8e6e-4b67-b3ce-cf6e8b75534b | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for requests unixsocket python library | ```bitbake
SUMMARY = "Use requests to talk HTTP via a UNIX domain socket"
HOMEPAGE = "https://github.com/msabramo/requests-unixsocket"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
inherit pypi setuptools3
DEPENDS += "\
python3-pbr-native \
"
RDEPENDS_${PN} += "\... |
b60cdddd-714f-4cda-bfa3-2c6d46e2b9d4 | {
"language": "BitBake"
} | ```bitbake
```
Add RTOS package of the RM LLD | ```bitbake
inherit ti-pdk
require rm-lld.inc
PR = "${INC_PR}.0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
XDCARGS_k2hk-evm = "k2h k2k"
XDCARGS_k2e-evm = "k2e"
XDCARGS_k2l-evm = "k2l"
XDCARGS_k2g-evm = "k2g"
``` |
8a3737f7-7ac7-4722-a26f-c244e9c19c9c | {
"language": "BitBake"
} | ```bitbake
```
Revert "zstd: move recipe to oe-core" | ```bitbake
SUMMARY = "Zstandard - Fast real-time compression algorithm"
DESCRIPTION = "Zstandard is a fast lossless compression algorithm, targeting \
real-time compression scenarios at zlib-level and better compression ratios. \
It's backed by a very fast entropy stage, provided by Huff0 and FSE library."
HOMEPAGE = "... |
40429956-b328-4b75-b631-58b669c6aadf | {
"language": "BitBake"
} | ```bitbake
```
Add TI audio and video files | ```bitbake
DESCRIPTION = "AMSDK multimedia support files"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_multimedia/"
LICENSE = "CC-BY-NC-ND-3.0"
SECTION = "multimedia"
PRIORITY = "optional"
LIC_FILES_CHKSUM = "file://Multimedia_Data_Files_Manifest.doc;md5=5f25f2753d6294d6b3ecac61d2f64146"
PR = "r0"
COMPATIBLE_MACHIN... |
6d926ca7-3eee-4f0a-8927-24a3e18b6a22 | {
"language": "BitBake"
} | ```bitbake
```
Create recipe to demonstrate qt5 example. | ```bitbake
SUMMARY = "Qt5 everywhere demo"
DESCRIPTION = "Quick tour of Qt 5.0, primarily focusing on its graphical capabilities."
HOMEPAGE = "https://qt.gitorious.org/qt-labs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://main.cpp;md5=1187cb795a0f96bce64e63dd1a67dc2b"
DEPENDS = "qtdeclarative qtgraphicaleffects"
S... |
4fe7a704-7ff5-4a3e-9061-6dfbd8360a25 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for paxctl package | ```bitbake
#
# base recipe: http://git.yoctoproject.org/cgit/cgit.cgi/meta-security/\
# tree/recipes-security/paxctl/paxctl_0.9.bb
# base branch: master
# base commit: 8eadad192719be3d2320effe6a27a83120d74a2f
#
SUMMARY = "new PaX control program for using the PT_PAX_FLAGS marking"
DESCRIPTION = "paxctl is a t... |
f2292649-c3bc-43eb-b27b-d6a85532e595 | {
"language": "BitBake"
} | ```bitbake
```
Add ULM library for ARM and DSP. | ```bitbake
DESCRIPTION = "TI dsptop utility."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://../debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979"
DEPENDS = "ti-cgt6x-native"
PR = "${INC_PR}.0"
S = "${WORKDIR}/git/dsptop/ulm"
DEVICE=""
DEVICE_dra7xx = "DRA7xx"
DEVICE_keystone = "C66AK2Hxx"
EXTRA_OEMAKE = "release D... |
3c345bea-e19b-4e72-9ed3-2c1709f4e238 | {
"language": "BitBake"
} | ```bitbake
```
Add recipes for python3-tz packages | ```bitbake
SUMMARY = "Python3 version of the Olson timezone database"
DESCRIPTION = "python-tz brings the Olson tz database into Python. This library allows \
accurate and cross platform timezone calculations using Python 2.3 or higher. \
It also solves the issue of ambiguous times at the end of daylight savings, \
... |
cc6b6db6-6fca-441e-8916-c6375e9f3ce1 | {
"language": "BitBake"
} | ```bitbake
```
Add rtos recipe for hyplnk-lld | ```bitbake
SUMMARY = "TI RTOS low level driver for Hyperlink peripheral"
inherit ti-pdk
require recipes-bsp/hyplnk-lld/hyplnk-lld.inc
PR = "${INC_PR}.0"
COMPATIBLE_MACHINE_append = "|c66x"
# HTML doc link params
PDK_COMP_LINK_TEXT = "HYPLNK LLD"
``` |
d8d698fd-f8b6-4e64-9c41-1fd8172f519f | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for mono-native package | ```bitbake
UMMARY = "An Open Source implementation of the Microsoft's .NET Framework"
DESCRIPTION = "This is part of the Mono project - http://mono-project.com"
HOMEPAGE = "http://www.mono-project.com/"
PR = "r0"
inherit debian-package
LICENSE = "LGPLv2+ & GPLv2+ & MIT & MPL-1.1"
LIC_FILES_CHKSUM = "\
file://COPYING... |
ab83a333-5fa3-4f2a-8c0f-667d5b78478b | {
"language": "BitBake"
} | ```bitbake
```
Remove kernel-version and add own version | ```bitbake
SUMMARY = "Module for Low Power Actions on sitec systems S4 Comm Pro X"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
MAINTAINER = "Robert Lehmann <robert.lehmann@sitec-systems.de>"
inherit module
PR = "r2"
PV = "1.0.0"
SR... |
772a2ede-0315-4057-9625-37317949dd77 | {
"language": "BitBake"
} | ```bitbake
SECTION = "console/utils"
DESCRIPTION = 'The PCI Utilities package contains a library for portable access \
to PCI bus configuration space and several utilities based on this library.'
HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml"
LICENSE = "GPLv2"
PR="r1"
PARALLEL_MAKE = ""
SRC_URI = "f... | ```bitbake
SECTION = "console/utils"
DESCRIPTION = 'The PCI Utilities package contains a library for portable access \
to PCI bus configuration space and several utilities based on this library.'
HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml"
LICENSE = "GPLv2"
PR="r2"
PARALLEL_MAKE = ""
FILES_pciutil... |
c5007686-3b6f-45c0-8979-4ddcf147b67a | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for transitions python library | ```bitbake
SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
AUTHOR = "Tal Yarkoni"
HOMEPAGE = "http://github.com/pytransitions/transitions"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8734a2c2e13bbf9c2fd1b6cb64af8219"
inherit pypi setuptools3
RDEPENDS_${P... |
f8c5c9a8-3973-4042-94f5-daf751cae0c3 | {
"language": "BitBake"
} | ```bitbake
```
Add CHIP specific uboot recipe | ```bitbake
require recipes-bsp/u-boot/u-boot.inc
DESCRIPTION = "U-Boot port for C.H.I.P. boards"
DEPENDS += "dtc-native"
PROVIDES += "u-boot"
UBOOT_VERSION ?= "2015.07"
PV = "${UBOOT_VERSION}+git${SRCPV}"
SRCREV ?= "854d5fcc641d8d8914c03a69d7172815d5b81a99"
BRANCH ?= "chip/stable"
SRC_URI = "git://github.com/NextTh... |
cce7ba69-7d49-4a2a-b641-1d0563d90b5e | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for libical package | ```bitbake
SUMMARY = "iCalendar library implementation in C"
DESCRIPTION = "\
libical is an open source implementation of the IETF's iCalendar calendaring \
and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components \
and provides a C API for manipulating the component properties, parameters, \
... |
ef5a603e-5e6f-47f8-991b-f52b7eeac0db | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f90... | ```bitbake
DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f90... |
179dcfae-29d5-44d9-9b68-885dd1138a63 | {
"language": "BitBake"
} | ```bitbake
```
Add recipe for C implementation for userspace driver app | ```bitbake
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
HOMEPAGE = "https://booting.oniroproject.org/distro/components/pim435"
SUMMARY = "A userspace driver application for PIM435 written in C"
DESCRIPTION = "A userspace driver application for PIM435 (Pimoroni LED matrix) \
written in ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.