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 |
|---|---|---|---|---|---|---|---|---|---|
b4050637a9dfa05fb552544c103601e67dd2f737 | packages/microcom/microcom_1.02.bb | packages/microcom/microcom_1.02.bb | DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SRC_URI = "http://microcom.port5.com/m102.tar.gz \
file://make.patch;patch=1"
S = "${WORKDIR}"
do_install () {
install -d ${D}${bindir}
install ... | DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
# http://microcom.port5.com/m102.tar.gz is no longer available
SRC_URI = "http://www.oesources.org/source/current/m102.tar.gz \
file://make.patch;p... | Fix the microcom source download by using oesources directly - the mirror will not cut in because the port5.com source path does not match any mirror pattern (it is missing a path). | Fix the microcom source download by using oesources directly - the mirror
will not cut in because the port5.com source path does not match any
mirror pattern (it is missing a path).
| BitBake | mit | crystalfontz/openembedded,YtvwlD/od-oe,SIFTeam/openembedded,philb/pbcl-oe-2010,trini/openembedded,giobauermeister/openembedded,rascalmicro/openembedded-rascal,dave-billin/overo-ui-moos-auv,dave-billin/overo-ui-moos-auv,demsey/openembedded,BlackPole/bp-openembedded,SIFTeam/openembedded,popazerty/openembedded-cuberevo,bu... |
1a47faae3cc010ce9925159e1e114ce6728d5a90 | recipes-debian/swig/swig_debian.bb | recipes-debian/swig/swig_debian.bb | DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
PR = "r0"
inherit debian-package
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
"
DEPENDS = "python libpcre"
EXTRA_OECONF += " --program-suffix=2.0"
inherit autotools
BBCLASSEXTEND = "native"
do_con... | DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
PR = "r1"
inherit debian-package
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
"
DEPENDS = "python libpcre tcl"
# Path to find tclConfig.sh
EXTRA_OECONF_class-target = " --with-tclconfig=${STAGING_BI... | Correct path to tclConfig.sh and disable ruby, pike | swig: Correct path to tclConfig.sh and disable ruby, pike
Set EXTRA_OECONF base on debian/rules.
Correct path to tclConfig.sh for cross-compiling.
Currently, meta-debian doesn't provide ruby and pike,
so disable these options to avoid swig looking for them in host system.
Signed-off-by: Trung Do <64081e6b7eb2b24289b... | BitBake | mit | tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-... |
607c8bf83c0a4ba75238d13ed8b0589a6d53bb91 | recipes/makedevs/makedevs_1.0.0.bb | recipes/makedevs/makedevs_1.0.0.bb | DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
PR = "r10"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o ${S}/m... | DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
PR = "r11"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o ${S}... | Update LICENSE field version to GPLv2 | makedevs: 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 | sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe |
f8eac41e225c9ae6070a10c083a55f6b74a9b215 | recipes/fakeroot/fakeroot_1.14.5.bb | recipes/fakeroot/fakeroot_1.14.5.bb | require fakeroot.inc
PR = "${INC_PR}.0"
SRC_URI =+ "\
${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
file://quiet-getopt-check.patch \
"
SRC_URI[md5sum] = "659a1f3a36554abfc2a3eaad2fdc0604"
SRC_URI[sha256] = "b035c834944bf9482027f48c388de8492e96609825265ac03f05408d0b3aae68"
| require fakeroot.inc
PE = "1"
PR = "${INC_PR}.0"
SRC_URI =+ "\
http://snapshot.debian.org/archive/debian/20110301/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2 \
file://quiet-getopt-check.patch \
"
SRC_URI[md5sum] = "659a1f3a36554abfc2a3eaad2fdc0604"
SRC_URI[sha256] = "b035c834944bf9482027f48c388de8492e966098... | Update URI to a functioning one | fakeroot: Update URI to a functioning one
We have to use a specific date to the debian snapshot mirror to get
this version of the file. Use PE = 1 to ensure everyone builds this.
Signed-off-by: Tom Rini <44b6ee2695d7a1d4269e39155d66c7640073f59e@gmail.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 |
a7dddae00cfb4e7c9ee73afc7f6561e239478fa7 | meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | SUMMARY = "fifo maps for c++"
HOMEPAGE = "https://github.com/nlohmann/fifo_map"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0"
SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https"
PV = "1.0.0+git${SRCPV}"
SRCREV = "d732aaf9a315... | SUMMARY = "fifo maps for c++"
HOMEPAGE = "https://github.com/nlohmann/fifo_map"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0"
SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https"
PV = "1.0.0+git${SRCPV}"
SRCREV = "d732aaf9a315... | Disable cpp11 shuffle with clang/libc++ | nlohmann-fifo: Disable cpp11 shuffle with clang/libc++
it does not compile with clang15 based libc++
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 |
e0d6386af88e67afd3077f0409f8501107820e77 | meta-oe/recipes-extended/duktape/duktape_2.7.0.bb | meta-oe/recipes-extended/duktape/duktape_2.7.0.bb | SUMMARY = "Duktape embeddable Javascript engine"
DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint."
HOMEPAGE = "https://duktape.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b7825df97b52f926fc71300f7880408"
SRC_URI = "https://duktape.org/du... | SUMMARY = "Duktape embeddable Javascript engine"
DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint."
HOMEPAGE = "https://duktape.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b7825df97b52f926fc71300f7880408"
SRC_URI = "https://duktape.org/du... | Use baselib to construct LIBDIR | duktape: Use baselib to construct LIBDIR
duktape's definition of LIBDIR does not correspond on to one on OE's
therefore synthesize it from baselib instead
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 |
d2ff3df899bbfcd499487162a3f47393c297dff2 | recipes/audiofile/audiofile_0.2.6.bb | recipes/audiofile/audiofile_0.2.6.bb | DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
SECTION = "libs"
LICENSE = "LGPL GPL"
RPROVIDES_${PN} += "a... | DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
SECTION = "libs"
LICENSE = "LGPLv2 GPLv2"
RPROVIDES_${PN} +... | Update LICENSE field version to GPLv2 and LGPLv2 | audiofile: Update LICENSE field version to GPLv2 and LGPLv2
* Updated LICENSE field version from generic LGPL/GPL to LGPLv2
and GPLv2 to reflect the real license version.
* This change was based on setting in oe-core as well as code
inspection
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@... | BitBake | mit | mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe |
122efc0b6621f22709fa7f8071392b37ae0d3b02 | recipes/makedevs/makedevs_1.0.0.bb | recipes/makedevs/makedevs_1.0.0.bb | DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
PR = "r10"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o ${S}/m... | DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
PR = "r11"
SRC_URI = "file://makedevs.c"
S = "${WORKDIR}/makedevs-${PV}"
inherit update-alternatives
do_configure() {
install -m 0644 ${WORKDIR}/makedevs.c ${S}/
}
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o ${S}... | Update LICENSE field version to GPLv2 | makedevs: 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>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800... | BitBake | mit | xifengchuo/openembedded,openembedded/openembedded,giobauermeister/openembedded,hulifox008/openembedded,xifengchuo/openembedded,openembedded/openembedded,giobauermeister/openembedded,giobauermeister/openembedded,hulifox008/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,openembedded/openembedded,giobauermei... |
77f283404dcff5e89a5ef8830a68435782e575d1 | meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb | meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb | inherit esw deploy
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
install -m 0755 *.... | inherit esw deploy
# Requires by dependency xilffs
REQUIRED_DISTRO_FEATURES = "sdps"
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
install ... | Add REQURIED_DISTRO_FEATURES to match dependency xilffs | xilffs-example: Add REQURIED_DISTRO_FEATURES to match dependency xilffs
Resolve build wanring about xilffs-example not having REQUIRED_DISTRO_FEATURES
when one of it's dependencies has them.
Signed-off-by: Mark Hatle <be057b093809b31d6ddb901f1e230b30cb348714@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
d009f9c9d6ea979d3c534b02301b023f774ea277 | recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | SUMMARY = "Diagnostic Log and Trace"
DESCRIPTION = "This component provides a standardised log and trace interface, based on \
thestandardised protocol specified in the AUTOSAR standard 4.0 DLT.This \
component can be used by GENIVI components and other applications aslogging \
facility providing \
- the DLT sh... | SUMMARY = "Diagnostic Log and Trace"
DESCRIPTION = "This component provides a standardised log and trace interface, based on \
thestandardised protocol specified in the AUTOSAR standard 4.0 DLT.This \
component can be used by GENIVI components and other applications aslogging \
facility providing \
- the DLT sh... | Remove User option from systemd services | dlt-daemon: Remove User option from systemd services
All systemd services use "genivi" as User option. There is no such username
so these services would fail.
Signed-off-by: Andrei Gherzan <0401b4310c02ae595fc6a2b84ead073cab9b0442@windriver.com>
| BitBake | mit | MentorEmbedded/meta-ivi |
9a028b2bff495d279439de8a484366b29a73f540 | meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb | meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb | inherit esw deploy
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
install -m 0755 memory.ld ${S}/${ESW_COMPONENT_SRC}/
install -m 0755 *.... | inherit esw deploy
# Requires by dependency xilffs
REQUIRED_DISTRO_FEATURES = "sdps"
ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
DEPENDS += "xilffs xiltimer"
do_configure:prepend() {
(
cd ${S}
lopper ${DTS_FILE} -- baremetallinker_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC}
install ... | Add REQURIED_DISTRO_FEATURES to match dependency xilffs | xilffs-example: Add REQURIED_DISTRO_FEATURES to match dependency xilffs
Resolve build wanring about xilffs-example not having REQUIRED_DISTRO_FEATURES
when one of it's dependencies has them.
Signed-off-by: Mark Hatle <be057b093809b31d6ddb901f1e230b30cb348714@xilinx.com>
(cherry picked from commit 77f283404dcff5e89a5e... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
0c47dcf1dfe9cb5fb2fbe06e06d42920c6f4bcc0 | meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb | meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb | DESCRIPTION = "Media controller control application"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
PV = "0.0.1"
PR = "r3"
S = "${WORKDIR}/git"
inher... | DESCRIPTION = "Media controller control application"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
DEPENDS = "linux-libc-headers"
SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
PV = "0.0.1"
PR = ... | Use linux-libc-headers instead of linux kernel sources | media-ctl: Use linux-libc-headers instead of linux kernel sources
Use the headers from the linux-libc-headers instead of the headers
from the linux kernel sources because user space programs should
be built against the header files provided by the distribution.
In file included from .../usr/src/kernel/include/linux/m... | BitBake | mit | martiert/meta-openembedded,openembedded/meta-openembedded,RedFIR/meta-openembedded,trikset/meta-openembedded,lgirdk/meta-openembedded,MCherifiOSS/meta-openembedded,joelagnel/meta-openembedded,dm8tbr/kodi-wip,VCTLabs/meta-openembedded,rofehr/meta-openembedded,fredcadete/meta-openembedded,epylar/meta-openembedded,VCTLabs... |
536ded3e9aaa695c0d95f29184631069d9302523 | recipes/images/archos-console-image.bb | recipes/images/archos-console-image.bb | inherit image
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
ANGSTROM_EXTRA_INSTALL ?= ""
DEPENDS = "task-base-extended \
${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
"
IMAGE_INSTALL = "task-base-extended \
${ANGSTROM_EXTRA_INSTALL} \
${@base_contains("MACHINE_F... | inherit image
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
ANGSTROM_EXTRA_INSTALL ?= ""
DEPENDS = "task-base-extended \
${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
"
IMAGE_INSTALL = "task-base-extended \
${ANGSTROM_EXTRA_INSTALL} \
${@base_contains("MACHINE_F... | Add gdb to the image, that includes the host executable needed for remote debugging | Add gdb to the image, that includes the host executable needed for remote debugging
| BitBake | mit | KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos |
e5e37113811ea762f5069e85e6882751d528199b | recipes/ntfs-3g/ntfs-3g_2012.1.15.bb | recipes/ntfs-3g/ntfs-3g_2012.1.15.bb | DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
HOMEPAGE = "http://www.ntfs-3g.org/"
LICENSE = "GPLv2"
DEPENDS = "fuse"
RDEPENDS_${PN} = "fuse"
PR = "r0"
SRC_URI = http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz
S = "${WORKDIR}/ntfs-3g_... | DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support."
HOMEPAGE = "http://www.ntfs-3g.org/"
LICENSE = "GPLv2"
DEPENDS = "fuse"
RDEPENDS_${PN} = "fuse"
PR = "r1"
SRC_URI = http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz
S = "${WORKDIR}/ntfs-3g_... | Exclude ntfsprogs to save some flash | ntfs-3g: Exclude ntfsprogs to save some flash
ntfsprogs were included by default since 2012.1.15.
(thanks to daddelfalk)
| BitBake | mit | BlackPole/bp-openembedded,BlackPole/bp-openembedded,SIFTeam/openembedded,SIFTeam/openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,SIFTeam/openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,SIFTeam/openembedded,SIFTeam/openembedded,SIFTeam/openembedded,SIFTeam/openembedded,BlackPole/bp-open... |
1e2f0fce00f10a07faa32ecdda9e70302ebca630 | packages/openmoko-projects/assassin_svn.bb | packages/openmoko-projects/assassin_svn.bb | DESCRIPTION = "Action GUI for Installer"
HOMEPAGE = "http://assassin.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet curl"
RDEPENDS = "etk-theme-ninja"
PV = "0.2+svnr${SRCREV}"
PR = "r6.02"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;pro... | DESCRIPTION = "Action GUI for Installer"
HOMEPAGE = "http://assassin.projects.openmoko.org/"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet"
RDEPENDS = "etk-theme-ninja"
PV = "0.2+svnr${SRCREV}"
PR = "r6.03"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;proto=ht... | Remove curl in DEPENDS of assassin | [assassin] Remove curl in DEPENDS of assassin
| BitBake | mit | YtvwlD/od-oe,buglabs/oe-buglabs,xifengchuo/openembedded,mrchapp/arago-oe-dev,openembedded/openembedded,scottellis/overo-oe,buglabs/oe-buglabs,xifengchuo/openembedded,sledz/oe,libo/openembedded,Martix/Eonos,nx111/openembeded_openpli2.1_nx111,sutajiokousagi/openembedded,JamesAng/goe,libo/openembedded,hulifox008/openembed... |
ac59823eb41a58597e361e94a6c8f5bdc93995b1 | recipes-support/cifs/cifs-utils_git.bb | 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"
SRCREV = "353d491dcb5d69d31434abeb962c8e9a49... | 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"
SRCREV = "353d491dcb5d69d31434abeb962c8e9a49... | 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 | joeythesaint/meta-networking |
e832d9bf772b3c45f400871e3b9163807cea3a76 | packages/xchat/xchat_2.6.1.bb | packages/xchat/xchat_2.6.1.bb | DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
PR = "r2"
SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = " --disable-perl --disable-pyt... | DESCRIPTION = "Full-featured IRC chat client with scripting support"
LICENSE = "GPL"
HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
PR = "r3"
SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = " --disable-perl --disable-pyt... | Fix QA error over .debug directry in /usr/lib/xchat/ | xchat: Fix QA error over .debug directry in /usr/lib/xchat/
| BitBake | mit | crystalfontz/openembedded,xifengchuo/openembedded,yyli/overo-oe,popazerty/openembedded-cuberevo,YtvwlD/od-oe,philb/pbcl-oe-2010,anguslees/openembedded-android,JamesAng/oe,rascalmicro/openembedded-rascal,xifengchuo/openembedded,nx111/openembeded_openpli2.1_nx111,dave-billin/overo-ui-moos-auv,rascalmicro/openembedded-ras... |
0973fe7ef889c9a40b262d95cd041e59fbcc5c3f | packages/gpephone/ptim-manager_svn.bb | packages/gpephone/ptim-manager_svn.bb | DESCRIPTION = "Phone input method manager module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers libiac"
PV = "0.1+svn-${SRCDATE}"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;module=imm... | DESCRIPTION = "Phone input method manager module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers libiac"
PV = "0.1+svn-${SRCDATE}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;... | Make install more flexible agains gtk versions. | ptim-manager: Make install more flexible agains gtk versions.
| BitBake | mit | giobauermeister/openembedded,demsey/openembedded,libo/openembedded,philb/pbcl-oe-2010,bticino/openembedded,nvl1109/openembeded,anguslees/openembedded-android,JamesAng/goe,popazerty/openembedded-cuberevo,nx111/openembeded_openpli2.1_nx111,giobauermeister/openembedded,dave-billin/overo-ui-moos-auv,nx111/openembeded_openp... |
10039570ec4d54b66d3fe70866758b0b0d94c07f | meta-oe/recipes-core/emlog/kernel-module-emlog_git.bb | meta-oe/recipes-core/emlog/kernel-module-emlog_git.bb | require emlog.inc
inherit module
EXTRA_OEMAKE += " \
KDIR=${STAGING_KERNEL_DIR} \
KVER=${KERNEL_VERSION} \
"
do_compile() {
oe_runmake modules
}
| require emlog.inc
inherit module
EXTRA_OEMAKE += " \
KDIR=${STAGING_KERNEL_DIR} \
KVER=${KERNEL_VERSION} \
"
MAKE_TARGETS = "modules"
| Use compile task from module bbclass | kernel-module-emlog: Use compile task from module bbclass
This ensures that right CC/LD is used when building the module, which
should be KERNEL_CC and KERNEL_LD, otherwise it starts to use DISTRO
default ld and cc which could be non-gcc and non-bfd liker which is must
for building kernel and modules
Also hides a gol... | BitBake | mit | lgirdk/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,lgirdk/meta-openembedded,VCTLabs/meta-openembedded,victronenerg... |
6447cb4e3d2a818ca2bdf1adcc269fdae5302fde | packages/fontconfig/fontconfig_2.2.95.bb | packages/fontconfig/fontconfig_2.2.95.bb | SECTION = "libs"
LICENSE = "BSD"
DESCRIPTION = "A library for configuring and customizing font access."
DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
file://f... | SECTION = "libs"
LICENSE = "BSD"
DESCRIPTION = "A library for configuring and customizing font access."
DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
file://f... | Fix handling of fontconfig-utils properly, once and for all | fontconfig: Fix handling of fontconfig-utils properly, once and for all | BitBake | mit | JamesAng/goe,nzjrs/overo-openembedded,philb/pbcl-oe-2010,Martix/Eonos,YtvwlD/od-oe,dellysunnymtech/sakoman-oe,JamesAng/oe,JamesAng/oe,sledz/oe,sentient-energy/emsw-oe-mirror,demsey/openembedded,thebohemian/openembedded,dellysunnymtech/sakoman-oe,anguslees/openembedded-android,libo/openembedded,yyli/overo-oe,JrCs/opendr... |
863e639fbc494e91d68286c26086c493f0ea2c4a | recipes-openamp/open-amp/open-amp_git.bb | recipes-openamp/open-amp/open-amp_git.bb | SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "84041fa84d9bc524357b030ebe9a5174b01377bd"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=0e6d7bfe689fe5b0d0a89b2ccbe053fa"
PV = "${SRCBRANCH}+git${SRCPV}"
include open-amp.inc
| SRCBRANCH ?= "xlnx_rel_v2021.1"
SRCREV = "84041fa84d9bc524357b030ebe9a5174b01377bd"
BRANCH = "xlnx_rel_v2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=0e6d7bfe689fe5b0d0a89b2ccbe053fa"
PV = "${SRCBRANCH}+git${SRCPV}"
include open-amp.inc
| Update branch for 2021.1 release | open-amp: Update branch for 2021.1 release
Signed-off-by: Christian Kohn <cddab1f837c400ff9c3b002761e2cb74669ec6d1@xilinx.com>
Signed-off-by: Jaewon Lee <1b369288d13b7b5cc9a37dd614e864b90fd18321@xilinx.com>
| BitBake | mit | OpenAMP/meta-openamp,OpenAMP/meta-openamp |
098f479593b16207a06f516dbdf33596ce9908cd | meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb | meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb | DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
inherit gnome
EXTRA_OECONF = "--disable-do... | DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"
inherit gnome
EXTRA_OECONF = "--disable-do... | Add PACKAGECONFIG for jasper, avformat | gegl: Add PACKAGECONFIG for jasper, avformat
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,amery/meta-openembedded,amery/meta-openembedded,rdm-dev/meta-openembedded,amery/meta-openembedded,mrchapp/meta-openembedded,dm8tbr/kodi-wip,fredcadete/meta-openembedded,martiert/meta-openembedded,rofehr/meta-openembedded,shr-distribution/meta-oe,MCherifiOSS/meta-openembedded,sigma-embedde... |
b1f94dee897fe224d8a31143132c9620e952065b | recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb | recipes-kernel/linux/linux-altera-ltsi_4.14.73-ltsi.bb | LINUX_VERSION = "4.14.78"
LINUX_VERSION_SUFFIX = "-ltsi"
SRCREV = "f460e9d5cd820666b7dfbb28349b99976410e4fb"
include linux-altera.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
SRC_URI_append_arria10 = " f... | LINUX_VERSION = "4.14.73"
LINUX_VERSION_SUFFIX = "-ltsi"
SRCREV = "f460e9d5cd820666b7dfbb28349b99976410e4fb"
include linux-altera.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
SRC_URI_append_arria10 = " f... | Fix typo in 4.14.73 kernel | Fix typo in 4.14.73 kernel
Signed-off-by: Dalon Westergreen <3a5da43dc352502ecba2b98228f96a2dd9fbb1ca@gmail.com>
| BitBake | mit | dwesterg/meta-altera,kraj/meta-altera,dwesterg/meta-altera,kraj/meta-altera,kraj/meta-altera |
5368c7c63d0703ba9e2b64307d97778481038ccd | meta-oe/recipes-support/dstat/dstat_0.7.4.bb | meta-oe/recipes-support/dstat/dstat_0.7.4.bb | SUMMARY = "versatile resource statics tool"
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
Dstat overcomes some of their limitations and adds some extra features, more counters \
and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
benchmar... | SUMMARY = "versatile resource statics tool"
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
Dstat overcomes some of their limitations and adds some extra features, more counters \
and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
benchmar... | Add missing python-six runtime dependency | dstat: Add missing python-six runtime dependency
The tool depends on the six module, add it, otherwise the following
traceback happens when running it on the target:
Traceback (most recent call last):
File "/usr/bin/dstat", line 32, in <module>
import six
ModuleNotFoundError: No module named 'six'
Signed-off-b... | BitBake | mit | victronenergy/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded |
2ce62b0658dc6696cb784be86208b7d91c8ed16e | meta-oe/recipes-devtools/boost-url/boost-url_git.bb | meta-oe/recipes-devtools/boost-url/boost-url_git.bb | DESCRIPTION = "Boost.URL is a library for manipulating Uniform Resource Identifiers (URI) and Locators (URL)"
HOMEPAGE = "https://github.com/CPPAlliance/url"
SECTION = "libs"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/CPPAlliance/url... | DESCRIPTION = "Boost.URL is a library for manipulating Uniform Resource Identifiers (URI) and Locators (URL)"
HOMEPAGE = "https://github.com/CPPAlliance/url"
SECTION = "libs"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/CPPAlliance/url... | Update to new version of boost-uri | Update to new version of boost-uri
The newest version of boost-uri has several new features, and has
compatibility with boost 1.78.
Signed-off-by: Ed Tanous <a162caffcb6897220f4d1cf28164d73cb91993a8@tanous.net>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | moto-timo/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-open... |
198d334f35d154661e98b8efadb1b81e265b70d1 | recipes-devtools/sam-ba/sam-ba_2.16.bb | recipes-devtools/sam-ba/sam-ba_2.16.bb | DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha256sum] = "30... | DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha256sum] = "30... | Delete precompiled sam-ba x86 binaries | sam-ba: Delete precompiled sam-ba x86 binaries
This shows up when compiling the target recipes for not x86
systems.
ERROR: QA Issue: Architecture did not match (x86-64, expected MIPS) on /work/mips64-yoe-linux/sam-ba/2.16-r0/packages-split/sam-ba/usr/bin/sam-ba_cdc_linux/sam-ba_64
Architecture did not match (x86, exp... | BitBake | mit | linux4sam/meta-atmel,linux4sam/meta-atmel,alexandrebelloni/meta-atmel,alexandrebelloni/meta-atmel,alexandrebelloni/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel |
2642c82d72afbcd7fcd72f90111885673a48259f | recipes-apps/evse-hmi/evse-hmi_git.bb | recipes-apps/evse-hmi/evse-hmi_git.bb | SUMMARY = "HMI demo for electronic vehicle charging station (EVSE) using QT QWidget tools"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed79ab74661799104"
inherit qt-provider
PV = "1.0"
PR = "r0"
BRANCH = "master"
SRC_URI = "git://git.ti.com/sitara-linux/evse... | SUMMARY = "HMI demo for electronic vehicle charging station (EVSE) using QT QWidget tools"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://main.cpp;beginline=1;endline=33;md5=a9cde3921a8be42ed79ab74661799104"
inherit qt-provider
PV = "1.0"
PR = "r0"
BRANCH = "master"
SRC_URI = "git://git.ti.com/sitara-linux/evse... | Revert "evse-hmi : SRCREV update" | Revert "evse-hmi : SRCREV update"
This reverts commit 5802cc5018145b26fd2e8ad3f44e3d79821b6792.
To be deleted from meta-processor-sdk, the same has been upstreamed
already.
Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
| BitBake | mit | rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk |
6ab4ab90bbb405a076f6cfa04161a6d9a27900ef | packages/fis/fis_1.0.bb | packages/fis/fis_1.0.bb | DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
PR = "r1"
DEPENDS = "boost"
SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.cc \
svn://svn.chezphil.org/;module=libpbe;proto=http"
PACKAGES =+ "fis-static"
FILES_${PN}-static = "${sbindir}/fis-static"
FILES_${PN} = "${sbindir}/fis"
d... | DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
PR = "r1"
DEPENDS = "boost"
SRC_URI = "http://svn.chezphil.org/utils/trunk/fis.cc \
svn://svn.chezphil.org/;module=libpbe;proto=http"
do_compile() {
${CXX} -Os -W -I${STAGING_INCDIR} -I${WORKDIR}/libpbe/trunk/include -o fis ${WORKDIR}/f... | Remove fis-static, update shared fis | fis: Remove fis-static, update shared fis
| BitBake | mit | JrCs/opendreambox,nlebedenco/mini2440,dellysunnymtech/sakoman-oe,sutajiokousagi/openembedded,nzjrs/overo-openembedded,YtvwlD/od-oe,sutajiokousagi/openembedded,trini/openembedded,popazerty/openembedded-cuberevo,openembedded/openembedded,crystalfontz/openembedded,dave-billin/overo-ui-moos-auv,SIFTeam/openembedded,popazer... |
c7ae20e34f90b141fad01d58497c790ce74f02f0 | 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 new conf file to imagze. | Add new conf file to imagze.
Change-Id: I3f6e101e9b74e027d70593381aa971a7b34c1f5d
Signed-off-by: Ronan Le Martret <29be4743435b164f21f04b2b46fc7a7d4a028270@fridu.net>
| BitBake | mit | TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen |
9567a8885b7d5248f6d72e2470238b5752620a4b | recipes/sqlite/sqlite3_3.6.23.1.bb | recipes/sqlite/sqlite3_3.6.23.1.bb | require sqlite3.inc
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
| require sqlite3.inc
PR = "${INC_PR}.1"
DEPENDS_virtclass-native = "readline-native ncurses-native"
SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
BBCLASSEXTEND = "native"
| Extend target recipe to native recipe using BBCLASSEXTEND | sqlite3: Extend target recipe to native recipe using BBCLASSEXTEND
* Set BBCLASSEXTEND to "native" to use target recipe as native recipe
* In include file tcl-native was present in DEPENDS list, remove it from DEPENDS list by setting DEPENDS_virtclass-native = "readline-native ncurses-native"
* Bump PR "${INC_PR}.1"
... | BitBake | mit | rascalmicro/openembedded-rascal,yyli/overo-oe,dave-billin/overo-ui-moos-auv,sentient-energy/emsw-oe-mirror,JamesAng/oe,dellysunnymtech/sakoman-oe,John-NY/overo-oe,BlackPole/bp-openembedded,trini/openembedded,scottellis/overo-oe,SIFTeam/openembedded,scottellis/overo-oe,JamesAng/goe,trini/openembedded,giobauermeister/ope... |
85bb2f831c3d6afc9b86f154c1c695b1d3854dae | packages/linux/linux_2.6.20.bb | packages/linux/linux_2.6.20.bb | DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
SRC_URI_append_progear = " \
file://progear_bl-r6.patch;patch=1 \
"
SRC_URI_append_simpad = "\
file://linux-2.6.20... | DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
SRC_URI_append_progear = " \
file://progear_bl-r6.patch;patch=1 \
"
SRC_URI_append_simpad = "\
file://linux-2.6.20... | Make sure to copy the finished kernel to deploy | linux: Make sure to copy the finished kernel to deploy
| BitBake | mit | sentient-energy/emsw-oe-mirror,YtvwlD/od-oe,hulifox008/openembedded,John-NY/overo-oe,JrCs/opendreambox,JamesAng/oe,nvl1109/openembeded,popazerty/openembedded-cuberevo,openpli-arm/openembedded,KDAB/OpenEmbedded-Archos,bticino/openembedded,scottellis/overo-oe,nlebedenco/mini2440,SIFTeam/openembedded,demsey/openembedded,t... |
fcee0b548ee0d007789d40958e648e20f7e56a89 | recipes/vim/vim_7.2.bb | recipes/vim/vim_7.2.bb | VIMVER = "72"
# vim-tiny sets that too
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
PR = "${INC_PR}.3"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;apply=no"
SRC_URI += "fi... | VIMVER = "72"
# vim-tiny sets that too
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
PR = "${INC_PR}.3"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;patchdir=.."
SRC_URI += ... | Switch to patchdir rather than applying in do_configure | vim: Switch to patchdir rather than applying in do_configure
Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
| BitBake | mit | JamesAng/goe,JamesAng/oe,JamesAng/oe,sentient-energy/emsw-oe-mirror,hulifox008/openembedded,xifengchuo/openembedded,hulifox008/openembedded,dellysunnymtech/sakoman-oe,xifengchuo/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,openembedded/openembedded,JamesAng/oe,giobauermeister/openembedded,giobauerm... |
e49b51acea7c8ecc10d19bdad7b6e7fb5c76b9cd | recipes-support/suxi-tools/sunxi-tools_git.bb | recipes-support/suxi-tools/sunxi-tools_git.bb | DESCRIPTION = "Tools to help hacking Allwinner A10"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r1"
SRCREV = "1f5056275a6c026f308ac6f7ae52125c390d1d7c"
SRC_URI = "git://github.com/amery/sunxi-tools.git;protocol=gi... | DESCRIPTION = "Tools to help hacking Allwinner A10"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r2"
SRCREV = "ed6f7969d80b91048b0ed95ccb61cc98f46fead7"
DEPENDS += "libusb"
SRC_URI = "git://github.com/linux-sunxi/... | Update sunxi-tools repository, and install all tools | Update sunxi-tools repository, and install all tools
| BitBake | mit | geomatsi/meta-sunxi,soderstrom-rikard/meta-sunxi,linux-sunxi/meta-sunxi,rofehr/meta-sunxi,rofehr/meta-sunxi,O-Computers/meta-sunxi,soderstrom-rikard/meta-sunxi,O-Computers/meta-sunxi,rofehr/meta-sunxi,jlucius/meta-sunxi,ebutera/meta-sunxi,twoerner/meta-sunxi,twoerner/meta-sunxi,geomatsi/meta-sunxi,remahl/meta-sunxi,net... |
e0ca4cef18a324cba9db824181f0b565e341877e | meta-oe/recipes-support/fbset/fbset-modes.bb | meta-oe/recipes-support/fbset/fbset-modes.bb | SUMMARY = "Default display timings and resolutions for fbset"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "0.1.0"
PR = "r6"
SRC_URI = "file://fb.modes"
S = "${WORKDIR}"
do_install() {
install -d ${D}${sysconfdir}
install -m 0644 ${WORKDIR... | SUMMARY = "Default display timings and resolutions for fbset"
HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "0.1.0"
PR = "r6"
SRC_URI = "file://fb.modes"
S = "${WORKDIR}"
do_install() {
i... | Add HOMEPAGE info into recipe file. | fbset: 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 | schnitzeltony/meta-openembedded,kraj/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,victronenergy/meta-openembedded,kraj/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,mrchapp/meta-openembedded,mrchapp/meta-openembedded,rehsack/meta-openembedded,amery/meta-opene... |
da70fbd111d76543348d4dd82c79616b6d041ab2 | recipes/libsidplay/libsidplay_1.36.59.bb | recipes/libsidplay/libsidplay_1.36.59.bb | DESCRIPTION = "A library for replaying C64 SID music"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "\
ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \
http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.gz;... | DESCRIPTION = "A library for replaying C64 SID music"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
PR = "r2"
SRC_URI = "\
ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \
http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.g... | Update LICENSE field version to GPLv2 | libsidplay: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 to
reflect the real license version.
* This change was based on code inspection.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d1538... | BitBake | mit | giobauermeister/openembedded,openembedded/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,hulifox008/openembedded,hulifox008/openembedded,xifengchuo/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,openembedded/openembedded,openembedded/openembedded,xifengchuo/openembedded,openembedde... |
a9768f7cbfde24f8f66c5afd64a282b850efc7ac | recipes-ibm/python/python-ibmiotf_0.2.1.bb | recipes-ibm/python/python-ibmiotf_0.2.1.bb | DESCRIPTION = "IBM Internet of Things Foundation Client for Python"
HOMEPAGE = "https://github.com/ibm-messaging/iot-python"
LICENSE = "ECL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8e63150e06ca345cebdd9a63642ac49d"
inherit setuptools
RDEPENDS_${PN} = "\
${PYTHON_PN}-requests \
${PYTHON_PN}-paho-mqtt \
${PYTHON_... | DESCRIPTION = "IBM Internet of Things Foundation Client for Python"
HOMEPAGE = "https://github.com/ibm-messaging/iot-python"
LICENSE = "ECL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8e63150e06ca345cebdd9a63642ac49d"
inherit setuptools
RDEPENDS_${PN} = "\
${PYTHON_PN}-requests \
${PYTHON_PN}-paho-mqtt \
${PYTHON_... | Fix missing dependency for IBM Python SDK. | Fix missing dependency for IBM Python SDK.
| BitBake | mit | intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud |
f8558a36475eb777b17fc667683ca44757d8c92a | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | require u-boot-ti.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PR = "r27"
BRANCH = "ti-u-boot-2021.01"
SRCREV = "74fc69c8897f67628ee9517744c720a3dc201f53"
| require u-boot-ti.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PR = "r27"
BRANCH = "ti-u-boot-2021.01"
SRCREV = "d588b4b55d2240c13c3cce507683853fd6d6ac00"
| Bump to verison that supports j721s2-hs-evm | u-boot: Bump to verison that supports j721s2-hs-evm
Signed-off-by: Ryan Eatmon <c832a3efa8dfb59911a35349a6eeba0397feadf1@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@konsulko.com>
Signed-off-by: Ryan Eatmon <c832a3efa8dfb59911a35349a6eeba0397feadf1@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
ec2cfccc2a4f3141a80ba1cf3b439f06b39c470a | meta-oe/recipes-extended/iotop/iotop_1.20.bb | meta-oe/recipes-extended/iotop/iotop_1.20.bb | SUMMARY = "A top utility for I/O"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa"
DEPENDS = "ncurses"
SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz"
SRC_URI[sha256sum] = "e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7d059d7490d5... | SUMMARY = "A top utility for I/O"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa"
DEPENDS = "ncurses"
SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz"
SRC_URI[sha256sum] = "e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7d059d7490d5... | Use lld with clang on arm | iotop: Use lld with clang on arm
BFD linker is crashing when using clang, workaround it by always using
lld when using clang on arm
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,openembed... |
e53f6950c1eb36e267aebfdb63eaccd7cb5e9b20 | meta-plos/recipes-core/packagegroups/packagegroup-base-plos.bb | meta-plos/recipes-core/packagegroups/packagegroup-base-plos.bb | SUMMMARY = "PLOS Base System"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_packagegroup-base-plos = "packagegroup-plos-base"
RREPLACES_packagegroup-base-plos = "packagegroup-plos-base"
RCONFLICTS_packagegroup-base-plos = "packagegroup-plos-base"
RDEPENDS_${PN} =... | SUMMMARY = "PLOS Base System"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_packagegroup-base-plos = "packagegroup-plos-base"
RREPLACES_packagegroup-base-plos = "packagegroup-plos-base"
RCONFLICTS_packagegroup-base-plos = "packagegroup-plos-base"
RDEPENDS_${PN} =... | Remove plos-x-session and pointercal-xinput from plos-base packagegroup | Remove plos-x-session and pointercal-xinput from plos-base packagegroup
| BitBake | mit | pixmeter/plos |
a1559dbe6868396647680d14658695b7bd09ae38 | recipes-kernel/linux/linux-96boards_4.4.bb | recipes-kernel/linux/linux-96boards_4.4.bb | require linux.inc
DESCRIPTION = "Generic 96boards kernel"
PV = "4.4.0+git${SRCPV}"
SRCREV = "1a35563f4affa5bfe9e6ca30802e7aebf0a072d7"
SRC_URI = "git://github.com/96boards/linux.git;protocol=https;branch=96b/releases/2016.03 \
"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "96boards-64|hikey"
KERNEL_IMAGETYP... | require linux.inc
DESCRIPTION = "Generic 96boards kernel"
PV = "4.4.0+git${SRCPV}"
SRCREV = "1a35563f4affa5bfe9e6ca30802e7aebf0a072d7"
SRC_URI = "git://github.com/96boards/linux.git;protocol=https;branch=96b/releases/2016.03 \
"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "96boards-64|hikey"
KERNEL_IMAGETYP... | Add native includedir to HOST_EXTRACFLAGS | linux-96boards: Add native includedir to HOST_EXTRACFLAGS
HOSTCFLAGS are overwritten inside kernel makery so it loses
it.
Fix Suggested/Tested by Nicolas Dechesne
Fixes
https://bugs.linaro.org/show_bug.cgi?id=2181
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | kraj/meta-96boards,mrchapp/meta-96boards,fboudra/meta-96boards,96boards/meta-96boards,kraj/meta-96boards |
a9e98b99045257f24854ef5c74069140f689c91c | recipes-devtools/sam-ba/sam-ba_2.16.bb | recipes-devtools/sam-ba/sam-ba_2.16.bb | DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha256sum] = "30... | DESCRIPTION = "Atmel SAM-BA In-system Programmer"
SECTION = "devel"
LICENSE = "ATMEL_LLA_SAM-BA"
LIC_FILES_CHKSUM = "file://doc/license.txt;md5=1d90164463a7334a802991ec50f5d2f2"
SRC_URI = "http://www.atmel.com/Images/sam-ba_${PV}_linux.zip"
SRC_URI[md5sum] = "a9cf0fc282fda1b02ba7f6da3cc347f4"
SRC_URI[sha256sum] = "30... | Add options to cp cmd to fix QA errors | sam-ba: Add options to cp cmd to fix QA errors
Fixes
WARNING: QA Issue: sam-ba: /sam-ba/usr/bin/sam-ba_cdc_linux/sam-ba_64 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
see
http://errors.yoctoproject.org/Errors/Details/214249/
Signed-off-by: Khem Raj <729... | BitBake | mit | linux4sam/meta-atmel,alexandrebelloni/meta-atmel,alexandrebelloni/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,alexandrebelloni/meta-atmel |
8ca8fca8bb6ff3ad3fe2c26075b215fcc9ebb819 | recipes-mochad/mochad/mochad_0.1.15.bb | recipes-mochad/mochad/mochad_0.1.15.bb | SUMMARY = "X10 Deamon manager"
HOMEPAGE = "freefr.dl.sourceforge.net"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = " libusb1 "
SRC_URI = "http://freefr.dl.sourceforge.net/mochad/mochad-${PV}.tar.gz \
file://FixInstallUdevRules.patch \
"
inherit autotools
... | SUMMARY = "X10 Deamon manager"
HOMEPAGE = "freefr.dl.sourceforge.net"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = " libusb1 "
SRC_URI = "http://freefr.dl.sourceforge.net/mochad/mochad-${PV}.tar.gz \
file://FixInstallUdevRules.patch \
"
inherit autotools ... | Fix Installation Error during rootfs step | Fix Installation Error during rootfs step
- Add inherits update-rc.d
- create /etc/init.d directory before install step
Error Log :
Output from mochad-0.1.15-r0@armv7a_vfp_neon:
| error: unpacking of archive failed on file /etc/init.d: cpio: rename failed - Resource temporarily unavailable
Signed-off-by: Baptiste DU... | BitBake | mit | baillaw/meta-x10 |
ce5ca93ff34750177a1f1e7838de7779c9e1f644 | meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117"
DEPENDS = " \
glib-2.0-native \
gtk+3 \
gtksourceview4 \
amtk \
libxml2 \
uchardet \
"
GN... | SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117"
DEPENDS = " \
glib-2.0-native \
gtk+3 \
gtksourceview4 \
amtk \
libxml2 \
uchardet \
"
GN... | Check for x11 in distro features | tepl: Check for x11 in distro features
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 |
df929cba9e69064c23ca81fedd08132b303251c6 | recipes/openssl/openssl-native_1.0.0d.bb | recipes/openssl/openssl-native_1.0.0d.bb | require openssl.inc
inherit pkgconfig native
SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
export DIRS = "crypto ssl apps engines"
# This flag can contain target optio... | require openssl.inc
inherit pkgconfig native
SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
export DIRS = "crypto ssl apps engines"
# This flag can contain target optio... | Remove patch that prevented OpenSSL from building on Ubuntu 11.10 | Remove patch that prevented OpenSSL from building on Ubuntu 11.10
| 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 |
6a924d1702d5dfce33311c9f96cb17de5321f8ee | recipes-openamp/libmetal/libmetal_git.bb | recipes-openamp/libmetal/libmetal_git.bb | SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "1ea0b872057a3f6636712dfda36bc6f1420f99af"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
| SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
| Update commit ids for 2021 release | Update commit ids for 2021 release
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@xilinx.com>
| BitBake | mit | OpenAMP/meta-openamp,OpenAMP/meta-openamp |
fb797f720035e86e562c3360d4850c05286cfee0 | recipes-core/images/lvcomms-nilrt-image.bb | recipes-core/images/lvcomms-nilrt-image.bb | # Start with the minial image as a base
require minimal-nilrt-image.bb
# Change description
DESCRIPTION = " \
Fully-featured run-mode image for LabVIEW Comms. Includes drivers, \
daemons, and other utilities required for RT targets to interact \
with Comms. \
"
# Append additional software
IMAGE_INSTALL_N... | # Start with the minial image as a base
require minimal-nilrt-image.bb
# Change description
DESCRIPTION = " \
Fully-featured run-mode image for LabVIEW Comms. Includes drivers, \
daemons, and other utilities required for RT targets to interact \
with Comms. \
"
# Append additional software
IMAGE_INSTALL_N... | Clean up the NXG image install list | images: Clean up the NXG image install list
The n130 is dead now, so simplify the install list by only declaring
things additively.
Signed-off-by: Joe Hershberger <7eda828be74302ad8146b816f8e7737b6e7767c8@ni.com>
Natinst-ReviewBoard-ID: 286051
Natinst-AZDO-ID: 92918
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
40e5976b29d5ae95a5c483e87c53ad23e518c7c5 | recipes/libsamplerate/libsamplerate0_0.1.7.bb | recipes/libsamplerate/libsamplerate0_0.1.7.bb | DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"
PR = "r1"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
file://libsamplerate-0.1.7-tests.patch "
S = "${WORK... | DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"
PR = "r2"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
file://libsamplerate-0.1.7-tests.patch "
S = "${WORK... | Fix checksums to match downloaded file | libsamplerate: Fix checksums to match downloaded file
* libsamplerate-0.1.7.tar.gz has changed upstream. The Angstrom mirror has an old version of the file. Pulling it from the source, I see that the following two changes have been made without bumping the version:
*
* diff -ur old-libsamplerate-0.1.7/ChangeLog libs... | BitBake | mit | giobauermeister/openembedded,scottellis/overo-oe,thebohemian/openembedded,John-NY/overo-oe,nx111/openembeded_openpli2.1_nx111,scottellis/overo-oe,hulifox008/openembedded,dellysunnymtech/sakoman-oe,hulifox008/openembedded,hulifox008/openembedded,xifengchuo/openembedded,mrchapp/arago-oe-dev,JamesAng/oe,rascalmicro/openem... |
06a35d3be2a105d676efacddf18d4a7e1bcddad5 | meta-oe/recipes-core/emlog/emlog_git.bb | meta-oe/recipes-core/emlog/emlog_git.bb | require ${BPN}.inc
SRC_URI += "file://${BPN}.initd"
SRC_URI_append_libc-musl = " file://Drop-use-of-error-h.patch"
inherit update-rc.d
INITSCRIPT_NAME = "${BPN}"
do_compile() {
oe_runmake nbcat
oe_runmake mkemlog
}
do_install() {
install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/${BPN}
... | require ${BPN}.inc
SRC_URI += "file://${BPN}.initd"
SRC_URI_append_libc-musl = " file://Drop-use-of-error-h.patch"
inherit update-rc.d
INITSCRIPT_NAME = "${BPN}"
do_compile() {
oe_runmake nbcat
oe_runmake mkemlog
}
do_install() {
install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/${BPN}
... | Use RRECOMMEND instead of RDEPEND | emlog: Use RRECOMMEND instead of RDEPEND
This helps with re-using sstate tasks when machines are similar
Fixes
Hash for dependent task emlog/kernel-module-emlog_git.bb:do_packagedata changed from a70b22026e418998e61d08b0b0ab64a3e26fd0da41a1d12f4356554b6b043794 to 7817106c7626c3c4b238f03771fc32dc8f3dc5e7496ff98cf8a812... | BitBake | mit | lgirdk/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,lgirdk/meta-openembedded,victronenergy/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-ope... |
c55946703614cc87c7158630bc72a996e2c9015b | recipes-extended/libflann/libflann_1.9.1.bb | recipes-extended/libflann/libflann_1.9.1.bb | DESCRIPTION = "Fast Library for Approximate Nearest Neighbors"
AUTHOR = "Marius Muja and David G. Lowe"
HOMEPAGE = "http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=395adad2339bd9ce5fef13d564a9681c"
SRC_URI = "https://github.com/mariusmuja/flann/archive/${PV}.... | DESCRIPTION = "Fast Library for Approximate Nearest Neighbors"
AUTHOR = "Marius Muja and David G. Lowe"
HOMEPAGE = "http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=395adad2339bd9ce5fef13d564a9681c"
SRC_URI = "https://github.com/mariusmuja/flann/archive/${PV}.... | Add downloadfilename parameter to SRC_URI | libflann: Add downloadfilename parameter to SRC_URI
| BitBake | mit | bmwcarit/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros |
6468421c6ac4d836bba7b81a0ee5b94314580317 | meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | SUMMARY = "Xilinx HDMI Linux Kernel module"
DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=570506b747d768e7802376f932dff926"
XLNX_HDMI_VERSION = "5.4.0"
PV = "${XLNX_HDMI_VERSION}"
S = "${WORKDIR}/... | SUMMARY = "Xilinx HDMI Linux Kernel module"
DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=570506b747d768e7802376f932dff926"
XLNX_HDMI_VERSION = "5.4.0"
PV = "${XLNX_HDMI_VERSION}"
S = "${WORKDIR}/... | Update commit id for 2021.1 | hdmi: Update commit id for 2021.1
Update the commit id for 2021.1 after adding bare metal driver changes.
Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@xilinx.com>
cherry-pick: ca4bc107663087eaf2a2380df5a178a1d86948d6
Signed-o... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
d298418c6e92227f424748fe1335c7a3ae3acaa6 | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r1"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
SRC_URI = "git://github.com/raspberr... | COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r1"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
SRC_URI = "git://github.com/raspberr... | Fix build issue with make 3.82 | linux-raspberrypi: Fix build issue with make 3.82
Signed-off-by: Gary Thomas <f9023000f29773649f3850298becb9544b5fd6a9@mlbassoc.com>
| BitBake | mit | gbraad/yocto-meta-raspi,MCherifiOSS/meta-raspberrypi,leon-anavi/meta-raspberrypi,thiagoss/meta-raspberrypi,thiagoss/meta-raspberrypi,git4vijay/meta-raspberrypi2,thiagoss/meta-raspberrypi,cocoonlife/meta-raspberrypi,amirna2/meta-raspberry,rfbsoft/polievanie_meta-raspberrypi,toolmmy/meta-raspberrypi,agherzan/meta-raspber... |
ebb64cf105ff29596783f04cf94e69970509dcbe | recipes/lsb/lsb-base_3.2.bb | recipes/lsb/lsb-base_3.2.bb | DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "optional"
PR = "r0"
LICENSE = "BSD"
PACKAGE_ARCH = "all"
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-23.tar.gz"
FILES_${PN} = "/lib/lsb"
S = "${WORKDIR}/lsb-3.2"
do_compile () {
}
do_install () {
install -... | DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "optional"
PR = "r0"
LICENSE = "BSD"
PACKAGE_ARCH = "all"
SRC_URI = "http://ftp.de.debian.org/debian/pool/main/l/lsb/lsb_3.2-27.tar.gz"
FILES_${PN} = "/lib/lsb"
S = "${WORKDIR}/lsb-3.2"
do_compile () {
}
do_install () {
install -... | Move to a newer, fetchable source. Add checksums | lsb-base: Move to a newer, fetchable source. Add checksums
Signed-off-by: Florian Boor <039f13934429c3e687fd452ce64217cbd7f1565d@kernelconcepts.de>
| BitBake | mit | openembedded/openembedded,hulifox008/openembedded,openembedded/openembedded,openembedded/openembedded,openembedded/openembedded,xifengchuo/openembedded,sentient-energy/emsw-oe-mirror,JamesAng/goe,xifengchuo/openembedded,sentient-energy/emsw-oe-mirror,dellysunnymtech/sakoman-oe,giobauermeister/openembedded,dellysunnymte... |
2a97edc93803aecfab00d3c4635eca07af298d63 | packages/microcom/microcom_1.02.bb | packages/microcom/microcom_1.02.bb | DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
# http://microcom.port5.com/m102.tar.gz is no longer available
SRC_URI = "http://www.oesources.org/source/current/m102.tar.gz \
file://make.patch;p... | DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
# http://microcom.port5.com/m102.tar.gz is no longer available
#NOTE: this should probably be converted to pull from sourceforge
# CVS, because openwrt... | Change to the OpenWRT mirror so that oesources has something to pull from (perhaps openwrt is pulling from oesources too...) | Change to the OpenWRT mirror so that oesources has something to pull from
(perhaps openwrt is pulling from oesources too...)
| BitBake | mit | giobauermeister/openembedded,JamesAng/goe,sampov2/audio-openembedded,hulifox008/openembedded,JrCs/opendreambox,trini/openembedded,openpli-arm/openembedded,openembedded/openembedded,openembedded/openembedded,nzjrs/overo-openembedded,anguslees/openembedded-android,yyli/overo-oe,nzjrs/overo-openembedded,trini/openembedded... |
270a703ab0f99813ba5c7ba8a34e29493813dfeb | recipes-kde-support/share-like-connect_git.bb | recipes-kde-support/share-like-connect_git.bb | LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 libkactivities4"
inherit kde_cmake
SRC_URI = "git://anongit.kde.org/share-like-connect.git;branch=master"
SRCREV = "2d19bb9d148a3293b18355bb8fd8d777d680a1b1"
PV = "Active/2.0+git${SRCPV}"
S = ... | LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 libkactivities4"
inherit kde_cmake
# This tag is very odd, it will cause bitbake to create a directory in the workdir of this recipe with the name 2.0+${SRCREV}
# But other than that no misbehav... | Set git revision to the tag Active/2.0 | share-like-connect: Set git revision to the tag Active/2.0
This will fix building the recipe.
It doesn't look like it improves the plasma-active situation (suggested by Lamarque V. Souza on the PA mailing list).
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
| BitBake | mit | koenkooi/meta-kde4,Angstrom-distribution/meta-kde,Angstrom-distribution/meta-kde,koenkooi/meta-kde4 |
b68511c5a966d476ff02bd31669e0d38d5fa0337 | recipes-debian/libtommath/libtommath_debian.bb | recipes-debian/libtommath/libtommath_debian.bb | SUMMARY = "multiple-precision integer library"
DESCRIPTION = "LibTomMath is a C language library that provides a vast array \
of highly optimized functions for number theory."
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://debian/copyright;\
md5=98bc0cb525cb6dc43f4375836db2f87c"
inherit debian-package autotools
DEBIAN_SE... | SUMMARY = "multiple-precision integer library"
DESCRIPTION = "LibTomMath is a C language library that provides a vast array \
of highly optimized functions for number theory."
inherit debian-package autotools
PR = "r0"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=98bc0cb525cb6dc43f4375836db2f87c"
S... | Correct recipe to have same packages as Debian | libtommath: Correct recipe to have same packages as Debian
Signed-off-by: CongNT <55af0651c88f14d10095de5333356c44a1889d24@toshiba-tsdv.com>
| BitBake | mit | meta-debian/meta-debian,meta-debian/meta-debian,rofehr/meta-debian,nghiaht-tsdv/meta-debian,rofehr/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,congnt-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,congnt-tsdv/meta-debian,tienlee/meta-debian,rofehr/meta-debian,nghiaht-tsdv/meta-debian,rofe... |
13f3b41b3d656a298e281d37093b1d554b291725 | 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"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.12"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git/cryptos_apps_scripts"
S:ti33x = "${WORKDIR}/git/cryptos_apps_program"
S:ti43x = "${WORKDIR}/git/cryptos_apps_program"
S:dra7xx = "${WORKDIR}/git/crypt... | DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.12"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git/cryptos_apps_scripts"
FILES:${PN} += "${MATRIX_BASE_DIR}/*"
# Make sure crypto submenu and app images has been installed. Also make sure openssl is ... | Use crypto_apps_script instead of crypto_apps_program | matrix-gui-crypto-demos: Use crypto_apps_script instead of crypto_apps_program
In the current situation all crypto tests (like openssl_aes256_encdec.sh) are not copied in final images.
There were present in both crypto_apps_program and crypto_apps_script.
But crypto_apps_program depended on ti-crypto-examples which is... | BitBake | mit | rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
05f453f9cd9eec5bd164b56a5f5a2066924e4429 | meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | SUMMARY = "Tvheadend: TV streaming server and recorder"
HOMEPAGE = "https://tvheadend.org/"
inherit autotools-brokensep gettext gitpkgv pkgconfig
DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88c... | SUMMARY = "Tvheadend: TV streaming server and recorder"
HOMEPAGE = "https://tvheadend.org/"
inherit autotools-brokensep gettext gitpkgv pkgconfig
DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88c... | Update to tip of master | tvheadend: Update to tip of master
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | rehsack/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,victronenergy/meta-openembedded,openembedded/meta-openembedded,lgirdk/meta-openembedded,rehsack/meta-openembedded,victronenergy/meta-openembedded,l... |
b7792bd6bd1ae84904fa5fe0e12078964a7d076b | recipes-extended/packagegroups/packagegroup-gumstix.bb | recipes-extended/packagegroups/packagegroup-gumstix.bb | SUMMARY = "Build extra packages for the package repository"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
inherit packagegroup
PACKAGES = "packagegroup-gumstix"
RDEPENDS_packagegroup-gumstix = " \
${ROS_INSTALL} \
boost \
devmem2 \
git \
i2c-... | SUMMARY = "Build extra packages for the package repository"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
inherit packagegroup
PACKAGES = "packagegroup-gumstix"
RDEPENDS_packagegroup-gumstix = " \
${ROS_INSTALL} \
boost \
devmem2 \
git \
i2c-... | Add python-pyserial to the Gumstix package group | pyserial: Add python-pyserial to the Gumstix package group
It is a useful tool and it should be available in our smart repo
| BitBake | mit | gumstix/meta-gumstix-extras,gumstix/meta-gumstix-extras,allsey87/meta-bebot-temp,gumstix/meta-gumstix-extras,allsey87/meta-bebot-temp,allsey87/meta-bebot-temp |
ea6cc5ac8afc56f95b73856130f23e09a1cc7630 | recipes-core/packagegroups/packagegroup-ni-xfce.bb | recipes-core/packagegroups/packagegroup-ni-xfce.bb | # (C) Copyright 2013,
# National Instruments Corporation.
# All rights reserved.
SUMMARY = "Xfce desktop environment packages for NI Linux Realtime distribution"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "\
packagegroup-xfce-base \
xf86-video-vesa \
xfce4-... | # (C) Copyright 2013,
# National Instruments Corporation.
# All rights reserved.
SUMMARY = "Xfce desktop environment packages for NI Linux Realtime distribution"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "\
packagegroup-xfce-base \
xf86-video-vesa \
xfce4-... | Add the Mousepad text editor to the NI XFCE package group | xfce: Add the Mousepad text editor to the NI XFCE package group
Signed-off-by: Ben Shelton <873d2944fc7a954ed322314738197137e10de387@ni.com>
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
ea27c6fa6cf8609bb23cdd6d9bf517297208ba28 | packages/psmisc/psmisc_20.2.bb | packages/psmisc/psmisc_20.2.bb | LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "ncurses"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
file://gettext.patch;patch=1"
S = "${WORKDIR}/psmisc-${PV}"
inherit autotools gettext
ALLOW_... | LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "ncurses"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
file://gettext.patch;patch=1"
S = "${WORKDIR}/psmisc-${PV}"
inherit autotools gettext
ALLOW_... | Add update-alternatives for killall, conflicts with busybox | Add update-alternatives for killall, conflicts with busybox | BitBake | mit | sampov2/audio-openembedded,dellysunnymtech/sakoman-oe,openembedded/openembedded,sentient-energy/emsw-oe-mirror,demsey/openenigma2,philb/pbcl-oe-2010,sutajiokousagi/openembedded,demsey/openembedded,buglabs/oe-buglabs,anguslees/openembedded-android,mrchapp/arago-oe-dev,JamesAng/goe,sampov2/audio-openembedded,dellysunnymt... |
c6c3f24f0c882cdee8cd62e13700b95f5bc4c825 | recipes/images/rascal-image.bb | recipes/images/rascal-image.bb | require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
iotop \
iperf \
l... | 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 avahi-autoipd so link-local fallback works | Add avahi-autoipd so link-local fallback works
| 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 |
dcf2c9891e7e548b4b5c312257f4f1291784cd95 | 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 | sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe |
542ffbafe17055988e580e71dd834600efca7495 | meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | SUMMARY = "GUsb is a GObject wrapper for libusb1"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "glib-2.0 libusb"
inherit meson gobject-introspection gtk-doc gettext vala
PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}"
PACK... | SUMMARY = "GUsb is a GObject wrapper for libusb1"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "glib-2.0 libusb"
inherit meson gobject-introspection gtk-doc gettext vala
PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}"
PACK... | Revert "libgusb: Use the correct args to disable vala support" | Revert "libgusb: Use the correct args to disable vala support"
This reverts commit cb1968b5410fa415f5c6c70264ce83c4112b6d4d.
There is already vapi PACKAGECONFIG added in:
https://git.openembedded.org/meta-openembedded/commit/?id=8e816f6fd17ae4142e67b2224ef88dae97435a1c
which resolves this.
Signed-off-by: Martin Jans... | BitBake | mit | schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,op... |
577de3bc3a7afa69c5f2ba4e71bf98d9806c2cd5 | recipes-support/graphite2/graphite2_1.3.13.bb | recipes-support/graphite2/graphite2_1.3.13.bb | SUMMARY = "Font rendering capabilities for complex non-Roman writing systems"
HOMEPAGE = "http://sourceforge.net/projects/silgraphite"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=acba2ba259d936c324b90ab679e6b901"
inherit cmake
DEPENDS += "freetype"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/silgraphite... | SUMMARY = "Font rendering capabilities for complex non-Roman writing systems"
HOMEPAGE = "http://sourceforge.net/projects/silgraphite"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=b0452d508cc4eb104de0226a5b0c8786"
inherit cmake
DEPENDS += "freetype"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/silgraphite... | Fix license checksum - copyright year has changed | graphite2: Fix license checksum - copyright year has changed
Signed-off-by: Andreas Müller <d72a15aaaca3a7afa855175c72dc8d2e05931e32@gmail.com>
| BitBake | mit | schnitzeltony/meta-office,schnitzeltony/meta-libreoffice |
4f1a290b8bd4caeb95d8e754edb17c4aa41b3bcf | meta-oe/recipes-support/libp11/libp11_0.4.7.bb | meta-oe/recipes-support/libp11/libp11_0.4.7.bb | SUMMARY = "Library for using PKCS"
DESCRIPTION = "\
Libp11 is a library implementing a small layer on top of PKCS \
make using PKCS"
HOMEPAGE = "http://www.opensc-project.org/libp11"
SECTION = "Development/Libraries"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
DEPENDS = ... | SUMMARY = "Library for using PKCS"
DESCRIPTION = "\
Libp11 is a library implementing a small layer on top of PKCS \
make using PKCS"
HOMEPAGE = "http://www.opensc-project.org/libp11"
SECTION = "Development/Libraries"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
DEPENDS = ... | Fix build with openssl 1.1+ | libp11: Fix build with openssl 1.1+
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | moto-timo/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,kraj/meta-openembedded,mrchapp/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,mrchapp/meta-openembedded,mrchapp/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded... |
e842d3ccb51cc5a7feb0f2d573ce6f22330b4f46 | packages/update-modules/update-modules_1.0.bb | packages/update-modules/update-modules_1.0.bb | SECTION = "base"
DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
PACKAGE_ARCH = "all"
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
PR = "r5"
SRC_URI = "file://update-modules"
pkg_postinst() {
if [ "x$D" != "x" ]; then
e... | SECTION = "base"
DESCRIPTION = "Script to manage module configuration files"
LICENSE = "GPLv2"
PACKAGE_ARCH = "all"
RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} "
PR = "r6"
SRC_URI = "file://update-modules"
pkg_postinst() {
if [ "x$D" != "x" ]; then
e... | Insert special case work-around for a legacy corner case of a machine which supports a 2.6 kernel but is used in a distro which must use a 2.4 kernel. It's ugly, just look away now. It has the blessing of RP and hrw, however. | update-modules: Insert special case work-around for a legacy corner case of a machine which supports a 2.6 kernel but is used in a distro which must use a 2.4 kernel. It's ugly, just look away now. It has the blessing of RP and hrw, however.
| BitBake | mit | JamesAng/oe,anguslees/openembedded-android,dellysunnymtech/sakoman-oe,trini/openembedded,yyli/overo-oe,mrchapp/arago-oe-dev,JamesAng/oe,scottellis/overo-oe,Martix/Eonos,dave-billin/overo-ui-moos-auv,JrCs/opendreambox,JrCs/opendreambox,popazerty/openembedded-cuberevo,openpli-arm/openembedded,trini/openembedded,KDAB/Open... |
49ecf6f65dddecaec57790de8610dc89666e31e6 | meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb | meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb | inherit pypi setuptools3
require python-cryptography.inc
SRC_URI += " \
file://run-ptest \
"
| inherit pypi setuptools3
require python-cryptography.inc
LDSHARED += "-pthread"
SRC_URI += " \
file://run-ptest \
"
| Add -pthread to link flags | python3-cryptography: Add -pthread to link flags
It builds openssl module which needs pthread_atfork()
but we do not link it with libpthread, which results
in runtime loading errors
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Acked-by: Tim Orling <69c5c0321a8eb4209dfea9d20d5bd4bbe2fd2... | BitBake | mit | mrchapp/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,mrchapp/meta-openembedded,lgirdk/meta-openembedded,mrchapp/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,mrchapp/meta-openembedded,mrchapp/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,VCTLabs/meta-openembedded,o... |
76e7a21af1f4007d1f1cbf82dd34d60add83e87d | recipes/tasks/task-android-toolchain-target.bb | recipes/tasks/task-android-toolchain-target.bb | DESCRIPTION = "Target package for Android SDK"
ALLOW_EMPTY = "1"
LIBC_PKGS_android = "bionic bionic-dev bionic-thread-db"
RDEPENDS_${PN} += "\
task-sdk-bare \
bionic-dev \
zlib-dev \
gdbserver \
"
| DESCRIPTION = "Target package for Android SDK"
ALLOW_EMPTY = "1"
LIBC_PKGS_android = "bionic bionic-dev bionic-thread-db"
RDEPENDS_${PN} += "\
task-sdk-bare \
bionic-dev \
gdbserver \
"
| Remove zlib-dev - it duplicates (and conflicts with) the zlib.h headers in bionic-dev | Remove zlib-dev - it duplicates (and conflicts with) the zlib.h headers in bionic-dev
| BitBake | mit | anguslees/openembedded-android,anguslees/openembedded-android,anguslees/openembedded-android,anguslees/openembedded-android,anguslees/openembedded-android,anguslees/openembedded-android,anguslees/openembedded-android |
0c2879dce7a04d7663cdad8b5b85e5422a35988d | recipes/libnl/libnl_2.0.bb | recipes/libnl/libnl_2.0.bb | require libnl.inc
PE = "1"
PR = "${INC_PR}.0"
DEPENDS = "flex-native bison-native"
SRC_URI = "\
http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
file://fix-pc-file.patch \
file://fix-pktloc-dep-race.patch \
"
SRC_URI[md5sum] = "6aaf1e9802a17a7d702bb0638044ffa7"
SRC_URI[sha256sum] = "5a40dc903d3ca... | require libnl.inc
LICENSE = "LGPLv2.1"
PE = "1"
PR = "${INC_PR}.1"
DEPENDS = "flex-native bison-native"
SRC_URI = "\
http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
file://fix-pc-file.patch \
file://fix-pktloc-dep-race.patch \
"
SRC_URI[md5sum] = "6aaf1e9802a17a7d702bb0638044ffa7"
SRC_URI[sha2... | Update LICENSE field version to LGPLv2.1 | libnl: Update LICENSE field version to LGPLv2.1
* Updated LICENSE field version from generic LGPL to LGPLv2.1 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,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe |
f1a394c905027a66e5dd7ad39dc237fc2af80c16 | recipes/nginx/nginx_1.0.0.bb | recipes/nginx/nginx_1.0.0.bb | DESCRIPTION = "Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server."
HOMEPAGE = "http://wiki.nginx.org"
SECTION = "net"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "nginx"
PR = "r28"
SRC_URI = "http://nginx.org/download/nginx-${PV}.tar.gz \
... | DESCRIPTION = "Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server."
HOMEPAGE = "http://wiki.nginx.org"
SECTION = "net"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "nginx"
PR = "r0"
SRC_URI = "http://nginx.org/download/nginx-${PV}.tar.gz \
f... | Fix packaging, but (working) binary is still generated in wrong place | Fix packaging, but (working) binary is still generated in wrong place
| 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 |
666839c1dabc2f68135ba91e3d5bb0336433b0e6 | meta-oe/recipes-support/pps-tools/pps-tools_git.bb | meta-oe/recipes-support/pps-tools/pps-tools_git.bb | SUMMARY = "User-space tools for LinuxPPS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PV = "0.0.0+git${SRCPV}"
SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
SRC_URI = "git://github.com/ago/pps-tools.git"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}... | SUMMARY = "User-space tools for LinuxPPS"
HOMEPAGE = "http://linuxpps.org"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PV = "0.0.0+git${SRCPV}"
SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
SRC_URI = "git://github.com/ago/pps-tools.git"
S = "${WORKDIR}/git"
do_in... | Add HOMEPAGE info into recipe file. | pps-tools: Add HOMEPAGE info into recipe file.
Signed-off-by: Fan Xin <ee7a28ba56c4c7ec12bf5a3574eb24bedf0b9d89@jp.fujitsu.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | lgirdk/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,kraj/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,amery/meta-o... |
3a4dfcce5de01f001ba29db5879752ec8e5acf87 | meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb | meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb | SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
SECTION = "libs/network"
HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"
DEPENDS = ... | SUMMARY = "Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design."
SECTION = "libs/network"
HOMEPAGE = "https://github.com/Microsoft/cpprestsdk/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/license.txt;md5=a2e15b954769218ff912468eecd6a02f"
DEPENDS = ... | Fix build failure with gcc 8 | cpprest: Fix build failure with gcc 8
The workaround for gcc 9 broke building with gcc 8:
cc1plus: error: -Werror=deprecated-copy: no option -Wdeprecated-copy
cc1plus: error: -Werror=redundant-move: no option -Wredundant-move
ninja: build stopped: subcommand failed.
-Werror is often problematic in dist... | BitBake | mit | openembedded/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,mrchapp/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,mrchapp/meta-openembedded,lgirdk/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-... |
87e71518d4e6697e9df96cf35dbc7fb00fc192d5 | recipes/libical/libical_0.44.bb | recipes/libical/libical_0.44.bb | DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
SECTION = "libs"
LICENSE = "LGPL / MPL"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
"
inherit autotools
SRC_URI[md5sum] = "e0403c31e1ed82569325... | DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
SECTION = "libs"
LICENSE = "LGPLv2.1 | MPL-1"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
"
inherit autotools
SRC_URI[md5sum] = "e0403c31e1ed82... | Update LICENSE field version to LGPLv2.1 or MPL-1 | libical: Update LICENSE field version to LGPLv2.1 or MPL-1
* Updated LICENSE field version from generic LGPL to LGPLv2v.1
or MPL-1 to reflect the real license version.
* This change was based on setting in oe-core as well as code
inspection.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti... | BitBake | mit | mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev |
ecc6a522299d62d898b8b2521fce7010907e301f | meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
HOMEPAGE = "http://live.gnome.org/libgdata"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
file://gdata/gdata.h;endlin... | SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
HOMEPAGE = "http://live.gnome.org/libgdata"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
file://gdata/gdata.h;endlin... | Fix build when S != B | libgdata: Fix build when S != B
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | dm8tbr/kodi-wip,dm8tbr/kodi-wip,moto-timo/meta-openembedded,joelagnel/meta-openembedded,RedFIR/meta-openembedded,dm8tbr/kodi-wip,VCTLabs/meta-openembedded,trikset/meta-openembedded,amery/meta-openembedded,epylar/meta-openembedded,epylar/meta-openembedded,dm8tbr/kodi-wip,VCTLabs/meta-openembedded,lixinfnst/meta-openembe... |
40ba90e61e5bce452c8d2f9750b77f0f5f44c307 | packages/dbus/dbus-glib_0.74.bb | packages/dbus/dbus-glib_0.74.bb | SECTION = "base"
PR = "r0"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \... | SECTION = "base"
PR = "r0"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \... | Fix harcoded staging paths (from Poky) | dbus-glib: Fix harcoded staging paths (from Poky)
| BitBake | mit | philb/pbcl-oe-2010,buglabs/oe-buglabs,nlebedenco/mini2440,Martix/Eonos,mrchapp/arago-oe-dev,demsey/openenigma2,sledz/oe,nvl1109/openembeded,KDAB/OpenEmbedded-Archos,BlackPole/bp-openembedded,demsey/openenigma2,dave-billin/overo-ui-moos-auv,openpli-arm/openembedded,JamesAng/goe,trini/openembedded,libo/openembedded,JrCs/... |
c939359a0271bcdaf56e702a20cfd8bb037808aa | meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb | meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb | SUMMARY = "Dhrystone CPU benchmark"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
SRC_URI = "http://www.netlib.org/benchmark/dhry-c;downloadfilename=dhry-c.shar \
file://dhrystone.patch"
SRC_URI[md5sum] = "75aa5909c174eed98c134be2f5... | SUMMARY = "Dhrystone CPU benchmark"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
SRC_URI = "http://www.netlib.org/benchmark/dhry-c;downloadfilename=dhry-c.shar \
file://dhrystone.patch"
SRC_URI[md5sum] = "75aa5909c174eed98c134be2f5... | Disable warnings as errors with clang | dhrystone: Disable warnings as errors with clang
The sourcecode predate C99 and newer compiler are becoming string about
language syntax and standards compliance,so this starts to fail builds
due to additional warnings which are being promoted to errors. The
objective of this package is measuring performance so we can... | 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 |
a8c447fedf6674766525aded7c304ca379763e92 | meta-oe/recipes-connectivity/soft66/soft66_git.bb | meta-oe/recipes-connectivity/soft66/soft66_git.bb | SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers"
LICENSE = "GPLv3 LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 "
PNBLACKLIST[soft66] ?= "BROKEN: depends on broken libftdi"
DE... | SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers"
LICENSE = "GPLv3 & LGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 "
PNBLACKLIST[soft66] ?= "BROKEN: depends on broken libftdi"
... | Fix license format QA error | soft66: Fix license format QA error
Fix the following QA error:
,----
| WARNING: Recipe soft66, LICENSE (GPLv3 LGPLv3+) has invalid format,
| LICENSES must have operator "([&|() ])" between them.
`----
Signed-off-by: Otavio Salvador <1d31b11c1b92bf5d043d36edfe7174db39a6b891@ossystems.com.br>
Signed-off-by: Marti... | BitBake | mit | amery/meta-openembedded,fredcadete/meta-openembedded,rdm-dev/meta-openembedded,rofehr/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,dm8tbr/kodi-wip,rofehr/meta-openembedded,lixinfnst/meta-openembedded,mrchapp/meta-openembedded,mrchapp/meta-openembedded,amery/meta-openembedded,akuster/meta... |
07f22acb1679583c955c29cbca08f0e98911d196 | meta-oe/recipes-test/googletest/googletest_git.bb | meta-oe/recipes-test/googletest/googletest_git.bb | DESCRIPTION = "Google's framework for writing C++ tests"
HOMEPAGE = "https://github.com/google/googletest"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
P... | DESCRIPTION = "Google's framework for writing C++ tests"
HOMEPAGE = "https://github.com/google/googletest"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
P... | Add PV and set to 1.10.0 | googletest: Add PV and set to 1.10.0
Signed-off-by: Lei YU <a3094571254a8e1f82a212e5bbbfd045adf48936@gmail.com>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | VCTLabs/meta-openembedded,rehsack/meta-openembedded,victronenergy/meta-openembedded,moto-timo/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembed... |
df36dff88f02ee4353ac3eb90cfaf4c1e6d97e22 | meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | SUMMARY = "Python interface for Remember The Milk API"
AUTHOR = "Sridhar Ratnakumar / srid"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
PYPI_PACKAGE_EXT = "tar.bz2"
SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8"
SRC_URI[sha256sum] = "b2d701b25a... | SUMMARY = "Python interface for Remember The Milk API"
AUTHOR = "Sridhar Ratnakumar / srid"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
PYPI_PACKAGE_EXT = "tar.bz2"
SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8"
SRC_URI[sha256sum] = "b2d701b25a... | Add RDEPENDS to the package | pyrtm: Add RDEPENDS to the package
Signed-off-by: Derek Straka <e1c79a582b6629e6b39e9679f4bb964d25db4aa8@asterius.io>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | schnitzeltony/meta-openembedded,kraj/meta-openembedded,amery/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,amery/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,amery/meta... |
67807f2bc32c713805a223574abf645a44545f99 | recipes-containers/runc/runc-opencontainers_git.bb | recipes-containers/runc/runc-opencontainers_git.bb | include runc.inc
SRCREV = "fce58ab2d5c488bc573d02712db476a6daa9a60c"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=master \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.0.0-rc93"
CVE_PRODUCT = "runc"
# use BFD when ld-is-gold is used to work aro... | include runc.inc
SRCREV = "fce58ab2d5c488bc573d02712db476a6daa9a60c"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=master \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.0.0-rc93"
CVE_PRODUCT = "runc"
| Revert "runc-opencontainers: use bfd even with ld-is-gold" | Revert "runc-opencontainers: use bfd even with ld-is-gold"
This reverts commit dda5ae36b44c61e61439341ea3153e6be5cb015e.
binutils gold linker was fixed with:
https://git.openembedded.org/openembedded-core/commit/?id=d07d4d739ae17787017f771dd2068fda0e836722
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c... | BitBake | mit | lgirdk/meta-virtualization,lgirdk/meta-virtualization,lgirdk/meta-virtualization,lgirdk/meta-virtualization,lgirdk/meta-virtualization |
a6e8ec389b9f30b17706b6fae67af487439dc80f | packages/initrdscripts/initramfs-module-bootmenu_1.0.bb | packages/initrdscripts/initramfs-module-bootmenu_1.0.bb | SRC_URI = "file://30-bootmenu.sh"
PR = "r12"
DESCRIPTION = "An initramfs module with UI for selection of boot device."
RDEPENDS = "klibc-utils-fstype-static initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
# For VFAT mounting.
RRECOMMENDS = "kernel-module-nls-cp437 kernel-module-nls-... | SRC_URI = "file://30-bootmenu.sh"
PR = "r13"
DESCRIPTION = "An initramfs module with UI for selection of boot device."
RDEPENDS = "klibc-utils-static-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
# For VFAT mounting.
RRECOMMENDS = "kernel-module-nls-cp437 kernel-module-nls-... | Use klibc-linked fstype util, tested to work as expected. | initramfs-module-bootmenu: Use klibc-linked fstype util, tested to work as expected.
| BitBake | mit | SIFTeam/openembedded,hulifox008/openembedded,sledz/oe,nvl1109/openembeded,openembedded/openembedded,trini/openembedded,buglabs/oe-buglabs,demsey/openembedded,openpli-arm/openembedded,thebohemian/openembedded,openembedded/openembedded,Martix/Eonos,BlackPole/bp-openembedded,xifengchuo/openembedded,mrchapp/arago-oe-dev,Ja... |
f5df1ad80d2a947717f29985f30f08b1433f39ce | 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 = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=master"
SRCREV = "master"
S = "${WORKDIR}/git"
RDEPENDS_${P... | FILESEXTRAPATHS_prepend := "${THISDIR}:"
DESCRIPTION = "ACME Utilities"
SECTION = "acme"
DEPENDS = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=next"
SRCREV = "next"
S = "${WORKDIR}/git"
RDEPENDS_${PN} =... | Switch to next for acme-utils | Switch to next for acme-utils
| BitBake | mit | baylibre-acme/meta-baylibre |
bd9b3d04d2a711ccbd4172483c2a4dd5463cb6e1 | recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
PV = "1.9.2"
PR = "r0"
SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
BRANCH ?= "ti-v4.1.y"
SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-fir... | DESCRIPTION = "Cortex-M3 binary blob for suspend-resume"
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM = "file://License.txt;md5=7bdc54a749ab7a7dea999d25d99a41b8"
PV = "1.9.2"
PR = "r0"
SRCREV = "fb484c5e54f2e31cf0a338d2927a06a2870bcc2c"
BRANCH ?= "ti-v4.1.y"
SRC_URI = "git://git.ti.com/processor-firmware/ti-amx3-cm3-pm-fir... | Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOST | amx3-cm3: Use COMPATIBLE_MACHINE instead of COMPATIBLE_HOST
This represents it correctly in package arch as well
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.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 |
c82c4f0f4158b0bf3a617accc50f5386a161fb00 | 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 Qt"
AUTHOR = "Alvaro Cebrian Juan <acebrianjuan@gmail.com>"
HOMEPAGE = "https://github.com/acebrianjuan/gnss-sdr-monitor"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
DEPENDS = "boost protobuf protobuf-native qtbase qtdeclarative qtqu... | 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 = "fil... | Add FILES to gnss-sdr-monitor recipe | Add FILES to gnss-sdr-monitor recipe
| BitBake | mit | carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr |
53811be659418e991b47d7645e7eb28d54474ff0 | packages/openmoko-projects/om-locations_git.bb | packages/openmoko-projects/om-locations_git.bb | DESCRIPTION = "Locations - a GPS location based communicative application"
HOMEPAGE = "http://wiki.openmoko.org/wiki/Om2008.8_Locations"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "eet evas edje ecore edbus etk"
RDEPENDS_${PN} = "diversity-daemon"
PV = "0.2+gitr${SRCREV}"
PR = "r1.02"
SRC_URI = "git:/... | DESCRIPTION = "Locations - a GPS location based communicative application"
HOMEPAGE = "http://wiki.openmoko.org/wiki/Om2008.8_Locations"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "eet evas edje ecore edbus etk"
RDEPENDS_${PN} = "diversity-daemon"
PV = "0.2+gitr${SRCREV}"
PR = "r1.01"
SRC_URI = "git:/... | Revert "[om-locations] Set om-locations to use 0.2 branch of om-locations git." | Revert "[om-locations] Set om-locations to use 0.2 branch of om-locations git."
This reverts commit 74c23e825b3e1e8ac2aa2c272ca790b64f952bd1.
| BitBake | mit | YtvwlD/od-oe,YtvwlD/od-oe,dave-billin/overo-ui-moos-auv,sutajiokousagi/openembedded,openembedded/openembedded,hulifox008/openembedded,xifengchuo/openembedded,sentient-energy/emsw-oe-mirror,JrCs/opendreambox,demsey/openembedded,demsey/openembedded,libo/openembedded,demsey/openenigma2,hulifox008/openembedded,philb/pbcl-o... |
1a6c9055f41a047ce40f4e967f18dd1d055deb7d | meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_git.bb | meta-xilinx-core/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.10.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.10.0"
PV = "${XLNX_DP_VERSION}"
S = "... | Update to 2022.1 release branch and latest SRCREV | kernel-mdoule-dp: Update to 2022.1 release branch and latest SRCREV
Changelog:
xfmc: Correct the mcdp6000_reset_cr_path function
xfmc: Fix mcdp6000_read_reg and mcdp6000_modify_reg functions
xfmc: Add support for different MCDP6000 revisions
xfmc: Fix retimer function pointer sequence
xfmc: implement mcdp600... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
30d3a5890436fe6275c170158da2e5d26307b665 | packages/openjdk-langtools/openjdk-javac-native_0.0+jdk7-b31.bb | packages/openjdk-langtools/openjdk-javac-native_0.0+jdk7-b31.bb | DESCRIPTION = "Java compiler from the OpenJDK project"
HOMEPAGE = "http://http://openjdk.java.net/groups/compiler"
LICENSE = "GPL"
PR = "r0"
DEPENDS = "openjdk-langtools-native"
PROVIDES = "virtual/javac-native"
inherit native
do_stage() {
ln -sf ${bindir}/sun-javac ${bindir}/javac
}
| DESCRIPTION = "Java compiler from the OpenJDK project"
HOMEPAGE = "http://http://openjdk.java.net/groups/compiler"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "openjdk-langtools-native"
PROVIDES = "virtual/javac-native"
inherit native
do_stage() {
ln -sf sun-javac ${bindir}/javac
}
| Use relative path for symlink. | openjdk-javac-native: Use relative path for symlink.
| BitBake | mit | rascalmicro/openembedded-rascal,bticino/openembedded,libo/openembedded,bticino/openembedded,hulifox008/openembedded,John-NY/overo-oe,libo/openembedded,anguslees/openembedded-android,nlebedenco/mini2440,sledz/oe,buglabs/oe-buglabs,thebohemian/openembedded,rascalmicro/openembedded-rascal,mrchapp/arago-oe-dev,nlebedenco/m... |
b7c761f27be660b04471d31a352042092b8a7024 | recipes-platform/packagegroups/packagegroup-agl-sota.bb | recipes-platform/packagegroups/packagegroup-agl-sota.bb | SUMMARY = "AGL SOTA Package Group"
DESCRIPTION = "A set of packages belong to GENIVI SOTA Project and OSTree"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = " packagegroup-agl-sota "
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
ota-plus-client \
ota-plus-demo-provision \
ostree \
"
| SUMMARY = "AGL SOTA Package Group"
DESCRIPTION = "A set of packages belong to GENIVI SOTA Project and OSTree"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = " packagegroup-agl-sota "
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
ota-plus-client \
ota-plus-demo-provision \
ostree \
ostree-basic-pkg ... | Add OSTree package manager to the image | Add OSTree package manager to the image
| BitBake | mit | leon-anavi/meta-ota-plus |
9853a7d27cdebec4cae45d257e81799c778e40b8 | 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 gtk+3-demo clutter-1.0-e... | 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... | Remove useless gtk+3-demo from Common image. | Remove useless gtk+3-demo from Common image.
Change-Id: I8997831c5afd726e2f26322396d605a73ba96a8d
Signed-off-by: Ronan Le Martret <29be4743435b164f21f04b2b46fc7a7d4a028270@fridu.net>
| BitBake | mit | TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen |
c0a71bc2631988dbf7ed72ddf30c67440713ee47 | meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | SUMMARY = "Portable SDK for UPnP* Devices"
DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \
UPnP device and control point applications. It consists of the core UPnP \
protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
supporting the Document Object Model (DOM) ... | SUMMARY = "Portable SDK for UPnP* Devices"
DESCRIPTION = "The Portable SDK for UPnP Devices is an SDK for development of \
UPnP device and control point applications. It consists of the core UPnP \
protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
supporting the Document Object Model (DOM) ... | Build samples with LFS on | libupnp: Build samples with LFS on
Fixes errors ( qemuarm/thumb )
../../../git/upnp/inc/FileInfo.h:22:2: error: #error libupnp uses large file support, so users must do that, too
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,mrchapp/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,mrchapp/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,victronenergy... |
a7b950fbe36a9836234a3e13350045c9cd7e2a73 | meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb | meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb | require recipes-image/images/tizen-common-core-image-minimal.bb
SUMMARY = "A Wayland image with a terminal and crosswalk"
LICENSE = "MIT"
DESCRIPTION = "A weston image with Tizen common ."
# Crosswalk
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-crosswalk"
# Time zone
CORE_IMAGE_EXTRA_INSTALL += "tzdata"
| require recipes-image/images/tizen-common-core-image-minimal.bb
SUMMARY = "A Wayland image with a terminal and crosswalk"
LICENSE = "MIT"
DESCRIPTION = "A weston image with Tizen common ."
# Crosswalk
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-crosswalk"
# Time zone
CORE_IMAGE_EXTRA_INSTALL += "tzdata wgt-bac... | Add app-installer in the image by default | Add app-installer in the image by default
Change-Id: I015d264e41f34cc122d1e1e19f40507aaa49e9c3
Signed-off-by: Baptiste Durand <b25337b7e75bfa5131dfd7920748e6b5e058e3ca@open.eurogiciel.org>
| BitBake | mit | TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen |
48c47f275e1ca11fd64aa8f3c032305003c4eab8 | recipes/u-boot/u-boot_2009.08.bb | recipes/u-boot/u-boot_2009.08.bb | PR = "r1"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_at91sam9g20ek = "1"
DEFAULT_PREFERENCE_igep0020 = "1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
SRC_URI_append_igep0020 = " \
file://update-mach-types.patch;patch=1 \
file://add-board-support-for-IGEP-v2-series-rev-B.pat... | PR = "r1"
require u-boot.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_at91sam9g20ek = "1"
DEFAULT_PREFERENCE_at91sam9g45ek = "1"
DEFAULT_PREFERENCE_igep0020 = "1"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
SRC_URI_append_igep0020 = " \
file://update-mach-types.patch;patch=1 \
file://add-boa... | Make u-boot-2009.98 the preferred bootloader for sam9g45ek | Make u-boot-2009.98 the preferred bootloader for sam9g45ek
| BitBake | mit | SIFTeam/openembedded,SIFTeam/openembedded,mrchapp/arago-oe-dev,philb/pbcl-oe-2010,buglabs/oe-buglabs,Martix/Eonos,sledz/oe,Martix/Eonos,JamesAng/goe,dellysunnymtech/sakoman-oe,xifengchuo/openembedded,hulifox008/openembedded,sampov2/audio-openembedded,openembedded/openembedded,dellysunnymtech/sakoman-oe,SIFTeam/openembe... |
c838ad939cd52d897390eefb9b578cd654b9e98d | packages/pcmciautils/pcmciautils_010.bb | packages/pcmciautils/pcmciautils_010.bb | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
DEPENDS = "sysfsutils"
HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
SECTION = "kernel/userland"
PRIORITY = "optional"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"
S = "${WOR... | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
DEPENDS = "sysfsutils udev"
RDEPENDS = "udev"
HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
SECTION = "kernel/userland"
PRIORITY = "optional"
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${... | Switch to udev instead of hotplug. | pcmciautils: Switch to udev instead of hotplug. | BitBake | mit | demsey/openembedded,giobauermeister/openembedded,openembedded/openembedded,nzjrs/overo-openembedded,sledz/oe,giobauermeister/openembedded,nx111/openembeded_openpli2.1_nx111,mrchapp/arago-oe-dev,nx111/openembeded_openpli2.1_nx111,YtvwlD/od-oe,John-NY/overo-oe,crystalfontz/openembedded,JamesAng/goe,anguslees/openembedded... |
6ee447abb7bb2464b1d8afb61f927a7f6c2a2a0b | recipes/usb-modeswitch/usb-modeswitch-data_20100826.bb | recipes/usb-modeswitch/usb-modeswitch-data_20100826.bb | DESCRIPTION = "Data files for usbmodeswitch"
LICENSE = "GPLv2"
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2"
SRC_URI[md5sum] = "85c16bb87a6f05c2d04b93a22fe87e91"
SRC_URI[sha256sum] = "a81821d3d9ad9e1d3a31ea11d0da9841ca84350f0b445a8f9ea2dbd142cefb46"
do_install() {
oe_runmake... | DESCRIPTION = "Data files for usbmodeswitch"
LICENSE = "GPLv2"
RDEPENDS_${PN} = "\
usb-modeswitch \
tcl \
"
PR="r1"
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2"
SRC_URI[md5sum] = "85c16bb87a6f05c2d04b93a22fe87e91"
SRC_URI[sha256sum] = "a81821d3d9ad9e1d3a31ea11d0da9841... | Fix deps and add udev rules to package | usb-modeswitch-data: Fix deps and add udev rules to package
| BitBake | mit | mrchapp/arago-oe-dev,rascalmicro/openembedded-rascal,sentient-energy/emsw-oe-mirror,JamesAng/oe,hulifox008/openembedded,xifengchuo/openembedded,openembedded/openembedded,BlackPole/bp-openembedded,BlackPole/bp-openembedded,scottellis/overo-oe,nx111/openembeded_openpli2.1_nx111,hulifox008/openembedded,John-NY/overo-oe,hu... |
6dd7d705791eacda20a5ed44738d56b578318bab | meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb | meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb | DESCRIPTION = "USB Device Firmware Upgrade utility"
SECTION = "devel"
AUTHOR = "Harald Welte <laforge@openmoko.org>"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://dfu-util.gnumonks.org/releases/${BP}.tar.gz"
inherit autotools pkgconfig
DEPENDS = "libusb1... | DESCRIPTION = "USB Device Firmware Upgrade utility"
HOMEPAGE = "http://dfu-util.sourceforge.net"
SECTION = "devel"
AUTHOR = "Harald Welte <laforge@openmoko.org>"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "http://dfu-util.gnumonks.org/releases/${BP}.tar.gz"
in... | Add HOMEPAGE info into recipe file. | dfu-util: 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 | lgirdk/meta-openembedded,mrchapp/meta-openembedded,openembedded/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,sigma-embedded/elito-org.openembedded.meta,victronenergy/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,schnit... |
4e44fb0888c4c6f744795d9402a8df8ba289b5d9 | recipes-connectivity/ttn-pkt-fwd/govendor-native_1.0.bb | recipes-connectivity/ttn-pkt-fwd/govendor-native_1.0.bb | SUMMARY = "Build the go-lang tools govender and golint."
DESCRIPTION = "Build the go-lang tools govendor and golint."
LICENSE = "MIT"
S = "${WORKDIR}/git"
inherit native
DEPENDS += "\
go-native \
"
do_compile() {
export GOPATH="${S}/"
go get -u github.com/kardianos/govendor
go get -u github.com/golang/lint/golin... | SUMMARY = "Build the go-lang tools govender and golint."
DESCRIPTION = "Build the go-lang tools govendor and golint."
LICENSE = "MIT"
S = "${WORKDIR}/git"
inherit native
DEPENDS += "\
go-native \
"
do_compile() {
export GOPATH="${S}/"
go get -u github.com/kardianos/govendor
go get -u golang.org/x/lint/golint
}
... | Fix package path for golang/lint | Fix package path for golang/lint
More details can be found here: https://github.com/golang/lint/issues/415
Signed-off-by: Liam O'Shaughnessy <ea68d7d4cc6d839513d0fa81de7521d46fc3e2fa@gmail.com>
| BitBake | mit | gumstix/meta-gumstix-extras,gumstix/meta-gumstix-extras,gumstix/meta-gumstix-extras |
90c9443255bb78058f5e27b5639fd3ed24987670 | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.2.bb | LINUX_VERSION = "5.15"
KBRANCH="master"
SRCREV = "e087c38733a5df77e474c8e1706785974c5bfbab"
KCONF_AUDIT_LEVEL="0"
include linux-xlnx.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
| 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}:"
| Move default branch to latest LTS | linux-xlnx: Move default branch to latest LTS
New default branch is xlnx_rebase_5.15_LTS.
Update the SRCREV to the latest, based on 5.15.19.
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@xilinx.com>
(cherry picked from commit d511d31679d2c3c997aba3d736180f4026a7b907)
Signed-off-by: Mark Hatle <... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
2b099c969cd78d2a4222e7e55db5ac77aeb73c89 | recipes/kde-baseapps_git.bb | recipes/kde-baseapps_git.bb | LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
DEPENDS = "kdelibs4 soprano"
inherit kde-without-docs kde-workaround-tmp
require kde4.inc
SRC_URI = "git://anongit.kde.org/kde-baseapps;protocol=git;tag=v4.8.0 \
file://Convert-Phonon-to-phonon.patch"
SRCREV = "37a52f48eb... | LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
DEPENDS = "kdelibs4 soprano"
inherit kde-without-docs
require kde4.inc
SRC_URI = "git://anongit.kde.org/kde-baseapps;protocol=git;tag=v4.8.0 \
file://Convert-Phonon-to-phonon.patch"
SRCREV = "37a52f48ebd4850d07cd8fe7277e6... | Fix cross compiling errors gracefully | kde-baseapps: Fix cross compiling errors gracefully
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
| BitBake | mit | koenkooi/meta-kde4,Angstrom-distribution/meta-kde,Angstrom-distribution/meta-kde,koenkooi/meta-kde4 |
96b7e825db38313e48f4029d1907dde6b779e8f0 | recipes-support/pristine-tar-fwu/pristine-tar-fwu_git.bb | recipes-support/pristine-tar-fwu/pristine-tar-fwu_git.bb | SUMMARY = "pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a revision control checkout of the upstream branch"
HOMEPAGE = "https://github.com/tramseyer/pristine-tar-fwu"
SECTION = "console/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://GPL;md5=751419260aa954499f7a... | SUMMARY = "pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a revision control checkout of the upstream branch"
HOMEPAGE = "https://github.com/tramseyer/pristine-tar-fwu"
SECTION = "console/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://GPL;md5=751419260aa954499f7a... | Use cp from coreutils for pristine-tar-fwu. | Use cp from coreutils for pristine-tar-fwu.
| BitBake | mit | tramseyer/meta-medusa-dist,tramseyer/meta-medusa-dist,tramseyer/meta-medusa-dist,tramseyer/meta-medusa-dist |
46c8e291352bfa513f46ce17b612cc5039e5b6e7 | meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb | SUMMARY = "Control process attributes through prctl"
DESCRIPTION = "The linux prctl function allows you to control specific characteristics of a \
process' behaviour. Usage of the function is fairly messy though, due to \
limitations in C and linux. This module provides a nice non-messy python(ic) \
interface."
SECTIO... | SUMMARY = "Control process attributes through prctl"
DESCRIPTION = "The linux prctl function allows you to control specific characteristics of a \
process' behaviour. Usage of the function is fairly messy though, due to \
limitations in C and linux. This module provides a nice non-messy python(ic) \
interface."
SECTIO... | Use https protocol for git fetcher | python3-prctl: Use https protocol for git fetcher
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Trevor Gamblin <fb8c09b3db10148c84dac072f39fc5dba3573139@windriver.com>
| BitBake | mit | openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-ope... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.