commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
9429274857de4007fd1ef14b25ba7f6493bf98d7 | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2020.1.bb | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2020.1.bb | require recipes-devtools/qemu/qemu.inc
require qemu-xilinx.inc
BBCLASSEXTEND = "nativesdk"
RDEPENDS_${PN}_class-target += "bash"
EXTRA_OECONF_append_class-target = " --target-list=${@get_qemu_target_list(d)}"
EXTRA_OECONF_append_class-nativesdk = " --target-list=${@get_qemu_target_list(d)}"
do_install_append_class-... | require recipes-devtools/qemu/qemu.inc
require qemu-xilinx.inc
BBCLASSEXTEND = "nativesdk"
RDEPENDS_${PN}_class-target += "bash"
PROVIDES_class-nativesdk = "nativesdk-qemu"
RPROVIDES_${PN}_class-nativesdk = "nativesdk-qemu"
EXTRA_OECONF_append_class-target = " --target-list=${@get_qemu_target_list(d)}"
EXTRA_OECONF... | Enable qemu-xilinx to provide nativesdk-qemu | qemu-xilinx: Enable qemu-xilinx to provide nativesdk-qemu
Enable qemu-xilinx to provide nativeask-qemu for sdk builds
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@xilinx.com>
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
d23ec0b2b3b3a860ab850183fa3782b51ae79f96 | meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb | meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb | 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... | Update to bootgen SRCREV to point to latest commit | Update to bootgen SRCREV to point to latest commit
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@amd.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
200fab3d9f0dc39318c74c91bd86c4f3fd7cd7fb | meta-oe/recipes-kernel/ktap/ktap_0.4.bb | meta-oe/recipes-kernel/ktap/ktap_0.4.bb | # Released under the MIT license (see COPYING.MIT for the terms)
require ktap.inc
SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
DEPENDS = "ktap-module"
#Available package configs:
# libelf - needed to resolve symbols in DSO and for sdt
# ffi - only supports x86_64 for now!. Needs to be enabled fo... | # Released under the MIT license (see COPYING.MIT for the terms)
require ktap.inc
SUMMARY = "KTAP is a scripting dynamic tracing tool for Linux"
DEPENDS = "ktap-module"
#Available package configs:
# libelf - needed to resolve symbols in DSO and for sdt
# ffi - only supports x86_64 for now!. Needs to be enabled fo... | Set MACHINE_ARCH because of ktap-module runtime dependency | ktap: Set MACHINE_ARCH because of ktap-module runtime dependency
* it's possible to exclude ktap-module dependency from siggen, but
then we would need to exclude virtual/kernel and that doesn't work
we would need to list all posisble providers as
ktap->linux-yocto
ktap->linux-foo
....
Signed-off-by: Martin ... | BitBake | mit | kraj/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,rofehr/meta-openembedded,mrchapp/meta-openembedded,shr-distribution/meta-oe,MCherifiOSS/meta-openembedded,joelagnel/meta-openembedded,MCherifiOSS/meta-openembedded,lixinfnst/meta-openembedded,openembedded/meta-openembedded,trikset/meta-ope... |
da42d072a20524ab17c394169ba36a16781890b5 | meta-ettus-core/recipes-core/images/developer-image.bb | meta-ettus-core/recipes-core/images/developer-image.bb | SUMMARY = "A console-only image with a development/debug \
environment suitable for building GNURadio installed."
#require version-image.inc
IMAGE_FEATURES += "splash ssh-server-openssh tools-sdk \
debug-tweaks \
dev-pkgs \
"
EXTRA_IMAGE_FEATURES += "package-ma... | SUMMARY = "A console-only image with a development/debug \
environment suitable for building GNURadio installed."
#require version-image.inc
IMAGE_FEATURES += "splash ssh-server-openssh tools-sdk \
debug-tweaks \
dev-pkgs \
"
EXTRA_IMAGE_FEATURES += "package-ma... | Add mpmd to installed packages on dev image | meta-ettus-core: Add mpmd to installed packages on dev image
Add mpmd to installed packages on developer image.
Signed-off-by: Moritz Fischer <2b469823646c02e9f01a7ad5b893ceac76b06bbe@ettus.com>
| BitBake | mit | EttusResearch/meta-ettus,EttusResearch/meta-ettus,EttusResearch/meta-ettus,EttusResearch/meta-ettus,EttusResearch/meta-ettus,EttusResearch/meta-ettus |
1fb73decb209fce5f7523d9432219f4ebde31e2c | recipes-debian/debconf/debconf_debian.bb | recipes-debian/debconf/debconf_debian.bb | PR = "r0"
inherit debian-package allarch
PV = "1.5.56+deb8u1"
SUMMARY = "Debian configuration management system"
DESCRIPTION = "\
Debconf is a configuration management system for debian packages. Packages\
use Debconf to ask questions when they are installed.\
"
LICENSE = "BSD-2-Clause"
SECTION = "admin"
LIC_FILES_... | PR = "r0"
inherit debian-package allarch
PV = "1.5.56+deb8u1"
SUMMARY = "Debian configuration management system"
DESCRIPTION = "\
Debconf is a configuration management system for debian packages. Packages\
use Debconf to ask questions when they are installed.\
"
LICENSE = "BSD-2-Clause"
SECTION = "admin"
LIC_FILES_... | Use nativeperl for the perl script | debconf-native: Use nativeperl for the perl script
debconf should not use perl from host system, but nativeperl instead.
Find and replace "/usr/bin/perl" by "/usr/bin/env nativeperl"
Signed-off-by: Trung Do <64081e6b7eb2b24289b8a4e51cef9836ddf28af2@toshiba-tsdv.com>
Signed-off-by: Daichi Fukui <53d95285b006e36c85dc99... | 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 |
ea2f01acd4b956fdacfd64e5a2fdb6df42f69d2f | recipes-ros2/ament-cmake/ament-cmake-core_git.bb | recipes-ros2/ament-cmake/ament-cmake-core_git.bb | SUMMARY = "The core of the ament buildsystem in CMake."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
DEPENDS = "ament-package-native ${PYTHON_PN}-pyparsing"
include ament-cmake.inc
RDEPENDS_${PN} += "ament-package cmake"
| SUMMARY = "The core of the ament buildsystem in CMake."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=12c26a18c7f493fdc7e8a93b16b7c04f"
DEPENDS = "ament-package-native ${PYTHON_PN}-pyparsing-native"
include ament-cmake.inc
RDEPENDS_${PN} += "ament-package cmake"
| Fix the dependency on ${PYTHON_PN}-pyparsing | ament-cmake-core: Fix the dependency on ${PYTHON_PN}-pyparsing
* it actually needs ${PYTHON_PN}-pyparsing-native as shown in
do_configure failure:
| DEBUG: Executing shell function do_configure
| -- Found PythonInterp: ament-cmake-core/git-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable vers... | BitBake | mit | bmwcarit/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros |
51d3bf764bdf023384d022442e152a811e2b567c | recipes-bsp/images/sitec-image.bb | recipes-bsp/images/sitec-image.bb | require recipes-core/images/core-image-minimal.bb
PR = "r5"
IMAGE_INSTALL += "packagegroup-core-ssh-openssh"
IMAGE_INSTALL += "iproute2"
IMAGE_INSTALL += "binutils"
IMAGE_INSTALL += "nano"
IMAGE_INSTALL += "mtd-utils"
IMAGE_INSTALL += "mtd-utils-ubifs"
IMAGE_INSTALL += "canutils"
IMAGE_INSTALL += "vbusenable"
IMAGE_I... | require recipes-core/images/core-image-minimal.bb
PR = "r5"
IMAGE_INSTALL += "packagegroup-core-ssh-openssh"
IMAGE_INSTALL += "iproute2"
IMAGE_INSTALL += "binutils"
IMAGE_INSTALL += "nano"
IMAGE_INSTALL += "mtd-utils"
IMAGE_INSTALL += "mtd-utils-ubifs"
IMAGE_INSTALL += "can-utils"
IMAGE_INSTALL += "vbusenable"
IMAGE_... | Replace canutils package with can-utils package | Replace canutils package with can-utils package
Ticket #2344
| BitBake | lgpl-2.1 | sitec-systems/meta-sitec-bsp,sitec-systems/meta-sitec-bsp,sitec-systems/meta-sitec-bsp |
7bf3b548fc74f01b0c2ebd1c4166b0438f1001a5 | meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | SUMMARY = "A fast JSON parser/generator for C++ with both SAX/DOM style API"
HOMEPAGE = "http://rapidjson.org/"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125"
SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1 \
file://remove-march-nat... | SUMMARY = "A fast JSON parser/generator for C++ with both SAX/DOM style API"
HOMEPAGE = "http://rapidjson.org/"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125"
SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1"
SRCREV = "6a905f9311f82d306da77bd9... | Update to newer 1.1.0 + git | rapidjson: Update to newer 1.1.0 + git
Bring in a newer version of rapidjson which includes a fixes when
running on ARM, specifically 748a652f04 ("Fix SIGBUS due to unaligned
access")
Also remove the existing patch file as the issue was resolved in the
mainline by 4c9a28a28e ("CMake: do not pass -march=native or
-mcp... | BitBake | mit | lgirdk/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-op... |
ab1c74fcd0f468e8de56888dc0ebe0bd139eb06f | meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb | meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb | require recipes-graphics/xorg-app/xorg-app-common.inc
SUMMARY = "X.Org X11 X client utilities"
HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xstdcmap"
DESCRIPTION = "The xstdcmap utility can be used to selectively define \
standard colormap properties."
SECTION = "x11/app"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file:/... | require recipes-graphics/xorg-app/xorg-app-common.inc
SUMMARY = "X.Org X11 X client utilities"
HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xstdcmap"
DESCRIPTION = "The xstdcmap utility can be used to selectively define \
standard colormap properties."
SECTION = "x11/app"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file:/... | Change libxmu from RDEPENDS -> DEPENDS and unblacklist xstdcmap | xstdcmap: Change libxmu from RDEPENDS -> DEPENDS and unblacklist xstdcmap
The build for xstdcmap was failing in do_configure due to the missing
xmu package. The libxmu inside the recipe should have been DEPENDS
and not RDEPENDS.
Since this is working, xstdcmap is unblacklist-ed from the build.
Signed-off-by: Stanley... | BitBake | mit | sigma-embedded/elito-org.openembedded.meta,sigma-embedded/elito-org.openembedded.meta,mrchapp/meta-openembedded,kraj/meta-openembedded,kraj/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,VCTLabs/meta-openembedded,rehsack/meta-openembedded,lgirdk/me... |
4b965bcf5d4cbb9760736564461b79ea47e8d2da | recipes-kernel/linux/linux-stable_4.4.bb | recipes-kernel/linux/linux-stable_4.4.bb | require recipes-kernel/linux/linux-yocto.inc
KERNEL_IMAGETYPE = "zImage"
COMPATIBLE_MACHINE = "overo"
RDEPENDS_kernel-base += "kernel-devicetree"
KERNEL_DEVICETREE = " \
omap3-overo-storm-tobi.dtb \
omap3-overo-storm-tobiduo.dtb \
omap3-overo-tobi.dts \
omap3-overo-tobiduo.dts \
"
LINUX_VERSION = ... | require recipes-kernel/linux/linux-yocto.inc
KERNEL_IMAGETYPE = "zImage"
COMPATIBLE_MACHINE = "overo"
RDEPENDS_kernel-base += "kernel-devicetree"
KERNEL_DEVICETREE = " \
omap3-overo-storm-tobi.dtb \
omap3-overo-tobi.dtb \
"
LINUX_VERSION = "4.4"
LINUX_VERSION_EXTENSION = "-jumpnow"
FILESEXTRAPATHS_prepen... | Remove spidev patch, keep it vanilla | kernel: Remove spidev patch, keep it vanilla
| BitBake | mit | jumpnow/meta-overo,jumpnow/meta-overo |
e82f624cc8dafd94370de8487bfd234badf759fe | meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb | meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb | DESCRIPTION = "Demo application to showcase 3D graphics on SGX using kms and gbm"
HOMEPAGE = "http://git.ti.com"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=e760965096e52da8f3969dd53b6bf158"
DEPENDS = "libdrm virtual/libgbm virtual/egl virtual/libgles2"
COMPATIBLE_MACHINE = "ti33x|... | DESCRIPTION = "Demo application to showcase 3D graphics on SGX using kms and gbm"
HOMEPAGE = "http://git.ti.com"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=e760965096e52da8f3969dd53b6bf158"
DEPENDS = "libdrm virtual/libgbm virtual/egl virtual/libgles2"
COMPATIBLE_MACHINE = "ti33x|... | Update SRCREV for connector-ID fix | kmscube: Update SRCREV for connector-ID fix
KmsCube executed with connector-id as argument
resulted in SEgmentation fault due to previous commit's
one change.
Add : after c in argument list as fix
Signed-off-by: Ramprasad N <9efda854e98f2f9d79e17980f5852c92dd5b0122@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71ae... | BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
34a54679b393c18efc8e11f0d6cb9a1e0b268fd2 | packages/openmoko-projects/openmoko-community-repository.bb | packages/openmoko-projects/openmoko-community-repository.bb | DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0.02"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in Multiverse; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed.conf
done
}
d... | DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0.02"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in Multiverse; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed.conf
done
}
d... | Fix the feed configuration Make the package buildable again | [openmoko] Fix the feed configuration
Make the package buildable again
| BitBake | mit | buglabs/oe-buglabs,openembedded/openembedded,crystalfontz/openembedded,dellysunnymtech/sakoman-oe,thebohemian/openembedded,dellysunnymtech/sakoman-oe,dellysunnymtech/sakoman-oe,sentient-energy/emsw-oe-mirror,sentient-energy/emsw-oe-mirror,dave-billin/overo-ui-moos-auv,trini/openembedded,nx111/openembeded_openpli2.1_nx1... |
a4576b277966dda0a5507d4514a4aae8f8b92557 | recipes/ttf-fonts/otf-junction_02.bb | recipes/ttf-fonts/otf-junction_02.bb | require ttf.inc
DESCRIPTION = "Junction Fonts - OTF Edition"
LICENSE = "OFL"
PR = "r0"
SRC_URI = "http://www.linuxtogo.org/~mickeyl/misc/junction.zip"
S = "${WORKDIR}"
do_install() {
install -d ${D}${datadir}/fonts/${PN}
install -m 0644 */*.otf ${D}${datadir}/fonts/${PN}/
}
SRC_URI[md5sum] = "fe26a1f85d7f367781e0... | require ttf.inc
DESCRIPTION = "Junction Fonts - OTF Edition"
LICENSE = "OFL"
PR = "r0"
SRC_URI = "http://www.linuxtogo.org/~mickeyl/misc/junction.zip;subdir=${BPN}-${PV}"
SRC_URI[md5sum] = "fe26a1f85d7f367781e0f8764552dff7"
SRC_URI[sha256sum] = "cab8f3f546c49f2aae9855c252e898cb1951a50a5638080cc713d8987520b366"
do_in... | Switch to subdir= in SRC_URI | otf-junction: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
| BitBake | mit | JamesAng/oe,openembedded/openembedded,JamesAng/oe,hulifox008/openembedded,yyli/overo-oe,dellysunnymtech/sakoman-oe,giobauermeister/openembedded,openembedded/openembedded,hulifox008/openembedded,dellysunnymtech/sakoman-oe,thebohemian/openembedded,sentient-energy/emsw-oe-mirror,JamesAng/oe,scottellis/overo-oe,hulifox008/... |
d6cc2498027453956cc7ed6bad05206f9fa0d759 | meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb | meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.12.0.bb | SUMMARY = "Memory Efficient Serialization Library"
HOMEPAGE = "https://github.com/google/flatbuffers"
SECTION = "console/tools"
LICENSE = "Apache-2.0"
PACKAGE_BEFORE_PN = "${PN}-compiler"
RDEPENDS_${PN}-compiler = "${PN}"
RDEPENDS_${PN}-dev += "${PN}-compiler"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f1... | SUMMARY = "Memory Efficient Serialization Library"
HOMEPAGE = "https://github.com/google/flatbuffers"
SECTION = "console/tools"
LICENSE = "Apache-2.0"
PACKAGE_BEFORE_PN = "${PN}-compiler"
RDEPENDS_${PN}-compiler = "${PN}"
RDEPENDS_${PN}-dev += "${PN}-compiler"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f1... | Remove workarounds for gcc < 6 | flatbuffers: Remove workarounds for gcc < 6
Signed-off-by: Adrian Bunk <0b86548ef377da0031a3ff3f0c4e06f016e20105@stusta.de>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded... |
d935fcfc7304ea383937bbf212c0f9077314e675 | meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb | meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb | DESCRIPTION = "Task to install graphics binaries"
LICENSE = "MIT"
PR = "r18"
inherit packagegroup
# wayland-ivi-extension
GRAPHICS_WAYLAND = "\
weston \
weston-init \
weston-examples \
"
GRAPHICS_WAYLAND_append_omap-a15 = "\
chromium-wayland \
"
GRAPHICS_RDEPENDS = "\
libgbm \
ti-sgx-ddk-... | DESCRIPTION = "Task to install graphics binaries"
LICENSE = "MIT"
PR = "r19"
inherit packagegroup
# wayland-ivi-extension
GRAPHICS_WAYLAND = "\
weston \
weston-init \
weston-examples \
"
GRAPHICS_WAYLAND_append_omap-a15 = "\
chromium-wayland \
"
GRAPHICS_RDEPENDS = "\
libgbm \
ti-sgx-ddk-... | Add util-scripts into the image | packagegroup-*-graphics: Add util-scripts into the image
commit c655e22f3f2029831cc4c8942605c85aae8c0569
Signed-off-by: Karthik Ramanan <6de1dcae9ab07cd18361f3588c5fcaba210b4a8e@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
8b5ebbf6e6f2628aa3e165b89772c40ea20185df | meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | SUMMARY = "Stressful Application Test"
DESCRIPTION = "Stressful Application Test (or stressapptest, its unix name) \
is a memory interface test. It tries to maximize randomized traffic to memory \
from processor and I/O, with the intent of creating a realistic high load \
situation in order to test the existing hard... | SUMMARY = "Stressful Application Test"
DESCRIPTION = "Stressful Application Test (or stressapptest, its unix name) \
is a memory interface test. It tries to maximize randomized traffic to memory \
from processor and I/O, with the intent of creating a realistic high load \
situation in order to test the existing hard... | Use git SHA instead of git archive | stressapptest: Use git SHA instead of git archive
git archives get regenerated randomly so lets use git fetcher instead
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,mrchapp/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,lgirdk/meta-openembedded,moto-timo/meta... |
178a52005111c971b46f8c7d6ffca2ffa5092e8e | meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb | meta-python/recipes-devtools/python/python3-pandas_1.1.0.bb | SUMMARY = "pandas library for high-performance data analysis tools"
DESCRIPTION = "pandas is an open source, BSD-licensed library providing \
high-performance, easy-to-use data structures and data analysis tools for \
the Python programming language."
HOMEPAGE = "http://pandas.pydata.org/"
LICENSE = "BSD-3-Clause"
LIC... | SUMMARY = "pandas library for high-performance data analysis tools"
DESCRIPTION = "pandas is an open source, BSD-licensed library providing \
high-performance, easy-to-use data structures and data analysis tools for \
the Python programming language."
HOMEPAGE = "http://pandas.pydata.org/"
LICENSE = "BSD-3-Clause"
LIC... | Add workaround to fix build with clang | python3-pandas: Add workaround to fix build with clang
This is a bug introduced by cython [1]
the workaround suppressed the additional warnings seen with clang [2]
[1] https://github.com/cython/cython/issues/3474
[2] https://github.com/pandas-dev/pandas/issues/33239
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6... | BitBake | mit | schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,reh... |
f68e4a5adca15c453cf452fe4fd86181e5bb9e25 | recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | DESCRIPTION = "Kernel drivers for the Vivante GC320 chipset found in TI SoCs"
HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-driver"
LICENSE = "MIT | GPLv2"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
inherit module
MACHINE_KERNEL_PR_append = "g"
PR = "${MACHINE_KERNEL_PR}"
# Need t... | DESCRIPTION = "Kernel drivers for the Vivante GC320 chipset found in TI SoCs"
HOMEPAGE = "https://git.ti.com/graphics/ti-gc320-driver"
LICENSE = "MIT | GPLv2"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=78d9818a51b9a8e9bb89dea418bac297"
inherit module
MACHINE_KERNEL_PR_append = "h"
PR = "${MACHINE_KERNEL_PR}"
# Need t... | Update srcrev to pick dma api fixes | ti-gc320-driver: Update srcrev to pick dma api fixes
Update srcrev to pick the fixes for dma api crashes.
Signed-off-by: Gowtham Tammana <87e6166900dec7738a526b7b7fc9a138729d0724@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 |
0252f5fe8a44ae2653481dd424c718e2e6f4725c | meta-tplino/recipes-erlang/lager/erlang-lager_git.bb | meta-tplino/recipes-erlang/lager/erlang-lager_git.bb | DESCRIPTION = "logging framework for Erlang"
SECTION = "devel"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ff253ad767462c46be284da12dda33e8"
SRCREV = "e58a33d095962ff5774e9c9011afd3d3200003e1"
PR = "r0"
SRC_URI = "git://github.com/basho/lager.git;protocol=git \
file://add-tetrapak.patch;apply=ye... | DESCRIPTION = "logging framework for Erlang"
SECTION = "devel"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ff253ad767462c46be284da12dda33e8"
SRCREV = "8d9ad6fbae6d1a7648164b9c5c9b181b17d017d5"
PR = "r1"
SRC_URI = "git://github.com/travelping/lager.git;protocol=git \
file://add-tetrapak.patch;app... | Make lager work for the api | Make lager work for the api
Summary: Using our own fork
Test Plan: build
Reviewers: hsychla, vtarasen
Reviewed By: vtarasen
CC: druss
Differential Revision: https://REVIEWSERVER/D287
| BitBake | mpl-2.0 | RoadRunnr/meta-caros,carosio/meta-caros,umatomba/meta-caros,RoadRunnr/meta-caros,wfailla/meta-caros,ContentSafe/meta-caros,hsychla/meta-caros,pokymobo/meta-caros,GalaxyGorilla/meta-caros,wfailla/meta-caros,thz/meta-caros,thz/meta-caros,umatomba/meta-caros,wfailla/meta-caros,pokymobo/meta-caros,GalaxyGorilla/meta-caros,... |
4ab9bad3b6d399a3e5e2912473ed184281acb093 | recipes/schroedinger/schroedinger_1.0.9.bb | recipes/schroedinger/schroedinger_1.0.9.bb | require schroedinger.inc
PR = "${INC_PR}.0"
inherit autotools
SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plug... | require schroedinger.inc
LICENSE = "MPL-1.1 | LGPLv2 | GPLv2 | MIT"
PR = "${INC_PR}.1"
inherit autotools
SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
PACKAGES =+ "gst-plugin-schroedin... | Update LICENSE field version to GPLv2 and LPGLv2 | schroedinger: Update LICENSE field version to GPLv2 and LPGLv2
* Updated LICENSE field version from generic MPL/GPL/LGPL/MIT to
MPL-1.1 or LGPLv2 or GPLv2 or MIT to reflect the real license
version.
* This change was based on code inspection
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti... | BitBake | mit | xifengchuo/openembedded,giobauermeister/openembedded,hulifox008/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,openembedded/openembedded,hulifox008/openembedded,openembedded/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,giobauermeister/openembedded,hulifox0... |
d585d16d7e752746d959a04f169453a3d38a1342 | recipes-image/images/tizen-common-core-image-minimal.bb | recipes-image/images/tizen-common-core-image-minimal.bb | 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 pam"
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples"
D... | 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 pam"
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples"
D... | Add kernel modules to images | Add kernel modules to images
Change-Id: I5aeebae7fb7749fe0aeacbed53c3f54da5928850
Signed-off-by: Kévin THIERRY <f48dfc44ac46b15b9d2595904ba659e6d613ffc4@open.eurogiciel.org>
| BitBake | mit | TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen |
32c1678b012a8dc32d02f8a4e4a691208a06c2f0 | meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | SUMMARY = "Test applications for OMAP DRM interface"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
inherit autotools pkgconfig
PR = "r19"
SRCREV = "47bbb6b2ec48bbee35f9dc7192c05e48... | SUMMARY = "Test applications for OMAP DRM interface"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
inherit autotools pkgconfig
PR = "r21"
SRCREV = "809e72b2c5ebe45bb7ba13bcfe964b1e... | Update tests to handle disabled HDMI | omapdrmtest: Update tests to handle disabled HDMI
Pre-requisities: this is applicable for kernel 4.9
Signed-off-by: Karthik Ramanan <6de1dcae9ab07cd18361f3588c5fcaba210b4a8e@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
31cd414a6320061a01175e3cce7ec60660dfc501 | meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | SUMMARY = "Test applications for OMAP DRM interface"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
inherit autotools pkgconfig
PR = "r27"
SRCREV = "b6c02d24be6f8dae939168c154cf2345... | SUMMARY = "Test applications for OMAP DRM interface"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
inherit autotools pkgconfig
PR = "r28"
SRCREV = "20338b9f575ffe9c18c12bbed41c1606... | Update SRCREV with latest fix | omapdrmtest: Update SRCREV with latest fix
This updates brings UYVY format support with
eglCreateImageKHR
Signed-off-by: Ramprasad N <9efda854e98f2f9d79e17980f5852c92dd5b0122@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
b79d2f93cd01759033124e51cc7cf1ecd8667029 | linux/linux-raspberrypi_3.1.9.bb | linux/linux-raspberrypi_3.1.9.bb | require linux.inc
DESCRIPTION = "Linux kernel for the OpenPandora handheld"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "raspberrypi"
# This is on the rpi-patches branch
SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-p... | require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
KERNEL_IMAGETYPE = "zImage"
COMPATIBLE_MACHINE = "raspberrypi"
# This is on the rpi-patches branch
SRCREV = "2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-patc... | Use zImage not uImage as the bootloader is not uBoot ;). | linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;).
| BitBake | mit | sarnold/meta-alt-desktop-extras,sarnold/meta-alt-desktop-extras,sarnold/meta-alt-desktop-extras |
1c151613cc4bb47540208ae1a99b5e3c7966eb39 | meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb | meta-xilinx-bsp/recipes-kernel/dp/kernel-module-dp_git.bb | SUMMARY = "Xilinx DisplayPort Linux Kernel module"
DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
XLNX_DP_VERSION = "5.4.0"
PV = "${XLNX_DP_VERSION}"
S = "$... | SUMMARY = "Xilinx DisplayPort Linux Kernel module"
DESCRIPTION = "Out-of-tree DisplayPort(DP) kernel modules provider for aarch64 devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=eb723b61539feef013de476e68b5c50a"
XLNX_DP_VERSION = "5.4.0"
PV = "${XLNX_DP_VERSION}"
S = "$... | Update commit id and branch for 2020.2 | kernel-module-dp: Update commit id and branch for 2020.2
Update dp modules branch from master to rel-v2020.2 and associated
release commit id.
Signed-off-by: Sandeep Gundlupet Raju <eaeca0ea0d778dfb64d22c43189d46f965ce7ff5@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
412ace9941410b177ee5739aab9a18c63ac6bdaf | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.1.bb | UBOOT_VERSION = "v2021.01"
UBRANCH ?= "xlnx_rebase_v2022.01"
SRCREV = "c50d6c48f4e1368cd38699278e35563cb4b0e444"
include u-boot-xlnx.inc
include u-boot-spl-zynq-init.inc
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897"
# u-boot-xlnx has support for th... | UBOOT_VERSION = "v2021.01"
UBRANCH ?= "xlnx_rebase_v2022.01_2022.1_update"
SRCREV = "a807cf8f6ce03ef1441c246a90aefbc8b6ea4c43"
include u-boot-xlnx.inc
include u-boot-spl-zynq-init.inc
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897"
# u-boot-xlnx has ... | Update branch and SRCREV for update release | u-boot-xlnx: Update branch and SRCREV for update release
Update the u-boot branch and commit ID for the 2022.1_update1 release.
Signed-off-by: Christian Kohn <cddab1f837c400ff9c3b002761e2cb74669ec6d1@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
32a13677a3e24fdc09e18e05492aa93a07dc231d | recipes-debian/gzip/gzip_debian.bb | recipes-debian/gzip/gzip_debian.bb | require recipes-extended/gzip/gzip.inc
inherit debian-package
require recipes-debian/sources/gzip.inc
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e \
"
PROVIDES_append_class-native = " gzip-r... | require recipes-extended/gzip/gzip.inc
inherit debian-package
require recipes-debian/sources/gzip.inc
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e \
"
FILESPATH_append = ":${COREBASE}/meta/r... | Fix build with glibc 2.28 | gzip: Fix build with glibc 2.28
(Base on OE-Core rev: 224500314aa76bf70cbe5dce2c7736e94b9a2ceb)
Signed-off-by: Trung Do <64081e6b7eb2b24289b8a4e51cef9836ddf28af2@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 |
55534f9d10210120d47ad18526fadf77a752a83c | meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | SUMMARY = "A behavior-driven development framework, Python style"
HOMEPAGE = "https://github.com/behave/behave"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06"
SRC_URI[md5sum] = "3f05c859a1c45f5ed33e925817ad887d"
SRC_URI[sha256sum] = "b9662327aa53294c1351b0a9c369093cce... | SUMMARY = "A behavior-driven development framework, Python style"
HOMEPAGE = "https://github.com/behave/behave"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06"
PV .= "+git${SRCREV}"
SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370"
SRC_URI += "git://github.com/behave... | Switch to using github src_uri | python3-behave: Switch to using github src_uri
1.2.6 release does not have fixes to work with setuptools 0.58+
the patches are part of github 1.2.7 pre-release, until the release
comes out switch to using github
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Trevor Gamblin... | BitBake | mit | moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,rehsack/meta-openembed... |
341af5403abf636f768f7c4f24ed8c960f1b595b | recipes/images/rascal-image.bb | recipes/images/rascal-image.bb | require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
iotop \
... | require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
iotop \
... | Add ipython and matplotlib to the image | Add ipython and matplotlib to the image
| BitBake | mit | rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal |
12351cdd2159c927eae909a35563300486d4c63e | meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | DESCRIPTION = "library for easy implementation of a RDP/VNC server"
HOMEPAGE = "https://libvnc.github.io"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
PACKAGECONFIG ??= " \
gcrypt \
gnutls \
jpeg \
png \
${@bb.util... | DESCRIPTION = "library for easy implementation of a RDP/VNC server"
HOMEPAGE = "https://libvnc.github.io"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
PACKAGECONFIG ??= " \
gcrypt \
gnutls \
jpeg \
lzo \
png \
... | Update to latest commit post 0.9.12 | libvncserver: Update to latest commit post 0.9.12
Update to latest git HEAD rather than just 0.9.12 since
that includes a fix for CVE-2018-15127.
Support for lzo in addition to a bundled minilzo was added
upstream so add a PACKAGECONFIG[lzo] and add it to the default config.
Signed-off-by: Randy MacLeod <66029b0d2fa... | BitBake | mit | victronenergy/meta-openembedded,mrchapp/meta-openembedded,VCTLabs/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,openembedded/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded... |
f36a158aa0b6dc5d595c08f33733f889a7202b36 | meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb | meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb | require wireguard.inc
SRCREV = "3ba6527130c502144e7388b900138bca6260f4e8"
SRC_URI = "git://git.zx2c4.com/wireguard-tools;branch=master"
inherit bash-completion systemd pkgconfig
DEPENDS += "libmnl"
do_install () {
oe_runmake DESTDIR="${D}" PREFIX="${prefix}" SYSCONFDIR="${sysconfdir}" \
SYSTEMDUNITDIR="... | require wireguard.inc
SRCREV = "3ba6527130c502144e7388b900138bca6260f4e8"
SRC_URI = "git://git.zx2c4.com/wireguard-tools;branch=master"
inherit bash-completion systemd pkgconfig
DEPENDS += "libmnl"
do_install () {
oe_runmake DESTDIR="${D}" PREFIX="${prefix}" SYSCONFDIR="${sysconfdir}" \
SYSTEMDUNITDIR="... | Add a new package for wg-quick | wireguard-tools: Add a new package for wg-quick
- This will move the dependencie of bash to wg-quick
Signed-off-by: Jose Quaresma <642fc25ddb0fb0e619c8634e243c28610aa58bbc@foundries.io>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded |
5786442b9bf41186e7c97dcdaaedd6e9d477b700 | meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-ducati_git.bb | meta-arago-extras/recipes-multimedia/gst-plugins-ti/gst-plugins-ducati_git.bb | DESCRIPTION = "GStreamer elements to use the multimedia accelerators available on some TI parts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gst-plugins-ti.inc
PR = "${INC_PR}.0"
SRCREV = "c50cc9132010bde7f4cb9efc04ca3eba536d26f9"
SRC_URI = "git://git.ti.com/gl... | DESCRIPTION = "GStreamer elements to use the multimedia accelerators available on some TI parts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gst-plugins-ti.inc
PR = "${INC_PR}.1"
SRCREV = "6ca21aa3ec8b88b051013af503ef6b702d3c5477"
SRC_URI = "git://git.ti.com/gl... | Support encoder and bug fix updates | gst-plugins-ducati: Support encoder and bug fix updates
* mpeg4dec: Workaround: Artifacts when frame-drop logic is activated
* vc1dec: Increase Y padding for interlaced streams
* videnc: Change omapbo to dmabuf fd and add dce_buf_lock/unlock
* Fix errors in handling H.264 streams with field coded pictures
* Fix for a ... | BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago |
ebd05b466bac1c28d37e243030959b7ef9b6ec26 | recipes/linux/linux-handhelds-2.6_cvs.bb | recipes/linux/linux-handhelds-2.6_cvs.bb | SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
LICENSE = "GPL"
PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"
# Override where to look for defconfigs and patches,
# we have per-kernel-release sets... | SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
LICENSE = "GPL"
PV = "${K_MAJOR}.${K_MINOR}.${K_MICRO}-hh${HHV}+cvs${SRCDATE}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
# Override where to look for defconfigs and patches,
# we have per-kernel-release sets... | Update cvs recipe to use the patches from 2.6.21-hh20 recipe. This makes it compile again. | linux-handhelds-2.6: Update cvs recipe to use the patches from 2.6.21-hh20 recipe.
This makes it compile again.
| BitBake | mit | bticino/openembedded,Martix/Eonos,JamesAng/oe,openembedded/openembedded,mrchapp/arago-oe-dev,yyli/overo-oe,sampov2/audio-openembedded,sledz/oe,crystalfontz/openembedded,SIFTeam/openembedded,sledz/oe,dellysunnymtech/sakoman-oe,rascalmicro/openembedded-rascal,trini/openembedded,openpli-arm/openembedded,hulifox008/openemb... |
1ed622eced613ef83ac842e78d23bacbdc6e9171 | packages/cpio/cpio_2.5.bb | packages/cpio/cpio_2.5.bb | DESCRIPTION = "GNU cpio is a program to manage archives of files."
HOMEPAGE = "http://www.gnu.org/software/cpio/"
SECTION = "console"
LICENSE = "GPL"
PR = "r3"
DEPENDS += " texinfo-native "
SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \
file://install.patch;patch=1"
S = "${WORKDIR}/cpio-${PV}"
inherit autotoo... | DESCRIPTION = "GNU cpio is a program to manage archives of files."
HOMEPAGE = "http://www.gnu.org/software/cpio/"
SECTION = "console"
LICENSE = "GPL"
PR = "r4"
DEPENDS += " texinfo-native "
SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \
file://install.patch;patch=1"
S = "${WORKDIR}/cpio-${PV}"
inherit autotoo... | Move cpio from /usr/bin to /bin and use update-alternatives to select it in preference to the busybox cpio. | cpio: Move cpio from /usr/bin to /bin and use update-alternatives to select it in preference to the busybox cpio.
| BitBake | mit | Martix/Eonos,JamesAng/goe,nvl1109/openembeded,BlackPole/bp-openembedded,rascalmicro/openembedded-rascal,buglabs/oe-buglabs,sledz/oe,demsey/openenigma2,sampov2/audio-openembedded,scottellis/overo-oe,KDAB/OpenEmbedded-Archos,trini/openembedded,philb/pbcl-oe-2010,dave-billin/overo-ui-moos-auv,JamesAng/oe,sentient-energy/e... |
858a2b92b421abf501dabf8258c791a8741fb866 | recipes-kernel/linux/linux-sakoman_3.2.bb | recipes-kernel/linux/linux-sakoman_3.2.bb | require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "overo"
#BOOT_SPLASH ?= "logo_linux_clut224-generic.ppm"
BOOT_SPLASH = ""
PV = "3.2"
S = "${WORKDIR}/git"
SRCREV = "${AUTOREV}"
SRC_URI = "git://www.sakoman.com/git/linux-omap-2.6.git;branch=omap-3.... | require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "overo"
#BOOT_SPLASH ?= "logo_linux_clut224-generic.ppm"
BOOT_SPLASH = ""
PV = "3.2"
S = "${WORKDIR}/git"
SRCREV = "${AUTOREV}"
SRC_URI = "git://www.sakoman.com/git/linux.git;branch=omap-3.2;protoco... | Change url to sakoman linux repo | Change url to sakoman linux repo
| BitBake | mit | scottellis/meta-jumpnow,scottellis/meta-jumpnow,scottellis/meta-jumpnow |
335caf2fb2fa6f9a3c1d9ca9d94b78347469d845 | recipes-debian/gdbm/gdbm_debian.bb | recipes-debian/gdbm/gdbm_debian.bb | SUMMARY = "Key/value database library with extensible hashing"
HOMEPAGE = "http://www.gnu.org/software/gdbm/"
SECTION = "libs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150"
PR = "r4"
SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://makefile.patch \
... | #
# base recipe: meta/recipes-support/gdbm/gdbm_1.8.3.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
SUMMARY = "Key/value database library with extensible hashing"
HOMEPAGE = "http://www.gnu.org/software/gdbm/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150"
i... | Update recipe for gdbm package | Update recipe for gdbm package
Signed-off-by: Tran Thi Van Dung <4602a2150458a8fc79ca562d1ec5fffebd9f9638@toshiba-tsdv.com>
| BitBake | mit | nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,congnt-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,rofehr/meta-debian,rofehr/meta-debian,tienlee/meta-debian,congnt-tsdv/meta-debian,rofehr/meta-debian,rofehr/meta-debian,nghiaht-tsdv/meta-debi... |
2e5227de20bc54be2ba895fc6ec6bdae81bf6d6e | meta-resin-common/recipes-core/packagegroups/packagegroup-resin.bb | meta-resin-common/recipes-core/packagegroups/packagegroup-resin.bb | SUMMARY = "Resin Package Groups"
LICENSE = "Apache-2.0"
PR = "r1"
inherit packagegroup
RESIN_INIT_PACKAGE ?= "resin-init"
RESIN_STAGING_ADDONS = "iozone3 nano"
RDEPENDS_${PN} = "\
${@bb.utils.contains('DISTRO_FEATURES', 'resin-staging', '${RESIN_STAGING_ADDONS}', '', d)} \
${RESIN_INIT_PACKAGE} \
linux-firmware-... | SUMMARY = "Resin Package Groups"
LICENSE = "Apache-2.0"
PR = "r1"
inherit packagegroup
RESIN_INIT_PACKAGE ?= "resin-init"
RESIN_STAGING_ADDONS = "iozone3 nano"
RDEPENDS_${PN} = "\
${@bb.utils.contains('DISTRO_FEATURES', 'resin-staging', '${RESIN_STAGING_ADDONS}', '', d)} \
${RESIN_INIT_PACKAGE} \
linux-firmware-... | Add systemd-analyze to resin-image if systemd is in DISTRO_FEATURES | Add systemd-analyze to resin-image if systemd is in DISTRO_FEATURES
Signed-off-by: Theodor Gherzan <be3f40ffe21d83aefcbc279c996fd6bca5445244@resin.io>
| BitBake | apache-2.0 | resin-os/meta-resin,resin-os/meta-resin,resin-os/meta-resin,resin-os/meta-resin |
d32042ea1a242804e5fce022d03ec4dca957739f | recipes-extended/xen/xen-tools_4.16.bb | recipes-extended/xen/xen-tools_4.16.bb | # xen 4.16.1 release sha
SRCREV ?= "f26544492298cb82d66f9bf36e29d2f75b3133f2"
XEN_REL ?= "4.16"
XEN_BRANCH ?= "stable-${XEN_REL}"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e3... | # xen 4.16.1 release sha
SRCREV ?= "f26544492298cb82d66f9bf36e29d2f75b3133f2"
XEN_REL ?= "4.16"
XEN_BRANCH ?= "stable-${XEN_REL}"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
file://xen-fix-gcc12-build-issues.patch \
"
LI... | Fix build with GCC 12 | xen-tools: Fix build with GCC 12
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Cc: Bruce Ashfield <284cc737d174a260eec2a2a6324a304f84b1ae0f@gmail.com>
Signed-off-by: Bruce Ashfield <284cc737d174a260eec2a2a6324a304f84b1ae0f@gmail.com>
| BitBake | mit | lgirdk/meta-virtualization,lgirdk/meta-virtualization,lgirdk/meta-virtualization,lgirdk/meta-virtualization,lgirdk/meta-virtualization |
6087f6342ab298e108af4babded284f022c37276 | recipes-apps/aie-matrix-multiplication/aie-matrix-multiplication_1.0.bb | recipes-apps/aie-matrix-multiplication/aie-matrix-multiplication_1.0.bb | #
# This file is the aie-plio recipe.
#
SUMMARY = "Simple AIE matrix multiplication application"
SECTION = "PETALINUX/apps"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = "git://gitenterprise.xilinx.com/ai-engine/xgemm.git;protocol=https;branch=rel... | #
# This file is the aie-plio recipe.
#
SUMMARY = "Simple AIE matrix multiplication application"
SECTION = "PETALINUX/apps"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = "git://gitenterprise.xilinx.com/ai-engine/xgemm.git;protocol=https;branch=rel... | Enable aie matrix multiplication for versal only | aie-matrix-multiplication: Enable aie matrix multiplication for versal only
Set COMPAT_MACHINE as versal as aie matrix multiplication is only for versal
machines.
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@xilinx.com>
| BitBake | mit | Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux |
e477d24d74dd13bb9e1caf9b800e0e611c0f7740 | recipes-bsp/libubootenv/libubootenv_0.1.bb | recipes-bsp/libubootenv/libubootenv_0.1.bb | SUMMARY = "U-Boot libraries and tools to acces environment"
DEPENDS += "mtd-utils"
DESCRIPTION = "This package contains tools and libraries to read \
and modify U-Boot environment"
HOMEPAGE = "https://github.com/sbabic/libubootenv"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6... | SUMMARY = "U-Boot libraries and tools to acces environment"
DEPENDS += "mtd-utils"
DESCRIPTION = "This package contains tools and libraries to read \
and modify U-Boot environment"
HOMEPAGE = "https://github.com/sbabic/libubootenv"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6... | Add CMAKE_BUILD_TYPE option to EXTRA_OECMAKE | libubootenv: Add CMAKE_BUILD_TYPE option to EXTRA_OECMAKE
The release mode allows to define 'NDEBUG' in order to
not display "Environment OK, copy" on each call.
Signed-off-by: Pierre-Jean Texier <188dcb29e125b35642aafd9b1cc33149502c1da3@koncepto.io>
Acked-by: Stefano Babic <2c2905e0c2877c7e4ce40c7425e972302953fda5@d... | BitBake | mit | sbabic/meta-swupdate,sbabic/meta-swupdate |
9120563e0a577a9100dbedf9b0427269e08cbc22 | recipes/ti/am-benchmarks_1.2.bb | recipes/ti/am-benchmarks_1.2.bb | #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 = "... | Add support for am387x-evm machine | am-benchmarks: Add support for am387x-evm machine
* Add support in this recipe for the am387x-evm machine
type.
* Bump the PR.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal |
407a496ddaf068777eb8aafa2abedf7fe63a9a4d | recipes/python/python-cheetah_2.4.4.bb | recipes/python/python-cheetah_2.4.4.bb | DESCRIPTION = "Python template engine and code generation tool"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
SRCNAME = "Cheetah"
PR = "r1"
SRC_URI = "http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
RDEPENDS_${PN} = "python-... | DESCRIPTION = "Python template engine and code generation tool"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "MIT"
SRCNAME = "Cheetah"
PR = "r2"
SRC_URI = "http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
PACKAGES =+ "${PN}-src"
R... | Split src package (save flash space) | python-cheetah: Split src package (save flash space)
| BitBake | mit | SIFTeam/openembedded,BlackPole/bp-openembedded,nx111/openembeded_openpli2.1_nx111,BlackPole/bp-openembedded,BlackPole/bp-openembedded,nx111/openembeded_openpli2.1_nx111,BlackPole/bp-openembedded,SIFTeam/openembedded,SIFTeam/openembedded,nx111/openembeded_openpli2.1_nx111,SIFTeam/openembedded,nx111/openembeded_openpli2.... |
d53e8e452e15a1dbfd56352cfcea21d362b60d6d | recipes-extended/image/axon-image-minimal.bb | recipes-extended/image/axon-image-minimal.bb | require recipes-core/images/core-image-minimal.bb
DESCRIPTION = "A small image just capable of allowing a device to boot and \
run Erlang/Elixir with ssh access."
IMAGE_INSTALL += "\
axon \
erlang \
erlang-tools \
elixir \
"
IMAGE_FEATURES += "ssh-server-dropbear"
| require recipes-core/images/core-image-minimal.bb
DESCRIPTION = "A small image just capable of allowing a device to boot and \
run Erlang/Elixir."
IMAGE_INSTALL += "\
erlang \
erlang-tools \
elixir \
"
| Drop ssh support for no | Drop ssh support for no
| BitBake | mit | joaohf/meta-axon |
ff0d06489db2e50353d72d24aada74c60bddb016 | packages/wvdial/wvdial_1.60.bb | packages/wvdial/wvdial_1.60.bb | HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial"
DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet."
LICENSE = "LGPL"
SRC_URI = "http://www.alumnit.ca/download/wvdial-1.60.tar.gz"
DEPENDS = "wvstreams"
RDEPENDS = "ppp"
EXTRA_OEMAKE = ""
export WVLINK="${LD}"
do_i... | HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial"
DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet."
PR = "r1"
LICENSE = "LGPL"
SRC_URI = "http://www.alumnit.ca/download/wvdial-1.60.tar.gz"
DEPENDS = "wvstreams"
RDEPENDS = "ppp"
EXTRA_OEMAKE = ""
export WVLINK="$... | Install the peers file into the right place | wvdial: Install the peers file into the right place
| BitBake | mit | demsey/openenigma2,dave-billin/overo-ui-moos-auv,YtvwlD/od-oe,anguslees/openembedded-android,troth/oe-ts7xxx,JamesAng/oe,scottellis/overo-oe,nvl1109/openembeded,KDAB/OpenEmbedded-Archos,yyli/overo-oe,nzjrs/overo-openembedded,JrCs/opendreambox,demsey/openenigma2,anguslees/openembedded-android,YtvwlD/od-oe,nlebedenco/min... |
46626d15cde20c665f99c2564f01d3cd95cc0831 | recipes-qt/qt5/qtwayland_git.bb | recipes-qt/qt5/qtwayland_git.bb | require qt5-git.inc
require ${PN}.inc
# qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
PV = "4.999+5.0.0-beta1+git${SRCPV}"
PR = "${INC_PR}.1"
SRCREV = "5cb159395eccb1d96fb73a78e499eef30aacb46d"
| require qt5-git.inc
require ${PN}.inc
# qtwayland wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
PV = "4.999+5.0.0-beta1+git${SRCPV}"
PR = "${INC_PR}.1"
SRCREV = "5cb159395eccb1d96fb73a78e499eef30aacb46d"
do_configure_prepend() {
# Temporary hack to get qtwayland build for Qt 5.0.2
if ! gre... | Add temporary hack to build for Qt 5.0.2 | qtwayland: Add temporary hack to build for Qt 5.0.2
* Append MODULE_VERSION to .qmake.conf if missing.
* resolved in newer revision:
commit 4d124fea48a0d094443ed0e031c8e28ec04611a3
Author: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Date: Tue Feb 26 12:56:57 2013 +0100
Subject: define MODULE_VERSION
S... | BitBake | mit | Tofee/meta-qt5,opendreambox/meta-qt5,opendreambox/meta-qt5,schnitzeltony/meta-qt5,jruffin/meta-qt5,opendreambox/meta-qt5,timopulkkinen/meta-qt5,timopulkkinen/meta-qt5,sapiippo/meta-qt5,kraj/meta-qt5,Ivan-SB/meta-qt5,meta-qt5/meta-qt5,kraj/meta-qt5,timopulkkinen/meta-qt5,jruffin/meta-qt5,timopulkkinen/meta-qt5,cjp256/me... |
701ecdf38c332180bc3bc3fcd7c8c93cf17e25df | meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb | meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb | DESCRIPTION = "This package contains the DNS.pm module with friends."
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;md5=92d93d8c5bf22de77578531e283dd219"
DEPENDS += "perl"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
SRC_URI[md5sum]... | DESCRIPTION = "This package contains the DNS.pm module with friends."
HOMEPAGE = "http://www.net-dns.org/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;md5=92d93d8c5bf22de77578531e283dd219"
DEPENDS += "perl"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Ne... | Add HOMEPAGE info into recipe file. | libnet-dns-perl: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <060dc3455c813f5d15992ec14d09e1bb6c02b64d@cn.fujitsu.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,amery/meta-openembedded,amery/meta-openembedded,amery/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,victronenergy/meta-openembedded,amery/meta-openembedded,VCTLabs/meta-openembedded,lgirdk/meta-openembedded,openembedded/meta-openembedded,kraj/meta-openembedded,mrchapp/meta-... |
72d113aee7ca75904f9c34d3863d565bc4b14139 | recipes-core/gnss-sdr-monitor/gnss-sdr-monitor_git.bb | recipes-core/gnss-sdr-monitor/gnss-sdr-monitor_git.bb | SUMMARY = "A GNSS-SDR monitor based on Qt5"
DESCRIPTION = "A graphical user interface developed with Qt5 for monitoring the status of GNSS-SDR in real time."
AUTHOR = "Alvaro Cebrian Juan <acebrianjuan@gmail.com>"
HOMEPAGE = "https://github.com/acebrianjuan/gnss-sdr-monitor"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file:/... | SUMMARY = "A GNSS-SDR monitor based on Qt5"
DESCRIPTION = "A graphical user interface developed with Qt5 for monitoring the status of GNSS-SDR in real time."
AUTHOR = "Alvaro Cebrian Juan <acebrianjuan@gmail.com>"
HOMEPAGE = "https://github.com/acebrianjuan/gnss-sdr-monitor"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file:/... | Package debug files in gnss-sdr-monitor recipe | Package debug files in gnss-sdr-monitor recipe
| BitBake | mit | carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr |
0d4e2a210f0f274b807647bcc2476736caf51206 | packages/musicpd/mpc_0.11.2.bb | packages/musicpd/mpc_0.11.2.bb | DESCRIPTION = "Command-line (scriptable) Music Player Daemon (mpd) Client"
HOMEPAGE = "http://www.musicpd.org/mpc.shtml"
LICENSE = "GPLv2"
SECTION = "console/multimedia"
PR = "r0"
SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz"
inherit autotools
| DESCRIPTION = "Command-line (scriptable) Music Player Daemon (mpd) Client"
HOMEPAGE = "http://www.musicpd.org/mpc.shtml"
LICENSE = "GPLv2"
SECTION = "console/multimedia"
PR = "r1"
SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz"
EXTRA_OECONF = "--with-iconv-libraries=${STAGING_LIBDIR} \
--with-iconv-... | Fix cross compile badness; missing --with-iconv-*. | musicpd/mpc: Fix cross compile badness; missing --with-iconv-*.
| BitBake | mit | openpli-arm/openembedded,buglabs/oe-buglabs,giobauermeister/openembedded,mrchapp/arago-oe-dev,KDAB/OpenEmbedded-Archos,Martix/Eonos,demsey/openenigma2,KDAB/OpenEmbedded-Archos,nzjrs/overo-openembedded,JamesAng/oe,philb/pbcl-oe-2010,thebohemian/openembedded,philb/pbcl-oe-2010,demsey/openembedded,philb/pbcl-oe-2010,demse... |
6e2f4db7a36ce99205062e3fb92193c24df0e9e1 | recipes-support/swupdate/swupdate_git.bb | recipes-support/swupdate/swupdate_git.bb | require swupdate.inc
DEFAULT_PREFERENCE = "-1"
| require swupdate.inc
DEFAULT_PREFERENCE = "-1"
do_compile() {
unset LDFLAGS
oe_runmake
cp swupdate_unstripped swupdate
cp tools/progress_unstripped progress
}
| Fix build of TOT after reorganizing utilities | Fix build of TOT after reorganizing utilities
Utilities in SWUpdate were moved from examples/ to tools/ and they are
always built. No need of additional make.
Signed-off-by: Stefano Babic <2c2905e0c2877c7e4ce40c7425e972302953fda5@denx.de>
| BitBake | mit | sbabic/meta-swupdate,sbabic/meta-swupdate |
13729091f98720884dc28f9e66c6fb5525ec3c84 | meta-networking/recipes-support/cifs/cifs-utils_git.bb | meta-networking/recipes-support/cifs/cifs-utils_git.bb | DESCRIPTION = "A a package of utilities for doing and managing mounts of the Linux CIFS filesystem."
HOMEPAGE = "http://wiki.samba.org/index.php/LinuxCIFS_utils"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PV = "5.9"
PR = "r1"
SRCREV = "353d491dcb5d69d31434abeb... | DESCRIPTION = "A a package of utilities for doing and managing mounts of the Linux CIFS filesystem."
HOMEPAGE = "http://wiki.samba.org/index.php/LinuxCIFS_utils"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PV = "5.9"
PR = "r1"
SRCREV = "353d491dcb5d69d31434abeb... | Add PACKAGECONFIG for cifscreds, cifsupcall | cifs-utils: Add PACKAGECONFIG for cifscreds, cifsupcall
* make files in bindir/sbindir a bit more deterministic
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
Signed-off-by: Joe MacDonald <16a9a54ddf4259952e3c118c763138e83693d7fd@deserted.net>
| BitBake | mit | joelagnel/meta-openembedded,openembedded/meta-openembedded,amery/meta-openembedded,trikset/meta-openembedded,trikset/meta-openembedded,kraj/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,shr-distribution/meta-oe,fredcadete/meta-openembedded,RealVNC/yocto_imx6sabreauto_... |
b42bc4fea687a591f0806c2e0f7807fcc1797033 | meta-oe/recipes-support/cli11/cli11_1.8.0.bb | meta-oe/recipes-support/cli11/cli11_1.8.0.bb | SUMMARY = "C++11 command line parser"
DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface."
HOMEPAGE = "https://github.com/CLIUtils/CLI11"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b73927b18d5c6cd8d2ed28a6ad539733"
SRCREV... | SUMMARY = "C++11 command line parser"
DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface."
HOMEPAGE = "https://github.com/CLIUtils/CLI11"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b73927b18d5c6cd8d2ed28a6ad539733"
SRCREV... | Remove dev pkg dep to main pkg | cli11: Remove dev pkg dep to main pkg
cli11 is header-only and the main package is empty. Remove the
dependency to cli11 from cli11-dev so cli11-dev can be included in an
SDK via IMAGE_INSTALL, RDEPENDS, and the like.
Signed-off-by: Brad Bishop <713d098c0be4c8fd2bf36a94cd08699466677ecd@fuzziesquirrel.com>
Signed-off... | BitBake | mit | lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,victronenergy/... |
0b2e9d57295216cf337c10a13ea6aaf7c2f65858 | recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb | recipes-multimedia/video-graphics-test/video-graphics-test_1.0.bb | DESCRIPTION = "Test applications for video and graphics interface"
HOMEPAGE = "https://git.ti.com/sitara-linux/video-graphics-test"
SECTION = "multimedia"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative"
PR = "r2"
BRANCH =... | DESCRIPTION = "Test applications for video and graphics interface"
HOMEPAGE = "https://git.ti.com/sitara-linux/video-graphics-test"
SECTION = "multimedia"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
DEPENDS += "libdrm ti-gc320-libs cmem qtdeclarative"
PR = "r2"
BRANCH =... | Bump SRCREV to latest commit | video-graphics-test: Bump SRCREV to latest commit
Updated the recipe to use the latest git commit. The video-graphics-test
application is enhanced to demonstrate GC320 usage for scaling, rotation
and composition/overlaying features. Previously, the application only
demonstrated the rotation feature.
Signed-off-by: Kr... | BitBake | mit | rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk |
eb71f40c43a916ceb7e3129e123a4fa52817df8b | recipes-hyperion/hyperion_git.bb | recipes-hyperion/hyperion_git.bb | require hyperion.inc
SRC_URI = " \
gitsm://github.com/hyperion-project/hyperion.git;protocol=https \
file://0001-use-yocto-protobuf.patch \
file://0002-fix-qa-issue-set-valid-install-path.patch \
"
SRCREV = "f64b6eb8dbaeef0f4aae8954da3b87524be106bd"
S = "${WORKDIR}/git"
PR = "1"
PV = "1.1"
| require hyperion.inc
SRC_URI = " \
gitsm://github.com/hyperion-project/hyperion.git;protocol=https \
file://0001-use-yocto-protobuf.patch \
file://0002-fix-qa-issue-set-valid-install-path.patch \
"
SRCREV = "f64b6eb8dbaeef0f4aae8954da3b87524be106bd"
S = "${WORKDIR}/git"
PR = "0"
PV = "1.1.1"
| Fix PR and PV variables | Fix PR and PV variables
| BitBake | mit | ThomArmax/meta-hyperion,ThomArmax/meta-hyperion |
30d27b13955e0bb4698950f3213c9e93de315351 | recipes-kernel/linux/linux-raspberrypi_4.1.bb | recipes-kernel/linux/linux-raspberrypi_4.1.bb | LINUX_VERSION ?= "4.1.0"
SRCREV = "07009cab090ade3dd180e8a55d590b1a00072eed"
SRC_URI = "git://github.com/anholt/linux.git;protocol=git;branch=vc4-kms-v3d-rpi2 \
file://0001-rpi2-setup.patch \
file://0002-drm-vc4-Use-the-fbdev_cma-helpers.patch \
file://0003-drm-vc4-Allow-vblank-to-be-d... | LINUX_VERSION ?= "4.1.0"
SRCREV = "b8b2f50546513355fecd9ac44b2355f19a9620a8"
SRC_URI = "git://github.com/anholt/linux.git;protocol=git;branch=vc4-kms-v3d-rpi2 \
file://0001-rpi2-setup.patch \
file://0002-drm-vc4-Use-the-fbdev_cma-helpers.patch \
file://0003-drm-vc4-Allow-vblank-to-be-d... | Use latest anholt's vc4-kms-v3d-rpi2 branch of linux kernel | Use latest anholt's vc4-kms-v3d-rpi2 branch of linux kernel
| BitBake | mit | kovrov/meta-raspberrypi,kovrov/meta-raspberrypi,kovrov/meta-raspberrypi |
62e219ad0c2a107325e80a870cfa45f63e4bac44 | packages/icecast/icecast_2.2.0.bb | packages/icecast/icecast_2.2.0.bb | DEPENDS = "libxslt"
PR = "r1"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
| DEPENDS = "libxslt"
PR = "r1"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
DEPENDS = "libvorbis libogg"
SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
| Add missing DEPENDS on vorbis. | Add missing DEPENDS on vorbis.
| BitBake | mit | trini/openembedded,libo/openembedded,sampov2/audio-openembedded,thebohemian/openembedded,JamesAng/oe,libo/openembedded,hulifox008/openembedded,trini/openembedded,Martix/Eonos,giobauermeister/openembedded,sutajiokousagi/openembedded,JrCs/opendreambox,SIFTeam/openembedded,anguslees/openembedded-android,JamesAng/goe,Black... |
71593081c91f6632ae5f712cb93222b6a94c56a7 | recipes-core/gpstk/gpstk_8.0.0.bb | recipes-core/gpstk/gpstk_8.0.0.bb | SUMMARY = "The GPS Toolkit"
DESCRIPTION = "Libraries and applications to facilitate working with GPS data for research and high accuracy uses."
AUTHOR = "ARL:UT"
HOMEPAGE = "https://github.com/SGL-UT/GPSTk/"
PR = "r1"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=d32239bcb673463ab874e80d47fae504"
GIT_BR... | SUMMARY = "The GPS Toolkit"
DESCRIPTION = "Libraries and applications to facilitate working with GPS data for research and high accuracy uses."
AUTHOR = "ARL:UT"
HOMEPAGE = "https://github.com/SGL-UT/GPSTk/"
PR = "r2"
LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=d32239bcb673463ab874e80d47fae504"
GIT_B... | Package debug files in gpstk recipe | Package debug files in gpstk recipe
| BitBake | mit | carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr |
3f6dc737edbeaf2cdcba597b23236acac9c39872 | meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | SUMMARY = "A thin layer of graphic data types"
HOMEPAGE = "http://ebassi.github.io/graphene/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648"
#DEPENDS = "gtk+3 iso-codes enchant2"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gobject-introspection gtk-doc
SRC_URI[archi... | SUMMARY = "A thin layer of graphic data types"
HOMEPAGE = "http://ebassi.github.io/graphene/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gobject-introspection gtk-doc
SRC_URI[archive.sha256sum] = "80ae57723e4608e6875626... | Tidy up recipe a bit | graphene: Tidy up recipe a bit
* remove md5 checksum
* adjust comment
* remove commented DEPENDS
Signed-off-by: Andreas Müller <d72a15aaaca3a7afa855175c72dc8d2e05931e32@gmail.com>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembed... |
0fa25ee11bc2310029b57c3a0367e0b9b3d79804 | recipes-kernel/linux/linux-hardkernel_git.bb | recipes-kernel/linux/linux-hardkernel_git.bb | DESCRIPTION = "Linux kernel for the Hardkernel ODROID-U2 device"
SECTION = "kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
# Mark archs/machines that this kernel supports
COMPATIBLE_MACHINE = "odroid-u2"
inherit kernel siteinfo
SRC_URI = " \
git://github.com/hard... | DESCRIPTION = "Linux kernel for the Hardkernel ODROID-U2 device"
SECTION = "kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
# Mark archs/machines that this kernel supports
COMPATIBLE_MACHINE = "odroid-u2"
inherit kernel siteinfo
SRC_URI = " \
git://github.com/hard... | Deploy results of boot.scr of Mauro's boot.scr helper script | Deploy results of boot.scr of Mauro's boot.scr helper script
| BitBake | mit | twoerner/meta-odroid,twoerner/meta-odroid,akuster/meta-odroid,akuster/meta-odroid,akuster/meta-odroid,twoerner/meta-odroid,akuster/meta-odroid |
d3b0cc4f315c229e684edc0f4e107048802c78cd | meta-jlime/recipes-core/images/jlime-lxde-image.bb | meta-jlime/recipes-core/images/jlime-lxde-image.bb | IMAGE_FEATURES += "package-management"
PR = "r1"
POKY_EXTRA_INSTALL = "\
task-x11-server\
task-x11-utils \
task-lxde-base \
libgtkstylus \
"
LICENSE = "MIT"
inherit core-image
| IMAGE_FEATURES += "package-management"
PR = "r2"
POKY_EXTRA_INSTALL = "\
task-x11-server\
task-x11-utils \
task-lxde-base \
libgtkstylus \
task-jlime-apps-cli \
task-jlime-apps-gui \
"
LICENSE = "MIT"
inherit core-image
| Add some extra apps to lxdm image. | Add some extra apps to lxdm image.
| BitBake | mit | tworaz/oe-tworaz |
0c94f1fa09dd4efa5610c9dab534962cfe3bd4a0 | recipes-core/images/minimal-nilrt-ptest-image.bb | recipes-core/images/minimal-nilrt-ptest-image.bb | DESCRIPTION = "Minimal ptest image for NI Linux Real-Time x64 and ARM targets"
LICENSE = "MIT"
require minimal-nilrt-image.bb
IMAGE_FEATURES+=" ptest-pkgs"
IMAGE_FSTYPES += " cpio.gz"
IMAGE_INSTALL += "\
packagegroup-ni-ptest \
"
IMAGE_ROOTFS_EXTRA_SPACE = "1000000"
rm_feed_configs () {
${ROOTFS_PKGMANAGE} -... | DESCRIPTION = "Minimal ptest image for NI Linux Real-Time x64 and ARM targets"
LICENSE = "MIT"
require minimal-nilrt-image.bb
IMAGE_FSTYPES += " cpio.gz"
IMAGE_INSTALL += "\
packagegroup-ni-ptest \
"
IMAGE_ROOTFS_EXTRA_SPACE = "1000000"
rm_feed_configs () {
${ROOTFS_PKGMANAGE} -o ${IMAGE_ROOTFS} remove --forc... | Remove 'ptest-pkgs' from ptest image | images: Remove 'ptest-pkgs' from ptest image
:**/minimal-nilrt-ptest-image.bb
* Do not add the 'ptest-pkgs' keyword to the IMAGE_FEATURES for the
ptest image. Doing so will cause the build to include all available
"*-ptest" packages, rather than just those specified in
packagegroup-ni-ptest.
Natinst-Rev... | BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
02e53dcb00947c0b5f8efa55d19b053f32555649 | recipes-stef/images/xbmc-image.bb | recipes-stef/images/xbmc-image.bb | 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 network manager addon in image | Add network manager addon in image
| BitBake | mit | wolfgar/meta-stef |
d7403978566cf421198f869b637892112b84d105 | recipes-dmoseley/images/dmoseley-octoprint-image.bb | recipes-dmoseley/images/dmoseley-octoprint-image.bb | SUMMARY = "A customized image for running Octoprint"
LICENSE = "MIT"
inherit core-image
EXTRA_IMAGE_FEATURES_remove = "debug-tweaks package-management"
IMAGE_FSTYPES_remove = " tar.bz2 ext3 sdimg.bz2 "
GLIBC_GENERATE_LOCALES="en_US.UTF-8"
IMAGE_LINGUAS="en-us"
EXTRA_IMAGE_FEATURES += "read-only-rootfs ssh-server-ope... | SUMMARY = "A customized image for running Octoprint"
LICENSE = "MIT"
inherit core-image
EXTRA_IMAGE_FEATURES_remove = "debug-tweaks"
IMAGE_FSTYPES_remove = " tar.bz2 ext3 sdimg.bz2 "
GLIBC_GENERATE_LOCALES="en_US.UTF-8"
IMAGE_LINGUAS="en-us"
EXTRA_IMAGE_FEATURES += "read-only-rootfs ssh-server-openssh"
IMAGE_INSTAL... | Add package-management back into octoprint image | Add package-management back into octoprint image
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 |
9ad28b642620f06aec2dba2ed1346a2b0c1b9fa2 | packages/openvpn/openvpn_2.0rc1.bb | packages/openvpn/openvpn_2.0rc1.bb | SECTION = "console/network"
DESCRIPTION = "A VPN solution via tun device. Not IPSEC!"
HOMEPAGE = "http://openvpn.sourceforge.net"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "lzo openssl"
RRECOMMENDS = "kernel-module-tun"
PR = "r2"
SRC_URI = "${SOURCEF... | SECTION = "console/network"
DESCRIPTION = "A VPN solution via tun device. Not IPSEC!"
HOMEPAGE = "http://openvpn.sourceforge.net"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "lzo openssl"
RRECOMMENDS = "kernel-module-tun"
PR = "r2"
DEFAULT_PREFERENCE =... | Set DEFAULT_PREFERENCE to -1 for the rc-version. | openvpn: Set DEFAULT_PREFERENCE to -1 for the rc-version.
| BitBake | mit | KDAB/OpenEmbedded-Archos,xifengchuo/openembedded,crystalfontz/openembedded,philb/pbcl-oe-2010,popazerty/openembedded-cuberevo,trini/openembedded,sampov2/audio-openembedded,crystalfontz/openembedded,nx111/openembeded_openpli2.1_nx111,openembedded/openembedded,xifengchuo/openembedded,demsey/openembedded,libo/openembedded... |
81fbf11074f2b6d7e5635ee2ae6d93301f413627 | meta-multimedia/recipes-multimedia/aom/aom_2.0.0.bb | meta-multimedia/recipes-multimedia/aom/aom_2.0.0.bb | SUMMARY = "Alliance for Open Media - AV1 Codec Library"
DESCRIPTION = "Alliance for Open Media AV1 codec library"
LICENSE = "BSD-2-Clause & AOM-Patent-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \
file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \
... | SUMMARY = "Alliance for Open Media - AV1 Codec Library"
DESCRIPTION = "Alliance for Open Media AV1 codec library"
LICENSE = "BSD-2-Clause & AOM-Patent-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \
file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \
... | Disable neon on arm when not present in TUNE_FEATURES | aom: Disable neon on arm when not present in TUNE_FEATURES
Some older arm32 cores are without neon units e.g. armv6 (rpi0 fame)
therefore check for neon feature before enabling it
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Cc: Andreas Müller <d72a15aaaca3a7afa855175c72dc8d2e05931e32@... | BitBake | mit | VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,schnit... |
3ef9217ad70a15802fc15e1e7e145f95457f8abe | recipes-kernel/linux/linux_git.bb | recipes-kernel/linux/linux_git.bb | SECTION = "kernel"
DESCRIPTION = "Mainline Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
require linux.inc
# Pull in the devicetree files into the root... | SECTION = "kernel"
DESCRIPTION = "Mainline Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
require linux.inc
# Pull in the devicetree files into the root... | Change PV for kernel git version | Change PV for kernel git version
Bump kernel git version to enable support for sun8i boards.
Signed-off-by: Sergey Matyukevich <2d9206359cf4eabf891780882ee8cd94b5dc922f@gmail.com>
| BitBake | mit | linux-sunxi/meta-sunxi,ebutera/meta-sunxi,twoerner/meta-sunxi,net147/meta-sunxi,ebutera/meta-sunxi,geomatsi/meta-sunxi,net147/meta-sunxi,soderstrom-rikard/meta-sunxi,linux-sunxi/meta-sunxi,linux-sunxi/meta-sunxi,geomatsi/meta-sunxi,soderstrom-rikard/meta-sunxi,twoerner/meta-sunxi |
0272da33e7abf5c76c2a010913e8618cb1e9d6a7 | meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb | meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.2.0.bb | SUMMARY = "C++ framework for json-rpc 1.0 and 2.0"
DESCRIPTION = "JsonRpc-Cpp is an OpenSource implementation of JSON-RPC \
protocol in C++. JSON-RPC is a lightweight remote procedure \
call protocol similar to XML-RPC."
HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp"
LICENSE = "M... | SUMMARY = "C++ framework for json-rpc 1.0 and 2.0"
DESCRIPTION = "JsonRpc-Cpp is an OpenSource implementation of JSON-RPC \
protocol in C++. JSON-RPC is a lightweight remote procedure \
call protocol similar to XML-RPC."
HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp"
LICENSE = "M... | Disable coverage in default build | jsonrpc: Disable coverage in default build
Building with intrumentation is only useful during development or
optimization phases, in production, this will just make it slow and in
some cases not work where file system might be readonly.
If its needed then enable the packageconfig via a bbappend
Signed-off-by: Khem R... | BitBake | mit | schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,openembedded/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,victronenergy/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,victronenergy/meta-openembedded,openembedded/meta-openembedd... |
d2bbb1c19e24465c453f9de132f34991def4623f | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | require u-boot-ti.inc
PR = "r27"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "7b6b1a17bfdae5e4f6fd13f208c36814803f3ba7"
| require u-boot-ti.inc
PR = "r28"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "71ba4a5f933a1f03e8bb72d487a62a877c2135ff"
| Update to the latest commit | ti-uboot-staging: Update to the latest commit
Update SRCREV to latest commit
Signed-off-by: Praneeth Bajjuri <5cbfdb29322859ed5c637fdb11a8f23fddd8e511@ti.com>
Signed-off-by: Dan Murphy <50b72235ef2106735bf2282950a69d11e6d56bc7@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
314b9ee8ddea7df8109790b490a1526a91f5a32b | recipes-rdm/service-df/service-df_svn.bb | recipes-rdm/service-df/service-df_svn.bb | DESCRIPTION = "RDM DF Service"
HOMEPAGE = "http://www.rademacher.de"
LICENSE = "commercial"
LIC_FILES_CHKSUM = "file://${THISDIR}/files/license.txt;md5=3ebe3464e841ddbf115af1f7019017c5"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
DEPENDS = "libxml2 libftdi"
PV = "1.2.0"
SRC_URI = "svn://192.168.1.186/svn/EW_Prj/... | DESCRIPTION = "RDM DF Service"
HOMEPAGE = "http://www.rademacher.de"
LICENSE = "commercial"
LIC_FILES_CHKSUM = "file://${THISDIR}/files/license.txt;md5=3ebe3464e841ddbf115af1f7019017c5"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
DEPENDS = "libxml2 libftdi"
PV = "1.2.0"
SRC_URI = "svn://192.168.1.186/svn/EW_Prj/... | Update DFService to support RDM sticks only | Update DFService to support RDM sticks only
| BitBake | mit | zeretztkeG/meta-jens,mrabe89sigma/meta-jens,mrabe89sigma/rdm-meta-jens,vmoesker/meta-jens,vmoesker/meta-jens,mrabe89sigma/rdm-meta-jens,mrabe89sigma/rdm-meta-jens,mrabe89sigma/meta-jens,tobw/meta-jens,rdm-dev/meta-jens,tobw/meta-jens,rdm-dev/meta-jens,mrabe89sigma/meta-jens,mrabe89sigma/meta-jens,rdm-dev/meta-jens,mrab... |
2813dc78d66fc7da72fdf53010c6e148d20c0f45 | packages/clutter/moblin-proto_git.bb | packages/clutter/moblin-proto_git.bb | DEPENDS = "clutter-box2d"
PV = "0.0+git${SRCREV}"
PR = "r1"
SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \
file://paths.patch;patch=1"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}${bindir}
install ${S}/moblin-proto ${D}${bindir}
install -d ${D}${datadir}/moblin-... | DEPENDS = "clutter-box2d"
PV = "0.0+git${SRCREV}"
PR = "r1"
SRC_URI = "git://git.moblin.org/repos/users/pippin/prototype.git/;protocol=http \
file://paths.patch;patch=1"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}${bindir}
install ${S}/moblin-proto ${D}${bindir}
install -d ${D}${datadir}/mob... | Use the right git server - moblin.org => git.moblin.org | moblin-proto: Use the right git server
- moblin.org => git.moblin.org
| BitBake | mit | Martix/Eonos,sledz/oe,BlackPole/bp-openembedded,bticino/openembedded,bticino/openembedded,JrCs/opendreambox,demsey/openenigma2,nlebedenco/mini2440,mrchapp/arago-oe-dev,John-NY/overo-oe,giobauermeister/openembedded,xifengchuo/openembedded,anguslees/openembedded-android,popazerty/openembedded-cuberevo,trini/openembedded,... |
891d0a889a04a879056a6b1bcf232b0b6e3642cb | recipes-webos/db8/db8.bb | recipes-webos/db8/db8.bb | # Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
SUMMARY = "A userspace service that provides access to the Open webOS database"
SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
# db8 is also the provider for ... | # Copyright (c) 2013 LG Electronics, Inc.
SUMMARY = "A userspace service that provides access to the Open webOS database"
SECTION = "webos/base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
# db8 is also the provider for mojodb
PROVIDES = "mo... | Add LevelDB as build dependency for DB8 | Add LevelDB as build dependency for DB8
Add LevelDB to the build. GF-4872
Open-webOS-DCO-1.0-Signed-off-by: Roger Stringer <4a83085ae8de511ccc672b7289dcd80a5211ef9f@lge.com>
Change-Id: Ie86df4a84bb33e77d3de9e20c58436ccb63cb23a
Reviewed-on: https://g2g.palm.com/2070
Reviewed-by: Roger Stringer <4a83085ae8de511ccc672... | BitBake | mit | Garfonso/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos,Garfonso/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos,nizovn/meta-webos-ports,nizovn/meta-webos-ports |
05d5325de7224d62738edc2ade07a6d645366d70 | recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb | recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb | require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for TI devices"
PR = "r2"
SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
BRANCH ?= "ti-u-boot-2013.01.01"
SRCREV = "9aab8612f643ab90df837e743f5435bba2ae68cf"
SPL_BINARY = "MLO"
| require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for TI devices"
PR = "r3+gitr${SRCPV}"
SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
BRANCH ?= "ti-u-boot-2013.01.01"
SRCREV = "9aab8612f643ab90df837e743f5435bba2ae68cf"
SPL_BINARY = "MLO"
| Add SRCPV to the PR | u-boot-ti-staging: Add SRCPV to the PR
* Add the SRCPV to the PR to make it clear which revision of
the sources are being built and to match the kernel
versioning.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae6... | BitBake | mit | floft/meta-ti,rcn-ee/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,RedFIR/meta-ti,smoosvi/Test4,smoosvi/Test4,tylerwhall/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,jumpnow/meta-ti,RedFIR/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,tylerwhall/meta-ti,jumpnow/meta-ti,RedFIR/meta-ti,floft/meta-ti,t... |
7f61b99d24d53bca9a2a668f2f1e931c3a5612c9 | recipes-liri/fluid/fluid_git.bb | recipes-liri/fluid/fluid_git.bb | 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... | Add mkspecs to dev subpackage | fluid: Add mkspecs to dev subpackage
Upstream added support for qmake projects.
Signed-off-by: Pier Luigi Fiorini <295fa01708b2fee29c68701c2be812b51a3cff23@liri.io>
| BitBake | mit | schnitzeltony/meta-qt5-extra,schnitzeltony/meta-qt5-extra,schnitzeltony/meta-qt5-extra |
5e6514a06132bc0fd84a8a2e07d2f739dcb09e28 | meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb | meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb | SUMMARY = "TIDL Network Viewer"
DESCRIPTION = "TIDL Network viewer using dot and graphviz"
HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/tidl-api/intro.html"
LICENSE = "BSD"
include tidl-api.inc
PR = "${INC_PR}.0"
DEPENDS = "boost boost-native ti-cgt6x-native clocl-native"
S = "${WORKDIR}/git"
TARGET_class... | SUMMARY = "TIDL Network Viewer"
DESCRIPTION = "TIDL Network viewer using dot and graphviz"
HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/tidl-api/intro.html"
LICENSE = "BSD"
include tidl-api.inc
PR = "${INC_PR}.1"
DEPENDS = "boost boost-native ti-cgt6x-native clocl-native"
S = "${WORKDIR}/git"
TARGET_class... | Fix tidl-viewer x86_64 build CXXFLAGS | tidl-api: Fix tidl-viewer x86_64 build CXXFLAGS
Signed-off-by: Yuan Zhao <33ba65427ff4207fbca20aa7a52e7b57f11b5d78@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
b70b52b4ae587f790def236ef22a978597e52c91 | meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb | meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb | DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
LICENSE = "CC-BY-SA"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.1"
inherit allarch
S = "${WORKDIR}/git/cryptos_apps"
# Make sure crypto submenu and app images has been installed. Al... | DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
LICENSE = "CC-BY-SA"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.2"
inherit allarch
S = "${WORKDIR}/git/cryptos_apps"
# Make sure crypto submenu and app images has been installed. Al... | Switch to C base crypto applications | matrix-gui-crypto-demos: Switch to C base crypto applications
* Matrix crypto applications are now C based.
* Add RDEPENDS to ti-crypto-examples since that package now provides the C
application.
Signed-off-by: Franklin S. Cooper Jr <b8c01a1703dc362919183054a071c1f348818c23@ti.com>
Signed-off-by: Denys Dmytriyenko ... | BitBake | mit | MentorEmbedded/meta-arago,rcn-ee/meta-arago,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 |
10ce4c03592bb6276f9755544b0aca9fc2eb863f | recipes/v4l2apps/v4l2apps_20020317.bb | recipes/v4l2apps/v4l2apps_20020317.bb | SECTION = "console/utils"
DESCRIPTION = "Video4linux Two sample applications"
LICENSE = "PD"
DEPENDS = "libxaw virtual/libx11 libxt"
SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz"
S = "${WORKDIR}"
#FIXME: currently busted, as it requires v4l2 -kernel headers.
#either fix the apps to use headers not i... | SECTION = "console/utils"
DESCRIPTION = "Video4linux Two sample applications"
LICENSE = "PD"
DEPENDS = "libxaw virtual/libx11 libxt"
SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz;subdir=${BPN}-${PV}"
#FIXME: currently busted, as it requires v4l2 -kernel headers.
#either fix the apps to use headers no... | Switch to subdir= in SRC_URI | v4l2apps: Switch to subdir= in SRC_URI
Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
| BitBake | mit | giobauermeister/openembedded,dellysunnymtech/sakoman-oe,JamesAng/goe,dellysunnymtech/sakoman-oe,xifengchuo/openembedded,openembedded/openembedded,yyli/overo-oe,JamesAng/oe,thebohemian/openembedded,JamesAng/goe,yyli/overo-oe,giobauermeister/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,giobauermeister/ope... |
aea60d4cc1a6f27a2602995378fdae2411c9d75c | meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | SUMMARY = "C++ library for client-side URL transfers"
HOMEPAGE = "http://www.curlpp.org/"
SECTION = "libdevel"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "curl"
DEPENDS_class-native = "curl-native"
SRC_URI = "git://github.com/jpbarrette/curl... | SUMMARY = "C++ library for client-side URL transfers"
HOMEPAGE = "http://www.curlpp.org/"
SECTION = "libdevel"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029"
DEPENDS = "curl"
DEPENDS_class-native = "curl-native"
SRC_URI = "git://github.com/jpbarrette/curlpp.git"
SRCREV =... | Fix packaging and reference to license | curlpp: Fix packaging and reference to license
This patch fixes three issues:
1. The recipe used "libcurlpp" for its package base name. It defined
PACKAGES and corresponding package contents manually, but the
non-standard naming led to an error message when trying to depend on
it (nothing provides curlpp needed... | BitBake | mit | moto-timo/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,victronenergy/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,mrchapp/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,VC... |
58cf0d9868bda6ddc1611d2071afe23aa3b41ad7 | packages/syslog-ng/syslog-ng_1.6.8.bb | packages/syslog-ng/syslog-ng_1.6.8.bb | PR = "r4"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
DEPENDS = "libol"
SRC_URI = "http://www.balabit.com/downloads/syslog-ng/1.6/src/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
EXTRA_OECONF = "--with-libol=${STAGING_BINDIR}/"
CONFFILES_${PN} = "${sysconfdir}/${PN}/syslog-ng.conf"
do_i... | PR = "r5"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
DESCRIPTION = "Alternative system logger daemon"
DEPENDS = "libol"
SRC_URI = "http://www.balabit.com/downloads/syslog-ng/1.6/src/${PN}-${PV}.tar.gz \
file://initscript"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools update-rc.d
EXTRA_OECONF = "--with-li... | Add initscript. Remove/reinstall busybox syslog on install/remove. Should work entirely out of the box now | Add initscript. Remove/reinstall busybox syslog on install/remove. Should work entirely out of the box now | BitBake | mit | JamesAng/goe,sampov2/audio-openembedded,BlackPole/bp-openembedded,trini/openembedded,hulifox008/openembedded,yyli/overo-oe,trini/openembedded,giobauermeister/openembedded,mrchapp/arago-oe-dev,buglabs/oe-buglabs,dellysunnymtech/sakoman-oe,JamesAng/oe,nzjrs/overo-openembedded,crystalfontz/openembedded,crystalfontz/openem... |
72b607d8c92ab09643d69ab42d5639d698c8ffec | packages/xorg-lib/pixman_0.9.6.bb | packages/xorg-lib/pixman_0.9.6.bb | DESCRIPTION = "Library for lowlevel pixel operations"
SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
| SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
S = "${WORKDIR}/pixman-${PV}"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
| Fix previous cleanup. Removed too much. | pixman: Fix previous cleanup. Removed too much.
| BitBake | mit | scottellis/overo-oe,sentient-energy/emsw-oe-mirror,popazerty/openembedded-cuberevo,JamesAng/goe,SIFTeam/openembedded,nlebedenco/mini2440,bticino/openembedded,hulifox008/openembedded,KDAB/OpenEmbedded-Archos,nlebedenco/mini2440,crystalfontz/openembedded,Martix/Eonos,dellysunnymtech/sakoman-oe,YtvwlD/od-oe,John-NY/overo-... |
2462db9a1bfb41ab87110de41d58d48cc77ae262 | recipes-kernel/kernel-module-sitec-lp/kernel-module-sitec-lp_1.0.0.bb | recipes-kernel/kernel-module-sitec-lp/kernel-module-sitec-lp_1.0.0.bb | SUMMARY = "Module for Low Power Actions on sitec systems S4 Comm Pro X"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
MAINTAINER = "Robert Lehmann <robert.lehmann@sitec-systems.de>"
inherit module
PR = "r1"
PV = "${KERNEL_VERSION}"
S... | SUMMARY = "Module for Low Power Actions on sitec systems S4 Comm Pro X"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
MAINTAINER = "Robert Lehmann <robert.lehmann@sitec-systems.de>"
inherit module
PR = "r1"
PV = "${KERNEL_VERSION}"
S... | Remove COPYING file from bb file | sitec-lp: Remove COPYING file from bb file
| BitBake | lgpl-2.1 | sitec-systems/meta-sitec-s4,sitec-systems/meta-sitec-s4 |
1d6a1d38b8e47faceaa65dc6d6476ca85cf4eaec | meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb | meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb | SUMMARY = "Stand-alone system tray"
DESCRIPTION = "Stalonetray is a stand-alone freedesktop.org and KDE system tray"
SECTION = "x11/graphics"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "virtual/libx11"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.b... | SUMMARY = "Stand-alone system tray"
DESCRIPTION = "Stalonetray is a stand-alone freedesktop.org and KDE system tray"
SECTION = "x11/graphics"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "virtual/libx11"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.b... | Add x11 to required distro feature | stalonetray: Add x11 to required distro feature
It depends on virtual/libx11
Signed-off-by: Andreas Müller <d72a15aaaca3a7afa855175c72dc8d2e05931e32@gmail.com>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | rehsack/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,lgirdk/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-ope... |
9e25b6587cd02d6518c09c92a181cf00e5110f9c | meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb | meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb | DESCRIPTION = "library implementing Secure RTP (RFC 3711)"
HOMEPAGE = "https://github.com/cisco/libsrtp"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714"
S = "${WORKDIR}/git"
SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7"
SRC_URI = "git://github.c... | DESCRIPTION = "library implementing Secure RTP (RFC 3711)"
HOMEPAGE = "https://github.com/cisco/libsrtp"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714"
S = "${WORKDIR}/git"
SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7"
SRC_URI = "git://github.c... | Fix compilation and add pkgconfig | libsrtp: Fix compilation and add pkgconfig
With current recipe state only static library was
build. Add extra option to build dynamic library
and also inherit pkgconfig to have installed library
pkgconfig
Signed-off-by: Marek Belisko <2e0084147176644ce91c5df4ae01a4a541d3616d@open-nandra.com>
Signed-off-by: Khem Raj <... | BitBake | mit | openembedded/meta-openembedded,VCTLabs/meta-openembedded,mrchapp/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,mrchapp/meta-openembedded,openembedded/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,mrcha... |
aa66878418ecad624fa9940324097451c0aa0b7b | recipes/libmad/libmad_0.15.1b.bb | recipes/libmad/libmad_0.15.1b.bb | 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 LICENSE field version to GPLv2 | libmad: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 to
reflect the real license version.
* This change was back-ported from oe-core.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev |
d763aa71181bdcee7cd3a41e9363e85652b9ddea | recipes-networking/ipset/ipset_6.38.bb | recipes-networking/ipset/ipset_6.38.bb | # Copyright (C) 2017 Aaron Brice <aaron.brice@datasoft.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Administration tool for IP sets"
HOMEPAGE = "http://ipset.netfilter.org"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "ba... | # Copyright (C) 2017 Aaron Brice <aaron.brice@datasoft.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Administration tool for IP sets"
HOMEPAGE = "http://ipset.netfilter.org"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "ba... | Replace need for BPN-PV with BP | ipset: Replace need for BPN-PV with BP
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | kraj/meta-openwrt |
99b2012d26e3b3b0750ab612958555b038185650 | recipes/images/base-rootfs-ext2.bb | recipes/images/base-rootfs-ext2.bb | require base-rootfs.inc
RECIPE_OPTIONS = "base_rootfs_ext2_options"
inherit ext2-image
DEFAULT_CONFIG_base_rootfs_ext2_options = "--faketime --squash"
EXT2_IMAGE_OPTIONS = "${RECIPE_OPTION_base_rootfs_ext2_options}"
inherit tar-image
| require base-rootfs.inc
RECIPE_OPTIONS = "base_rootfs_ext2_options"
inherit ext2-image
DEFAULT_CONFIG_base_rootfs_ext2_options = "-z -q -f"
EXT2_IMAGE_OPTIONS = "${RECIPE_OPTION_base_rootfs_ext2_options}"
inherit tar-image
| Change default base_rootfs_ext2_options to also --allow-holes | Change default base_rootfs_ext2_options to also --allow-holes
| BitBake | mit | oe-lite/base,sknsean/base,sknsean/base,esben/base,oe-lite-rpi/base,jacobbarsoe/rpi-base,esben/base,kimrhh/base,hundeboll/base,hundeboll/base,moths/base,hundeboll/base,hundeboll/base,diorcety/oe-lite-base,jacobbarsoe/rpi-base,esben/base,kimrhh/base,kimrhh/base,moths/base,esben/base,sknsean/base,hundeboll/base,kimrhh/bas... |
794d107fa64d551cf4d6018bbd8b45fc3767af63 | meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb | meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb | DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
inherit autotools pkgconfig
PR = "r1+gitr${SRCPV}"
PV = "2.0"
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.omapzoom... | DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
inherit autotools pkgconfig
PR = "r2+gitr${SRCPV}"
PV = "2.0"
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.omapzoom... | Update to latest IPC 3.30.03.14 | libdce: Update to latest IPC 3.30.03.14
Other fixes:
* Mutex protection for dce_buf_lock/unlock
* Multiplanar encode support
* Fix multithread client indexing logic
Signed-off-by: Karthik Ramanan <6de1dcae9ab07cd18361f3588c5fcaba210b4a8e@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173... | 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,MentorEmbedded/meta-arago,rcn-ee/meta-arago |
3fbb13499bdfe3e66d1153fdb9f86c04a6507d31 | recipes-graphics/xorg-xserver/xf86-video-sunxifb_git.bb | recipes-graphics/xorg-xserver/xf86-video-sunxifb_git.bb | require recipes-graphics/xorg-driver/xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- A10/A13 display driver"
PR = "1"
LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266"
SRC_URI = "git://github.com/ssvb/xf86-video-sunxifb.git;protocol=http;branch=master"
SRCREV_pn-${PN... | require recipes-graphics/xorg-driver/xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- A10/A13 display driver"
PR = "1"
LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://COPYING;md5=f91dc3ee5ce59eb4b528e67e98a31266"
SRC_URI = "git://github.com/ssvb/xf86-video-fbturbo.git;protocol=http;branch=master"
SRCREV_pn-${PN... | Change sunxifb to the new repository | Change sunxifb to the new repository
| BitBake | mit | rofehr/meta-sunxi,soderstrom-rikard/meta-sunxi,O-Computers/meta-sunxi,jlucius/meta-sunxi,net147/meta-sunxi,remahl/meta-sunxi,linux-sunxi/meta-sunxi,geomatsi/meta-sunxi,soderstrom-rikard/meta-sunxi,twoerner/meta-sunxi,linux-sunxi/meta-sunxi,linux-sunxi/meta-sunxi,geomatsi/meta-sunxi,twoerner/meta-sunxi,rofehr/meta-sunxi... |
85c11e9b700bdfd22b4a8b8ab6d4ad68326274da | recipes/gstreamer/gst-plugins-bad_0.10.20.bb | recipes/gstreamer/gst-plugins-bad_0.10.20.bb | require gst-plugins.inc
INC_PR = "r0"
PR = "${INC_PR}.0"
do_configure_prepend() {
sed -i -e s:docs::g Makefile.am
}
DEPENDS += "gst-plugins-base>=0.10.30"
do_configure[depends] += "gst-plugins-base:do_populate_sysroot"
EXTRA_OECONF_openpli += "--disable-apexsink --disable-dvdnav --disable-cdaudio --disable-mpeg... | require gst-plugins.inc
INC_PR = "r0"
PR = "${INC_PR}.0"
do_configure_prepend() {
sed -i -e s:docs::g Makefile.am
}
DEPENDS += "gst-plugins-base>=0.10.30"
EXTRA_OECONF_openpli += "--disable-apexsink --disable-dvdnav --disable-cdaudio --disable-mpeg2enc --disable-mplex"
SRC_URI_append_openpli += " file://mpegps... | Revert "gst-plugins-bad: Try to explain the build order" | Revert "gst-plugins-bad: Try to explain the build order"
This reverts commit 1a417cec8b699ee0eeeb847e5f6af5adfd47378e.
| BitBake | mit | SIFTeam/openembedded,libo/openembedded,nx111/openembeded_openpli2.1_nx111,openpli-arm/openembedded,SIFTeam/openembedded,SIFTeam/openembedded,nx111/openembeded_openpli2.1_nx111,nx111/openembeded_openpli2.1_nx111,libo/openembedded,nx111/openembeded_openpli2.1_nx111,libo/openembedded,libo/openembedded,openpli-arm/openembe... |
3a88375990f413cecf4f26bd785692c7ae19e85a | recipes-core/images/tegra-minimal-initramfs.bb | recipes-core/images/tegra-minimal-initramfs.bb | DESCRIPTION = "Minimal initramfs image for Tegra platforms"
LICENSE = "MIT"
TEGRA_INITRD_INSTALL ??= ""
INITRD_FSTYPES ??= "${INITRAMFS_FSTYPES}"
PACKAGE_INSTALL = "\
tegra-firmware-xusb \
tegra-minimal-init \
${TEGRA_INITRD_INSTALL} \
"
IMAGE_FEATURES = ""
IMAGE_LINGUAS = ""
COPY_LIC_MANIFEST = "0"
COP... | DESCRIPTION = "Minimal initramfs image for Tegra platforms"
LICENSE = "MIT"
TEGRA_INITRD_INSTALL ??= ""
INITRD_FSTYPES ??= "${INITRAMFS_FSTYPES}"
PACKAGE_INSTALL = "\
tegra-firmware-xusb \
tegra-minimal-init \
${TEGRA_INITRD_INSTALL} \
"
IMAGE_FEATURES = ""
IMAGE_LINGUAS = ""
COPY_LIC_MANIFEST = "0"
COP... | Set IMAGE_ROOTFS_EXTRA_SPACE to zero in initramfs | Set IMAGE_ROOTFS_EXTRA_SPACE to zero in initramfs
| BitBake | mit | madisongh/meta-tegra,madisongh/meta-tegra,madisongh/meta-tegra,madisongh/meta-tegra,madisongh/meta-tegra |
b4fee5645a9a5758862f83094c07d072905c1058 | meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb | meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb | require gvfs.inc
BPN = "gvfs"
DEPENDS = "gvfs gnome-disk-utility"
PR = "${INC_PR}.0"
# we need gdu files only: reduce files to delete in libexecdir
EXTRA_OECONF += "--disable-gphoto2 \
--disable-afc \
--disable-samba"
do_install_append() {
rm -rf ${D}${sysconfdir}
rm -rf $... | require gvfs.inc
BPN = "gvfs"
DEPENDS = "gvfs gnome-disk-utility libgnome-keyring"
PR = "${INC_PR}.0"
# we need gdu files only: reduce files to delete in libexecdir
EXTRA_OECONF += "--disable-gphoto2 \
--disable-afc \
--disable-samba"
do_install_append() {
rm -rf ${D}${sysconfd... | Define build dependency on libgnome-keyring | gvfs-gdu-volume-monitor: Define build dependency on libgnome-keyring
Build fails due to missing libgnome-keyring static library
(libgnome-keyring.la). libgnome-keyring has to be
explicitly listed as one of the dependencies.
Signed-off-by: Adam YH Lee <aa28ee08db6737a718bd8454760cefe8d54c851d@gmail.com>
Signed-off-by:... | BitBake | mit | dongkc/meta-openembedded,rdm-dev/meta-openembedded,mrchapp/meta-openembedded,tobw/meta-openembedded,mrchapp/meta-openembedded,amery/meta-openembedded,mrchapp/meta-openembedded,RedFIR/meta-openembedded,RedFIR/meta-openembedded,fredcadete/meta-openembedded,victronenergy/meta-openembedded,rehsack/meta-openembedded,rdm-dev... |
873171ebad151e7c9dd91af87ca6135754c2dffa | meta-baylibre-acme/recipes-acme/acme-utils/acme-utils_1.0.bb | meta-baylibre-acme/recipes-acme/acme-utils/acme-utils_1.0.bb | FILESEXTRAPATHS_prepend := "${THISDIR}:"
DESCRIPTION = "ACME Utilities"
SECTION = "acme"
DEPENDS = "python3"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=next"
SRCREV = "next"
S = "${WORKDIR}/git"
inherit s... | FILESEXTRAPATHS_prepend := "${THISDIR}:"
DESCRIPTION = "ACME Utilities"
SECTION = "acme"
DEPENDS = "python3"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=next"
SRCREV = "next"
S = "${WORKDIR}/git"
RDEPENDS_... | Add back python3 modules rdepends | Add back python3 modules rdepends
| BitBake | mit | baylibre-acme/meta-baylibre |
e67f35c94915b50b684242cbf9887817a4b1cc3b | recipes-core/initscripts-swupdate/initscripts-swupdate.bb | recipes-core/initscripts-swupdate/initscripts-swupdate.bb | SUMMARY = "Different startup scripts"
SECTION = "base"
PR = "r0"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
SRC_URI = "file://rcS.swupdate \
"
S = "${WORKDIR}"
do_install () {
install -d ${D}/${sysconfdir}/init.d
install -d ${D}${base_sbindir}
install -m ... | SUMMARY = "Different startup scripts"
SECTION = "base"
PR = "r0"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRC_URI = "file://rcS.swupdate \
"
S = "${WORKDIR}"
do_install () {
install -d ${D}/${sysconfdir}/init.d
install -d ${D}${base_sbindir}
insta... | Fix for Yocto deprecation issue on MIT license file. | Fix for Yocto deprecation issue on MIT license file.
WARNING: initscripts-swupdate-1.0-r0 do_populate_lic:
${COREBASE}/LICENSE is not a valid license file, please use
'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.
Signed-off-by: Jan Vermaete <dc0d51a9178531e194f7c554821ad545d0962ab8@gmail.com... | BitBake | mit | sbabic/meta-swupdate,sbabic/meta-swupdate |
9984f1337582c45c7bbb0230e973e11f7adbeeb5 | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | 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}:"
| Update branch and SRCREV for update release | linux-xlnx: Update branch and SRCREV for update release
Update the kernel branch and commit ID for the 2022.1_update1 release.
Signed-off-by: Christian Kohn <cddab1f837c400ff9c3b002761e2cb74669ec6d1@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
079f178153f0fa6a006dc6c10408275b39f6b141 | meta-mender-core/recipes-mender/mender-artifact/mender-artifact_git.bb | meta-mender-core/recipes-mender/mender-artifact/mender-artifact_git.bb | require mender-artifact.inc
MENDER_ARTIFACT_BRANCH ?= "master"
SRC_URI = "git://github.com/mendersoftware/mender-artifact.git;protocol=https;branch=${MENDER_ARTIFACT_BRANCH}"
# The revision listed below is not really important, it's just a way to avoid
# network probing during parsing if we are not gonna build the g... | require mender-artifact.inc
MENDER_ARTIFACT_BRANCH ?= "master"
SRC_URI = "git://github.com/mendersoftware/mender-artifact.git;protocol=https;branch=${MENDER_ARTIFACT_BRANCH}"
# The revision listed below is not really important, it's just a way to avoid
# network probing during parsing if we are not gonna build the g... | Add missing comment about mender-artifact license files. | Add missing comment about mender-artifact license files.
Changelog: none
Signed-off-by: Kristian Amlie <505e66ae45028a0596c853559221f0b72c1cee21@mender.io>
| BitBake | apache-2.0 | bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender |
fe75666d6141530aebb4b29d13225965442bfae5 | recipes-devtools/mraa/mraa_1.0.0.bb | recipes-devtools/mraa/mraa_1.0.0.bb | require mraa.inc
SRC_URI = "git://github.com/intel-iot-devkit/mraa.git;protocol=git;tag=v${PV}"
| require mraa.inc
SRC_URI = "git://github.com/intel-iot-devkit/mraa.git;protocol=git;branch=gt"
SRCREV = "9efeceb9af75809c48efbca55636639e3cd08617"
| Move to use GT branch with latest commit | mraa: Move to use GT branch with latest commit
Signed-off-by: Brendan Le Foll <3e0e8c4069934e8b47d99704927a85c66c0ceb33@intel.com>
| BitBake | mit | intel-iot-devkit/meta-intel-iot-devkit-mw |
6ece0f38b01fa70a2ee13477045c6d887cc26fa5 | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_42.0.bb | SUMMARY = "GNOME Shell Extensions"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gettext gsettings features_check
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
SRC_URI[archive.sha256s... | SUMMARY = "GNOME Shell Extensions"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gettext gsettings features_check
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
SRC_URI[archive.sha256s... | Stop copying gnome-classic session to wayland | gnome-shell-extensions: Stop copying gnome-classic session to wayland
It was me who introduced gnome-classic for wayland in
342de9bf51f27362e7d1d4f1d55d8548cfa7504c.
In the commit message I wrote:
"Enable gnome-classic session for wayland
Wonder why upstream does not ship this: Session runs perfectly fine"
Seems ups... | BitBake | mit | openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded |
2a4d4e169de2ad9c5b8c894eef2d54bbe85d50d4 | recipes-core/images/rpi-hwup-image.bb | recipes-core/images/rpi-hwup-image.bb | # Base this image on core-image-minimal
include recipes-core/images/core-image-minimal.bb
# Include modules in rootfs
IMAGE_INSTALL += " \
kernel-modules \
"
| # Base this image on core-image-minimal
#include recipes-image/images/tizen-common-core-image-minimal.bb
# Include modules in rootfs
IMAGE_INSTALL += " \
kernel-modules \
"
SUMMARY = "A very basic image"
LICENSE = "MIT"
DESCRIPTION = "An image with Tizen common."
inherit core-image distro_features_check
IMAGE_FEA... | Add wayland/weston to the build | Add wayland/weston to the build
Signed-off-by: Mauro Carvalho Chehab <ad86ba2154032c9f55743a190faa2459a9d61d42@osg.samsung.com>
| BitBake | mit | thiagoss/meta-raspberrypi,kovrov/meta-raspberrypi,amirna2/meta-raspberry,MCherifiOSS/s-osg-meta-raspberrypi,kovrov/meta-raspberrypi,amirna2/meta-raspberry,MCherifiOSS/s-osg-meta-raspberrypi,MCherifiOSS/s-osg-meta-raspberrypi,thiagoss/meta-raspberrypi,thiagoss/meta-raspberrypi,kovrov/meta-raspberrypi,thiagoss/meta-raspb... |
b88c292af8c8404e201a250ba3ba92ff6646b0cb | recipes-qt/qt5/qtquick3d_git.bb | recipes-qt/qt5/qtquick3d_git.bb | require qt5.inc
require qt5-git.inc
LICENSE = "(GPL-3.0 & BSD) | The-Qt-Company-Commercial"
LIC_FILES_CHKSUM = " \
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
SRC_URI += " \
git://github.com/assimp/assimp.git;name=assimp;branch=master;protoc... | require qt5.inc
require qt5-git.inc
LICENSE = "(GPL-3.0 & BSD) | The-Qt-Company-Commercial"
LIC_FILES_CHKSUM = " \
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
DEPENDS += "qtbase qtdeclarative qtquickcontrols2"
SRC_URI += " \
git://github.com/assimp/assimp.git;name=assimp;branch=assimp_5.0_re... | Fix branch for fetching assimp submodule | qtquick3d: Fix branch for fetching assimp submodule
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | schnitzeltony/meta-qt5,meta-qt5/meta-qt5,schnitzeltony/meta-qt5,meta-qt5/meta-qt5 |
9d8457ad32a346245cf2d947f60fa88238e2c07f | recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | # Copyright (C) 2014 O.S. Systems Software LTDA.
SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain"
LICENSE = "MIT"
inherit nativesdk packagegroup
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
RDEPENDS_${PN} += " \
nativesdk-packagegroup-sdk-host \
nativesdk-qttools-tools \
nativesdk-... | # Copyright (C) 2014 O.S. Systems Software LTDA.
SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain"
LICENSE = "MIT"
inherit nativesdk packagegroup
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
RDEPENDS_${PN} += " \
nativesdk-packagegroup-sdk-host \
nativesdk-qttools-tools \
nativesdk-... | Add nativesdk-qtdeclarative-tools to nativesdk packagegroup | Add nativesdk-qtdeclarative-tools to nativesdk packagegroup
Github issue: https://github.com/meta-qt5/meta-qt5/issues/128
Task-number: QTBUG-89188
Change-Id: I5becaab46b1af0bcb130905ba5177c28d31e2452
| BitBake | mit | meta-qt5/meta-qt5,meta-qt5/meta-qt5,schnitzeltony/meta-qt5,schnitzeltony/meta-qt5 |
efedfc710d02081f6a92e87642d4b4ac6334f48a | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb | meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb |
python () {
if d.getVar("PREFERRED_PROVIDER_qemu-helper-native") != d.getVar("PN"):
raise bb.parse.SkipRecipe("Set qemu-helper-native provider to use this recipe")
}
def get_filespath_extra(d, subpath):
metaroot = next((p for p in d.getVar('BBPATH').split(':') if os.path.basename(p) == 'meta'), None)
... |
python () {
if d.getVar("PREFERRED_PROVIDER_qemu-helper-native") != d.getVar("PN"):
raise bb.parse.SkipRecipe("Set qemu-helper-native provider to use this recipe")
}
# TODO: improve this, since it is very hacky that this recipe need to build tunctl.
# include the existing qemu-helper-native
require recipe... | Change the way we find the oe-core files | qemu-xilinx-helper-native: Change the way we find the oe-core files
Issue: SSW-773
Due to changing the order of the search paths in meta-petalinux to allow
us to override classes, the way we find the oe-core files needs to also
change. Instead of using a search approach, just assume that the files
we need will alway... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
92660b1b79faf8c85bc2f1d427d1e6662fde0f5c | recipes-test/helloworld/helloworld_1.0.0.bb | recipes-test/helloworld/helloworld_1.0.0.bb | DESCRIPTION = "Minimal Hello world!"
LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://helloworld.c;md5=5251979965bb2281b6a6dc1eb7fd64bc"
do_fetch () {
mkdir -p ${S}
cd ${S}
printf "#include <stdio.h>\nint main(void)\n{\n\tprintf(\"Hello world!\\\n\");\twhile(1);\n\treturn 0;\n}\n" >helloworld.c
}
do_compile () {
${CC} ... | DESCRIPTION = "Minimal Hello world!"
LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://helloworld.c;md5=0790c8c6a3871d0c3bed428b4ae240c4"
do_fetch () {
mkdir -p ${S}
cd ${S}
printf "#include <stdio.h>\nint main(void)\n{\n\tprintf(\"Hello world!\\\n\");\n\treturn 0;\n}\n" >helloworld.c
}
do_compile () {
${CC} ${CFLAGS} -... | Remove the infinite loop from helloworld | Remove the infinite loop from helloworld
| BitBake | mit | vectorfabrics/meta-pareon,vectorfabrics/meta-pareon,vectorfabrics/meta-pareon |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.