Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add devel space include path to cflags
DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client \ library that enables C++ programmers to quickly interface with ROS Topics, \ Services, Parameters. roscpp is the most widely used ROS client library and is designed to \ be the high-performance library for ROS." SECTION = "devel" LICENSE...
DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client \ library that enables C++ programmers to quickly interface with ROS Topics, \ Services, Parameters. roscpp is the most widely used ROS client library and is designed to \ be the high-performance library for ROS." SECTION = "devel" LICENSE...
Update to latest svn defconfig
# Kernel for Freecom FSG-3 # # This bitbake file pulls patches and the defconfig straight # from the NSLU2-Linux SVN repository. Information about this # repository can be found at: # http://trac.nslu2-linux.org/kernel/ # # The revision that is pulled from SVN is specified below IXP4XX_KERNEL_SVN_REV = "898" # # The di...
# Kernel for Freecom FSG-3 # # This bitbake file pulls patches and the defconfig straight # from the NSLU2-Linux SVN repository. Information about this # repository can be found at: # http://trac.nslu2-linux.org/kernel/ # # The revision that is pulled from SVN is specified below IXP4XX_KERNEL_SVN_REV = "902" # # The di...
Make ccxstream depend on readline
DESCRIPTION = "XStream Server" LICENSE = "GPL-2" PR = "r1" SRC_URI = "http://surfnet.dl.sourceforge.net/sourceforge/xbplayer/${P}.tar.gz \ file://ccxstream-termcap.patch;patch=1 \ file://ccxstream.init \ file://ccxstream.conf" inherit autotools do_install() { # add startup and sample config install -d ${D}${sy...
DESCRIPTION = "XStream Server" DEPENDS = "readline" LICENSE = "GPL-2" PR = "r2" SRC_URI = "http://surfnet.dl.sourceforge.net/sourceforge/xbplayer/${P}.tar.gz \ file://ccxstream-termcap.patch;patch=1 \ file://ccxstream.init \ file://ccxstream.conf" inherit autotools do_install() { # add startup and sample config ...
Update LICENSE field version to GPLv2
DESCRIPTION = "Library for interacting with ID3 tags" SECTION = "libs/multimedia" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "zlib" PR = "r3" SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \ file://libid3tag-pkg-config.patch" SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3" SRC_URI[s...
DESCRIPTION = "Library for interacting with ID3 tags" SECTION = "libs/multimedia" PRIORITY = "optional" LICENSE = "GPLv2+" DEPENDS = "zlib" PR = "r4" SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \ file://libid3tag-pkg-config.patch" SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3" SRC_UR...
Add extra disk space to the image, so additional files can be uploaded
inherit image IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" ANGSTROM_EXTRA_INSTALL ?= "" DEPENDS = "task-base-extended \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \ " IMAGE_INSTALL = "task-base-extended \ ${ANGSTROM_EXTRA_INSTALL} \ ${@base_contains("MACHINE_F...
inherit image IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" ANGSTROM_EXTRA_INSTALL ?= "" DEPENDS = "task-base-extended \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \ " IMAGE_INSTALL = "task-base-extended \ ${ANGSTROM_EXTRA_INSTALL} \ ${@base_contains("MACHINE_F...
Correct dependencies for XFCE demo image
# This image extends fsl-image-multimedia with the following: # XFCE desktop # Disk formatting tools # Modem and wireless support IMAGE_FEATURES += "\ ${@base_contains('DISTRO_FEATURES', 'x11', 'x11-base', '', d)} \ " LICENSE = "MIT" inherit core-image CORE_IMAGE_EXTRA_INSTALL += " \ packagegroup-fsl-...
# This image extends fsl-image-multimedia_full with the following: # XFCE desktop # Disk formatting tools # Modem and wireless support require recipes-fsl/images/fsl-image-multimedia-full.bb IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstools" IMAGE_INSTALL_append = " packagegroup-xfce-extended midori" IMAGE_I...
Add a few packages to test with
DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware" LICENSE = MIT PR = "r1" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 PACKAGES = "${PN}" OPENSLUG_NATIVE_PACKAGES = "\ " BROKEN_PACKAGES = "\ " DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \ package-index'
DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware" LICENSE = MIT PR = "r2" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 PACKAGES = "${PN}" # Just something the test with OPENSLUG_NATIVE_PACKAGES = "\ gzip \ vlan \ " BROKEN_PACKAGES = "\ " DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \ p...
Fix license format QA error
SUMMARY = "Freedesktop sound theme" HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec" LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0" LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69" # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT # intltool for intltool.m4 wh...
SUMMARY = "Freedesktop sound theme" HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec" LICENSE = "GPLv2+ & CC-BY-3.0 & CC-BY-SA-3.0" LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69" # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT # intltool for intltool.m...
Add python3-cryptography to RDEPENDS for python3-redis
SUMMARY = "Python client for Redis key-value store" DESCRIPTION = "The Python interface to the Redis key-value store." HOMEPAGE = "http://github.com/andymccurdy/redis-py" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b" SRC_UR...
SUMMARY = "Python client for Redis key-value store" DESCRIPTION = "The Python interface to the Redis key-value store." HOMEPAGE = "http://github.com/andymccurdy/redis-py" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b" SRC_UR...
Update to connman version 1.3
require connman.inc SRCREV = "c80faf72bfdd1f78562504146f16a3b05874dd92" SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ file://add_xuser_dbus_permission.patch \ file://connman" S = "${WORKDIR}/git" PR = "${INC_PR}.0"
require connman.inc SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad" SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ file://add_xuser_dbus_permission.patch \ file://connman" S = "${WORKDIR}/git" PR = "${INC_PR}.1"
Fix lsuio recipe from wrong merge
DESCRIPTION = "Lists available userspace I/O (UIO) devices" SECTION = "tools" DEPENDS = "" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" HOMEPAGE="http://www.osadl.org/UIO.uio.0.html" SRC_URI="http://www.osadl.org/proje...
DESCRIPTION = "Lists available userspace I/O (UIO) devices" SECTION = "tools" DEPENDS = "" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" HOMEPAGE="http://www.osadl.org/UIO.uio.0.html" SRC_URI="http://www.osadl.org/proje...
Allow fixing a conflict when building petalinux SDK
DESCRIPTION = "Lists available userspace I/O (UIO) devices" SECTION = "tools" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r0" DEPENDS = "" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" HOMEPAGE="http://www.osadl.org/UIO.uio.0.html" SRC_URI="http://www.osad...
DESCRIPTION = "Lists available userspace I/O (UIO) devices" SECTION = "tools" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r1" DEPENDS = "" HOMEPAGE="http://www.osadl.org/UIO.uio.0.html" SRC_URI="http://www.osadl.org/projects/downloads/UIO/user/lsuio-${PV}.tar.gz" ...
Fix vm_fault_t build error on v5.0
require kernel-module-mali-utgard.inc LIC_FILES_CHKSUM = "file://driver/src/devicedrv/mali/readme.txt;md5=92d15b487d204ace57072c48697b4a89" BRANCH="DX910-SW-99002-r9p0-01rel0_meson_gx" SRC_URI = "git://github.com/superna9999/meson_gx_mali_450.git;branch=${BRANCH}" SRCREV = "eb2c846fd78058def70b492f55e4c52fd7254da7" ...
require kernel-module-mali-utgard.inc LIC_FILES_CHKSUM = "file://driver/src/devicedrv/mali/readme.txt;md5=92d15b487d204ace57072c48697b4a89" BRANCH="DX910-SW-99002-r9p0-01rel0_meson_gx" SRC_URI = "git://github.com/superna9999/meson_gx_mali_450.git;branch=${BRANCH}" SRCREV = "bff4613d70b95c783e514019d169b68bfbdd9f3b" ...
Choose which programming languages to support in the package group
DESCRIPTION = "Packages for IBM Bluemix & Watson platforms." LICENSE = "MIT" inherit packagegroup PR = "r0" RDEPENDS_${PN} = "\ ibm-iotf-embeddedc \ ibm-iotf-embeddedc-dev \ ibm-iotf-embeddedc-samples \ node-red-contrib-ibm-watson-iot \ python-ibmiotf \ " PACKAGES = "${PN}" PACKAGECONFIG ??= "java" PACKAGECON...
DESCRIPTION = "Packages for IBM Bluemix & Watson platforms." LICENSE = "MIT" inherit packagegroup PR = "r0" PACKAGES = "${PN}" PACKAGECONFIG ??= "c java python node-red" PACKAGECONFIG[c] = "\ , \ , \ , \ ibm-iotf-embeddedc \ ibm-iotf-embeddedc-dev \ ibm-iotf-embeddedc-samples \ " PACKAGECONFIG[java] = "\ ,...
Build qtx11extras only if distro contains X11
DESCRIPTION = "PetaLinux Qt additional supported packages" inherit packagegroup distro_features_check ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" QT_EXTENDED_PACKAGES = " \ ruby \ packagegroup-petalinux-qt \ qtbase-mkspecs \ qtbase-plugins \ qtsystems-mkspecs \ qttranslations-qtbase \ qttranslations-qthelp \...
DESCRIPTION = "PetaLinux Qt additional supported packages" inherit packagegroup distro_features_check ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" QT_EXTENDED_PACKAGES = " \ ruby \ packagegroup-petalinux-qt \ qtbase-mkspecs \ qtbase-plugins \ qtsystems-mkspecs \ qttranslations-qtbase \ qttranslations-qthelp \...
Fix oe_multilib_header cannot find asm/bpf_perf_event.h
# based on OE-Core require recipes-kernel/linux-libc-headers/linux-libc-headers.inc # use the same kernel source as linux_git.bb inherit linux-src PROVIDES += "linux-libc-headers"
# based on OE-Core require recipes-kernel/linux-libc-headers/linux-libc-headers.inc # The current version of linux-cip is 4.4 which does not provide 'asm/bpf_perf_event.h' # Overwrite do_install_armmultilib to remove 'asm/bpf_perf_event.h'. # Fix error: # | ERROR: linux-libc-headers-base-gitAUTOINC+94e27e1f56-r0 do_...
Update recipe for expat package
# # base recipe: meta/recipes-core/expat/expat_2.1.0.bb # base branch: daisy # PR = "r0" SUMMARY = "A stream-oriented XML parser library" DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML do...
# # base recipe: meta/recipes-core/expat/expat_2.1.0.bb # base branch: daisy # PR = "r0" SUMMARY = "A stream-oriented XML parser library" DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML do...
Add ro to CMDLINE to work around a strange bug that the SD gets not mounted
require linux.inc DESCRIPTION = "The Linux kernel for E-Ten Glofiish smartphones" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = "eten-m800" KERNEL_RELEASE = "2.6.28-rc4" KERNEL_VERSION = "${KERNEL_RELEASE}" # See http://wiki.openembedded.net/index.php/Versioning_Policy PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gi...
require linux.inc DESCRIPTION = "The Linux kernel for E-Ten Glofiish smartphones" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = "eten-m800" KERNEL_RELEASE = "2.6.28-rc4" KERNEL_VERSION = "${KERNEL_RELEASE}" # See http://wiki.openembedded.net/index.php/Versioning_Policy PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gi...
Add mkspecs to dev subpackage
SUMMARY = "A collection of cross-platform QtQuick components for building fluid and dynamic applications" LICENSE = "MPLv2" LIC_FILES_CHKSUM = " \ file://LICENSE.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ " inherit liri SRC_URI += "file://0001-remove-Werror-from-build-flags.patch" PV = "0.9.0+git${SRCPV}" SRCREV...
SUMMARY = "A collection of cross-platform QtQuick components for building fluid and dynamic applications" LICENSE = "MPLv2" LIC_FILES_CHKSUM = " \ file://LICENSE.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ " inherit liri SRC_URI += "file://0001-remove-Werror-from-build-flags.patch" PV = "0.9.0+git${SRCPV}" SRCREV...
Install configuration using update-alternatives, enables different key-bindings for different window managers
inherit gpe DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch" DEPENDS_append_openzaurus = " display-brightness" RDEPENDS_append_openzaurus = " display-brightness" SECTION = "gpe" LICENSE = "GPL" DESCRIPTION = "A small utility for binding commands to a hot key.\ Keylaunch is a minimal utility for associa...
inherit gpe DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch" DEPENDS_append_openzaurus = " display-brightness" RDEPENDS_append_openzaurus = " display-brightness" SECTION = "gpe" LICENSE = "GPL" DESCRIPTION = "A small utility for binding commands to a hot key.\ Keylaunch is a minimal utility for associa...
Switch to master for acme-utils
FILESEXTRAPATHS_prepend := "${THISDIR}:" DESCRIPTION = "ACME Utilities" SECTION = "acme" DEPENDS = "" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799" SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=python-cli" SRCREV = "python-cli" S = "${WORKDIR}/git" RDEP...
FILESEXTRAPATHS_prepend := "${THISDIR}:" DESCRIPTION = "ACME Utilities" SECTION = "acme" DEPENDS = "" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799" SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=master" SRCREV = "master" S = "${WORKDIR}/git" RDEPENDS_${P...
Add recipe for native package and correct LICENSE
# # Meta-debian # DESCRIPTION = "The JasPer JPEG-2000 runtime library" LICENSE = "Jasper-2.0" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6fa5cfb08782fcab103fad4ebb2a01d7 \ file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc" SECTION = "graphics" PR = "r1" DEPENDS = "libjpeg-turbo" EXTRA_OECONF += " --enable-share...
# # Meta-debian # DESCRIPTION = "The JasPer JPEG-2000 runtime library" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6fa5cfb08782fcab103fad4ebb2a01d7 \ file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc" SECTION = "graphics" PR = "r1" DEPENDS = "libjpeg-turbo" EXTRA_OECONF += " --enable-shared=yes" ...
Revert "mongodb: remove from lamp temporarily"
require linaro-image-common.inc IMAGE_INSTALL += " \ apache2 \ fwts \ grub \ mysql5-server \ mysql5-client \ php-fpm \ php-fpm-apache2 \ packagegroup-core-buildessential \ ${SDK_IMAGE_INSTALL}" IMAGE_FEATURES += "\ dev-pkgs \ staticdev-pkgs \ tools-debug \ tools-sdk \ "
require linaro-image-common.inc IMAGE_INSTALL += " \ apache2 \ fwts \ grub \ mysql5-server \ mysql5-client \ mongodb \ php-fpm \ php-fpm-apache2 \ packagegroup-core-buildessential \ ${SDK_IMAGE_INSTALL}" IMAGE_FEATURES += "\ dev-pkgs \ staticdev-pkgs \ tools-debug \ tools-s...
Fix packaging, add necessary RDEPENDS
LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=58ea69e00c0f1a17ba58451500255625" require kde4.inc DEPENDS = "virtuoso raptor" SRC_URI = "git://anongit.kde.org/soprano.git;branch=master \ file://Fix-Redland-cross-compile-error.patch \ file://WORKAROUND-export-visibility.patch \ " SRCREV = "2f538...
LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=58ea69e00c0f1a17ba58451500255625" require kde4.inc DEPENDS = "virtuoso raptor" RDEPENDS_${PN} = "virtuoso raptor rasqal redland" SRC_URI = "git://anongit.kde.org/soprano.git;branch=master \ file://Fix-Redland-cross-compile-error.patch \ file://WORKARO...
Allow wayland or x11 in distro features
SUMMARY = "C++ bindings for the GTK+ toolkit V3" HOMEPAGE = "http://www.gtkmm.org/" SECTION = "libs" LICENSE = "LGPL-2.1-only & GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "glib-2.0-nat...
SUMMARY = "C++ bindings for the GTK+ toolkit V3" HOMEPAGE = "http://www.gtkmm.org/" SECTION = "libs" LICENSE = "LGPL-2.1-only & GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "glib-2.0-nat...
Update commit to fix mknod issues
DESCRIPTION = "TI Cryptography Example Applications" HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5" SECTION = "console" DEPENDS += "openssl" PR = "r6" BRANCH ?...
DESCRIPTION = "TI Cryptography Example Applications" HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5" SECTION = "console" DEPENDS += "openssl" PR = "r7" BRANCH ?...
Switch to evmmux branch to put some mileage on the patches to be submitted upstream
require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" SRCREV = "160b30a7f315ea2c7d76dd19250d723eedb283ee" PV = "2008.10-rc3+${PR}+git${SRCREV}" PR="r0" SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=overo;protocol=git \ " UBOOT_MACHINE_b...
require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" SRCREV = "486ad6069e804bcc98004f197f01b7ef267dc408" PV = "2008.10+${PR}+git${SRCREV}" PR="r0" SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=evmmux;protocol=git \ " UBOOT_MACHINE_beag...
Update release name for Cardassia
DESCRIPTION = "Linux kernel based on nilrt branch" require linux-nilrt.inc NI_RELEASE_VERSION = "17.1" LINUX_VERSION = "4.6" LINUX_VERSION_EXTENSION = "-nilrt" KBRANCH = "nilrt/${NI_RELEASE_VERSION}/${LINUX_VERSION}" KBRANCH_n310 = "dev/bmouring/nilrt/cardassia/${LINUX_VERSION}" # Subfolder of the same name will be ...
DESCRIPTION = "Linux kernel based on nilrt branch" require linux-nilrt.inc NI_RELEASE_VERSION = "cardassia" LINUX_VERSION = "4.6" LINUX_VERSION_EXTENSION = "-nilrt" KBRANCH = "nilrt/${NI_RELEASE_VERSION}/${LINUX_VERSION}" KBRANCH_n310 = "dev/bmouring/nilrt/cardassia/${LINUX_VERSION}" # Subfolder of the same name wil...
Fix gcc6 ACC conformance test configure error for ucl-native too
HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/" SUMMARY = "Data compression library" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e" SRC_URI = " \ http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \ file://0001-configure.ac-Fix-with-current-autoco...
HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/" SUMMARY = "Data compression library" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e" SRC_URI = " \ http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \ file://0001-configure.ac-Fix-with-current-autoco...
Add dependency on opengl for cogl
SUMMARY = "A simple presentation tool for hackers" DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \ by bullet point and instead encourage presentations containing beautiful \ images and small amounts of concise text in slides." SECTION = "x11/multi...
SUMMARY = "A simple presentation tool for hackers" DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \ by bullet point and instead encourage presentations containing beautiful \ images and small amounts of concise text in slides." SECTION = "x11/multi...
Remove packagegroup-core-lsb from images, for now, since it requires x11.
SUMMARY = "MagOS image for production" LICENSE = "MIT" IMAGE_FEATURES += "ssh-server-dropbear package-management" IMAGE_INSTALL = " \ packagegroup-magos-base \ packagegroup-magos-mmctools \ packagegroup-core-full-cmdline \ packagegroup-core-lsb \ " IMAGE_LINGUAS = " " inherit core-image
SUMMARY = "MagOS image for production" LICENSE = "MIT" IMAGE_FEATURES += "ssh-server-dropbear package-management" IMAGE_INSTALL = " \ packagegroup-magos-base \ packagegroup-magos-mmctools \ packagegroup-core-full-cmdline \ " IMAGE_LINGUAS = " " inherit core-image
Update license and code for OMAP3 PWM
DESCRIPTION = "PWM drivers for omap3 processors" HOMEPAGE = "https://github.com/scottellis/omap3-pwm" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://../git/pwm.c;endline=28;md5=c8448052329697f9239ac2d919535901" PR="r2" inherit module COMPATIBLE_MACHINE = "overo" SRCREV = "dc40d9296054e7e26c89586c1bd01199e1593017" SRC_UR...
DESCRIPTION = "PWM drivers for omap3 processors" HOMEPAGE = "https://github.com/scottellis/omap3-pwm" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" inherit module COMPATIBLE_MACHINE = "omap3" SRCREV = "ccee3524b0bc063f968eef3d7963e613dd0beb1b" SRC_UR...
Update to latest upstream to fix build with latest autotools
DESCRIPTION = "Media controller control application" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0" SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git" SRCREV = "f2f1e160ce411a08836e31c36a09c9dd55ec9784" PV = "0.0.1" PR = "r2" S = "${WORKDIR}/git" inher...
DESCRIPTION = "Media controller control application" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0" SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git" SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519" PV = "0.0.1" PR = "r3" S = "${WORKDIR}/git" inher...
Update to latest state, add support for sc145 based cti
DESCRIPTION = "Linux kernel for Beck IPC Hardware" require recipes-kernel/linux/linux.inc require recipes-kernel/linux/linux-dtb.inc COMPATIBLE_MACHINE = "(sc145-db150|sc165-db150|sc165-cti1*)" PV = "4.9.18" SRCREV_pn-${PN} = "b6b23aaf48c153ed3bfc0f4b7b3b19d3f0a95797" SRC_URI += "git://github.com/beck-ipc/kernel-...
DESCRIPTION = "Linux kernel for Beck IPC Hardware" require recipes-kernel/linux/linux.inc require recipes-kernel/linux/linux-dtb.inc COMPATIBLE_MACHINE = "(sc145-db150|sc165-db150|sc165-cti1*|sc145-cti1*)" PV = "4.9.18" SRCREV_pn-${PN} = "99e5b2a76ac48cdff1c3ef3f6191c00aec6f93d9" SRC_URI += "git://github.com/beck...
Revert "[tichy] Apply Charlie's change"
DESCRIPTION = "Python applets manager" SECTION = "x11" LICENSE = "GPL" DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject" PV = "0.1+svnr${SRCREV}" PR = "r0.01" SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=tichy;proto=http" S = "${WORKDIR}...
DESCRIPTION = "Python applets manager" SECTION = "x11" LICENSE = "GPL" DEPENDS = "python-pygame" PV = "0.1+svnr${SRCREV}" PR = "r0" SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=tichy;proto=http" S = "${WORKDIR}/tichy" inherit distutils FILES_${PN} += "${datadir}" RDEPENDS_${PN} += "python-pygame"
Allow .bbappend files to overwrite SRCREV
require swupdate.inc require swupdate_tools.inc DEFAULT_PREFERENCE = "-1" SRCREV = '8a2ff356c3d93bb4f681a511e6b42ed64dcf6409'
require swupdate.inc require swupdate_tools.inc DEFAULT_PREFERENCE = "-1" SRCREV ?= '8a2ff356c3d93bb4f681a511e6b42ed64dcf6409'
Update branch and SRCREV for update release
LINUX_VERSION = "5.15.19" KBRANCH="xlnx_rebase_v5.15_LTS" SRCREV = "b0c1be301e78c320df8c4d93b18393bfd7fd4e9d" KCONF_AUDIT_LEVEL="0" include linux-xlnx.inc FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
LINUX_VERSION = "5.15.19" KBRANCH="xlnx_rebase_v5.15_LTS_2022.1_update" SRCREV = "5ead03b6e64b5072737c653bb20ebcd88704e3d1" KCONF_AUDIT_LEVEL="0" include linux-xlnx.inc FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
Add support for am387x-evm machine
#NOTE: This package is currently only supported for the Angstrom # distribution. Other distributions and toolchains may or # may not work. DESCRIPTION = "AM Benchmarks" HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/" LICENSE = "BSD" SECTION = "system" PRIORITY = "optional" SRCREV = "59" PR = "...
#NOTE: This package is currently only supported for the Angstrom # distribution. Other distributions and toolchains may or # may not work. DESCRIPTION = "AM Benchmarks" HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/" LICENSE = "BSD" SECTION = "system" PRIORITY = "optional" SRCREV = "60" PR = "...
Create install directory for AdapterBase.a library
# (c) Copyright 2012 Hewlett-Packard Development Company, L.P. DESCRIPTION = "A base class for browser plugins loaded by webOS." LICENSE = "Apache-2.0" SECTION = "Linux/System" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" DEPENDS = "glib-2.0 npapi-headers" PR = "r...
# (c) Copyright 2012 Hewlett-Packard Development Company, L.P. DESCRIPTION = "A base class for browser plugins loaded by webOS." LICENSE = "Apache-2.0" SECTION = "Linux/System" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" DEPENDS = "glib-2.0 npapi-headers" PR = "r...
Append include directory to CFLAGS. Reenables compilation and fixes 1628. Seizing the opportunity to remove some cruft and beautify the bb. RP approved.
DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities." PRIORITY = "optional" SECTION = "libs" LICENSE = "GPL" DEPENDS = "bison-native flex-native" SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \ file://ma...
DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities." PRIORITY = "optional" SECTION = "libs" LICENSE = "GPL" DEPENDS = "bison-native flex-native" CFLAGS_append = " -I${S}/libcap/include" SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kerne...
Update to new version 2.1.0.5
DESCRIPTION = "Provides library for handling packet descriptors for keystone devices" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" COMPATIBLE_MACHINE = "keystone" BRANCH = "master" SRC_URI = "git...
DESCRIPTION = "Provides library for handling packet descriptors for keystone devices" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld" COMPATIBLE_MACHINE = "keystone" BRANCH = "master" SRC_URI = "git...
Add os-release and updatehub-machine-info to RDEPENDS
SUMMARY = "UpdateHub - System Inquiry" SECTION = "base" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2" SRC_URI = "git://github.com/UpdateHub/system-inquiry.git;protocol=https" SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e" S = "${WORKDIR}/git" PV = "0.0+${SRCPV}" inher...
SUMMARY = "UpdateHub - System Inquiry" SECTION = "base" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2" SRC_URI = "git://github.com/UpdateHub/system-inquiry.git;protocol=https" SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e" S = "${WORKDIR}/git" PV = "0.0+${SRCPV}" inher...
Update LICENSE field version to PD
DESCRIPTION = "Library for reading mod-like audio files." HOMEPAGE = "http://modplug-xmms.sf.net" SECTION = "libs" LICENSE = "GPL" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz" inherit autotools pkgconfig # NOTE: autotools_stage_all does nothing here, we need to do it manually do_...
DESCRIPTION = "Library for reading mod-like audio files." HOMEPAGE = "http://modplug-xmms.sf.net" SECTION = "libs" LICENSE = "PD" PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz" inherit autotools pkgconfig # NOTE: autotools_stage_all does nothing here, we need to do it manually do_i...
Add script name to u-boot env.
DESCRIPTION = "Raspberry Pi U-Boot environment script" SRC_URI = " \ file://${MACHINE}-boot.txt \ file://LICENSE \ " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=956139f0411412ea77671fedb9915d38" S = "${WORKDIR}" inherit deploy kernel-uimage DEPENDS = "u-boot-mkimage-native" RDEPENDS_${PN} = ...
DESCRIPTION = "Raspberry Pi U-Boot environment script" SRC_URI = " \ file://${MACHINE}-boot.txt \ file://LICENSE \ " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=956139f0411412ea77671fedb9915d38" S = "${WORKDIR}" inherit deploy kernel-uimage DEPENDS = "u-boot-mkimage-native" RDEPENDS_${PN} = ...
Make sure fdisk and debugfs are available during our tests.
# This is a dummy recipe, only meant to populate a sysroot that the tests can # use, and not meant for real building. DEPENDS = "mender-artifact-native" inherit native LICENSE = "Apache-2.0" do_compile() { bbfatal 'This is not meant to be built, should be invoked with "-c prepare_recipe_sysroot" only.' }
# This is a dummy recipe, only meant to populate a sysroot that the tests can # use, and not meant for real building. DEPENDS = "mender-artifact-native e2fsprogs-native util-linux-native" inherit native LICENSE = "Apache-2.0" do_compile() { bbfatal 'This is not meant to be built, should be invoked with "-c prep...
Fix recipe dependencies for searchmgr
# (c) Copyright 2012 Hewlett-Packard Development Company, L.P. DESCRIPTION = "webOS Universal Search Manager" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SECTION = "None" PROVIDES = "luna-universalsearchmanager" inherit webos_component in...
# (c) Copyright 2012 Hewlett-Packard Development Company, L.P. DESCRIPTION = "webOS Universal Search Manager" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SECTION = "None" DEPENDS = "libxml2" PROVIDES = "luna-universalsearchmanager" inher...
Update LICENSE field version to GPLv2
DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video streams" HOMEPAGE = "http://libmpeg2.sourceforge.net/" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "virtual/libsdl" PR = "r5" SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" S = "${WORKDIR}/mpeg...
DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video streams" HOMEPAGE = "http://libmpeg2.sourceforge.net/" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPLv2+" DEPENDS = "virtual/libsdl" PR = "r6" SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" S = "${WORKDIR}/m...
Stop overriding modules_install in the recipe
require wireguard.inc SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98" SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat" inherit module kernel-module-split DEPENDS = "virtual/kernel libmnl" # This module requires Linux 3.10 higher and several networking related # configuration options. For exact kernel req...
require wireguard.inc SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98" SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat" inherit module kernel-module-split DEPENDS = "virtual/kernel libmnl" # This module requires Linux 3.10 higher and several networking related # configuration options. For exact kernel req...
Update to tip of master
SUMMARY = "Linux CAN network development utilities" DESCRIPTION = "Linux CAN network development" LICENSE = "GPLv2 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7" DEPENDS = "libsocketcan" SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;bran...
SUMMARY = "Linux CAN network development utilities" DESCRIPTION = "Linux CAN network development" LICENSE = "GPLv2 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7" DEPENDS = "libsocketcan" SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;bran...
Update SRCREV to latest SHA and install shared header.
DESCRIPTION = "ARM Trusted Firmware Poplar" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e" DEPENDS += "u-boot-poplar" SRCREV = "812fae9e5ee80ddad6bae6bf1c403c9ffaaae984" SRC_URI = "git://github.com/linaro/poplar-arm-trusted-firmware.git;name=atf;branch=latest" S = "${WORK...
DESCRIPTION = "ARM Trusted Firmware Poplar" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e" DEPENDS += "u-boot-poplar" SRCREV = "812fae9e5ee80ddad6bae6bf1c403c9ffaaae984" SRC_URI = "git://github.com/linaro/poplar-arm-trusted-firmware.git;name=atf;branch=latest" S = "${WORK...
Remove unneeded init-ramfs.common from FILES
SUMMARY = "Init script used for booting older NILRT runmode initramfs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "\ file://init-runmode-ramfs.sh \ " RDEPENDS_${PN} += "bash" do_install() { install -m 0755 ${WORKDIR}/init-runmode-ramfs.sh...
SUMMARY = "Init script used for booting older NILRT runmode initramfs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "\ file://init-runmode-ramfs.sh \ " RDEPENDS_${PN} += "bash" do_install() { install -m 0755 ${WORKDIR}/init-runmode-ramfs.sh...
Update LICENSE field version to GPLv2
SECTION = "unknown" LICENSE = "GPL" inherit autotools gtk-icon-cache # Override RDEPENDS_${PN} = hicolor-icon-theme from gtk-icon-cache RDEPENDS_${PN} = "" RDEPENDS_${PN} = "" PR = "r1" SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz" PACKAGE_ARCH = "all" FILES_${PN} += "${datadir}/icons" SRC_URI...
SECTION = "unknown" LICENSE = "GPLv2" inherit autotools gtk-icon-cache # Override RDEPENDS_${PN} = hicolor-icon-theme from gtk-icon-cache RDEPENDS_${PN} = "" RDEPENDS_${PN} = "" PR = "r2" SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz" PACKAGE_ARCH = "all" FILES_${PN} += "${datadir}/icons" SRC_U...
Add tslib and psplash to qte image
SUMMARY = "A development image with Qt embedded and some Syntro apps" HOMEPAGE = "http://www.jumpnowtek.com" LICENSE = "MIT" require console-image.bb PR = "0" QT_TOOLS = " \ qt4-embedded-dev\ qt4-embedded \ " SYNTRO = " \ syntrocore \ syntrocore-dev \ syntrolcam \ syntrolcam-init \ " IMAG...
SUMMARY = "A development image with Qt embedded and some Syntro apps" HOMEPAGE = "http://www.jumpnowtek.com" LICENSE = "MIT" require console-image.bb PR = "0" QT_TOOLS = " \ qt4-embedded-dev\ qt4-embedded \ " SYNTRO = " \ syntrocore \ syntrocore-dev \ syntrolcam \ syntrolcam-init \ " TS_T...
Add rdepends on EXA Xorg module
require recipes-graphics/xorg-driver/xorg-driver-video.inc LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42" DESCRIPTION = "X.org server -- Geode GX2/LX display driver" PR = "${INC_PR}.0" SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c" SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b...
require recipes-graphics/xorg-driver/xorg-driver-video.inc LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42" DESCRIPTION = "X.org server -- Geode GX2/LX display driver" PR = "${INC_PR}.1" SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c" SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b...
Modify packagekit to make it patch successful
DESCRIPTION = "PackageKit package management abstraction" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" RDEPENDS_${PN} = "opkg" PV = "0.2.3+gitr${SRCREV}" PR = "r9" SRC_URI = "git://anongit.freedesktop.org/git/pac...
DESCRIPTION = "PackageKit package management abstraction" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" RDEPENDS_${PN} = "opkg" PV = "0.2.3+gitr${SRCREV}" PR = "r10" SRC_URI = "git://anongit.freedesktop.org/git/pa...
Work around broken OE install-sh.
DESCRIPTION = "GSM/GPRS mux tools" LICENSE = "GPL" SECTION = "gpe" PRIORITY = "optional" DEPENDS = "glibc" PR = "r0" inherit gpephone SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2" S = ${WORKDIR}/GPRS/connect do_compile() { oe_runmake PREFIX=${prefix} } do_install() { install -d ${D}/${prefix}...
DESCRIPTION = "GSM/GPRS mux tools" LICENSE = "GPL" SECTION = "gpe" PRIORITY = "optional" DEPENDS = "glibc" PR = "r0" inherit gpephone SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2" S = ${WORKDIR}/GPRS/connect do_compile() { oe_runmake PREFIX=${prefix} } do_install() { install -d ${D}/${prefix}...
Update SRCREV with bug fixes
DESCRIPTION = "Test applications for OMAP DRM interface" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df" DEPENDS += "libav libdce libdrm libgbm omap5-sgx-ddk-um-linux wayland" inherit autotools pkgconfig PR = "r7" SRCREV = "a2f483ef833ce7a6f3e0b...
DESCRIPTION = "Test applications for OMAP DRM interface" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df" DEPENDS += "libav libdce libdrm libgbm omap5-sgx-ddk-um-linux wayland" inherit autotools pkgconfig PR = "r9" SRCREV = "152713c45d7972ed08f50...
Update recipe for gperf package
require recipes-extended/gperf/gperf_3.0.4.bb inherit debian-package DEBIAN_SECTION = "devel" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" # # Debian Native Test # inherit debian-test SRC_URI_DEBIAN_TEST = "\ file://gperf-native-test/run_native_test_gperf \ ...
# # base recipe: meta/recipes-extended/gperf/gperf_3.0.4.bb # branch: daisy # PR = "r0" inherit debian-package LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" inherit autotools # autoreconf couldn't find acinclude.m4 when stepping into subdirectory. Instead of # duplicati...
Enable creating bootz image and uImage with DTB
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the lager board" COMPATIBLE_MACHINE = "lager" PR = "r7" PV_append = "+git${SRCREV}" SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=bsp/l...
require linux.inc require linux-dtb.inc require linux-dtb-append.inc DESCRIPTION = "Linux kernel for the lager board" COMPATIBLE_MACHINE = "lager" PR = "r8" PV_append = "+git${SRCREV}" SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport....
Add a patch to packagekit Make packagekit can remove packagekit without regarding the dependency. (So that can remove packages such as splinter depended by tasks)
DESCRIPTION = "PackageKit package management abstraction" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" RDEPENDS_${PN} = "opkg" PV = "0.2.3+gitr${SRCREV}" PR = "r13" SRC_URI = "git://anongit.freedesktop.org/git/pa...
DESCRIPTION = "PackageKit package management abstraction" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)" RDEPENDS_${PN} = "opkg" PV = "0.2.3+gitr${SRCREV}" PR = "r13" SRC_URI = "git://anongit.freedesktop.org/git/pa...
Build native version as well
require fftw.inc SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3" SRC_URI[sha256sum] = "8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982"
require fftw.inc SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3" SRC_URI[sha256sum] = "8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982" BBCLASSEXTEND = "native"
Update LICENSE field version to MIT-style
require xorg-lib-common.inc DESCRIPTION = "X11 Video extension library" LICENSE = "GPL" DEPENDS += "libxext videoproto" PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "e292445a64b63e918bbc8b6aae6391dd" SRC_URI[archive.sha256sum] = "e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee" XORG_PN = "libXv"
require xorg-lib-common.inc DESCRIPTION = "X11 Video extension library" LICENSE = "MIT-style" DEPENDS += "libxext videoproto" PR = "${INC_PR}.1" SRC_URI[archive.md5sum] = "e292445a64b63e918bbc8b6aae6391dd" SRC_URI[archive.sha256sum] = "e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee" XORG_PN = "libXv...
Fix syntax mistake when inheriting core-image-bistro
# # Copyright (C) 2016 Pelagicore AB # DESCRIPTION = "Image for creating a Pelux image" inherit core-image-bistro # Pelux components IMAGE_INSTALL += "softwarecontainer"
# # Copyright (C) 2016 Pelagicore AB # DESCRIPTION = "Image for creating a Pelux image" require recipes-core/images/core-image-bistro.bb # Pelux components IMAGE_INSTALL += "softwarecontainer"
Add a script flash-fs.sh for flashing NAND
## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1" DESCRIPTION = "BeagleBoard test scripts" HOMEPAGE = "http://beagleboad.org/support" PR = "r2" SRC_URI = "git://gitorious.org/beagleboard-validation/scripts.git;protocol=git \ " SRCREV = "473dd2ab20d866be6168c9f992c2c9e74e485c9d" S = "${WORK...
## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1" DESCRIPTION = "BeagleBoard test scripts" HOMEPAGE = "http://beagleboad.org/support" PR = "r3" SRC_URI = "git://gitorious.org/~joelf/beagleboard-validation/validation-scripts.git;protocol=git \ " SRCREV = "2df76857155fbd462527c2b00ee83214483...
Add missing python to rdeps
SUMMARY = "A small python tool for downloading bootloader to ddr through serial port" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3" SRCREV = "bee2ea1660f3a03df8d391fb75aa08dbc3441856" SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https" S = "${WORKDIR}/g...
SUMMARY = "A small python tool for downloading bootloader to ddr through serial port" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3" SRCREV = "bee2ea1660f3a03df8d391fb75aa08dbc3441856" SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https" S = "${WORKDIR}/g...
Use generic name for sources
DESCRIPTION = "Task to install additional scripts and applications into the SDK" LICENSE = "MIT" PR = "r3" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" # Choose the kernel and u-boot recipe sources to use U-BOOT_SRC = "" KERNEL_SRC = "" U-BOOT_SRC_am335x-evm = "u-boot-src" KERNEL_SRC_am335x-evm = "linux-am...
DESCRIPTION = "Task to install additional scripts and applications into the SDK" LICENSE = "MIT" PR = "r4" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" # Choose the kernel and u-boot recipe sources to use U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src" KERNEL_SRC = "${PREFERRED_PROVIDER_virtual...
Update LICENSE field version to GPLv2
DESCRIPTION = "MPEG Audio Decoder Library" SECTION = "libs" PRIORITY = "optional" DEPENDS = "libid3tag" LICENSE = "GPL" PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \ file://add-pkgconfig.patch \ file://mad.diff \ file://mad-mips-h-constraint.patch" S = "${WORKDIR}/libmad-${PV...
DESCRIPTION = "MPEG Audio Decoder Library" SECTION = "libs" PRIORITY = "optional" DEPENDS = "libid3tag" LICENSE = "GPLv2" PR = "r6" SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \ file://add-pkgconfig.patch \ file://mad.diff \ file://mad-mips-h-constraint.patch" S = "${WORKDIR}/libmad-${...
Update svn recipe to new version and use of SRCREV.
DEFAULT_PREFERENCE = "-1" DESCRIPTION = "Configuration applets for GPE" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ntp gpe-login gpe-icons" RDEPENDS_${PN} = "xst tzdata xset ntpdate gpe-login gpe-icons" RDEPENDS_gpe-conf-panel...
DEFAULT_PREFERENCE = "-1" DESCRIPTION = "Configuration applets for GPE" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ntp gpe-login gpe-icons" RDEPENDS_${PN} = "xst tzdata xset ntpdate gpe-login gpe-icons" RDEPENDS_gpe-conf-panel...
Add missing driver for weston
SUMMARY = "A very basic Wayland image with a terminal" IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" LICENSE = "MIT" inherit core-image distro_features_check REQUIRED_DISTRO_FEATURES = "wayland" CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples" DESCR...
SUMMARY = "A very basic Wayland image with a terminal" IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" LICENSE = "MIT" inherit core-image distro_features_check REQUIRED_DISTRO_FEATURES = "wayland" CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples" DESCR...
Add native SDK in image
include recipes-core/images/core-image-base.bb IMAGE_FEATURES += "debug-tweaks" # SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps" SOC_EXTRA_IMAGE_FEATURES="" # Add extra image features EXTRA_IMAGE_FEATURES += " \ ${SOC_EXTRA_IMAGE_FEATURES} \ nfs-server \ tools-debug \ tools-profile \ " IMAGE_INSTALL +...
include recipes-core/images/core-image-base.bb IMAGE_FEATURES += "debug-tweaks" # SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps" SOC_EXTRA_IMAGE_FEATURES="" # Add extra image features EXTRA_IMAGE_FEATURES += " \ ${SOC_EXTRA_IMAGE_FEATURES} \ nfs-server \ tools-debug \ tools-profile \ " IMAGE_INSTALL +...
Add opencv to IMAGE_INSTALL of qte image
# Add opencv and qte to the console image require jumpnow-console-image.bb QT_TOOLS = " \ qt4-embedded-dev\ qt4-embedded \ qt4-embedded-plugin-mousedriver-tslib \ " TS_TOOLS = " \ tslib-calibrate \ tslib-tests \ tslib-conf \ " #OPENCV_DEV = " \ # opencv-dev \ # opencv-samples-dev ...
# Add opencv and qte to the console image require jumpnow-console-image.bb QT_TOOLS = " \ qt4-embedded-dev\ qt4-embedded \ qt4-embedded-plugin-mousedriver-tslib \ " TS_TOOLS = " \ tslib-calibrate \ tslib-tests \ tslib-conf \ " OPENCV_DEV = " \ opencv-dev \ opencv-samples-dev \ ...
Change SRCREV to commit prior to build breakage
require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/" SRCREV = "35e1a9b87750483027f1114364d7980d71cd936d" PV = "2009.08+${PR}+git${SRCREV}" PR = "r6" PE = "1" SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \ file://fw-env.config \ file://dss...
require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/" SRCREV = "f5d89a12bc201e7040f1d3262222cc2f1958cee5" PV = "2009.08+${PR}+git${SRCREV}" PR = "r7" PE = "1" SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \ file://fw-env.config \ file://dss...
Update to gent2-5 (version 0.5.0)
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the koelsch board" COMPATIBLE_MACHINE = "koelsch" PR = "r1" PV_append = "+git${SRCREV}" SRCREV = "77d929639b4354d660fd3b6d808603ab625f69c5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=b...
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the koelsch board" COMPATIBLE_MACHINE = "koelsch" PR = "r2" PV_append = "+git${SRCREV}" SRCREV = "f49d2c9098ac09ebfe174564259c287f9644fd7f" ...
Add a lucking license file name to LIC_FILES_CHKSUM.
SUMMARY = "Utilities for manipulating filesystem extended attributes" HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" SECTION = "libs" DEPENDS = "virtual/libintl" LICENSE = "LGPLv2.1+ & GPLv2+" LICENSE_${PN} = "GPLv2+" LICENSE_lib${BPN} = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e...
SUMMARY = "Utilities for manipulating filesystem extended attributes" HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" SECTION = "libs" DEPENDS = "virtual/libintl" LICENSE = "LGPLv2.1+ & GPLv2+" LICENSE_${PN} = "GPLv2+" LICENSE_lib${BPN} = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e...
Update SRCREV to reflect latest changes
DESCRIPTION = "Image update is used to update alternate image on SOM." SUMMARY = "Image update is used to update alternate image on SOM. \ If the current image is ImageA, ImageB will get updated and vice versa. \ Usage: image_update <Input Image File>" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENS...
DESCRIPTION = "Image update is used to update alternate image on SOM." SUMMARY = "Image update is used to update alternate image on SOM. \ If the current image is ImageA, ImageB will get updated and vice versa. \ Usage: image_update <Input Image File>" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENS...
Update ssmtp u-a priority to be less than postfix's
SECTION = "console/network" DEPENDS = "openssl" DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \ file://ldflags.patch;patch=1 \ file://configure.patch;patch=1 \ file://libs-lcryp...
SECTION = "console/network" DEPENDS = "openssl" DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." PR = "r4" SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \ file://ldflags.patch;patch=1 \ file://configure.patch;patch=1 \ file://libs-lcryp...
Make it multilib safe, delete target recipe
SUMMARY = "A small python tool for downloading bootloader to ddr through serial port" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3" SRCREV = "6d8429dd5dfa4ec1cee4428cafe882c16624832a" SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https \ " S = "${WORKDIR...
SUMMARY = "A small python tool for downloading bootloader to ddr through serial port" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3" SRCREV = "6d8429dd5dfa4ec1cee4428cafe882c16624832a" SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https \ " S = "${WORKDIR...
Make quilt-ptest depend on quilt
# # base recipe: recipes-devtools/quilt/quilt_0.65.bb # base branch: master # base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998 # require quilt.inc inherit gettext
# # base recipe: recipes-devtools/quilt/quilt_0.65.bb # base branch: master # base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998 # require quilt.inc inherit gettext RDEPENDS_${PN}-ptest += "${PN}"
Fix rootfs error for glm-dev install
SUMMARY = "OpenGL Mathematics Library" DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \ mathematics library for graphics software based on the OpenGL \ Shading Language (GLSL) specifications." HOMEPAGE = "https://glm.g-truc.net" BUGTRACKER = "https://github.com/g-truc/glm/issues" SECTION = "libs" LICENS...
SUMMARY = "OpenGL Mathematics Library" DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \ mathematics library for graphics software based on the OpenGL \ Shading Language (GLSL) specifications." HOMEPAGE = "https://glm.g-truc.net" BUGTRACKER = "https://github.com/g-truc/glm/issues" SECTION = "libs" LICENS...
Fix RDEPENDS to point at python3-multiprocessing
inherit setuptools3 require python-s3transfer.inc RDEPENDS_${PN} = "\ ${PYTHON_PN}-futures \ "
inherit setuptools3 require python-s3transfer.inc RDEPENDS_${PN} = "\ ${PYTHON_PN}-multiprocessing \ "
Update LICENSE field version to GPLv2
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...
Remove floating dependency on libhid
require lcdproc5.inc SRC_URI += "file://automake-111-fix.patch" SRC_URI[md5sum] = "c92d4529d36eeec6d9d6fd0a4aa3ec82" SRC_URI[sha256sum] = "b136b47d7bf585a003334f432d8730a36ef5ed1cd520084b919667d825e48d42" PACKAGECONFIG ?= "" PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render," LCD_DRIVERS_append = "${@base_conta...
require lcdproc5.inc SRC_URI += "file://automake-111-fix.patch" SRC_URI[md5sum] = "c92d4529d36eeec6d9d6fd0a4aa3ec82" SRC_URI[sha256sum] = "b136b47d7bf585a003334f432d8730a36ef5ed1cd520084b919667d825e48d42" PACKAGECONFIG ?= "" PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render," PACKAGECONFIG[hid] = "--enable-libhi...
Change protocol from git to https
SUMMARY = "Linux CAN network development utilities" DESCRIPTION = "Linux CAN network development" LICENSE = "GPLv2 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7" DEPENDS = "libsocketcan" SRC_URI = "git://git.gitorious.org/linux-can/${BPN}.git;protocol=g...
SUMMARY = "Linux CAN network development utilities" DESCRIPTION = "Linux CAN network development" LICENSE = "GPLv2 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7" DEPENDS = "libsocketcan" SRC_URI = "git://git.gitorious.org/linux-can/${BPN}.git;protocol=h...
Remove trailing slash from S
DESCRIPTION = "G1 Hantro decoder" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://software/source/inc/basetype.h;endline=36;md5=e3202b62900668ae783c037af34f1ff5" PR = "r1" inherit autotools pkgconfig gettext SRC_URI = "git://github.com/linux4sam/g1_decoder.git;branch=master;protocol=http" SRCREV = "cb81273566b7c1609ce2...
DESCRIPTION = "G1 Hantro decoder" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://software/source/inc/basetype.h;endline=36;md5=e3202b62900668ae783c037af34f1ff5" PR = "r1" inherit autotools pkgconfig gettext SRC_URI = "git://github.com/linux4sam/g1_decoder.git;branch=master;protocol=http" SRCREV = "cb81273566b7c1609ce2...
Make the installed package work
HOMEPAGE = "http://guichaz.free.fr/iotop/" LICENSE = "GPL" SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2" inherit distutils
HOMEPAGE = "http://guichaz.free.fr/iotop/" LICENSE = "GPL" PR = "r1" RDEPENDS = "python-distutils python-curses python-setuptools python-textutils" SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2" inherit distutils do_install_prepend() { rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.pyo...
Add missing rdep for python
SUMMARY = "Shows and manipulates data structure layout" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "elfutils zlib libbpf" COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f" SRC_URI = "git://git.kernel.org/pu...
SUMMARY = "Shows and manipulates data structure layout" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "elfutils zlib libbpf" COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f" SRC_URI = "git://git.kernel.org/pu...
Make configure script not use host libutil
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" HOMEPAGE = "http://nodejs.org" LICENSE = "MIT" DEPENDS = "openssl" SRC_URI = " \ http://nodejs.org/dist/node-v${PV}.tar.gz \ file://libev-cross-cc_${PV}.patch \ " SRC_URI[md5sum] = "9e9e791e125f6a601ebc663dc99c72a8" SRC_URI[sha256sum] = "09b1100ca6828eedbe5241...
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" HOMEPAGE = "http://nodejs.org" LICENSE = "MIT" DEPENDS = "openssl" SRC_URI = " \ http://nodejs.org/dist/node-v${PV}.tar.gz \ file://libev-cross-cc_${PV}.patch \ " SRC_URI[md5sum] = "9e9e791e125f6a601ebc663dc99c72a8" SRC_URI[sha256sum] = "09b1100ca6828eedbe5241...
Update to bootgen SRCREV to point to latest commit on branch.
SUMMARY = "Building and installing bootgen" DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1" S = "${WORKDIR}/git" DEPENDS += "openss...
SUMMARY = "Building and installing bootgen" DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1" S = "${WORKDIR}/git" DEPENDS += "openss...
Drop do_stage (not needed), add package_stagefile_shell to deploy
DESCRIPTION = "U-boot bootloader w/ BUG support" LICENSE = "GPL" SECTION = "bootloader" PRIORITY = "optional" PV = "1.3.2+svnr${SRCPV}" SRCREV = "8674" PR = "r6" SRC_URI = "\ svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \ " S = "${WORKDIR}/u-boot" COMPATIBLE_MACHINE = "bug" PACKAGE_ARCH = "${M...
DESCRIPTION = "U-boot bootloader w/ BUG support" LICENSE = "GPL" SECTION = "bootloader" PRIORITY = "optional" PV = "1.3.2+svnr${SRCPV}" SRCREV = "8674" PR = "r7" SRC_URI = "\ svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \ " S = "${WORKDIR}/u-boot" COMPATIBLE_MACHINE = "bug" PACKAGE_ARCH = "${M...
Update am-sysinfo to pulled in makefile fix
DESCRIPTION = "AM SysInfo" HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d" SECTION = "system" PACKAGE_STRIP = "no" PR = "r5" BRANCH ?= "master" SRCREV = "f2b325741ebcd440c4b2fc91a6527...
DESCRIPTION = "AM SysInfo" HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d" SECTION = "system" PACKAGE_STRIP = "no" PR = "r6" BRANCH ?= "master" SRCREV = "86e936b0a50e450089471b53ae8c6...
Fix kernel module packaging for usrmerge
DESCRIPTION = "Kernel module for contiguous memory allocation from userspace" include cmem.inc # This package builds a kernel module, use kernel PR as base and append a local MACHINE_KERNEL_PR:append = "a" PR = "${MACHINE_KERNEL_PR}" inherit module EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR...
DESCRIPTION = "Kernel module for contiguous memory allocation from userspace" include cmem.inc # This package builds a kernel module, use kernel PR as base and append a local MACHINE_KERNEL_PR:append = "a" PR = "${MACHINE_KERNEL_PR}" inherit module EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR...
Add runtime dependency to evtest
DESCRIPTION = "Microchip EGT launcher Application" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;endline=202;md5=3b83ef96387f14655fc854ddc3c6bd57" PACKAGES = "\ ${PN} \ ${PN}-dev \ ${PN}-dbg \ " DEPENDS = "libegt" SRC_URI = "git://github.com/linux4sam/egt-launcher.git;protocol=https \ file:...
DESCRIPTION = "Microchip EGT launcher Application" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;endline=202;md5=3b83ef96387f14655fc854ddc3c6bd57" PACKAGES = "\ ${PN} \ ${PN}-dev \ ${PN}-dbg \ " DEPENDS = "libegt" RDEPENDS_${PN} = "evtest" SRC_URI = "git://github.com/linux4sam/egt-launcher.gi...
Update the u-boot srcrev to 08.00.00.003
require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PR = "r9" BRANCH = "ti-u-boot-2021.01" SRCREV = "20e7036ac9194b4ec8b0161b830d7f4f4d6db95f"
require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PR = "r10" BRANCH = "ti-u-boot-2021.01" SRCREV = "e335337914f2a47b72f823f0d5e36924c1747ad1"
Update SRCREV add MJPEG Encoder support
DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" inherit autotools pkgconfig DEPENDS = "libdrm ti-ipc" SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" ...
DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" inherit autotools pkgconfig DEPENDS = "libdrm ti-ipc" SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" ...
Install iptables in sbindir instead of bindir
DESCRIPTION = "iptables network filtering tools" HOMEPAGE = "http://www.netfilter.org/" SECTION = "console/utils" LICENSE = "GPL" PR = "r1" PACKAGES =+ "${PN}-utils" FILES_${PN}-utils = "${bindir}/iptables-save ${bindir}/iptables-restore" SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2" S = "${WORKD...
DESCRIPTION = "iptables network filtering tools" HOMEPAGE = "http://www.netfilter.org/" SECTION = "console/utils" LICENSE = "GPL" PR = "r1" PACKAGES =+ "${PN}-utils" FILES_${PN}-utils = "${bindir}/iptables-save ${bindir}/iptables-restore" SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2" S = "${WORKD...
Fix the build for nepomuk-core
LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://server/main.cpp;beginline=1;endline=16;md5=445b0d89ea0a802153431b6d1f55bc6a" #DEPENDS = "soprano" inherit kde_cmake SRC_URI = "git://anongit.kde.org/nepomuk-core.git;branch=master" SRCREV = "8cc42cb460785220a376a017997bf5259382b8bb" # nepomuk *must* be built out of tree...
LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://server/main.cpp;beginline=1;endline=16;md5=445b0d89ea0a802153431b6d1f55bc6a" DEPENDS = "soprano kdelibs4" inherit kde_cmake kde_exports KDE_EXPORT_FILES = "${S}/build/CMakeFiles/Export/_usr/lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix-relwithdebinfo.cmake \ ${S}/bu...
Fix build issue with fido
DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" # This package builds a kernel module, use kernel PR as base and append a local MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" PV_append = "+git${...
DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" # This package builds a kernel module, use kernel PR as base and append a local MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" PV_append = "+git${...
Stop using RC as a variable
DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" RC = "rc5" SRC_URI = "http://downloads.sourceforge.net/${BPN}/...
DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" PRC = "rc5" SRC_URI = "http://downloads.sourceforge.net/${BPN}...
Correct the permission of files
# # base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\ # /meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb? # base branch: master # base commit: 349507d36b14d1b83d2b27280ec19efe6d7229c6 # SUMMARY = "Replacement syslog API" DESCRIPTION = "The EventLog library aims to be a replacement of the ...
# # base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\ # /meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb? # base branch: master # base commit: 349507d36b14d1b83d2b27280ec19efe6d7229c6 # SUMMARY = "Replacement syslog API" DESCRIPTION = "The EventLog library aims to be a replacement of the ...
Fix build issue with make 3.82
COMPATIBLE_MACHINE = "raspberrypi" require linux.inc DESCRIPTION = "Linux kernel for the RaspberryPi board" PR = "r1" # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. # This is on the rpi-patches branch SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" SRC_URI = "git://github.com/raspberr...
COMPATIBLE_MACHINE = "raspberrypi" require linux.inc DESCRIPTION = "Linux kernel for the RaspberryPi board" PR = "r1" # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. # This is on the rpi-patches branch SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" SRC_URI = "git://github.com/raspberr...