commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
f471a9bdd77b4fc9d77ab21642d8278272870997
recipes-extended/robovero-python/robovero_python_0.1.bb
recipes-extended/robovero-python/robovero_python_0.1.bb
DESCRIPTION = "Python client library for Gumstix RoboVero" HOMEPAGE = "https://github.com/robovero/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=52b7490557d2fd1a2c673d32aa5d4b8a" SRCREV = "a0c5719086348af7d1a9c91f04a255f512bb38d4" SRC_URI = "git://github.com/robovero/python.git;branch=ma...
DESCRIPTION = "Python client library for Gumstix RoboVero" HOMEPAGE = "https://github.com/robovero/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=52b7490557d2fd1a2c673d32aa5d4b8a" SRCREV = "a0c5719086348af7d1a9c91f04a255f512bb38d4" SRC_URI = "git://github.com/robovero/python.git;branch=ma...
Install example scripts into /usr/share
[robovero] Install example scripts into /usr/share The example scripts are now installed in /usr/share/robovero-python directory. The /usr/share directory is also where VIM installs its tutorial files.
BitBake
mit
allsey87/meta-bebot-temp,allsey87/meta-bebot-temp,allsey87/meta-bebot-temp,gumstix/meta-gumstix-extras,gumstix/meta-gumstix-extras,gumstix/meta-gumstix-extras
546a9a207e17e36010e48cf7eb7a9bea72a51b14
packages/simplhelloworld/simplehelloworld_1.0.0.bb
packages/simplhelloworld/simplehelloworld_1.0.0.bb
DESCRIPTION = "johns hello world sample program" PR = "r0" DEPENDS = "" SRC_URI = " \ file://hello.c \ " S = "${WORKDIR}" do_compile () { ${CC} ${CFLAGS} ${LDFLAGS} -o hello hello.c } do_install () { install -d ${D}${bindir}/ install -m 0755 ${S}/hello ${D}${bindir}/ } FILES_${PN} = "${bindir}/hell...
DESCRIPTION = "johns hello world sample program" PR = "r1" DEPENDS = "" SRC_URI = " \ file://hello.c \ " S = "${WORKDIR}" do_compile () { ${CC} ${CFLAGS} ${LDFLAGS} -o hello hello.c } do_install () { install -d ${D}${bindir} install -m 0755 hello ${D}${bindir} }
Remove redundant FILES_$ from helloworld
Remove redundant FILES_$ from helloworld
BitBake
mit
nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded
54f9e194d027547c8dd531dea003bacaa0cb72e0
meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
SUMMARY = "GNOME default webbrowser" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring" inherit gnome SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8...
SUMMARY = "GNOME default webbrowser" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "gnome-doc-utils libsoup-2.4 webkit-gtk gtk+ gconf iso-codes startup-notification ca-certificates libgnome-keyring" inherit gnome SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8...
Fix build when S != B
epiphany: Fix build when S != B Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com> Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
BitBake
mit
rehsack/meta-openembedded,amery/meta-openembedded,schnitzeltony/meta-openembedded,akuster/meta-openembedded,schnitzeltony/meta-openembedded,lixinfnst/meta-openembedded,joelagnel/meta-openembedded,akuster/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,fredcadete/m...
4f1567a443760bd99ca3d55fc06cb4bd01ad243c
recipes-utilities/image-display/image-display_1.0.bb
recipes-utilities/image-display/image-display_1.0.bb
DESCRIPTION = "Systemd Service script to run mpv in a loop with a PNG file for demo purposes." HOMEPAGE = "https://mender.io" LICENSE = "Apache-2.0" SRC_URI = " \ file://${PN}.service \ file://demo-image-locked.png \ file://demo-image-unlocked.png \ file://LICENSE \ " LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5...
DESCRIPTION = "Systemd Service script to run mpv in a loop with a PNG file for demo purposes." HOMEPAGE = "https://mender.io" LICENSE = "Apache-2.0" SRC_URI = " \ file://${PN}.service \ file://demo-image-locked.png \ file://demo-image-unlocked.png \ file://LICENSE \ " LIC_FILES_CHKSUM = "file://${S}/../LICENSE;md5...
Allow the displayed file to be overridden in local.conf
Allow the displayed file to be overridden in local.conf Signed-off-by: Drew Moseley <478ab6677b1bea404266cbf056683e99e5c5f252@northern.tech>
BitBake
mit
drewmoseley/meta-dmoseley-local-config,drewmoseley/meta-dmoseley-local-config,drewmoseley/meta-dmoseley-local-config,drewmoseley/meta-dmoseley-local-config,drewmoseley/meta-dmoseley-local-config
5cbb66115a6a6ca91330176f0cba8f865098d8e3
packages/matchbox-panel/matchbox-panel_0.9.2.bb
packages/matchbox-panel/matchbox-panel_0.9.2.bb
include matchbox-panel.inc PR="r5" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://add_hostap.patch;patch=1 \ file://kernel2.6.patch;patch=1"
include matchbox-panel.inc PR="r6" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://add_hostap.patch;patch=1 \ http://handhelds.org/~pb/mb-panel-0.9.2-polling.patch;patch=1 \ http://handhelds.org/~pb/mb-panel-0.9.2-msgcancel.patch;patch=1 \ ...
Include patches to fix polling and cancellation of panel messages.
matchbox-panel: Include patches to fix polling and cancellation of panel messages.
BitBake
mit
dave-billin/overo-ui-moos-auv,buglabs/oe-buglabs,dellysunnymtech/sakoman-oe,YtvwlD/od-oe,mrchapp/arago-oe-dev,nlebedenco/mini2440,popazerty/openembedded-cuberevo,John-NY/overo-oe,dellysunnymtech/sakoman-oe,popazerty/openembedded-cuberevo,bticino/openembedded,sutajiokousagi/openembedded,demsey/openembedded,buglabs/oe-bu...
02ffa6dd789ddddaa1d1875c9637c73252db5014
recipes-tplino/images/core-image-tplino.bb
recipes-tplino/images/core-image-tplino.bb
# # Copyright (C) 2012 Travelping GmbH # SUMMARY = "Image with TPLino components." LICENSE = "MIT" IMAGE_FEATURES += "splash ssh-server-dropbear ${TPLINO_IMAGE_FEATURES}" inherit core-image-tplino core-image distro_features_check
# # Copyright (C) 2015 Travelping GmbH # SUMMARY = "Image with CarOS components." LICENSE = "MIT" IMAGE_FEATURES += "splash ssh-server-dropbear ${TPLINO_IMAGE_FEATURES}" inherit core-image-tplino core-image distro_features_check extrausers # set root password to 'caros' # # compute new value with: perl -e 'print cry...
Set root password to "caros"
Set root password to "caros"
BitBake
mpl-2.0
RoadRunnr/meta-caros,GalaxyGorilla/meta-caros,umatomba/meta-caros,ContentSafe/meta-caros,hsychla/meta-caros,ContentSafe/meta-caros,pokymobo/meta-caros,hsychla/meta-caros,RoadRunnr/meta-caros,pokymobo/meta-caros,wfailla/meta-caros,thz/meta-caros,pokymobo/meta-caros,pokymobo/meta-caros,thz/meta-caros,RoadRunnr/meta-caros...
70e7860820f13ec7ad701fe458e6669848746bc7
recipes-devtools/python/python-rtimu_git.bb
recipes-devtools/python/python-rtimu_git.bb
DESCRIPTION = "RTIMULib is a C++ and Python library that makes it easy to use 9-dof and \ 10-dof IMUs with embedded Linux systems" HOMEPAGE = "https://github.com/RPi-Distro/RTIMULib/" SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" SRC_URI = "git:...
Add recipe to support RTIMULib
python-rtimu: Add recipe to support RTIMULib RTIMULib is a C++ and Python library that makes it easy to use 9-dof and 10-dof IMUs with embedded Linux systems. Python module for Raspberry Pi Sense HAT depends on it. Python module python-rtimu uses the source code from the GitHub repository of RPi-Distro. Signed-off-b...
BitBake
mit
kraj/meta-raspberrypi,toolmmy/meta-raspberrypi,VCTLabs/meta-raspberrypi,kraj/meta-raspberrypi,schnitzeltony/meta-raspberrypi,agherzan/meta-raspberrypi,toolmmy/meta-raspberrypi,LocutusOfBorg/meta-raspberrypi,LocutusOfBorg/meta-raspberrypi,LocutusOfBorg/meta-raspberrypi,schnitzeltony/meta-raspberrypi,leon-anavi/meta-rasp...
235a67532cc6dc3994bb96f71a3edeed32ce05c0
recipes/buglabs/net.contentobjects.jnotify_0.91.bb
recipes/buglabs/net.contentobjects.jnotify_0.91.bb
DESCRIPTION = "JNotify library with OSGi extensions." SRCREV = "12121" SRC_URI = "svn://bugcamp.net/bug/trunk;module=${PN};proto=svn" DEPENDS = "fastjar-native virtual/java-initial openjdk-6" #inherit jni-library bug-java-library inherit bug-java-library PACKAGES = ${PN} S = "${WORKDIR}/${PN}" # INHIBIT_PACKAGE_ST...
Add recipe for java notify usage
buglabs/jnotify: Add recipe for java notify usage
BitBake
mit
openembedded/openembedded,hulifox008/openembedded,dellysunnymtech/sakoman-oe,giobauermeister/openembedded,sutajiokousagi/openembedded,scottellis/overo-oe,sutajiokousagi/openembedded,yyli/overo-oe,buglabs/oe-buglabs,nx111/openembeded_openpli2.1_nx111,giobauermeister/openembedded,mrchapp/arago-oe-dev,BlackPole/bp-openemb...
274a3e5941f47672585df1b57b35e205e7c7ddfc
recipes/xserver-common/xserver-common_1.34.bb
recipes/xserver-common/xserver-common_1.34.bb
DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" PR = "r0" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" RCONFLICTS_${PN} = "xserver-kdrive-common" RREPLACES_${PN} = "xserver-kdrive-common" # we are using a gpe-style Makefile inherit gpe...
Add new release with several bugfixes and merged patches from OE. tested with Angstrom 2008.1
xserver-common: Add new release with several bugfixes and merged patches from OE. tested with Angstrom 2008.1
BitBake
mit
yyli/overo-oe,libo/openembedded,anguslees/openembedded-android,rascalmicro/openembedded-rascal,openpli-arm/openembedded,hulifox008/openembedded,scottellis/overo-oe,BlackPole/bp-openembedded,trini/openembedded,rascalmicro/openembedded-rascal,dellysunnymtech/sakoman-oe,sentient-energy/emsw-oe-mirror,nx111/openembeded_ope...
1ba00ffac813fd44983ef88cda235d5abbd33b2a
meta-pod/recipes-devtools/go/go-msgpack_git.bb
meta-pod/recipes-devtools/go/go-msgpack_git.bb
SUMMARY = "Collection of Open-Source Go libraries and tools" HOMEPAGE = "https://github.com/hashicorp/go-msgpack" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f4c936a1236aa7f17ca2a0b0ce4bfdd" PKG_NAME = "github.com/hashicorp/go-msgpack" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "fa3f63826f7c23912c...
Add a bitbake recipe to build go-msgpack
go-msgpack: Add a bitbake recipe to build go-msgpack Go-msgpack is a collectin of open-source go libraries and tools. This library is part of the dependency tree needed to build consul Signed-off-by: Christopher Braga <ecd7259f54548716af2f59ce4d8c3af5ea2e9f00@windriver.com>
BitBake
mit
jwessel/meta-overc,masselstine/meta-overc,mufeng/meta-overc,WindRiver-OpenSourceLabs/meta-overc,OverC/meta-overc,masselstine/meta-overc,OverC/meta-overc,WindRiver-OpenSourceLabs/meta-overc,jwessel/meta-overc,mufeng/meta-overc,jwessel/meta-overc,OverC/meta-overc,OverC/meta-overc,masselstine/meta-overc,mufeng/meta-overc,...
b8e0c83bc18cb1ca8740c44b25ff910ab16681f2
packages/initrdscripts/initramfs-image-ipk_1.0.bb
packages/initrdscripts/initramfs-image-ipk_1.0.bb
DESCRIPTION = "Boot initramfs as a package" PR = "r1" do_compile() { cd ${TOPDIR}; DISTRO=${USERDISTRO} MACHINE=${MACHINE} ANGSTROM_MODE=uclibc IMAGE_FSTYPES=cpio.gz DEPLOY_TO=${D}/boot/initramfs.bin bitbake initramfs-image } do_install() { install -d ${D}/boot/ cd ${TOPDIR}; DISTRO=${USERDISTRO} MACHINE=${MACHINE...
Package initramfs into package. * Go badass with recursive bitbake invocation idea expressed on ML. * It works! But don't try with BB_NUMBER_THREADS > 1 or at home.
initramfs-image-ipk: Package initramfs into package. * Go badass with recursive bitbake invocation idea expressed on ML. * It works! But don't try with BB_NUMBER_THREADS > 1 or at home.
BitBake
mit
JamesAng/goe,BlackPole/bp-openembedded,nx111/openembeded_openpli2.1_nx111,thebohemian/openembedded,anguslees/openembedded-android,nx111/openembeded_openpli2.1_nx111,nzjrs/overo-openembedded,popazerty/openembedded-cuberevo,openpli-arm/openembedded,nlebedenco/mini2440,giobauermeister/openembedded,yyli/overo-oe,KDAB/OpenE...
176682e4ffaa1dd046bb0e274b863e1ce9754c5f
meta-pod/recipes-devtools/go/go-metrics_git.bb
meta-pod/recipes-devtools/go/go-metrics_git.bb
SUMMARY = "A go based metrics library" HOMEPAGE = "https://github.com/armon/go-metrics" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2d77030c0183e3d1e66d26dc1f243be" PKG_NAME = "github.com/armon/go-metrics" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "b2d95e5291cdbc26997d1301a5e467ecbb240e25" S = "${WORKDIR...
Add bitbake recipe to build go-metrics
go-metrics: Add bitbake recipe to build go-metrics Go-metrics is a go library that provides metrics tools. This library is part of the dependency chain needed to build consul Signed-off-by: Christopher Braga <ecd7259f54548716af2f59ce4d8c3af5ea2e9f00@windriver.com>
BitBake
mit
mufeng/meta-overc,WindRiver-OpenSourceLabs/meta-overc,jwessel/meta-overc,WindRiver-OpenSourceLabs/meta-overc,WindRiver-OpenSourceLabs/meta-overc,jwessel/meta-overc,OverC/meta-overc,OverC/meta-overc,masselstine/meta-overc,OverC/meta-overc,OverC/meta-overc,masselstine/meta-overc,mufeng/meta-overc,paw3142/meta-overc-1,paw...
2da608d15a1e1a09a64fc0812b8cdfe9ef1adf83
recipes-graphics/lightdm/lightdm-webkit-greeter_0.1.2.bb
recipes-graphics/lightdm/lightdm-webkit-greeter_0.1.2.bb
DESCRIPTION = "LightDM Webkit Greeter" LICENSE = "GPLv3 LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "lightdm libxklavier consolekit polkit" PR = "r0" inherit autotools SRC_URI = " \ http://launchpad.net/lightdm-webkit-greeter/trunk/${PV}/+download/lightdm-w...
Add recipe for the WebKit based LightDM greeter.
lightdm-webkit-greeter: Add recipe for the WebKit based LightDM greeter. * NOTE: The WebKit greeter does not seem all that stable when compaired to the GTK+ greeter.
BitBake
mit
openpandora/meta-openpandora-vendor,openpandora/meta-openpandora-vendor,openpandora/meta-openpandora-vendor,openpandora/meta-openpandora-vendor,openpandora/meta-openpandora-vendor
b8582b00151fcefdd4ae11399617a658ae5952d0
recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb
SUMMARY = "Video Decoding Firmware Packaging recipe" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE;md5=84ca7278930db001870686ad997d6bb1" BRANCH = "master" SRCREV = "0acbf1d0a7c7eaca0ef14c1a30ce313ea82147e5" SRC_URI = "git://git.ti.com/jacinto7_multimedia/ti-img-encode-decode.git;protocol=git;branch=${BRANCH}"...
Add the recipe for vxd-dec-fw
vxd-dec-fw: Add the recipe for vxd-dec-fw Add the firmware packaging recipe for the video decoder for J721E devices. Signed-off-by: Angela Stegmaier <0b9c9dcdc4e415fb0f73f540bab597a22cb131da@ti.com> Signed-off-by: David Huang <894e8cf39ae5b85b1a4c2766795002eae5cd1e43@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71a...
BitBake
mit
rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti
766ee9a69a1ade369f144d041b166ce97f9af6da
meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb
meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb
DESCRIPTION = "Texas Instruments Pinmux Utility" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=2b328fcf0477d688d8b85f7310f9e6b9" COMPATIBLE_MACHINE = "am180x-evm" PR = "r0" SRC_URI = "https://gforge.ti.com/gf/download/frsrelease/461/4210/Pin_Setup_AM18xx_01_00_1076_03.zip;name=base;subdir=${P}" # Temporaril...
Add pinmux utility for am1808
pinmux-utility: Add pinmux utility for am1808 * Add Windows base pinmux utility for am1808. * This recipe was split from the pinmux-utility_2.3.1.0 recipe in arago. * The current recipe pulls in a zip file that doesn't contain license information. No where within the zip file or actually application contains licen...
BitBake
mit
rcn-ee/meta-arago,MentorEmbedded/meta-arago,mrchapp/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,mrchapp/meta-arago,mrchapp/meta-arago,rcn-ee/meta-arago
5fd744504b5c7cf3b0daa92b15cd6235e3a0b982
packages/bwmon/bwmon_1.3.bb
packages/bwmon/bwmon_1.3.bb
DESCRIPTION = "The Linux bandwidth monitor" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" DEPENDS = "ncurses" LICENSE = "Unspecified" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ file://makefile.patch;patch=1" EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" inherit autotools do_install () { ...
DESCRIPTION = "The Linux bandwidth monitor" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" DEPENDS = "ncurses" LICENSE = "Unspecified" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ file://makefile.patch;patch=1" EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" inherit autotools do_install () { ...
Make it use , and actually create the dir before installing. (duh)
Make it use , and actually create the dir before installing. (duh)
BitBake
mit
buglabs/oe-buglabs,BlackPole/bp-openembedded,bticino/openembedded,JamesAng/oe,sledz/oe,anguslees/openembedded-android,BlackPole/bp-openembedded,SIFTeam/openembedded,openembedded/openembedded,sampov2/audio-openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,dave-billin/overo-ui-moos-auv,xifengchuo/openembed...
e029d1bcf77571f9ce5d62c7558b317b330858e9
recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb
inherit ti-pdk require qmss-lld-02.01.00.12.inc DEPENDS += "rm-lld-rtos" XDCARGS_k2hk-evm = "k2h k2k" XDCARGS_k2l-evm = "k2l" XDCARGS_k2e-evm = "k2e" XDCARGS_k2g-evm = "k2g"
Add qmss-lld RTOS package version 02.01.00.12
qmss-lld-rtos: Add qmss-lld RTOS package version 02.01.00.12 Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
BitBake
mit
rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk
c25c86b702abe1ea41907c86a35b85ea8235f354
meta-arago-extras/recipes-connectivity/linuxptp/linuxptp_1.3.bb
meta-arago-extras/recipes-connectivity/linuxptp/linuxptp_1.3.bb
DESCRIPTION = "This software is an implementation of the Precision Time Protocol (PTP) \ according to IEEE standard 1588 for Linux" HOMEPAGE = "http://linuxptp.sourceforge.net/" SECTION = "console/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PR = "r0" SRC_URI = "h...
Add recipe for linux ptp
linuxptp: Add recipe for linux ptp - linuxptp is an implementation of precision time protocol (PTP) Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com> Acked-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0a...
BitBake
mit
rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago
19cd30b1535ea21e9cfcbd6eb951b8f65d85ae0a
recipes-debian/freetds/freetds_debian.bb
recipes-debian/freetds/freetds_debian.bb
SUMMARY = "FreeTDS command-line utilities" DESCRIPTION = "\ FreeTDS is an implementation of the Tabular DataStream protocol, used for \ connecting to MS SQL and Sybase servers over TCP/IP. \ " HOMEPAGE = "http://www.freetds.org/" PR = "r0" inherit debian-package LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM = "\ file...
Add recipe for freetds package
freetds: Add recipe for freetds package Create recipe to build freetds package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-de...
be1e07c17667b1ecd4011509bf048d39a0745ce4
meta-jessie-backports/recipes-debian/libclc/libclc_debian.bb
meta-jessie-backports/recipes-debian/libclc/libclc_debian.bb
SUMMARY=" OpenCL C language implementation" DESCRIPTION="\ libclc is an open implementation of the OpenCL C programming language, \ as specified by the OpenCL 1.1 Specification. \ " HOMEPAGE = "http://libclc.llvm.org" DEBIAN_GIT_BRANCH = "jessie-backports-master" inherit debian-package PV="0.2.0+git20150813" LICENS...
Add new recipe for libclc package
jessie-backports: Add new recipe for libclc package This recipe only provide libclc header file to build mesa-opencl-icd package. Signed-off-by: Nguyen Thi Huong <e753973d13925fe17a5d18d62689670601c3189c@toshiba.co.jp>
BitBake
mit
meta-debian/meta-debian-extra,meta-debian/meta-debian-extra,meta-debian/meta-debian-extra
15d16e6b8042dedf0a450c13622e9c020858dedd
packages/cairo/cairo_0.9.2.bb
packages/cairo/cairo_0.9.2.bb
SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r0" SRC_URI = "http://cairographics.org/snapsho...
SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" DEPENDS = "x11 libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" inherit autotools pkgconfig do_stage () { oe_runma...
Remove libpixman from cairo depends, since it was usurped into cairo
Remove libpixman from cairo depends, since it was usurped into cairo
BitBake
mit
dellysunnymtech/sakoman-oe,trini/openembedded,openembedded/openembedded,trini/openembedded,dellysunnymtech/sakoman-oe,SIFTeam/openembedded,anguslees/openembedded-android,nlebedenco/mini2440,bticino/openembedded,hulifox008/openembedded,JamesAng/oe,thebohemian/openembedded,YtvwlD/od-oe,SIFTeam/openembedded,JamesAng/goe,b...
b6ef7fd21907c62bf2e6063e503fef04aa9c83ec
recipes-debian/init-system-helpers/init-system-helpers_debian.bb
recipes-debian/init-system-helpers/init-system-helpers_debian.bb
SUMMARY = "Helper tools for all init systems" DESCRIPTION = "This package contains helper tools that are necessary for switching between\n\ the various init systems that Debian contains (e.g. sysvinit, upstart,\n\ systemd). An example is deb-systemd-helper, a script that enables systemd unit\n\ files without dependi...
Add recipe for init-system-helpers package
init-system-helpers: Add recipe for init-system-helpers package Create new recipe to build init-system-helpers package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,ngh...
23b08ed15605e664e191ff48a0c6ce78ee08bc8e
recipes/xfce-extras/gigolo_0.3.2.bb
recipes/xfce-extras/gigolo_0.3.2.bb
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}-${PV}.tar....
DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs." DEPENDS = "pkgconfig gtk+ gvfs" RDEPENDS = "libxfce4util libxfcegui4 gvfs fuse-utils" SECTION = "x11" LICENSE = "GPL-2" PR = "r3" inherit xfce46 XFCE_VERSION = "4.6.1" SRC_URI = "http://files.uvena.de/${PN}/${PN}...
Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.
gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.
BitBake
mit
openpli-arm/openembedded,buglabs/oe-buglabs,philb/pbcl-oe-2010,yyli/overo-oe,trini/openembedded,dave-billin/overo-ui-moos-auv,hulifox008/openembedded,trini/openembedded,dave-billin/overo-ui-moos-auv,dellysunnymtech/sakoman-oe,bticino/openembedded,Martix/Eonos,John-NY/overo-oe,SIFTeam/openembedded,anguslees/openembedded...
5c08fcd3f967560ea19eef1c6b1963036186bbb3
layers/meta-testdistro/recipes-support/eventlog/eventlog_0.2.13.bb
layers/meta-testdistro/recipes-support/eventlog/eventlog_0.2.13.bb
SUMMARY = "Replacement syslog API" DESCRIPTION = "The EventLog library aims to be a replacement of the \ simple syslog() API provided on UNIX systems. The \ major difference between EventLog and syslog is that \ EventLog tries to add structure to messages. EventLog \ ...
Add eventlog recipe, borrowed from meta-oe
Add eventlog recipe, borrowed from meta-oe
BitBake
mit
madisongh/test-distro,madisongh/test-distro,madisongh/test-distro
02ec3a8c4067529fda7103572af80613bea5e990
recipes-support/rapidjson/rapidjson_1.1.0.bb
recipes-support/rapidjson/rapidjson_1.1.0.bb
DESCRIPTION = "A fast JSON parser/generator for C++ with both SAX/DOM style API" HOMEPAGE = "http://rapidjson.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" inherit cmake PR = "r0" SRC_URI = "git://github.com/miloyip/rapidjson.git" SRCREV = "f54b0e47a08782a6131cc3d...
Add RapidJSON recipe required for AWS IoT C++ Device SDK
RapidJSON: Add RapidJSON recipe required for AWS IoT C++ Device SDK Signed-off-by: Scott Ware <73d8c51564b4eae79a1225e2fb09ab1ef1f00b4b@intel.com>
BitBake
mit
intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud
19f70740e937bb78a55a25f734329d27a9805d0f
recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb
recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb
SUMMARY = "R5 PSDK CPSW9G Ethernet Switch Firmware" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=04ad0a015d4bb63c2b9e7b112debf3db" PV = "1.0+git${SRCPV}" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit deploy inherit update-alternatives PROTOCOL = "git" BRANCH = "master" SRCREV = "df7f399319ee401dfbda93178...
Add CPSW 9G support for J7
cpsw9g-eth-fw: Add CPSW 9G support for J7 Signed-off-by: Santhana Bharathi <ee0f09e2858afb976f24c99b149b31fa3ead5cd0@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
BitBake
mit
rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti
45d3dc8ae71ecc6eedee739511cbaf5312fb0385
recipes-ti/ocl/opencl_git.bb
recipes-ti/ocl/opencl_git.bb
DESCRIPTION = "TI OpenCL" HOMEPAGE = "https://gitorious.design.ti.com/ocl" LICENSE = "BSD" include ocl.inc PR = "${INC_PR}.0" inherit cmake COMPATIBLE_MACHINE = "dra7xx|k2hk-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES += " ${PN}-runtime" DEPENDS = "ocl-gl-headers opencl-monitor cmake-native cmem ti-llvm3.3 ti-...
Add the opencl library package.
opencl: Add the opencl library package. Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
BitBake
mit
rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk
ea0af875cae2e182c72887a78319e885da26760e
meta-oe/recipes-support/libraw/libraw_0.20.2.bb
meta-oe/recipes-support/libraw/libraw_0.20.2.bb
SUMMARY = "raw image decoder" LICENSE = "LGPL-2.1 | CDDL-1.0" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" SRC_URI = "git://github.com/LibRaw/LibRaw.git" SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" S = "${WORKDIR}/git" inherit autotools pkgconfig DEPENDS = "jpeg jasper lcms"
Move from meta-qt5-extra to meta-oe
libraw: Move from meta-qt5-extra to meta-oe Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com> Cc: Andreas Müller <d72a15aaaca3a7afa855175c72dc8d2e05931e32@gmail.com>
BitBake
mit
rehsack/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-open...
b1e85bd5d8485ef4c2017f23893a5f9850634849
packages/maemo/osso-esd_0.5.bb
packages/maemo/osso-esd_0.5.bb
PR = "r0" LICENSE = "GPL" MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" PROVIDES = "esd" RPROVIDES = "esd" DEPENDS = "audiofile osso-dsp-headers" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz" S = ${WORKDIR}/esd inherit autotools pkgconfig
Add ESD daemon for Nokia 770 to be used with DSP stuff.
Add ESD daemon for Nokia 770 to be used with DSP stuff.
BitBake
mit
giobauermeister/openembedded,dellysunnymtech/sakoman-oe,John-NY/overo-oe,sampov2/audio-openembedded,nlebedenco/mini2440,dellysunnymtech/sakoman-oe,bticino/openembedded,philb/pbcl-oe-2010,openpli-arm/openembedded,libo/openembedded,openembedded/openembedded,dave-billin/overo-ui-moos-auv,trini/openembedded,BlackPole/bp-op...
9b6220eab461ec0ab09179ae78adcbbf4744f803
packages/e17/e17genmenu_2.0.2.bb
packages/e17/e17genmenu_2.0.2.bb
DESCRIPTION = "Convert Gnome or KDE menus to e17 menus" SECTION = "e/utils" DEPENDS = "e virtual/ecore virtual/evas eet engrave" LICENSE = "MIT" HOMEPAGE = "http://sourceforge.net/projects/e17genmenu" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" PR = "r0" export EET_CONFIG = "${STAGING_BINDIR}/eet-config...
Add e17genmenu, a program to convert KDE and Gnome menus to e17 menus
Add e17genmenu, a program to convert KDE and Gnome menus to e17 menus
BitBake
mit
JrCs/opendreambox,trini/openembedded,sledz/oe,nvl1109/openembeded,openpli-arm/openembedded,philb/pbcl-oe-2010,openembedded/openembedded,popazerty/openembedded-cuberevo,mrchapp/arago-oe-dev,openembedded/openembedded,popazerty/openembedded-cuberevo,John-NY/overo-oe,demsey/openenigma2,libo/openembedded,bticino/openembedde...
32d843f4a65a31c07bc4f823d3d574387c7305d9
packages/minilite/minilite_0.49.bb
packages/minilite/minilite_0.49.bb
inherit gpe LICENSE = "GPL" DEPENDS = "libgpewidget" SECTION = "gpe" DESCRIPTION = "GPE Screen light control dockapp" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" export CVSBUILD="no"
Add new release of minilite supporting the Nokia 770.
Add new release of minilite supporting the Nokia 770.
BitBake
mit
scottellis/overo-oe,libo/openembedded,philb/pbcl-oe-2010,mrchapp/arago-oe-dev,trini/openembedded,nx111/openembeded_openpli2.1_nx111,sutajiokousagi/openembedded,hulifox008/openembedded,nx111/openembeded_openpli2.1_nx111,anguslees/openembedded-android,KDAB/OpenEmbedded-Archos,buglabs/oe-buglabs,popazerty/openembedded-cub...
42e28edbc87016949ffcf71a014e93922a762fac
meta-pod/recipes-devtools/go/mapstructure_git.bb
meta-pod/recipes-devtools/go/mapstructure_git.bb
SUMMARY = "Go library for decoding generic map values to structures" HOMEPAGE = "https://github.com/mitchellh/mapstructure" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f7765c3d4f58e1f84c4313cecf0f5bd" PKG_NAME = "github.com/mitchellh/mapstructure" SRC_URI = "git://${PKG_NAME}.git" SRCREV = "2caf8efc93669b6...
Add bitbake recipe to build mapstructure
mapstructure: Add bitbake recipe to build mapstructure Mapstructure is a go library for decoding generic map values to structures and vice versa. This library is part of the dependency tree needed to build consul Signed-off-by: Christopher Braga <ecd7259f54548716af2f59ce4d8c3af5ea2e9f00@windriver.com>
BitBake
mit
OverC/meta-overc,OverC/meta-overc,WindRiver-OpenSourceLabs/meta-overc,mufeng/meta-overc,masselstine/meta-overc,OverC/meta-overc,masselstine/meta-overc,mufeng/meta-overc,jwessel/meta-overc,WindRiver-OpenSourceLabs/meta-overc,paw3142/meta-overc-1,masselstine/meta-overc,OverC/meta-overc,paw3142/meta-overc-1,jwessel/meta-o...
cd303368294f9b31edb241ddc4487aa2034a5859
recipes-ti/udma/udma_git.bb
recipes-ti/udma/udma_git.bb
DESCRIPTION = "Provides zero copy access from user-space to packet dma channels via udma kernel driver" LICENSE = "BSD-3-Clause" COMPATIBLE_MACHINE = "keystone" LIC_FILES_CHKSUM = "file://include/udma.h;startline=1;endline=39;md5=ba3c7f91f970afe073b759ced61d0f27" BRANCH = "master" SRC_URI = "git://git.ti.com/keystone...
Add recipe for user space library for udma kernel driver
udma: Add recipe for user space library for udma kernel driver - Provides zero copy access from user-space to packet dma channels via udma kernel driver Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
BitBake
mit
tylerwhall/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,RedFIR/meta-ti
244deb462973a2d7a9bfcc3399843202f9d29d51
recipes/gnome/gnome-bluetooth_2.30.0.bb
recipes/gnome/gnome-bluetooth_2.30.0.bb
DESCRIPTION = "GNOME bluetooth manager" LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = "gnome-doc-utils-native obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" PR = "r1" inherit gnome SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e" SRC_URI[archive.sha256sum] = "...
DESCRIPTION = "GNOME bluetooth manager" LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = "gnome-doc-utils-native obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" PR = "r2" inherit gnome SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e" SRC_URI[archive.sha256sum] = "...
Remove support for help file generator to not depend on host system docbook XSL processing.
gnome-bluetooth: Remove support for help file generator to not depend on host system docbook XSL processing. Signed-off-by: Stanislav Brabec <59b41f121ce1a0e9e44fd67be2eb55a800e72650@penguin.cz>
BitBake
mit
Martix/Eonos,nx111/openembeded_openpli2.1_nx111,xifengchuo/openembedded,xifengchuo/openembedded,BlackPole/bp-openembedded,openembedded/openembedded,sledz/oe,rascalmicro/openembedded-rascal,sledz/oe,xifengchuo/openembedded,libo/openembedded,BlackPole/bp-openembedded,thebohemian/openembedded,mrchapp/arago-oe-dev,Martix/E...
3c871af940959b5543908e909d7747ba0b4affaa
packages/opencv/opencv-samples_git.bb
packages/opencv/opencv-samples_git.bb
DESCRIPTION = "Opencv : The Open Computer Vision Library" HOMEPAGE = "http://sourceforge.net/projects/opencvlibrary" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPLv2" PR = "r3" DEPENDS = "opencv" SRCREV = "fb7cc87ed6a7425f3edc58e2d1eb44599496ac09" SRC_URI = "git://github.com/nzjrs/opencv.git;protocol=git;bran...
Add a build of opencv samples from libv4l branch
Add a build of opencv samples from libv4l branch
BitBake
mit
nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded
f57bd1bfbbe2b642dc5903c544d69c12c0a0ea06
recipes/multimedia/multimedia_1.0.bb
recipes/multimedia/multimedia_1.0.bb
DESCRIPTION = "MultiMedia files" LICENSE = "GPL" PR = "r5" # This package allows you to add multimedia contents to the file system # To add this, you define # MULTIMEDIA_FILES=<path><filename>.tar.bz2 in local.conf # and include "multimedia" in your image do_install() { install -d ${D}/usr/share/multimedia if [ "x...
Add support for user-defined multimedia in rootfs
Add support for user-defined multimedia in rootfs Signed-off-by: Ulf Samuelsson <9993a8771c2b8888099c2ef8648f0f43850fd036@atmel.com> Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
BitBake
mit
rascalmicro/openembedded-rascal,scottellis/overo-oe,JamesAng/goe,SIFTeam/openembedded,sampov2/audio-openembedded,sledz/oe,giobauermeister/openembedded,sampov2/audio-openembedded,mrchapp/arago-oe-dev,dellysunnymtech/sakoman-oe,rascalmicro/openembedded-rascal,JamesAng/goe,sutajiokousagi/openembedded,sampov2/audio-openemb...
1b1e3f40a03d4162a209618508ce97db7af2104d
recipes-debian/libusb/libusb_debian.bb
recipes-debian/libusb/libusb_debian.bb
SUMMARY = "userspace USB programming library" DESCRIPTION = "\ Library for programming USB applications without the knowledge \ of Linux kernel internals." HOMEPAGE = "http://www.linux-usb.org/" inherit debian-package autotools pkgconfig PR = "r0" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c8...
Add recipe for libusb package
libusb: Add recipe for libusb package Create recipe to build libusb package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta...
b9ddfcb26d232963b03017c44315f7e2e0dc966e
recipes/gnome/gnome-mime-data_2.18.0.bb
recipes/gnome/gnome-mime-data_2.18.0.bb
LICENSE = "GPL" inherit gnome DEPENDS += "shared-mime-info intltool-native" RDEPENDS_${PN} = "shared-mime-info" PR = "r1" FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc" SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e...
LICENSE = "GPLv2 GPLv2+" inherit gnome DEPENDS += "shared-mime-info intltool-native" RDEPENDS_${PN} = "shared-mime-info" PR = "r2" FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc" SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69...
Update LICENSE field version to GPLv2
gnome-mime-data: Update LICENSE field version to GPLv2 * Updated LICENSE field version from generic GPL to GPLv2 and GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com> Signed-off-by: Martin Jansa <516d...
BitBake
mit
openembedded/openembedded,xifengchuo/openembedded,openembedded/openembedded,hulifox008/openembedded,xifengchuo/openembedded,openembedded/openembedded,hulifox008/openembedded,hulifox008/openembedded,xifengchuo/openembedded,giobauermeister/openembedded,hulifox008/openembedded,giobauermeister/openembedded,hulifox008/opene...
f3de8827f37358cf37e4eecf2d4e62274cbd39d0
recipes-debian/libbsd/libbsd_debian.bb
recipes-debian/libbsd/libbsd_debian.bb
# base recipe: meta/recipes-support/libbsd/libbsd_0.7.0.bb # base branch: master # Copyright (C) 2013 Khem Raj <raj.khem@gmail.com> # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Library of utility functions from BSD systems" DESCRIPTION = "This library provides useful functions commonly ...
Add new recipe Create recipe to build libbsd from Debian's source code
libbsd: Add new recipe Create recipe to build libbsd from Debian's source code Signed-off-by: Hoang Van Tuyen <7732625216faaf64524cd5937238e63de8e0f261@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-deb...
55823863a6aabfe950f136b2c7348917f44d548a
recipes-debian/dcfldd/dcfldd_debian.bb
recipes-debian/dcfldd/dcfldd_debian.bb
# base recipe: not base recipe # base branch: LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r0" inherit debian-package inherit autotools
Add new recipe Create recipe to build dcfldd from Debian's source code
dcfldd: Add new recipe Create recipe to build dcfldd from Debian's source code Signed-off-by: Hoang Van Tuyen <7732625216faaf64524cd5937238e63de8e0f261@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-de...
df0745a2452e7b053c4ab81d928382064a3a0c22
meta-oe/recipes-devtools/ply/ply_git.bb
meta-oe/recipes-devtools/ply/ply_git.bb
SUMMARY = "Ply: A light-weight dynamic tracer for eBPF" HOMEPAGE = "https://github.com/iovisor/ply" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS += "bison-native" SRC_URI = "git://github.com/iovisor/ply" SRCREV = "aa5b9ac31307ec1acece818be334ef801c802a12" S = "${...
Add recipe for git version
Ply: Add recipe for git version Ply is a light-weight eBPF tool which compiles ply script or one-liner to Linux BPF programs and attaches to kprobes and tracepoints. It doesn't require external dependencies except libc, so it's very friendly for embedded system usage. This patch adds the recipe to support ply buildi...
BitBake
mit
victronenergy/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,rehsack/meta-openembedded,VCTLa...
572e6ae04d17e9be20c019e32f3e3c47368b9162
recipes/images/console-at91sam9-image.bb
recipes/images/console-at91sam9-image.bb
#Angstrom bootstrap at91sam9 image IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" ANGSTROM_EXTRA_INSTALL += " \ alsa-utils-amixer \ alsa-utils-aplay \ dosfstools \ iperf \ madplay \ mplayer \ mtd-utils \ # nbench-byte \ owl-wifi \ thttpd \ usbview \ " DEPENDS = "task-base-extended \ ${@base_...
Add basic at91 image with Wi-Fi support
Add basic at91 image with Wi-Fi support Signed-off-by: Ulf Samuelsson <9993a8771c2b8888099c2ef8648f0f43850fd036@atmel.com> Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
BitBake
mit
thebohemian/openembedded,giobauermeister/openembedded,scottellis/overo-oe,openembedded/openembedded,xifengchuo/openembedded,sampov2/audio-openembedded,openembedded/openembedded,nx111/openembeded_openpli2.1_nx111,yyli/overo-oe,sutajiokousagi/openembedded,dellysunnymtech/sakoman-oe,openembedded/openembedded,mrchapp/arago...
9b98d6d748ad2dcc144bdff8d9a60b44902c9af2
recipes-debian/jansson/jansson_debian.bb
recipes-debian/jansson/jansson_debian.bb
SUMMARY = "C library for encoding, decoding and manipulating JSON data" DESCRIPTION = " Jansson is a C library for encoding, decoding and manipulating JSON data.\n\ .\n\ It features:\n\ * Simple and intuitive API and data model\n\ * Comprehensive documentation\n\ * No dependencies on other libraries\n\ * Full...
Add recipes for jansson packages
jansson: Add recipes for jansson packages Create recipes to build jansson package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian
e43292dde68029bf40f7267500d0eed5b3c6622d
recipes-debian/minicom/minicom_debian.bb
recipes-debian/minicom/minicom_debian.bb
#base recipe: /meta/recipes-extended/minicom/minicom_2.7.bb # base branch: master # base commit: 7e4cc9892dc72bfd360855940e715f8d43186053 # SUMMARY = "Text-based modem control and terminal emulation program" DESCRIPTION = " Minicom is a text-based modem control and terminal emulation \ program for Unix-like operatin...
Add recipe fo minicom package
minicom: Add recipe fo minicom package Create recipe to build minicom from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-d...
68b5a676c362a09053f5a093c1f7595415f3623e
recipes-debian/php-auth/php-auth_debian.bb
recipes-debian/php-auth/php-auth_debian.bb
DESCRIPTION = "PHP PEAR modules for creating an authentication system" PR = "r0" inherit debian-package LICENSE = "PHP-3.1" LIC_FILES_CHKSUM = "file://debian/copyright;md5=02f173e28791fe9054ea54631abf4dc3" do_install() { install -d ${D}${datadir}/php/Auth/Container install -d ${D}${datadir}/php/Auth/Frontend ins...
Add recipe for php-auth package
php-auth: Add recipe for php-auth package Create new recipe to build php-auth from debian's source package Signed-off-by: Hoang Trong Nghia <b874396fbdd8843df5170c2f0d7bd61e089f462b@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-de...
1f107866cb3b8dfd56005b012b45d1cbc4222bc8
recipes-extra/recipes-bcm/bootfiles/RPi-config_0.1.bb
recipes-extra/recipes-bcm/bootfiles/RPi-config_0.1.bb
DESCRIPTION = "Commented config.txt file for the Raspberry Pi. \ The Raspberry Pi config.txt file is read by the GPU before \ the ARM core is initialised. It can be used to set various \ system configuration parameters." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}...
Create recipe for config.txt file
RPi-config: Create recipe for config.txt file Signed-off-by: Andrei Gherzan <8dc7c09356db0b1762fb140617d7375c0a5a4131@gherzan.ro>
BitBake
mit
sarnold/meta-alt-desktop-extras,sarnold/meta-alt-desktop-extras,sarnold/meta-alt-desktop-extras
4c8931e3f245b983656fafafdb4ae8db187b824a
recipes-debian/libsepol/libsepol_debian.bb
recipes-debian/libsepol/libsepol_debian.bb
SUMMARY = "SELinux library for manipulating binary security policies" inherit debian-package PR = "r0" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" do_compile(){ oe_runmake } do_install(){ oe_runmake install DESTDIR=${D} } PACKAGES =+ "sepol-utils" FILES_sepol...
Add recipe for libsepol package
libsepol: Add recipe for libsepol package Create recipe to build lisepol package from Debian source code Signed-off-by: luyentm <60d0205a02f3bc8fdaf9502d15f22ddc6aa6497f@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,ngh...
3d1c7756b65db7a76720d5bdd4932272ad5ffb8a
recipes-debian/libvdpau/libvdpau_debian.bb
recipes-debian/libvdpau/libvdpau_debian.bb
SUMMARY = "Video Decode and Presentation API for Unix" DESCRIPTION = "\ VDPAU (Video Decode and Presentation API for Unix) is an open source \ library (libvdpau) and API designed by NVIDIA originally for its GeForce \ 8 series and later GPU hardware, targeted at the X Window System on Unix \ operating-systems (includin...
Add recipe for libvdpau package
libvdpau: Add recipe for libvdpau package Create recipe to build libvdpau package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,n...
5171650c1cd2aa7f4d3379657a9cc53899959a47
recipes-bsp/rm-lld/ti-rm_git.bb
recipes-bsp/rm-lld/ti-rm_git.bb
DESCRIPTION = "TI Resource Manager Low Level Driver" LICENSE = "TI BSD" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc" BRANCH="master" SRC_URI = "git://git.ti.com/keystone-rtos/rm-lld.git;destsuffix=git/ti/drv/rm;protocol=git;branch=${BRANCH}" # Below commit ID co...
Move from meta-arago to meta-ti
ti-rm: Move from meta-arago to meta-ti - Moved recipe from meta-arago based on review comments - Provides resource manager low level driver Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
BitBake
mit
rcn-ee/meta-ti,RedFIR/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,smoosvi/Test4,RedFIR/meta-ti,RedFIR/meta-ti,smoosvi/Test4,rcn-ee/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti
1d046542b60e2230989ba42479d6d1918b7a836d
recipes-qt/examples/quitindicators_1.0.1.bb
recipes-qt/examples/quitindicators_1.0.1.bb
SUMMARY = "QUItIndicators components with few usage examples" HOMEPAGE = "http://quitcoding.com/?page=work#cinex" LICENSE = "CC-BY-3.0" LIC_FILES_CHKSUM = "file://README;beginline=38;endline=45;md5=9a4a88358260db32391eda6ebe7562e5" DEPENDS = "qtdeclarative qtgraphicaleffects" SRC_URI = "http://quitcoding.com/download...
Create recipe to demonstrate qt5 example.
quitindicators: Create recipe to demonstrate qt5 example. This example shows the implementation of QUITIndicators components. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy <6103bf14dae83a16f66b38...
BitBake
mit
Tofee/meta-qt5,Ivan-SB/meta-qt5,schnitzeltony/meta-qt5,meta-qt5/meta-qt5,opendreambox/meta-qt5,timopulkkinen/meta-qt5,kraj/meta-qt5,cjp256/meta-qt5,jruffin/meta-qt5,opendreambox/meta-qt5,timopulkkinen/meta-qt5,meta-qt5/meta-qt5,jruffin/meta-qt5,schnitzeltony/meta-qt5,sapiippo/meta-qt5,opendreambox/meta-qt5,timopulkkine...
adfd93dd0180f1e91cfa77137c9e88d636241b85
recipes-devtools/python/python3-janus_0.4.0.bb
recipes-devtools/python/python3-janus_0.4.0.bb
SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" AUTHOR = "Andrew Svetlov" HOMEPAGE = "https://github.com/aio-libs/janus/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349" inherit pypi setuptools3 RDEPENDS_${PN} += "\ ${PYT...
Add recipe for janus python library
python-janus: Add recipe for janus python library Signed-off-by: Scott Ware <73d8c51564b4eae79a1225e2fb09ab1ef1f00b4b@intel.com>
BitBake
mit
intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud
2ac8746b749294a35fbbdeae30649cd14c96b51d
packages/tasks/task-qtopia-core-console.bb
packages/tasks/task-qtopia-core-console.bb
HOMEPAGE = "http://www.trolltech.com" LICENSE = "MIT" inherit task DESCRIPTION_task-qtopia-core-console = "QtopiaCore Core libraries for XML, SQL, Network, Containers and others." RDEPENDS_task-qtopia-core-console = "\ libqtopiacorecore4 \ libqtopiacorenetwork4 \ libqtopiacorexml4 \ libqtopiacoresql4"...
Add a task for the core libraries of QtopiaCore/QtE
packages/tasks/tasks-qtopia-core-console: Add a task for the core libraries of QtopiaCore/QtE
BitBake
mit
KDAB/OpenEmbedded-Archos,trini/openembedded,nx111/openembeded_openpli2.1_nx111,JrCs/opendreambox,buglabs/oe-buglabs,trini/openembedded,thebohemian/openembedded,BlackPole/bp-openembedded,dellysunnymtech/sakoman-oe,anguslees/openembedded-android,rascalmicro/openembedded-rascal,John-NY/overo-oe,John-NY/overo-oe,sentient-e...
de3e1a444d5e4f9877c1364216b92befa936dd1b
recipes-kernel/linux/linux-adi_3.12.bb
recipes-kernel/linux/linux-adi_3.12.bb
DECRIPTION = "ADI Kernel" SECTION = "kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" # This version extension should match CONFIG_LOCALVERSION in defconfig LINUX_VERSION_EXTENSION ?= "-adi" PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" # Source Dire...
Add the linux-adi kernel from the Parallella repo
linux-adi: Add the linux-adi kernel from the Parallella repo * This is setup on the "bcxcube_epiphany_driver" branch to have support for the Epiphany driver which is required for the newer epiphany-libs. * Force the CONFIG_EPIPHANY=y
BitBake
mit
nathanrossi/meta-parallella
a71d6bcd1d9b8bc13da3a50f5ca4bd382e7267af
recipes-debian/rng-tools/rng-tools_debian.bb
recipes-debian/rng-tools/rng-tools_debian.bb
# # base recipe: https://github.com/joelagnel/meta-openembedded/blob/master/\ # meta-oe/recipes-support/rng-tools/rng-tools_2.bb # base branch: master # base commit: 7fd47b69000367319886af45151581c0ecd88310 # SUMMARY = "Random number generator daemon" DESCRIPTION = " rngd is a daemon that runs conditioning test...
Add recipe for rng-tools package
rng-tools: Add recipe for rng-tools package Create recipe to build rng-tools from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian...
4695d276821db8971207fdd7c070cc01d0855bb7
recipes-bsp/u-boot/u-boot-mkimage_2015.10.bb
recipes-bsp/u-boot/u-boot-mkimage_2015.10.bb
SUMMARY = "U-Boot bootloader image creation tool" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" SECTION = "bootloader" DEPENDS = "openssl" # This revision corresponds to the tag "v2015.10" # We use the revision in order to avoid having to fetch it from the # repo ...
Make sure that we are using correct version of u-boot-mkimage.
Make sure that we are using correct version of u-boot-mkimage. Copy corresponding version of u-boot-mkimage from Yocto meta layer so that we will be able to use correct u-boot version which is working with custom patches we need for Mender.
BitBake
apache-2.0
bboozzoo/meta-mender,GregorioDiStefano/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,GregorioDiStefano/meta-mender,GregorioDiStefano/meta-mender
419cb686b0bfe393f7c350ac881b46e8e2a14795
recipes/lsb/lsb-base_3.2.bb
recipes/lsb/lsb-base_3.2.bb
DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "optional" PR = "r0" LICENSE = "BSD" PACKAGE_ARCH = "all" SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-23.tar.gz" FILES_${PN} = "/lib/lsb" S = "${WORKDIR}/lsb-3.2" do_compile () { } do_install () { install -...
Package for LSB init-functions script
lsb-base: Package for LSB init-functions script Signed-off-by: Florian Boor <73262ad0334ab37227b2f7a0205f51db1e606681@kernelconcepts.de>
BitBake
mit
hulifox008/openembedded,hulifox008/openembedded,JamesAng/oe,sentient-energy/emsw-oe-mirror,xifengchuo/openembedded,JamesAng/oe,giobauermeister/openembedded,hulifox008/openembedded,giobauermeister/openembedded,giobauermeister/openembedded,dellysunnymtech/sakoman-oe,openembedded/openembedded,openembedded/openembedded,ope...
ceef3d9e48b5c6f02166ad6f2c9d5392a9801d74
packages/madwifi/madwifi-ng_r3314-20080131.bb
packages/madwifi/madwifi-ng_r3314-20080131.bb
# Bitbake recipe for the madwifi-ng driver DEFAULT_PREFERENCE = "-1" # Disable stripping of kernel modules, since this action strips too # much out, and the resulting module won't load. INHIBIT_PACKAGE_STRIP = "1" require madwifi-ng_r.inc # PR set after the include, to override what's set in the included file. # PR...
Add new version for testing (this is the version that OpenWrt currently uses, exiting versions no longer build due to kernel network api changes)
madwifi-ng: Add new version for testing (this is the version that OpenWrt currently uses, exiting versions no longer build due to kernel network api changes)
BitBake
mit
xifengchuo/openembedded,buglabs/oe-buglabs,YtvwlD/od-oe,JamesAng/goe,thebohemian/openembedded,mrchapp/arago-oe-dev,demsey/openenigma2,xifengchuo/openembedded,yyli/overo-oe,JamesAng/goe,popazerty/openembedded-cuberevo,openembedded/openembedded,JrCs/opendreambox,mrchapp/arago-oe-dev,bticino/openembedded,SIFTeam/openembed...
28bc06eb20023532e9c93df76cb57fe18fc59b77
packages/maemo-mapper/maemo-mapper-nohildon_svn.bb
packages/maemo-mapper/maemo-mapper-nohildon_svn.bb
DESCRIPTION = "GPS navigation/map display software" LICENSE = "GPL" DEPENDS = "sqlite3 gtk+ gnome-vfs-dbus dbus bluez-libs" PV = "1.2.4+svn${SRCDATE}" #only works with SRCDATE_maemo-mapper-nohildon = "20061114" SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \ http://home.tal.org...
DESCRIPTION = "GPS navigation/map display software" LICENSE = "GPL" DEPENDS = "sqlite3 gtk+ gnome-vfs-dbus dbus bluez-libs" RDEPENDS = "bluez-utils" PV = "1.2.4+svn${SRCDATE}" PR = "r1" # Only works with SRCDATE_maemo-mapper-nohildon = "20061114" SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=tr...
Fix segfault, remap zoom keys, package desktop file
maemo-mapper-nohildon: Fix segfault, remap zoom keys, package desktop file
BitBake
mit
nx111/openembeded_openpli2.1_nx111,openembedded/openembedded,dellysunnymtech/sakoman-oe,John-NY/overo-oe,BlackPole/bp-openembedded,popazerty/openembedded-cuberevo,nx111/openembeded_openpli2.1_nx111,dave-billin/overo-ui-moos-auv,JamesAng/oe,sentient-energy/emsw-oe-mirror,dellysunnymtech/sakoman-oe,sutajiokousagi/openemb...
7e0717ad1e8f010702d007f152b5e9f9683e0c11
recipes-support/rkflashtool/rkflashtool-native_git.bb
recipes-support/rkflashtool/rkflashtool-native_git.bb
# Copyright (C) 2014 Romain Perier <romain.perier@gmail.com> # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Tools for flashing Rockchip devices" LICENSE = "AS IS" LIC_FILES_CHKSUM = "file://rkcrc.c;beginline=1;endline=25;md5=5c55527c991502a9b86b768674cdcff5" DEPENDS += "libusb-native"...
Add new package rules for rkflashtool
recipes-support: Add new package rules for rkflashtool
BitBake
mit
hizukiayaka/meta-rockchip,twoerner/meta-rockchip-twoerner,hizukiayaka/meta-rockchip,hizukiayaka/meta-rockchip,twoerner/meta-rockchip-twoerner
65830600fe62db2b9d7423db79672b483a95eab3
recipes-debian/debianutils/debianutils_debian.bb
recipes-debian/debianutils/debianutils_debian.bb
# base recipe: meta/recipes-support/debianutils/debianutils_4.5.1.bb # base branch: master SUMMARY = "Miscellaneous utilities specific to Debian" SECTION = "base" LICENSE = "GPLv2+ & SMAIL_GPL" LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f" PR = "r0" inherit debian-package inherit ...
Add new recipe Create recipe to build debianutils from Debian's source code
debianutils: Add new recipe Create recipe to build debianutils from Debian's source code Signed-off-by: Hoang Van Tuyen <7732625216faaf64524cd5937238e63de8e0f261@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-de...
d413853bf4d71f27062c77c6add10aac65170f5c
recipes-debian/libmatheval/libmatheval_debian.bb
recipes-debian/libmatheval/libmatheval_debian.bb
SUMMARY = "GNU library for evaluating symbolic mathematical expressions" DESCRIPTION = "GNU libmatheval is a library comprising of several procedures that make \ it possible to create an in-memory tree representation of mathematical \ functions over single or multiple variables and later use this \ representation t...
Add recipes for libmatheval packages
libmatheval: Add recipes for libmatheval packages Create recipes to build libmatheval package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian
3ea46ba02cf41856436a813bd6e3feb811c010ad
meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz_git.bb
meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz_git.bb
inherit features_check REQUIRED_DISTRO_FEATURES = "clk-wiz" inherit esw python3native DEPENDS += "xilstandalone" ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/clk_wiz/src/" ESW_COMPONENT_NAME = "libclk_wiz.a" addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot do_prepare_recipe...
Add recipe for compiling clk_wiz driver
clk-wiz: Add recipe for compiling clk_wiz driver Signed-off-by: Appana Durga Kedareswara rao <9bacd21e47fc2ddea630100ed3197df31a57b144@xilinx.com>
BitBake
mit
Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx
ace2fc4938312981ee1440448f94068fbce65f02
meta-oe/recipes-support/remmina/remmina_1.3.6.bb
meta-oe/recipes-support/remmina/remmina_1.3.6.bb
DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+" HOMEPAGE = "https://remmina.org" SECTION = "Support" LICENSE = "GPLv2 & openssl" LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" DEPENDS += "openssl freerdp gtk+...
Add recipe for the remmina remote desktop client
remmina: Add recipe for the remmina remote desktop client Remmina has become one of the most widely used RDP clients, it uses freeRDP 2.0 as a backend and also supports multiple network protocols like RSP, VNC, SPICE, NX, and SSH. Link with libexecinfo explicitly on musl limit to x86/x86_64 alone since spice is limi...
BitBake
mit
victronenergy/meta-openembedded,mrchapp/meta-openembedded,openembedded/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,mrchapp/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-opene...
69812cb4e71f454a730df481630dd53e7490625a
recipes/zrally/zrally_0.90.bb
recipes/zrally/zrally_0.90.bb
DESCRIPTION = "ZRally is a top view race game which offers the player mulitple \ tracks and multiple skill levels." SECTION = "opie/games" PRIORITY = "optional" LICENSE = "GPL" AUTHOR = "Kevin Greenhaw <kevin_greenhaw@email.com>" HOMEPAGE = "http://zrally.sourceforge.net/zrally.html" APPNAME = "zrally" APPTYPE = "binar...
DESCRIPTION = "ZRally is a top view race game which offers the player mulitple \ tracks and multiple skill levels." SECTION = "opie/games" PRIORITY = "optional" LICENSE = "GPL" AUTHOR = "Kevin Greenhaw <kevin_greenhaw@email.com>" HOMEPAGE = "http://zrally.sourceforge.net/zrally.html" APPNAME = "zrally" APPTYPE = "binar...
Switch to subdir= in SRC_URI
zrally: Switch to subdir= in SRC_URI Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
BitBake
mit
hulifox008/openembedded,openembedded/openembedded,dellysunnymtech/sakoman-oe,hulifox008/openembedded,JamesAng/oe,JamesAng/goe,JamesAng/goe,openembedded/openembedded,JamesAng/oe,mrchapp/arago-oe-dev,giobauermeister/openembedded,yyli/overo-oe,giobauermeister/openembedded,dellysunnymtech/sakoman-oe,thebohemian/openembedde...
ffd8cf099d75589e659e571ae7aca70098e4cb21
recipes-ros/octomap-server/octomap-server_0.6.0.bb
recipes-ros/octomap-server/octomap-server_0.6.0.bb
DESCRIPTION = "The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++." SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;md5=dfb148c57f55603b266f9fd073e6d1b6" SRC_URI = "git://github.com/OctoMap/octomap_mapping.git;branch=ind...
Add octomap map server recipe
ros: Add octomap map server recipe Signed-off-by: Djordje Senicic <cf2c6e052117bcf6743ddc95795455bc1fb322b1@ti.com> Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
BitBake
mit
rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk
641168f96f509cd3a7f69b8970f0cf031208f4ef
recipes-debian/lksctp-tools/lksctp-tools_debian.bb
recipes-debian/lksctp-tools/lksctp-tools_debian.bb
SUMMARY = "ser-space access to Linux Kernel SCTP" DESCRIPTION = "SCTP (Stream Control Transmission Protocol) is a message oriented, \ reliable transport protocol, with congestion control, support for \ transparent multi-homing, and multiple ordered streams of messages. \ RFC2960 defines the core protocol." HOMEPAGE = "...
Add recipes for lksctp-tools package
lksctp-tools: Add recipes for lksctp-tools package Create new recipes to build lksctp-tools package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian
7c63595aecd3376fa66e556b1c554c42f8b3f6e0
recipes-devtools/json-c/json-c_0.12.bb
recipes-devtools/json-c/json-c_0.12.bb
DESCRIPTION = "JSON-C - A JSON implementation in C" HOMEPAGE = "https://github.com/json-c/json-c/wiki" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRCREV = "d4e81f9ec8273914739808737fa0a27a3f0589fb" SRC_URI = "git://github.com/json-c/json-c.git" S = "${W...
Add current version of json-c library
Add current version of json-c library
BitBake
mit
adhameed/meta-duovero,jumpnow/meta-duovero,jumpnow/meta-duovero,adhameed/meta-duovero,adhameed/meta-duovero,jumpnow/meta-duovero
8ed77946b8a230fade8b8531cd90eb2fea30452b
recipes-debian/mklibs/mklibs_debian.bb
recipes-debian/mklibs/mklibs_debian.bb
SUMMARY = "Shared library reduction script" DESCRIPTION = "\ mklibs produces cut-down shared libraries that contain only the \ routines required by a particular set of executables. This is \ useful when building closed systems where disk space is at a premium, \ such as the Debian installer. \ " PR = "r0" inherit...
Add recipe for mklibs package
mklibs: Add recipe for mklibs package Create recipe to build mklibs package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,met...
47b1d13a6e7875ce7df3dae94b89b240d3762774
recipes-bsp/traceframework/traceframework_git.bb
recipes-bsp/traceframework/traceframework_git.bb
DESCRIPTION = "TI Trace Framework library" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/instrumentation/traceframework/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" BRANCH="master" SRC_URI = "git://git.ti.com/keystone-rtos/traceframework.git;destsuffix=git/ti/instrumentation/traceframework...
Add recipe for TI trace framework library
traceframework: Add recipe for TI trace framework library - Provide libraries and test code for trace framework. - Support framework to stream data from producer to multiple consumers - Supports devices K2H, K2K, K2E, K2L & c6614 Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com> Signed-off-b...
BitBake
mit
rcn-ee/meta-ti,RedFIR/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti
ce24dff877407018ffeadc7d2538aa670bc8b688
recipes-ti/mpm-transport/mpm-transport_git.bb
recipes-ti/mpm-transport/mpm-transport_git.bb
DESCRIPTION = "Multiproc transport layer for KeyStone devices: Provide basic transport layer for moving data between different processing nodes" HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/mpm-transport.git" LICENSE = "BSD-3-Clause & MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c17cd1dc60dc06a4c4f2a2...
Add new recipe for multiproc transport library and test code
mpm-transport: Add new recipe for multiproc transport library and test code - mpm-transport provide basic transport layer for moving data between different processing nodes - Support communication with the process nodes using shared memory and hyperlink interface Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f052781...
BitBake
mit
RedFIR/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,RedFIR/meta-ti
73455cbdf00df33fc1e71240f9137b2172faf0b3
meta-pod/recipes-connectivity/consul/consul-migrate_git.bb
meta-pod/recipes-connectivity/consul/consul-migrate_git.bb
SUMMARY = "Provides data migration for Consul server nodes" HOMEPAGE = "https://github.com/hashicorp/consul-migrate" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378" DEPENDS += "raft raft-boltdb raft-mdb" PKG_NAME = "github.com/hashicorp/consul-migrate" SRC_URI = "git://${P...
Add bitbake recipe to build consul-migrate
consul-migrate: Add bitbake recipe to build consul-migrate Consul-migrate is a go package and CLI utility designed to perform a specialized data migration for consul server nodes. As such, it is a key part fo the dependency chain needed to build consul. Signed-off-by: Christopher Braga <ecd7259f54548716af2f59ce4d8c3a...
BitBake
mit
jwessel/meta-overc,OverC/meta-overc,OverC/meta-overc,mufeng/meta-overc,OverC/meta-overc,mufeng/meta-overc,paw3142/meta-overc-1,jwessel/meta-overc,paw3142/meta-overc-1,masselstine/meta-overc,masselstine/meta-overc,WindRiver-OpenSourceLabs/meta-overc,OverC/meta-overc,OverC/meta-overc,masselstine/meta-overc,OverC/meta-ove...
a7bb358100f67ec64a64a996e66e919f2c692df7
packages/e17/entice_20060416.bb
packages/e17/entice_20060416.bb
DESCRIPTION = "Entice is the E17 picture viewer" # can also depend on GIMP for editing DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" PR = "r0" inherit e RDEPENDS += "libesmart-container-plugins libesmart-thumb0 libesmart-trans-x11-0 libesmart-file-dialog0" SRC_URI = "${E_CVS};module=e17/...
DESCRIPTION = "Entice is the E17 picture viewer" # can also depend on GIMP for editing DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" PR = "r0" inherit e RDEPENDS += "libesmart-container-plugins libesmart-thumb libesmart-trans-x11-0 libesmart-file-dialog" SRC_URI = "${E_CVS};module=e17/ap...
Fix broken package references to remove parsing errors
entice: Fix broken package references to remove parsing errors
BitBake
mit
scottellis/overo-oe,popazerty/openembedded-cuberevo,xifengchuo/openembedded,yyli/overo-oe,trini/openembedded,demsey/openembedded,JrCs/opendreambox,sampov2/audio-openembedded,troth/oe-ts7xxx,nlebedenco/mini2440,yyli/overo-oe,openpli-arm/openembedded,trini/openembedded,John-NY/overo-oe,buglabs/oe-buglabs,bticino/openembe...
285e612ac9c1ab1fc9f50728cb27b0bd0c40e89c
meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb
meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb
SUMMARY = "high level C++ wrapper for rdkafka" DESCRIPTION = "cppkafka allows C++ applications to consume and produce messages using the Apache Kafka protocol." HOMEPAGE = "https://github.com/mfontanini/cppkafka" SECTION = "lib" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = " \ file://LICENSE;md5=d8b4ca15d239dc1485ef495...
Add initial recipe for cppkafka wrapper
libcppkafka: Add initial recipe for cppkafka wrapper Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
BitBake
mit
openembedded/meta-openembedded,moto-timo/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,s...
6782b122faecb4bb71bdf8244080f09cc7adb673
recipes-debian/libmongo-client/libmongo-client_debian.bb
recipes-debian/libmongo-client/libmongo-client_debian.bb
SUMMARY = "alternative C driver for MongoDB," DESCRIPTION = "\ libmongo-client is meant to be a stable (API, ABI and quality alike), \ clean, well documented and well tested shared library, that strives to\ make the most common use cases as convenient as possible" HOMEPAGE = "https://github.com/algernon/libmongo-cli...
Add recipe for libmongo-client package
libmongo-client: Add recipe for libmongo-client package Create recipe to build libmongo-client from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta...
d230675e9097970038d5487f63f1f9405b4b9fe5
recipes-debian/libnih/libnih_debian.bb
recipes-debian/libnih/libnih_debian.bb
SUMMARY = "NIH Utility Library" DESCIPTION = "libnih is a light-weight \"standard library\" of C functions to ease the \ development of other libraries and applications, especially those \ normally found in /lib. This package contains the shared library." HOMEPAGE = "https://launchpad.net/libnih" LICENSE = "GPL-2.0+"...
Add recipe for libnih package
libnih: Add recipe for libnih package Create recipe to build libnih packages from Debian's source code Signed-off-by: datnd <bde12f65a3ca6fd693611f61d9e6e7d79b529ea8@toshiba-tsdv.com> Signed-off-by: Masahiro Yamada <76d6c03d331b29d77eaac66c3113243c4dd22703@toshiba.co.jp>
BitBake
mit
nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta...
403ae165bcc6f9a4eeff940ea9b2b283e782a7ca
meta-arago-extras/recipes-multimedia/demo-image-proc/demo-image-proc_git.bb
meta-arago-extras/recipes-multimedia/demo-image-proc/demo-image-proc_git.bb
DESCRIPTION = "TI Image Processing Demo for KeyStone 2" HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-demos/image-proc.git" LICENSE = "BSD & MIT" LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=29;md5=ada2acff673fad7c53cbfd2598525f2a" SECTION = "console" COMPATIBLE_MACHINE = "keystone" DEPENDS = "ti-ipc...
Add recipe for TI Image processing demo for keystone 2
demo-image-proc: Add recipe for TI Image processing demo for keystone 2 - Provides Binaries for Image processing demo - Demo Plugs into Matrix gui Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
BitBake
mit
MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago
da947671349492e882f895a3d4fea4db3543d7ca
meta-netbookpro/recipes-kernel/linux/linux-netbookpro_3.1.1+git.bb
meta-netbookpro/recipes-kernel/linux/linux-netbookpro_3.1.1+git.bb
SECTION = "kernel" DESCRIPTION = "Linux kernel for Psion Teklogix NetBook Pro" LICENSE = "GPLv2" PR = "r1" DEPENDS="boost-img-native boost-bootcode" SRC_URI = "git://github.com/tworaz/linux.git;protocol=git;branch=v3.1.1-nbpro0" SRCREV="edbc7eca3e93aa2c66acf54f2f6c219faffd2a33" ARCH = "arm" COMPATIBLE_HOST = "arm.*-...
Add recipe for linux-netbookpro version 3.1.1
Add recipe for linux-netbookpro version 3.1.1
BitBake
mit
tworaz/oe-tworaz
613b8d99259d45e8763628da38c64a2510a658cc
meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb
meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb
DESCRIPTION = "Git repositories containing sample board port code" HOMEPAGE = "https://gitorious.org/sitara-board-port" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" inherit allarch CREATE_SRCIPK = "1" SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-port...
Create new recipe using new sourceipk.bbclass feature
board-port-labs-u-boot: Create new recipe using new sourceipk.bbclass feature * Do to the inability to keep the git repository intact the board port labs recipe manually ran git clone which took a long time every time the recipe was built. * Using the new SRCIPK_PRESERVED_GIT feature in sourceipk.bbclass the recip...
BitBake
mit
MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago
e88080aaa29e56ea1c8c41b4078916d082d43adf
recipes-debian/ebtables/ebtables_debian.bb
recipes-debian/ebtables/ebtables_debian.bb
SUMMARY = "Ethernet bridge frame table administration" DESCRIPTION = "Ebtables is used to set up, maintain, and inspect the tables of \ Ethernet frame rules in the Linux kernel. It is analogous to iptables, \ but operates at the MAC layer rather than the IP layer." HOMEPAGE = "http://ebtables.sourceforge.net" PR = "...
Add recipe for ebtables package
ebtables: Add recipe for ebtables package Create recipe to build ebtables package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com> Signed-off-by: Masahiro Yamada <76d6c03d331b29d77eaac66c3113243c4dd22703@toshiba.co.jp>
BitBake
mit
tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian
5c4ca71abc0c13bb5bbd8c4ad2911530905091cc
recipes-debian/libcgroup/libcgroup_debian.bb
recipes-debian/libcgroup/libcgroup_debian.bb
# # Base recipe: recipes-core/libcgroup/libcgroup_0.41.bb # Base branch: jethro # SUMMARY = "Linux control group abstraction library" DESCRIPTION = "libcgroup is a library that abstracts the control group file system \ in Linux. Control groups allow you to limit, account and isolate resource usage \ (CPU, memory, disk...
Add recipe for libcgroup package
libcgroup: Add recipe for libcgroup package Create recipe to build libcgroup from Debian's source package Signed-off-by: Hoang Trong Nghia <b874396fbdd8843df5170c2f0d7bd61e089f462b@toshiba-tsdv.com>
BitBake
mit
nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,...
b5ffdbe4987c01f341af50992aeff2cc5a9d72ea
recipes-devtools/upm/upm_1.3.0.bb
recipes-devtools/upm/upm_1.3.0.bb
SUMMARY = "Sensor/Actuator repository for Mraa" SECTION = "libs" AUTHOR = "Brendan Le Foll, Tom Ingleby, Yevgeniy Kiveisha" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=66493d54e65bfc12c7983ff2e884f37f" DEPENDS = "libjpeg-turbo mraa" SRC_URI = "git://github.com/intel-iot-devkit/upm.git;protocol=git;tag=v${...
Add sensor repository for mraa
upm: Add sensor repository for mraa Add sensor repository for mraa Signed-off-by: Manjukumar Matha <4c64a17569570cb9f1048973bce031c402b55312@xilinx.com>
BitBake
mit
Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux
c8656a2f040cb67df1832ffe054ca862a7ec230d
recipes-debian/libdatetime-timezone-perl/libdatetime-timezone-perl_debian.bb
recipes-debian/libdatetime-timezone-perl/libdatetime-timezone-perl_debian.bb
SUMMARY = "framework exposing the Olson time zone database to Perl" DESCRIPTION = "\ DateTime::TimeZone is a Perl module framework providing an interface to the \ Olson time zone database. It exposes the database as a set of modules, one \ for each time zone defined, allowing for various optimizations in doing time \ z...
Add recipe for libdatetime-timezone-perl package
libdatetime-timezone-perl: Add recipe for libdatetime-timezone-perl package Create recipe to build libdatetime-timezone-perl package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,n...
45e02059173b05f9c0b208406ac19a9df9fc3b48
meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb
meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-vpe_git.bb
DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" require gst-plugins-ti.inc PR = "${INC_PR}.0" SRCREV = "5107007ca1be8ed66f6a9ec3ffbb70ec7eb0b120" SRC_URI = "git://git.ti.c...
Add TI VPE GStreamer plugins
gst-plugins-vpe: Add TI VPE GStreamer plugins * Added plugins from meta-arago-glsdk that enable the use of the VPE module in GStreamer. Preserved authorship for Mrinmayee * Modified the following for upstreaming: * Moved to gst-plugins-ti so that the gst-plugins-ti.inc file could be used. * Modified t...
BitBake
mit
MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago
6cfa4ce34c966367140836684c1ab9ec398f5c98
recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb
recipes-graphics/imgpvrsdk/img-pvr-sdk_3.3.2.bb
DESCRIPTION = "Imagination PowerVR SDK" HOMEPAGE = "http://community.imgtec.com/developers/powervr/installers" LICENSE = "TI-TSPA" LIC_FILES_CHKSUM = "file://LegalNotice.txt;md5=d9c0ca03b9845110090435a33eec4a33" SRC_URI = "git://git.ti.com/glsdk/img-pvr-sdk.git;protocol=git" SRCREV = "edbd108d1582560429192dc0221f0a8fd...
Add repositories for Imagination specific demo on DRM
img-pvr-sdk: Add repositories for Imagination specific demo on DRM Signed-off-by: Karthik Ramanan <6de1dcae9ab07cd18361f3588c5fcaba210b4a8e@ti.com>
BitBake
mit
MentorEmbedded/meta-glsdk
29765f9b327e40c91910f151d69b05ee0c121967
packages/gpe-login/gpe-login_0.79.bb
packages/gpe-login/gpe-login_0.79.bb
LICENSE = "GPL" inherit gpe DESCRIPTION = "GPE user login screen" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" RDEPENDS = "xkbd" RPROVIDES = "gpe-session-starter" PR = "r0"
Add new release of gpe-login.
Add new release of gpe-login.
BitBake
mit
buglabs/oe-buglabs,libo/openembedded,scottellis/overo-oe,anguslees/openembedded-android,yyli/overo-oe,JrCs/opendreambox,crystalfontz/openembedded,trini/openembedded,John-NY/overo-oe,troth/oe-ts7xxx,demsey/openembedded,thebohemian/openembedded,anguslees/openembedded-android,sledz/oe,sentient-energy/emsw-oe-mirror,nlebed...
9e7692a50057f02dfea534229486e8d1d3999b73
packages/cairo/cairo_cvs.bb
packages/cairo/cairo_cvs.bb
PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" SRC_URI = "cvs://an...
PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" # DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz" DEPENDS = "x11 libpixman libpng fontconfig libxrender" DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" SRC_URI = "cvs://an...
Fix syntax error in the cairo .bb.
Fix syntax error in the cairo .bb. BKrev: 41f1de30Zh0pyV1Dzj3Xz3UW9D9NSA
BitBake
mit
scottellis/overo-oe,sampov2/audio-openembedded,troth/oe-ts7xxx,xifengchuo/openembedded,nlebedenco/mini2440,thebohemian/openembedded,bticino/openembedded,nzjrs/overo-openembedded,sledz/oe,mrchapp/arago-oe-dev,dellysunnymtech/sakoman-oe,mrchapp/arago-oe-dev,thebohemian/openembedded,giobauermeister/openembedded,philb/pbcl...
097fd070937574c55f4a2c071daf37d406547168
recipes/libaio/libaio-oracle_0.3.0.bb
recipes/libaio/libaio-oracle_0.3.0.bb
# libaio-oracle .bb build file # Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see /COPYING) DESCRIPTION="This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel." HOMEPAGE="http://oss.oracle.com/projects/libaio-ora...
# libaio-oracle .bb build file # Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see /COPYING) DESCRIPTION="This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel." HOMEPAGE="http://oss.oracle.com/projects/libaio-ora...
Change license from GPL to LGPL. See COPYING.LIB.
libaio-oracle: Change license from GPL to LGPL. See COPYING.LIB. Signed-off-by: Leon Woestenberg <be92910ae7bb6f58bb9b7c6f845bc30640119592@sidebranch.com>
BitBake
mit
openembedded/openembedded,hulifox008/openembedded,libo/openembedded,nx111/openembeded_openpli2.1_nx111,dellysunnymtech/sakoman-oe,trini/openembedded,xifengchuo/openembedded,openembedded/openembedded,giobauermeister/openembedded,dellysunnymtech/sakoman-oe,BlackPole/bp-openembedded,SIFTeam/openembedded,crystalfontz/opene...
337579ce436eceff702c047e7e83c28be1715429
recipes-debian/rinse/rinse_debian.bb
recipes-debian/rinse/rinse_debian.bb
SUMMARY = "RPM installation environment" DESCRIPTION = "\ This is a tool for bootstrapping a basic RPM-based distribution of \ GNU/Linux. It is comparable in purpose to the standard Debian \ debootstrap utility, but works upon RPM-based distributions instead. \ Rinse can setup 32 and 64-bit installations of: \ * ...
Add recipes for rinse packages
rinse: Add recipes for rinse packages Create recipes to build rinse package from Debian's source code
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian
8068c41fc5b762ae95bc8ac4157bd45e1a8f39c7
recipes-debian/csh/csh_debian.bb
recipes-debian/csh/csh_debian.bb
SUMMARY = "Shell with C-like syntax" DESCRIPTION = "The C shell was originally written at UCB to overcome limitations in the \ Bourne shell. Its flexibility and comfort (at that time) quickly made it \ the shell of choice until more advanced shells like ksh, bash, zsh or \ tcsh appeared. Most of the latter incorporat...
Add recipes for csh package
csh: Add recipes for csh package Create new recipes to build csh package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian
a142381a91c6e33f5112f372a2c93370c6b68384
recipes-aspnetvnext/tsd/tsd_0.6.5.bb
recipes-aspnetvnext/tsd/tsd_0.6.5.bb
SRC_URI="https://github.com/DefinitelyTyped/${PN}/archive/${PV}.tar.gz;downloadfilename=${PN}-${PV}.tar.gz" LICENSE="Apache-2.0" LIC_FILES_CHKSUM="file://LICENSE.txt;md5=585c0b2e399c33bf30e5021bbd5abaa6" SRC_URI[md5sum]="7827e85f7220543b29eaa45ad139135a" SRC_URI[sha256sum]="d8c951e8be81b951c13390bc8cb90b9e49d043be0896...
Add a recipe for tsd
Add a recipe for tsd
BitBake
mit
ernstp/meta-aspnet,Tragetaschen/meta-aspnet
05a44074d49142791b9421538ea526fe1329edd2
recipes/ti/ti-msp430-chronos_1.05.00.00.bb
recipes/ti/ti-msp430-chronos_1.05.00.00.bb
DESCRIPTION = "eZ430 Chronos Tools - MSP430 Development Kit/Watch" HOMEPAGE = "http://processors.wiki.ti.com/index.php/EZ430-Chronos" SECTION = "multimedia" PV = "1_05_00_00" SRC_URI = "http://focus.ti.com/lit/sw/slac388/slac388.zip;name=slac388zip" SRC_URI[slac388zip.md5sum] = "22d4104a07af584222828fb377793796" SRC...
Add initial recipe for msp430 chronos watch support
ti-msp430-chronos: Add initial recipe for msp430 chronos watch support * This recipe downloads and unpacks installer and installs the tcl scripts for the Control Center tools * Currently installing into MACHINE ARCH, which could be moved later. Signed-off-by: Roger Monk <d23a2d7364ff5b9274b46f5bc00c2488a2...
BitBake
mit
sampov2/audio-openembedded,rascalmicro/openembedded-rascal,BlackPole/bp-openembedded,sampov2/audio-openembedded,sentient-energy/emsw-oe-mirror,thebohemian/openembedded,JamesAng/oe,yyli/overo-oe,libo/openembedded,dellysunnymtech/sakoman-oe,buglabs/oe-buglabs,anguslees/openembedded-android,SIFTeam/openembedded,SIFTeam/op...
04d420ed91a8d597140cd7982a84d185649ec3cc
packages/abuse/abuse_0.7.0.bb
packages/abuse/abuse_0.7.0.bb
DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" SECTION = "opie/games" LICENSE = "GPL" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" FILES_${PN} += "${datadir}/games...
DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" SECTION = "games" LICENSE = "GPL" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" FILES_${PN} += "${datadir}/games" SR...
Remove bogus 'opie' from section in the abuse .bb
Remove bogus 'opie' from section in the abuse .bb
BitBake
mit
dellysunnymtech/sakoman-oe,YtvwlD/od-oe,philb/pbcl-oe-2010,demsey/openembedded,nzjrs/overo-openembedded,scottellis/overo-oe,philb/pbcl-oe-2010,bticino/openembedded,openpli-arm/openembedded,openembedded/openembedded,BlackPole/bp-openembedded,openembedded/openembedded,nx111/openembeded_openpli2.1_nx111,buglabs/oe-buglabs...
02faeb98837ac068ff056f8480a5c8e86eb4041b
recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
DESCRIPTION = "TI softhsmv2 package" LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib" LIC_FILES_CHKSUM = "file://LICENSE;md5=55144a048ba54f211a1aaa38c7fd2424" SECTION = "libs" mntdir = "/mnt" inherit autotools pkgconfig DEPENDS = "openssl libdaemon" COMPATIBLE_MACHINE = "(tci6614-evm|keys...
Add recipe for ti customised softhsm package
ti-softhsmv2: Add recipe for ti customised softhsm package - Provide library, deamon and util for ti customised softhsm Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com> Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
BitBake
mit
rcn-ee/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti
749db258be031014ddb175cd24288263ae26d64a
recipes-debian/ganglia/ganglia-web_debian.bb
recipes-debian/ganglia/ganglia-web_debian.bb
SUMMARY = "cluster monitoring toolkit" DESCRIPTION = "Ganglia is a scalable, real-time cluster monitoring environment \ that collects cluster statistics in an open and well-defined XML format." HOMEPAGE = "http://ganglia.info/" PR = "r0" inherit debian-package LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=3...
Add recipe for ganglia-web package
ganglia-web: Add recipe for ganglia-web package Create new recipe to build ganglia-web package from Debian's source code Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
BitBake
mit
tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,...
b3c1c6b02c0bf61af035be1513bae15983e7efaf
recipes-kernel/kernel-modules/kernel-module-hdmi_git.bb
recipes-kernel/kernel-modules/kernel-module-hdmi_git.bb
SUMMARY = "Xilinx HDMI Linux Kernel module" SECTION = "kernel/modules" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a" XILINX_HDMI_VERSION = "1.0.0" PV = "${XILINX_HDMI_VERSION}" S = "${WORKDIR}/git" BRANCH ?= "master" REPO ?= "git://gitenterprise.xilinx.com/ipssw/hdmi-m...
Add recipe for integrating hdmi drivers
kernel-module-hdmi.bb: Add recipe for integrating hdmi drivers Added recipe to build hdmi drivers as out-of-tree modules Signed-off-by: Rohit Consul <3cebeef0541c09b6b5906991aba80bdf04dbffe2@xilinx.com> Signed-off-by: Manjukumar Matha <4c64a17569570cb9f1048973bce031c402b55312@xilinx.com>
BitBake
mit
Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux
cfe39d89dccd80a0624b6e333c17fd007800e111
recipes-debian/libevdev/libevdev_debian.bb
recipes-debian/libevdev/libevdev_debian.bb
SUMMARY = "Wrapper library for evdev devices" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" SECTION = "libs" LICENSE = "MIT-X" LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1" SRC...
Add recipe for libevdev package
Add recipe for libevdev package Signed-off-by: Tran Thi Van Dung <4602a2150458a8fc79ca562d1ec5fffebd9f9638@toshiba-tsdv.com>
BitBake
mit
congnt-tsdv/meta-debian,wwright2/meta-debian,tienlee/meta-debian,tienlee/meta-debian,congnt-tsdv/meta-debian,rofehr/meta-debian,tienlee/meta-debian,tienlee/meta-debian,rofehr/meta-debian,congnt-tsdv/meta-debian,rofehr/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,congnt-tsdv/meta-debian,nghiaht-tsdv/meta-debi...
bb625df972348d35dc7eb9ac2b720da90ce90454
recipes-addon/openjpeg/openjpeg_2.1.1.bb
recipes-addon/openjpeg/openjpeg_2.1.1.bb
DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec" HOMEPAGE = "http://www.openjpeg.org" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" SRC_URI = "https://github.com/uclouvain/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz" SRC_URI[md5sum] = "0cc4b2...
Add the openjpeg recipe necessary for building efl
Add the openjpeg recipe necessary for building efl For building efl, openjpeg is required. Since openjpeg recipe does not exist in poky, it is added to this layer.
BitBake
mit
watatuki/meta-efl-rebuilding,watatuki/meta-efl-rebuilding
443b9db00d1a2dbd20c831626e29ae95d49d916c
recipes/gnuradio/gnuradio-srctree_git.bb
recipes/gnuradio/gnuradio-srctree_git.bb
include recipes/gnuradio/gnuradio.inc inherit srctree autotools gitver PV = "${GITVER}" # Set S (the path to the source directory) via local.conf using the line: # S_pn-gnuradio-srctree = "/home/username/src/git/gnuradio" do_copy_to_target() { scp -rp ${D}/* root@192.168.1.171:/ } addtask copy_to_target after ...
Add srctree based recipe to aid development.
gnuradio: Add srctree based recipe to aid development.
BitBake
mit
balister/meta-ettus,balister/meta-ettus
60ec82d18c66ac916c822c8ec169039b2d34bb12
meta-oe/recipes-extended/triggerhappy/triggerhappy_0.5.0.bb
meta-oe/recipes-extended/triggerhappy/triggerhappy_0.5.0.bb
SUMMARY = "A lightweight hotkey daemon" HOMEPAGE = "https://github.com/wertarbyte/triggerhappy" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "https://github.com/wertarbyte/triggerhappy/archive/debian/0.5.0-1.tar.gz" SRC_URI[md5sum] = "77f90a18c775e47c4c5e9e0898...
Add triggerhappy hotkey daemon recipe
Add triggerhappy hotkey daemon recipe Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
BitBake
mit
victronenergy/meta-openembedded,mrchapp/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,mrcha...
bd7c0e4e4c610d18004bdf5039b7824feffde7a6
packages/gnutls/gnutls_1.0.23.bb
packages/gnutls/gnutls_1.0.23.bb
DESCRIPTION = "GNU Transport Layer Security Library" DEPENDS = "zlib libgcrypt" PR = "r2" LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.gz \ file://gnutls-openssl.patch;patch=1" inherit autotools PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" FILES_${PN}-openssl = "${libdir}/libgn...
DESCRIPTION = "GNU Transport Layer Security Library" DEPENDS = "zlib libgcrypt" PR = "r3" LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.gz \ file://gnutls-openssl.patch;patch=1" inherit autotools PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" FILES_${PN}-openssl = "${libdir}/libgn...
Fix building of gnutls when host system has libtasn1.
Fix building of gnutls when host system has libtasn1. BKrev: 41f6313aaqf4HY7kaM6vjTDNubBb9w
BitBake
mit
rascalmicro/openembedded-rascal,buglabs/oe-buglabs,sledz/oe,openpli-arm/openembedded,thebohemian/openembedded,mrchapp/arago-oe-dev,JamesAng/oe,thebohemian/openembedded,sampov2/audio-openembedded,bticino/openembedded,bticino/openembedded,sledz/oe,sampov2/audio-openembedded,crystalfontz/openembedded,sutajiokousagi/openem...