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 |
|---|---|---|---|---|---|---|---|---|---|
f24b247cc5bc04cf79aaea2ea8e5dd04c6f0eb4f | recipes/liboop/liboop_1.0.bb | recipes/liboop/liboop_1.0.bb | SECTION = "libs"
DESCRIPTION = "Liboop is a low-level event loop management library \
for POSIX-based operating systems."
LICENSE = "LGPL"
SRC_URI = "http://download.ofb.net/liboop/liboop-${PV}.tar.bz2"
S = "${WORKDIR}/liboop-${PV}"
inherit autotools pkgconfig
headers = "oop.h oop-adns.h oop-glib.h \
oop-tcl.h o... | SECTION = "libs"
DESCRIPTION = "Liboop is a low-level event loop management library \
for POSIX-based operating systems."
LICENSE = "LGPL"
SRC_URI = "http://download.ofb.net/liboop/liboop-${PV}.tar.bz2"
S = "${WORKDIR}/liboop-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--without-tcl --without-glib \
... | Disable www, glib, adns, readline and tcl as it is not in the DEPENDS | liboop: Disable www, glib, adns, readline and tcl as it is not in the DEPENDS
The configure script searched for tcl in /usr/include/tcl$tclVersion which
triggered the configure qa check. The best thing to do seems to disable these
features and avoid patching the configure.ac.
| BitBake | mit | SIFTeam/openembedded,sentient-energy/emsw-oe-mirror,philb/pbcl-oe-2010,rascalmicro/openembedded-rascal,hulifox008/openembedded,nx111/openembeded_openpli2.1_nx111,yyli/overo-oe,SIFTeam/openembedded,sutajiokousagi/openembedded,crystalfontz/openembedded,thebohemian/openembedded,sutajiokousagi/openembedded,JamesAng/oe,open... |
5d753fc077652574b2209ff91cb75adbafc4e1fd | recipes-images/core/core-image-sysvinit.bb | recipes-images/core/core-image-sysvinit.bb | DESCRIPTION = "A console-only systemd image with more full-featured Linux system \
functionality installed."
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_FSTYPES += "ext3"
VIRTUAL-RUNTIME_init_manager = "sysvinit"
TASK_BASIC_SSHDAEMON = ""
IMAGE_INSTALL = "\
packagegroup-boot \
packagegroup-base-extended \
... | DESCRIPTION = "A console-only sysvinit image with openssh and procps."
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_FSTYPES += "ext3"
VIRTUAL-RUNTIME_init_manager = "sysvinit"
TASK_BASIC_SSHDAEMON = ""
IMAGE_INSTALL = "\
packagegroup-boot \
packagegroup-base-extended \
packagegroup-basic \
procps \
... | Make the comment in this image reflect reality. | Make the comment in this image reflect reality.
| BitBake | mit | SaskatoonTechworks/meta-techworks |
9a0ed7575030086425ea7784986bf81d3a7befbb | recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | DESCRIPTION = "Provides test pruss firmware for uio based tests"
LICENSE = "BSD-3-Clause"
PV = "1.0.0.0"
require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/git"
DEPENDS = "ti-cgt-pru-native"
BRANCH = "master"
SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}"
LIC_FILES_... | DESCRIPTION = "Provides test pruss firmware for uio based tests"
LICENSE = "BSD-3-Clause"
PV = "1.0.0.0"
require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/git"
DEPENDS = "ti-cgt-pru-native"
BRANCH = "master"
SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}"
LIC_FILES_... | Update recipe to fix issues with Make | uio-test-pruss: Update recipe to fix issues with Make
Add device option to build for specific device
Make package Machine dependent
Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com>
Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
| BitBake | mit | rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk,rcn-ee/meta-processor-sdk |
d8f09b39ab3da34ed54d3ab426c0e7d34466c8df | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
HOMEPAGE = "http://git.ti.com"
LICENSE = "MIT | GPLv2"
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898"
inherit module
MACHINE_KERNEL_PR_append = "d"
PR = "${MACHINE_KERNEL_PR}... | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
HOMEPAGE = "http://git.ti.com"
LICENSE = "MIT | GPLv2"
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898"
inherit module
MACHINE_KERNEL_PR_append = "e"
PR = "${MACHINE_KERNEL_PR}... | Use kernel mechanism for module installation. | omapdrm-pvr: Use kernel mechanism for module installation.
Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | tylerwhall/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti |
376649f49f7109bcc830c7a8d1e49def47fef924 | recipes/libid3tag/libid3tag_0.15.1b.bb | recipes/libid3tag/libid3tag_0.15.1b.bb | DESCRIPTION = "Library for interacting with ID3 tags"
SECTION = "libs/multimedia"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "zlib"
PR = "r3"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
file://libid3tag-pkg-config.patch"
SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3"
SRC_URI[s... | DESCRIPTION = "Library for interacting with ID3 tags"
SECTION = "libs/multimedia"
PRIORITY = "optional"
LICENSE = "GPLv2+"
DEPENDS = "zlib"
PR = "r4"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
file://libid3tag-pkg-config.patch"
SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3"
SRC_UR... | Update LICENSE field version to GPLv2 | libid3tag: 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 <516df3ff67e1fa5d1538... | BitBake | mit | hulifox008/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,openembedded/openembedded,giobauermeister/openembedded,openembedded/openembedded,openembedded/openembedded,hulifox008/openembedded,openembedded/openembedded,openembedded/openembedded,xifengchuo/openembedded,hulifox008/openembedded,xifengchuo/o... |
1b249f1b07d11963da08276a742ee2f453b48a12 | packages/check/check_0.9.2.bb | packages/check/check_0.9.2.bb | DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
PRIORITY = "optional"
SECTION = "devel"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
S = "${WORKDIR}/check-${PV}"
inherit autotools
EXTRA_OECONF += "--enable-plain-docdir"
| DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
PRIORITY = "optional"
SECTION = "devel"
PR="r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz"
S = "${WORKDIR}/check-${PV}"
inherit autotools
EXTRA_OECONF += "--enable-plain-docdir"
do_stage... | Add staging of library and includes | check: Add staging of library and includes
| BitBake | mit | YtvwlD/od-oe,xifengchuo/openembedded,dellysunnymtech/sakoman-oe,dellysunnymtech/sakoman-oe,bticino/openembedded,xifengchuo/openembedded,SIFTeam/openembedded,troth/oe-ts7xxx,dellysunnymtech/sakoman-oe,JamesAng/goe,openpli-arm/openembedded,JrCs/opendreambox,buglabs/oe-buglabs,philb/pbcl-oe-2010,thebohemian/openembedded,s... |
0cb46167e30ab297fae6853e7f4404359903f7f5 | packages/lvm2/lvm2_2.01.15.bb | packages/lvm2/lvm2_2.01.15.bb | SECTION = "utils"
DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
LICENSE = "GPL"
PR = ""
DEPENDS = "device-mapper"
S = "${WORKDIR}/LVM2.${PV}"
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz"
# Unset user/group to unbreak install.
EXTRA_OECONF = "--with-user= --with-group=... | SECTION = "utils"
DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
LICENSE = "GPL"
PR = "r0"
DEPENDS = "device-mapper"
S = "${WORKDIR}/LVM2.${PV}"
SRC_URI = "ftp://sources.redhat.com/pub/lvm2/LVM2.${PV}.tgz"
# Unset user/group to unbreak install.
EXTRA_OECONF = "--with-user= --with-grou... | Add PR so the package doesn't end in PV- | lvm2: Add PR so the package doesn't end in PV-
| BitBake | mit | buglabs/oe-buglabs,demsey/openenigma2,nlebedenco/mini2440,John-NY/overo-oe,KDAB/OpenEmbedded-Archos,sutajiokousagi/openembedded,KDAB/OpenEmbedded-Archos,openembedded/openembedded,openembedded/openembedded,nzjrs/overo-openembedded,nx111/openembeded_openpli2.1_nx111,troth/oe-ts7xxx,John-NY/overo-oe,scottellis/overo-oe,Bl... |
399b52d42cbb8b34fcf307832b74ce91df040038 | recipes/cairo/cairo_1.10.0.bb | recipes/cairo/cairo_1.10.0.bb | require cairo.inc
PR = "r2"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \
"
SRC_URI[cairo.md5sum] = "70a2ece66cf473d976e2db0f75bf199e"
SRC_URI[cairo.sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2"
| require cairo.inc
LICENSE = "MPL-1 LGPLv2.1"
PR = "r3"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \
"
SRC_URI[cairo.md5sum] = "70a2ece66cf473d976e2db0f75bf199e"
SRC_URI[cairo.sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2"
| Update LICENSE field version to MPL-1 and LGPLv2.1 | cairo: Update LICENSE field version to MPL-1 and LGPLv2.1
* Updated LICENSE field version from generic LGPL to MPL-1 and
LGPLv2.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 | giobauermeister/openembedded,openembedded/openembedded,hulifox008/openembedded,openembedded/openembedded,xifengchuo/openembedded,giobauermeister/openembedded,openembedded/openembedded,xifengchuo/openembedded,openembedded/openembedded,openembedded/openembedded,xifengchuo/openembedded,hulifox008/openembedded,giobauermeis... |
20fca5c229c4c1fd519caea943c975ea3b375cc1 | packages/boost-asio/boost-asio_0.3.7.bb | packages/boost-asio/boost-asio_0.3.7.bb | DESCRIPTION = "Asio 0.3.7 for work with boost, should be moved into boost package once integrated into the boost distribution."
HOMEPAGE = "http://asio.sf.net/"
MAINTAINER = "Martin Dietze <dietze@4g-systems.com>"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "Boost Software License"
PR = "r1"
inherit debian
SRC_U... | DESCRIPTION = "Asio 0.3.7 for work with boost, should be moved into boost package once integrated into the boost distribution."
HOMEPAGE = "http://asio.sf.net/"
MAINTAINER = "Martin Dietze <dietze@4g-systems.com>"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "Boost Software License"
PR = "r1"
SRC_URI = "${SOURCEFO... | Remove inherit debian. We do not set distro policy in .bb files. | boost-asio: Remove inherit debian. We do not set distro policy in .bb files. | BitBake | mit | YtvwlD/od-oe,philb/pbcl-oe-2010,dellysunnymtech/sakoman-oe,dave-billin/overo-ui-moos-auv,libo/openembedded,nzjrs/overo-openembedded,philb/pbcl-oe-2010,JamesAng/goe,openpli-arm/openembedded,SIFTeam/openembedded,crystalfontz/openembedded,sentient-energy/emsw-oe-mirror,nvl1109/openembeded,openembedded/openembedded,nzjrs/o... |
aa8267e3fc1cdc5a1bb709f3c71fef302381b705 | meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb | meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb | DESCRIPTION = "Image Gallery"
HOMEPAGE = "https://gitorious.org/image-gallery"
SECTION = "multimedia"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
require recipes-core/matrix/matrix-gui-paths.inc
inherit qt-provider
PR = "r1"
BRANCH = "master"
SRCREV = "1f89d5e6c160e87e73... | DESCRIPTION = "Image Gallery"
HOMEPAGE = "https://gitorious.org/image-gallery"
SECTION = "multimedia"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
require recipes-core/matrix/matrix-gui-paths.inc
inherit qt-provider
PR = "r2"
BRANCH = "master"
SRCREV = "1f89d5e6c160e87e73... | Fix installation of matrix files. | image-gallery: Fix installation of matrix files.
* matrix-files directory is not present in the build directory,
so prefix with ${S}.
Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
Acked-by: Franklin Cooper Jr. <b8c01a1703dc362919183054a071c1f348818c23@ti.com>
Signed-off-by: Denys D... | BitBake | mit | rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago |
a336efc8d7204394b7ab243964a79b0968f65edc | meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | SUMMARY = "Gesture Recognition And Instantiation Library"
HOMEPAGE = "https://launchpad.net/grail"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
inherit autotools pkgconfig
DEPENDS = "frame... | SUMMARY = "Gesture Recognition And Instantiation Library"
HOMEPAGE = "https://launchpad.net/grail"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
inherit autotools pkgconfig
DEPENDS = "frame... | Disable elision warnings for clang | grail: Disable elision warnings for clang
Clang warns more, but lets disable them for now
../../grail-3.1.1/src/handle.cpp:65:5: error: moving a temporary object prevents copy elision
[-Werror,-Wpessimizing-move]
std::move(UniqueRecognizer(recognizer));
^
../../grail-3.1.1/src/handle.cpp:65:5: note: rem... | BitBake | mit | victronenergy/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,schnitzeltony/meta-openembedded,amery/meta-openembedded,VCTLabs/meta-openembedded,amery/meta-openembedded,amery/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedde... |
3847a9c2a71dc827908295c9d056c42e0f6b139f | recipes-webos/luna-prefs/luna-prefs.bb | recipes-webos/luna-prefs/luna-prefs.bb | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "LunaPreferencesManager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "Linux/Multimedia"
PROVIDES = "luna-prefs"
DEPENDS += "luna-service2 mjson cjson s... | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "LunaPreferencesManager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "Linux/Multimedia"
PROVIDES = "luna-prefs"
DEPENDS += "luna-service2 cjson sqlite3... | Remove unneeded dependency on mjson | Remove unneeded dependency on mjson
Open-webos-DCO-1.0-Signed-off-by: Roger Stringer <roger.stringer@palm.com>
| BitBake | mit | nizovn/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos,Garfonso/meta-webos-ports,openwebos/meta-webos,nizovn/meta-webos-ports,Garfonso/meta-webos-ports,openwebos/meta-webos |
9483d281bf54280c47dac2afd506b39cfb6f4ecf | 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}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;... | DESCRIPTION = "Phone input method manager module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers libiac"
PV = "0.1+svn-${SRCDATE}"
PR = "r2"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/ptim;... | Remove patch which was applied upstream. | ptim-manager: Remove patch which was applied upstream.
| BitBake | mit | nlebedenco/mini2440,SIFTeam/openembedded,YtvwlD/od-oe,demsey/openembedded,scottellis/overo-oe,yyli/overo-oe,openpli-arm/openembedded,popazerty/openembedded-cuberevo,John-NY/overo-oe,John-NY/overo-oe,nx111/openembeded_openpli2.1_nx111,demsey/openembedded,xifengchuo/openembedded,rascalmicro/openembedded-rascal,hulifox008... |
2bef7a88b0dbe0a37bdcac85d90476c2f06697df | recipes/faac/faac_1.24.bb | recipes/faac/faac_1.24.bb | DESCRIPTION = "Library for reading some sort of media format."
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = ""
LICENSE = "LGPL"
PR = "r1"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}"
PACKAGES =+ "lib${PN} lib${PN}-dev"
FILES_${PN} = " ${bindir}/faac "
FILES... | DESCRIPTION = "Library for reading some sort of media format."
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = ""
LICENSE = "LGPLv2 LGPLv2.1"
PR = "r2"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}"
PACKAGES =+ "lib${PN} lib${PN}-dev"
FILES_${PN} = " ${bindir}/f... | Update LICENSE field version to LGPLv2 | faac: Update LICENSE field version to LGPLv2
* Updated LICENSE field version from generic LGPL to LGPLv2 to
reflect the real license version.
* This change was based on code inspection.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev |
25ca0801b86e791e7b603e95d479dc6f6cedf7a2 | meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | SUMMARY = "Capture and control API for IIDC compliant cameras"
HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
SECTION = "libs"
LICENSE = "LGPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
# libsdl to provide sdl.m4 with AM_PATH_SDL
DEPENDS += "libusb1 libraw1394 libsdl"
PV = ... | SUMMARY = "Capture and control API for IIDC compliant cameras"
HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
SECTION = "libs"
LICENSE = "LGPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
# libsdl to provide sdl.m4 with AM_PATH_SDL
DEPENDS += "libusb1 libraw1394 libsdl \
... | Add X11 and opengl deps if distro has them in policy | libdc1394: Add X11 and opengl deps if distro has them in policy
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | VCTLabs/meta-openembedded,lgirdk/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,mrchapp/meta-openembedded,mrchapp/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,kraj/meta-openembedded,amery/meta-ope... |
94dbc414617838abb51de8b76a2aad14e98161a5 | packages/redboot-utils/fis_1.0.bb | packages/redboot-utils/fis_1.0.bb | DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
PR = "r4"
SRC_URI = "svn://svn.nslu2-linux.org/svnroot/fis;module=trunk;proto=http"
S="${WORKDIR}/trunk"
export CFLAGS += "--std=c99"
do_install() {
${STRIP} ${S}/fis
install -d ${D}/${sbindir}
install -m 755 ${S}/fis ${D}/${sbindir}
}
| DESCRIPTION = "Tool to edit the Redboot FIS partition layout from userspace"
PR = "r5"
SRC_URI = "svn://svn.nslu2-linux.org/svnroot/fis;module=trunk;proto=http;rev=6"
S="${WORKDIR}/trunk"
export CFLAGS += "--std=c99"
do_install() {
${STRIP} ${S}/fis
install -d ${D}/${sbindir}
install -m 755 ${S}/fis ${D}/${sbind... | Update to svn rev 6 | fis: Update to svn rev 6
| BitBake | mit | crystalfontz/openembedded,sampov2/audio-openembedded,rascalmicro/openembedded-rascal,buglabs/oe-buglabs,dellysunnymtech/sakoman-oe,nx111/openembeded_openpli2.1_nx111,JamesAng/goe,dellysunnymtech/sakoman-oe,buglabs/oe-buglabs,openpli-arm/openembedded,buglabs/oe-buglabs,YtvwlD/od-oe,John-NY/overo-oe,dellysunnymtech/sakom... |
11dee5bc94a94c6e066b96a1608b495e2819b233 | recipes-kernel/linux/linux_git.bb | recipes-kernel/linux/linux_git.bb | SECTION = "kernel"
DESCRIPTION = "Mainline Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i)"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
require linux.inc
# Pull in the devicetree files into the rootfs
RDE... | SECTION = "kernel"
DESCRIPTION = "Mainline Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i)"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
require linux.inc
# Pull in the devicetree files into the rootfs
RDE... | Change PV for kernel git version | Change PV for kernel git version
Signed-off-by: Jens Lucius <59bd0a3ff43b32849b319e645d4798d8a5d1e889@jenslucius.com> | BitBake | mit | twoerner/meta-sunxi,geomatsi/meta-sunxi,soderstrom-rikard/meta-sunxi,jlucius/meta-sunxi,linux-sunxi/meta-sunxi,jlucius/meta-sunxi,geomatsi/meta-sunxi,jlucius/meta-sunxi,soderstrom-rikard/meta-sunxi,net147/meta-sunxi,linux-sunxi/meta-sunxi,ebutera/meta-sunxi,twoerner/meta-sunxi,net147/meta-sunxi,ebutera/meta-sunxi,linux... |
be9d8904059f21f57645ae717d24444227de55af | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | require u-boot-ti.inc
PR = "r32"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "3352297ed065254b1a615fb16a7e4eefb07f9728"
| require u-boot-ti.inc
PR = "r33"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "6b5b982e98dde63832b3a68c84f990e63f732584"
| Update to the latest commit | ti-uboot-staging: Update to the latest commit
ti-uboot-staging: Update to the latest commit
Signed-off-by: Praneeth Bajjuri <5cbfdb29322859ed5c637fdb11a8f23fddd8e511@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
592fe0c75152329762a5c3541599d72a9b87c3fb | recipes-bsp/vpe-tests/vpe-tests_git.bb | recipes-bsp/vpe-tests/vpe-tests_git.bb | DESCRIPTION = "VPE test program"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
COMPATIBLE_MACHINE = "dra7xx"
SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
BRANCH ?= "master"
SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH}"
S = "${WO... | DESCRIPTION = "VPE test program"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
DEPENDS = "virtual/kernel"
PR="r1"
COMPATIBLE_MACHINE = "dra7xx"
SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
BRANCH ?= "master"
SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;prot... | Add DEPENDS for the recipe | vpe-tests: Add DEPENDS for the recipe
Signed-off-by: Karthik Ramanan <6de1dcae9ab07cd18361f3588c5fcaba210b4a8e@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | RedFIR/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,tylerwhall/meta-ti,rcn-ee/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti |
1f5a7c5e8e56c7b2a1ca93602bd77c13f495360c | recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | require linux-ti-staging_5.10.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
BRANCH = "ti-rt-linux-5.10.y"
SRCREV = "d238e71a2d3157a7faec48d4d3681b537a2e08cc"
PV = "5.10.41+git${SRCPV}"
| require linux-ti-staging_5.10.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
BRANCH = "ti-rt-linux-5.10.y"
SRCREV = "bee192299392dc41c94f4603968b7a3c02f17a1d"
PV = "5.10.41+git${SRCPV}"
| Update linux-rt srcrev to 08.00.00.003 | linux-ti-staging-rt: Update linux-rt srcrev to 08.00.00.003
Updated the linux-rt to pick 08.00.00.003 tag
Signed-off-by: Yogesh Siraswar <e4c3dc570d04bd480366ad8aa87a4b23b1e4ce6e@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
e6c8ec9703eb297ae812b4adc0437ba0623f4dae | recipes-robot/images/robot-image.bb | recipes-robot/images/robot-image.bb | # Image for Beagleboard-based robots
require recipes-images/angstrom/systemd-image.bb
DEPENDS += " \
libtirpc \
linux-firmware \
gst-plugins-base \
gst-plugins-ugly \
minicom \
avrdude \
ntp \
"
IMAGE_INSTALL += " \
libtirpc \
linux-firmware \
kernel-module-rt... | # Image for Beagleboard-based robots
require recipes-images/angstrom/systemd-image.bb
DEPENDS += " \
libtirpc \
linux-firmware \
gst-plugins-base \
gst-plugins-good \
gst-plugins-ugly \
minicom \
avrdude \
ntp \
"
IMAGE_INSTALL += " \
libtirpc \
linux-firmware ... | Tweak image for USB audio and connman | Tweak image for USB audio and connman
| BitBake | mit | housel/meta-cimtokmais-2012,housel/meta-cimtokmais-2012 |
3ae73ebdc59593048c16d7f27c87cef308e64159 | packages/meta/openslug-native.bb | packages/meta/openslug-native.bb | DESCRIPTION = "Packages that are required for the OpenSlug native build environment"
LICENSE = MIT
PR = "r2"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
OPENSLUG_NATIVE = "\
automake \
bash \
binutils binutils-dev \
bison \
bzip2 \
coreutils \
cpp \
cvs \
flex \
gawk \
g++ g++-symlinks \
... | DESCRIPTION = "Packages that are required for the OpenSlug native build environment"
LICENSE = MIT
PR = "r3"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
OPENSLUG_NATIVE = "\
automake \
bash \
binutils binutils-dev \
bison \
bzip2 \
coreutils \
cpp cpp-symlinks \
cvs \
flex \
gawk \
g++ g+... | Add gcc-symlinks, fix the files libpthread.so and libc.so from libc6-dev (that really should be fixed in there) | Add gcc-symlinks, fix the files libpthread.so and libc.so from libc6-dev (that really should be fixed in there)
| BitBake | mit | openembedded/openembedded,BlackPole/bp-openembedded,hulifox008/openembedded,crystalfontz/openembedded,popazerty/openembedded-cuberevo,troth/oe-ts7xxx,YtvwlD/od-oe,dellysunnymtech/sakoman-oe,bticino/openembedded,xifengchuo/openembedded,nx111/openembeded_openpli2.1_nx111,buglabs/oe-buglabs,demsey/openenigma2,popazerty/op... |
96cb8adcf16fc3999ad9d95113306d2e02c7adb8 | recipes/libsndfile/libsndfile1_1.0.17.bb | recipes/libsndfile/libsndfile1_1.0.17.bb | DESCRIPTION = "An audio format Conversion library"
HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
AUTHOR = "Erik de Castro Lopo"
SECTION = "libs/multimedia"
LICENSE = "LGPL"
PR = "r2"
SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \
file://configure-fix.patch;patch=1"
S = "${WORKD... | DESCRIPTION = "An audio format Conversion library"
HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
AUTHOR = "Erik de Castro Lopo"
SECTION = "libs/multimedia"
LICENSE = "LGPL"
PR = "r2"
SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \
file://configure-fix.patch;patch=1"
S = "${WORKD... | Package unpackaged octave files to subpackage libsndfile1-octave. | libsndfile1: Package unpackaged octave files to subpackage libsndfile1-octave.
| BitBake | mit | JrCs/opendreambox,demsey/openenigma2,trini/openembedded,dellysunnymtech/sakoman-oe,nx111/openembeded_openpli2.1_nx111,xifengchuo/openembedded,anguslees/openembedded-android,openembedded/openembedded,mrchapp/arago-oe-dev,buglabs/oe-buglabs,sentient-energy/emsw-oe-mirror,libo/openembedded,YtvwlD/od-oe,popazerty/openembed... |
19f8f9dfc7edc66a86eb5f29e6dced27ee298460 | recipes-kernel/linux/linux-hardkernel-odroid_3.14.bb | recipes-kernel/linux/linux-hardkernel-odroid_3.14.bb | SECTION = "kernel"
DESCRIPTION = "Linux kernel for ODROID devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
# Pull in the devicetree files into the rootfs
RDEPENDS_kernel-base += "kernel-devicetree"
# Speci... | SECTION = "kernel"
DESCRIPTION = "Linux kernel for ODROID devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel
require recipes-kernel/linux/linux-dtb.inc
# Pull in the devicetree files into the rootfs
RDEPENDS_kernel-base += "kernel-devicetree"
# Speci... | Fix source revision hash for linux source | odroid: Fix source revision hash for linux source
| BitBake | mit | papaux/meta-kvm-arm,papaux/meta-kvm-arm |
1a7328f31090cf6383106188a83bbcd138135d65 | recipes-core/packagegroups/packagegroup-ni-safemode.bb | recipes-core/packagegroups/packagegroup-ni-safemode.bb | # (C) Copyright 2019,
# National Instruments Corporation.
# All rights reserved.
SUMMARY = "Safemode specific packages for NI Linux Realtime distribution"
LICENSE = "MIT"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
RDEPENDS_${PN} = " \
initscripts-nilrt-safemode \
"
| # (C) Copyright 2019,
# National Instruments Corporation.
# All rights reserved.
SUMMARY = "Safemode specific packages for NI Linux Realtime distribution"
LICENSE = "MIT"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
RDEPENDS_${PN} = " \
initscripts-nilrt-safemode \
e2fsprogs \
e2fsprogs-e2fsck \
e2fs... | Add e2fsprogs utilities to support formatting ext4 filesystem | pkggrp-ni-safemode: Add e2fsprogs utilities to support formatting ext4 filesystem
The Artemis project introduces the use of SD card as the main disk in a zynq target.
In order to allow NIMAX to format the disk (which is in ext4 filesystem format), the
e2fsprogs utilities are required.
Signed-off-by: wkoe <bb883267201... | BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
ffa001b0d34d8af3392159056e1bd5473029ee8b | recipes-kde-active/contour_git.bb | recipes-kde-active/contour_git.bb | LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
inherit kde_cmake kde_rdepends
DEPENDS = "kde-workspace kde-runtime soprano shared-desktop-ontologies kdelibs4 libkactivities4"
RDEPENDS_${PN} = "plasma-contour-config kde-runtime shared-desktop-ontologies soprano libkactivit... | LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
inherit kde_cmake kde_rdepends
DEPENDS = "kde-workspace kde-runtime soprano shared-desktop-ontologies kdelibs4 libkactivities4"
RDEPENDS_${PN} = "kde-runtime shared-desktop-ontologies soprano libkactivities4"
RRECOMMENDS_${P... | Move plasma-contour-config from RDEPENDS to RRECOMMENDS | contour: Move plasma-contour-config from RDEPENDS to RRECOMMENDS
The package does not runtime depend on this as it can be used togethwer with startactive instead
startactive and plasma-contour-config and kde-workspace should RPROVIDE something like plasma-starter and plasma-active-starter.
Something like this:
* pla... | BitBake | mit | koenkooi/meta-kde4,Angstrom-distribution/meta-kde,Angstrom-distribution/meta-kde,koenkooi/meta-kde4 |
c942e2ee2c59bd2808a68379b4271f69df0013b2 | packages/openmoko-projects/openmoko-community-repository.bb | packages/openmoko-projects/openmoko-community-repository.bb | DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0.02"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in Multiverse; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed.conf
done
}
d... | DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0.02"
do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in Multiverse; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed.conf
done
}
d... | Fix the feed configuration Make the package buildable again | openmoko: Fix the feed configuration Make the package buildable again
| BitBake | mit | Martix/Eonos,xifengchuo/openembedded,popazerty/openembedded-cuberevo,dellysunnymtech/sakoman-oe,demsey/openenigma2,dave-billin/overo-ui-moos-auv,JrCs/opendreambox,openembedded/openembedded,nvl1109/openembeded,trini/openembedded,YtvwlD/od-oe,yyli/overo-oe,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,r... |
fff57e569f5d18dc12d4d19bced0c3926f5e7216 | recipes-connectivity/crda/crda_1.1.3.bb | recipes-connectivity/crda/crda_1.1.3.bb | DESCRIPTION = "Central Regulatory Domain Agent"
SECTION = "base"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
PR = "r3"
DEPENDS = "libnl"
RDEPENDS_${PN} = "wireless-regdb"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/mcgrof/crda.git;protocol=git;tag=v1.1.3"
CFLAGS_ap... | DESCRIPTION = "Central Regulatory Domain Agent"
SECTION = "base"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
PR = "r4"
DEPENDS = "libnl"
RDEPENDS_${PN} = "\
wireless-regdb \
udev \
"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/mcgrof/crda.git;protoco... | Add regulatory rules to the ipk needed by udev. | crda: Add regulatory rules to the ipk needed by udev.
Signed-off-by: James Minor <8d7e6579c8b6fe6b98ecff08c8adeb0c6baca5ae@ni.com>
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
d70fd4ffa045998c1b579074b443354023054ef6 | packages/lftp/lftp_3.5.1.bb | packages/lftp/lftp_3.5.1.bb | LICENSE = "GPL"
DESCRIPTION = "lftp is a sophisticated command line based file \
transfer program. Supported protocols include FTP, HTTP, \
and FISH."
HOMEPAGE = "http://lftp.yar.ru"
SECTION = "console/network"
DEPENDS = "readline gnutls"
SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2"
EX... | LICENSE = "GPL"
DESCRIPTION = "lftp is a sophisticated command line based file \
transfer program. Supported protocols include FTP, HTTP, \
and FISH."
HOMEPAGE = "http://lftp.yar.ru"
SECTION = "console/network"
DEPENDS = "readline gnutls"
SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2"
EX... | Delete the custom iconv.m4 in favor of the staged one fixing the uclibc build Make it use the libiconv iconv.m4 instead of the custom copy | packages/lftp/lftp: Delete the custom iconv.m4 in favor of the staged one fixing the uclibc build
Make it use the libiconv iconv.m4 instead of the custom copy
| BitBake | mit | anguslees/openembedded-android,bticino/openembedded,YtvwlD/od-oe,yyli/overo-oe,trini/openembedded,troth/oe-ts7xxx,JrCs/opendreambox,rascalmicro/openembedded-rascal,BlackPole/bp-openembedded,YtvwlD/od-oe,xifengchuo/openembedded,demsey/openenigma2,sledz/oe,troth/oe-ts7xxx,sledz/oe,nx111/openembeded_openpli2.1_nx111,cryst... |
84ad0699f1c5070e8e57fc07627c6b12412e72bb | 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 = "0dfbf5dacbb1... | 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... | Update to tip of trunk | nlohmann-fifo: Update to tip of trunk
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 |
b58ab60faa3e6f36ef819aa9e6c6ecc731695d41 | recipes-devtools/checksec/checksec_1.5-1.bb | recipes-devtools/checksec/checksec_1.5-1.bb | SUMMARY = "Checksec tool"
DESCRIPTION = "The checksec.sh script is designed to test what standard Linux OS and PaX security features are being used."
SECTION = "security"
LICENSE = "BSD-3-Clause"
HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
LIC_FILES_CHKSUM = "file://checksec.sh;beginline=3;endline=34;md5=6dab... | SUMMARY = "Checksec tool"
DESCRIPTION = "The checksec.sh script is designed to test what standard Linux OS and PaX security features are being used."
SECTION = "security"
LICENSE = "BSD-3-Clause"
HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
LIC_FILES_CHKSUM = "file://checksec.sh;beginline=3;endline=34;md5=6dab... | Convert checksec to unix format | Convert checksec to unix format
Signed-off-by: Elena Reshetova <ab025fd7953ff8d026f599f11198a05ec6ef0153@intel.com>
| BitBake | mit | 01org/meta-security-isafw |
2c2859d24c89dc83ae9c60f53e4b753263b48a12 | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb | SUMMARY = "PMU ROM for QEMU"
DESCRIPTION = "The ZynqMP PMU ROM for QEMU emulation"
HOMEPAGE = "http://www.xilinx.com"
SECTION = "bsp"
LICENSE = "Proprietary"
LICENSE_FLAGS = "xilinx"
LIC_FILES_CHKSUM = "file://PMU_ROM-LICENSE.txt;md5=d43d49bc1eb1c907fc6f4ea75abafdfc"
SRC_URI = "https://www.xilinx.com/bin/public/openD... | SUMMARY = "PMU ROM for QEMU"
DESCRIPTION = "The ZynqMP PMU ROM for QEMU emulation"
HOMEPAGE = "http://www.xilinx.com"
SECTION = "bsp"
LICENSE = "Proprietary"
LICENSE_FLAGS = "xilinx"
LIC_FILES_CHKSUM = "file://PMU_ROM-LICENSE.txt;md5=d43d49bc1eb1c907fc6f4ea75abafdfc"
SRC_URI = "https://www.xilinx.com/bin/public/openD... | Remove PACKAGE_ARCH and skip do_configure | pmu-rom-native: Remove PACKAGE_ARCH and skip do_configure
PACKAGE_ARCH is not relevant to native recipes, remove this
do_configure is not used as the package is simply loading in a binary. Skip
this as an optimization
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
d206a054e8013c1a746781a297ea1eb4668e9967 | meta-oe/recipes-support/libol/libol_0.3.18.bb | meta-oe/recipes-support/libol/libol_0.3.18.bb | SUMMARY = "A tiny C support library"
SECTION = "libs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz \
file://configure.patch"
SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
SRC_URI[sha... | SUMMARY = "A tiny C support library"
HOMEPAGE = "https://my.balabit.com/downloads/libol"
SECTION = "libs"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
SRC_URI = "http://www.balabit.com/downloads/files/libol/0.3/${BP}.tar.gz \
file://configure.patch"
SRC_URI[md5s... | Add HOMEPAGE info into recipe file. | libol: 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 | VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,kraj/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,kraj/meta-openembedded,openembedded/meta-openembedded,lgirdk/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,amery/meta-openembedded,sigma-em... |
66fbf588132c6b48726a4d1d7ce500b2caa7415b | recipes-support/zstd/zstd_git.bb | recipes-support/zstd/zstd_git.bb | SUMMARY = "Zstandard - Fast real-time compression algorithm"
HOMEPAGE = "http://www.zstd.net"
LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \
file://contrib/linux-kernel/COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
SRCREV = "f3a8bd553a865c59f1bd6e1f... | SUMMARY = "Zstandard - Fast real-time compression algorithm"
HOMEPAGE = "http://www.zstd.net"
LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \
file://contrib/linux-kernel/COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
SRCREV = "f3a8bd553a865c59f1bd6e1f... | Enable build of the nativesdk package | zstd: Enable build of the nativesdk package
Signed-off-by: Søren Andersen <b23d0c7bb708db91c8b9415ae7caad6fe333f717@skov.dk>
| BitBake | mit | rauc/meta-rauc,rauc/meta-rauc,rauc/meta-rauc,rauc/meta-rauc |
27983a5cdd77dd1c5866a113521696bdd11388f8 | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | require u-boot-ti.inc
PR = "r18"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "eea73800730b3d9125f5c12a629db2f88e566b71"
| require u-boot-ti.inc
PR = "r19"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "bf0a77ee8e102e921c8f08f8e919a45ffb270ebe"
| Update to latest HEAD for j7 build | u-boot-ti-staging: Update to latest HEAD for j7 build
Signed-off-by: Dan Murphy <50b72235ef2106735bf2282950a69d11e6d56bc7@ti.com>
Reviewed-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
49f021a5f8f7b23718ac428ea88ac5a40d4fd30f | packages/fbreader/fbreader_0.7.4q.bb | packages/fbreader/fbreader_0.7.4q.bb | DESCRIPTION = "FBreader is an ebook reader"
LICENSE = "GPL2"
HOMEPAGE = "http://only.mawhrin.net/fbreader/"
SECTION = "x11/utils"
PRIORITY = "optional"
DEPENDS = "gtk+ enca expat bzip2"
PR = "r0"
SRC_URI = "http://only.mawhrin.net/fbreader/fbreader-sources-${PV}.tgz \
file://fbreader-0.7.4q_buildsys_oe.patch;patch=1"... | DESCRIPTION = "FBreader is an ebook reader"
LICENSE = "GPL2"
HOMEPAGE = "http://only.mawhrin.net/fbreader/"
SECTION = "x11/utils"
PRIORITY = "optional"
DEPENDS = "gtk+ enca expat bzip2 libgpewidget"
PR = "r1"
SRC_URI = "http://only.mawhrin.net/fbreader/obsolete/fbreader-sources-${PV}.tgz \
file://fbreader-0.7.4q_buil... | Fix DEPENDS and update SRC_URI | fbreader: Fix DEPENDS and update SRC_URI
| BitBake | mit | nx111/openembeded_openpli2.1_nx111,libo/openembedded,bticino/openembedded,John-NY/overo-oe,demsey/openenigma2,troth/oe-ts7xxx,JamesAng/oe,openembedded/openembedded,troth/oe-ts7xxx,SIFTeam/openembedded,philb/pbcl-oe-2010,thebohemian/openembedded,buglabs/oe-buglabs,nzjrs/overo-openembedded,mrchapp/arago-oe-dev,dellysunny... |
23e2ced35b9dedb904734661525f82f4e833f468 | recipes-mender/mender/mender_0.1.bb | recipes-mender/mender/mender_0.1.bb | DESCRIPTION = "Mender tool for doing OTA software updates."
HOMEPAGE = "https://mender.io/"
#From oe-meta-go (https://github.com/mem/oe-meta-go)
DEPENDS = "go-cross godep"
S = "${WORKDIR}/git"
inherit go
SRC_URI = "git://github.com/mendersoftware/mender;protocol=https \
file://mender.service \
"... | DESCRIPTION = "Mender tool for doing OTA software updates."
HOMEPAGE = "https://mender.io/"
#From oe-meta-go (https://github.com/mem/oe-meta-go)
DEPENDS = "go-cross godep"
S = "${WORKDIR}/git"
inherit go
SRC_URI = "git://github.com/mendersoftware/mender;protocol=https \
file://mender.service \
"... | Remove unneeded and commented code. | Remove unneeded and commented code.
| BitBake | apache-2.0 | GregorioDiStefano/meta-mender,GregorioDiStefano/meta-mender,GregorioDiStefano/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender |
855ef48520d74a5a2d5a9e79642b8a3c34df73e1 | recipes-devtools/yajl/yajl_1.0.12.bb | recipes-devtools/yajl/yajl_1.0.12.bb | DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=da2e9aa80962d54e7c726f232a2bd1e8"
inherit cmake
# corresponds to tag 1.0.12
SRCREV = "17b1790fb9c8abbb3c0f7e083864a6a014191d56"
SRC_URI = "git://github.com/lloy... | # Copyright (c) 2012-2014 LG Electronics, Inc.
DESCRIPTION = "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=da2e9aa80962d54e7c726f232a2bd1e8"
inherit cmake
# corresponds to tag 1.0.12
SRCREV = "17b1790fb9c8abbb3c0f7e0838... | Add nobranch param to SRC_URI | yajl: Add nobranch param to SRC_URI
:Release Notes:
1.0.12 tag isn't included in any branch.
:Detailed Notes:
Latest bitbake will fail to fetch this without nobranch param.
:Testing Performed:
Only build tested with latest upstream layers and bitbake.
:QA Notes:
No change to image.
:Issues Addressed:
[GF-42606] On... | BitBake | mit | openwebos/meta-webos,nizovn/meta-webos-ports,Garfonso/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos,Garfonso/meta-webos-ports,openwebos/meta-webos,nizovn/meta-webos-ports |
c65eea13e20c20391482ae007b9931da6656d979 | recipes/irda-utils/irdadump_0.9.16.bb | recipes/irda-utils/irdadump_0.9.16.bb | DESCRIPTION = "Utility to dump IrDA traffic."
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "glib-2.0 pkgconfig"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://glib2.patch"
S="${WORKDIR}/irda-utils-${PV}/irdadump"
EXTRA_CFLAGS += "`pkg-config --cflags glib-2.0`"
EXTRA_LDFLAGS += "`... | DESCRIPTION = "Utility to dump IrDA traffic."
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "glib-2.0 pkgconfig"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://glib2.patch"
S="${WORKDIR}/irda-utils-${PV}/irdadump"
EXTRA_CFLAGS += "`pkg-config --cflags glib-2.0`"
EXTRA_LDFLAGS += "`... | Use standard installation. * Fixes installation failure with new libtool. | irdadump: Use standard installation.
* Fixes installation failure with new libtool.
Signed-off-by: Stanislav Brabec <59b41f121ce1a0e9e44fd67be2eb55a800e72650@penguin.cz>
| BitBake | mit | openembedded/openembedded,hulifox008/openembedded,openembedded/openembedded,JamesAng/oe,sentient-energy/emsw-oe-mirror,openembedded/openembedded,xifengchuo/openembedded,openembedded/openembedded,dellysunnymtech/sakoman-oe,JamesAng/goe,giobauermeister/openembedded,hulifox008/openembedded,xifengchuo/openembedded,giobauer... |
34832e493bc6cf0c87d72b1928b7e09527ff517c | 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 wgt-bac... | 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 securit... | Update Image recipes : add security manager package | Update Image recipes : add security manager package
Change-Id: Iad1317efe583d237ecb2bb644da23963ec74cd51
Signed-off-by: Baptiste Durand <b25337b7e75bfa5131dfd7920748e6b5e058e3ca@open.eurogiciel.org>
| BitBake | mit | TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen |
86e7d5470d29bcb32d7ba5421846971ce6f37395 | recipes-ros/ros-comm/roscpp_1.9.41.bb | recipes-ros/ros-comm/roscpp_1.9.41.bb | DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client \
library that enables C++ programmers to quickly interface with ROS Topics, \
Services, Parameters. roscpp is the most widely used ROS client library and is designed to \
be the high-performance library for ROS."
SECTION = "devel"
LICENSE... | DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client \
library that enables C++ programmers to quickly interface with ROS Topics, \
Services, Parameters. roscpp is the most widely used ROS client library and is designed to \
be the high-performance library for ROS."
SECTION = "devel"
LICENSE... | Add devel space include path to cflags | roscpp: Add devel space include path to cflags
| BitBake | mit | rapyuta/meta-ros,KristofRobot/meta-ros,simium/meta-ros,bmwcarit/meta-ros,bulwahn/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros,rapyuta/meta-ros,bmwcarit/meta-ros,simium/meta-ros,rapyuta/meta-ros,bulwahn/meta-ros,simium/meta-ros,KristofRobot/meta-ros,bulwahn/meta-ros |
9612af5dc0ec7de0b8583a8f63bee0e30a033460 | packages/linux/fsg3-kernel_2.6.18.bb | packages/linux/fsg3-kernel_2.6.18.bb | # Kernel for Freecom FSG-3
#
# This bitbake file pulls patches and the defconfig straight
# from the NSLU2-Linux SVN repository. Information about this
# repository can be found at:
# http://trac.nslu2-linux.org/kernel/
#
# The revision that is pulled from SVN is specified below
IXP4XX_KERNEL_SVN_REV = "898"
#
# The di... | # Kernel for Freecom FSG-3
#
# This bitbake file pulls patches and the defconfig straight
# from the NSLU2-Linux SVN repository. Information about this
# repository can be found at:
# http://trac.nslu2-linux.org/kernel/
#
# The revision that is pulled from SVN is specified below
IXP4XX_KERNEL_SVN_REV = "902"
#
# The di... | Update to latest svn defconfig | fsg3-kernel: Update to latest svn defconfig | BitBake | mit | sampov2/audio-openembedded,demsey/openembedded,sampov2/audio-openembedded,Martix/Eonos,demsey/openembedded,rascalmicro/openembedded-rascal,buglabs/oe-buglabs,BlackPole/bp-openembedded,dellysunnymtech/sakoman-oe,John-NY/overo-oe,dellysunnymtech/sakoman-oe,openpli-arm/openembedded,nvl1109/openembeded,xifengchuo/openembed... |
5b60d166dab8a0abd36c0e2d584a3a4ae893e389 | packages/ccxstream/ccxstream_1.0.15.bb | packages/ccxstream/ccxstream_1.0.15.bb | DESCRIPTION = "XStream Server"
LICENSE = "GPL-2"
PR = "r1"
SRC_URI = "http://surfnet.dl.sourceforge.net/sourceforge/xbplayer/${P}.tar.gz \
file://ccxstream-termcap.patch;patch=1 \
file://ccxstream.init \
file://ccxstream.conf"
inherit autotools
do_install() {
# add startup and sample config
install -d ${D}${sy... | DESCRIPTION = "XStream Server"
DEPENDS = "readline"
LICENSE = "GPL-2"
PR = "r2"
SRC_URI = "http://surfnet.dl.sourceforge.net/sourceforge/xbplayer/${P}.tar.gz \
file://ccxstream-termcap.patch;patch=1 \
file://ccxstream.init \
file://ccxstream.conf"
inherit autotools
do_install() {
# add startup and sample config
... | Make ccxstream depend on readline | Make ccxstream depend on readline | BitBake | mit | sledz/oe,buglabs/oe-buglabs,SIFTeam/openembedded,openembedded/openembedded,thebohemian/openembedded,troth/oe-ts7xxx,sentient-energy/emsw-oe-mirror,hulifox008/openembedded,nx111/openembeded_openpli2.1_nx111,nx111/openembeded_openpli2.1_nx111,bticino/openembedded,YtvwlD/od-oe,troth/oe-ts7xxx,yyli/overo-oe,nx111/openembed... |
40c68ffd83f06e15c93dea1d71c5dc9c52686419 | recipes/libid3tag/libid3tag_0.15.1b.bb | recipes/libid3tag/libid3tag_0.15.1b.bb | DESCRIPTION = "Library for interacting with ID3 tags"
SECTION = "libs/multimedia"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "zlib"
PR = "r3"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
file://libid3tag-pkg-config.patch"
SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3"
SRC_URI[s... | DESCRIPTION = "Library for interacting with ID3 tags"
SECTION = "libs/multimedia"
PRIORITY = "optional"
LICENSE = "GPLv2+"
DEPENDS = "zlib"
PR = "r4"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
file://libid3tag-pkg-config.patch"
SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3"
SRC_UR... | Update LICENSE field version to GPLv2 | libid3tag: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2+ to
reflect the real license version.
* This change was back-ported from oe-core.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,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,mrchapp/arago-oe-dev |
6333eaf930cbfe97e215a0503d5a231518aa01f1 | 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 extra disk space to the image, so additional files can be uploaded | Add extra disk space to the image, so additional files can be uploaded
| BitBake | mit | KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos,KDAB/OpenEmbedded-Archos |
8737a88e462740e563001a12c3e3f93c6c43a532 | recipes-opal6/images/opal6-image-xfce.bb | recipes-opal6/images/opal6-image-xfce.bb | # This image extends fsl-image-multimedia with the following:
# XFCE desktop
# Disk formatting tools
# Modem and wireless support
IMAGE_FEATURES += "\
${@base_contains('DISTRO_FEATURES', 'x11', 'x11-base', '', d)} \
"
LICENSE = "MIT"
inherit core-image
CORE_IMAGE_EXTRA_INSTALL += " \
packagegroup-fsl-... | # This image extends fsl-image-multimedia_full with the following:
# XFCE desktop
# Disk formatting tools
# Modem and wireless support
require recipes-fsl/images/fsl-image-multimedia-full.bb
IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstools"
IMAGE_INSTALL_append = " packagegroup-xfce-extended midori"
IMAGE_I... | Correct dependencies for XFCE demo image | Correct dependencies for XFCE demo image
XFCE image is built on fsl-image-multimedia-full so recipe has been changed to reference that directly
| BitBake | mit | DeviceSolutions/meta-opal6-demos,DeviceSolutions/meta-opal6-demos |
9e2e093e8735e7ecbdbeedf48bb476eb6f52c45b | packages/meta/openslug-native-packages.bb | packages/meta/openslug-native-packages.bb | DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware"
LICENSE = MIT
PR = "r1"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
OPENSLUG_NATIVE_PACKAGES = "\
"
BROKEN_PACKAGES = "\
"
DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \
package-index'
| DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware"
LICENSE = MIT
PR = "r2"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = 1
PACKAGES = "${PN}"
# Just something the test with
OPENSLUG_NATIVE_PACKAGES = "\
gzip \
vlan \
"
BROKEN_PACKAGES = "\
"
DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \
p... | Add a few packages to test with | Add a few packages to test with
| BitBake | mit | buglabs/oe-buglabs,anguslees/openembedded-android,JrCs/opendreambox,xifengchuo/openembedded,hulifox008/openembedded,BlackPole/bp-openembedded,dave-billin/overo-ui-moos-auv,nlebedenco/mini2440,nvl1109/openembeded,openembedded/openembedded,sampov2/audio-openembedded,nx111/openembeded_openpli2.1_nx111,openpli-arm/openembe... |
09db50599aed073cc173b7de23358a83abd27218 | meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | SUMMARY = "Freedesktop sound theme"
HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec"
LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
# glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT
# intltool for intltool.m4 wh... | SUMMARY = "Freedesktop sound theme"
HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec"
LICENSE = "GPLv2+ & CC-BY-3.0 & CC-BY-SA-3.0"
LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
# glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT
# intltool for intltool.m... | Fix license format QA error | sound-theme-freedesktop: Fix license format QA error
Fix the following QA error:
,----
| WARNING: Recipe sound-theme-freedesktop, LICENSE (GPLv2+ CC-BY-3.0
| CC-BY-SA-3.0) has invalid format, LICENSES must have operator "([&|()
| ])" between them.
`----
Signed-off-by: Otavio Salvador <1d31b11c1b92bf5d043d36e... | BitBake | mit | MCherifiOSS/meta-openembedded,RedFIR/meta-openembedded,mrchapp/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,lgirdk/meta-openembedded,mrchapp/meta-openembedded,rofehr/meta-openembedded,fredcadete/meta-openembedded,MCherifiOSS/meta-openembedded,dm8tbr/kodi-wip,MCherifiOSS/meta-openembedded,shr-... |
2d964c9051632eb4d1896a4ef4d5eb2203f79570 | meta-python/recipes-devtools/python/python3-redis_2.10.6.bb | meta-python/recipes-devtools/python/python3-redis_2.10.6.bb | SUMMARY = "Python client for Redis key-value store"
DESCRIPTION = "The Python interface to the Redis key-value store."
HOMEPAGE = "http://github.com/andymccurdy/redis-py"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b"
SRC_UR... | SUMMARY = "Python client for Redis key-value store"
DESCRIPTION = "The Python interface to the Redis key-value store."
HOMEPAGE = "http://github.com/andymccurdy/redis-py"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b"
SRC_UR... | Add python3-cryptography to RDEPENDS for python3-redis | python3: Add python3-cryptography to RDEPENDS for python3-redis
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
(cherry picked from commit bf209dbf116a958689d82a73b7e1f4f1abfd5353)
Signed-off-by: Armin Kuster <525edcd226fb27e7f47fbb319a38fe989c677548@gmail.com>
| BitBake | mit | victronenergy/meta-openembedded,victronenergy/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,victronenergy/meta-openembedded,lgirdk/meta-openembedded,victronenergy/meta-openembedded,lgirdk/meta-openembedded,victronenergy/meta-openembedded,lgirdk/meta-openembedded,victronene... |
7ca6a985cf6d88f505e0a4c056a96b519493f3a2 | recipes-graphics/images/qcom-x11-image.bb | recipes-graphics/images/qcom-x11-image.bb | SUMMARY = "Basic X11 graphics image"
IMAGE_FEATURES += "splash package-management debug-tweaks ssh-server-openssh hwcodecs x11 tools-debug"
LICENSE = "MIT"
inherit core-image distro_features_check extrausers
# let's make sure we have a good image..
REQUIRED_DISTRO_FEATURES = "x11"
# make sure we boot to desktop
# ... | SUMMARY = "Basic X11 graphics image"
IMAGE_FEATURES += "splash package-management debug-tweaks ssh-server-openssh hwcodecs x11 tools-debug"
LICENSE = "MIT"
inherit core-image features_check extrausers
# let's make sure we have a good image..
REQUIRED_DISTRO_FEATURES = "x11"
# make sure we boot to desktop
# by defa... | Use features_check instead of distro_features_check | recipes: Use features_check instead of distro_features_check
distro_features_check is now deprecated
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | ndechesne/meta-qcom,ndechesne/meta-qualcomm,ndechesne/meta-qcom,ndechesne/meta-qcom |
78a0e1cd3028405a92a851ee99a074e62261595f | recipes-support/connman/connman_git.bb | recipes-support/connman/connman_git.bb | require connman.inc
SRCREV = "c80faf72bfdd1f78562504146f16a3b05874dd92"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
file://add_xuser_dbus_permission.patch \
file://connman"
S = "${WORKDIR}/git"
PR = "${INC_PR}.0"
| require connman.inc
SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
file://add_xuser_dbus_permission.patch \
file://connman"
S = "${WORKDIR}/git"
PR = "${INC_PR}.1"
| Update to connman version 1.3 | Update to connman version 1.3
| BitBake | mit | housel/meta-cimtokmais-2012,housel/meta-cimtokmais-2012 |
ba4ce35dae24a5f1350b1b7c6a15f89ad5d49528 | recipes-devtools/lsuio/lsuio_0.2.0.bb | recipes-devtools/lsuio/lsuio_0.2.0.bb | DESCRIPTION = "Lists available userspace I/O (UIO) devices"
SECTION = "tools"
DEPENDS = ""
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
SRC_URI="http://www.osadl.org/proje... | DESCRIPTION = "Lists available userspace I/O (UIO) devices"
SECTION = "tools"
DEPENDS = ""
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
SRC_URI="http://www.osadl.org/proje... | Fix lsuio recipe from wrong merge | Fix lsuio recipe from wrong merge
| BitBake | mit | carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr |
554141160fc39212b5225f0877b78e9bd57e3ac2 | recipes-devtools/lsuio/lsuio_0.2.0.bb | recipes-devtools/lsuio/lsuio_0.2.0.bb | DESCRIPTION = "Lists available userspace I/O (UIO) devices"
SECTION = "tools"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r0"
DEPENDS = ""
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
SRC_URI="http://www.osad... | DESCRIPTION = "Lists available userspace I/O (UIO) devices"
SECTION = "tools"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r1"
DEPENDS = ""
HOMEPAGE="http://www.osadl.org/UIO.uio.0.html"
SRC_URI="http://www.osadl.org/projects/downloads/UIO/user/lsuio-${PV}.tar.gz"
... | Allow fixing a conflict when building petalinux SDK | Allow fixing a conflict when building petalinux SDK
| BitBake | mit | carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr,carlesfernandez/meta-gnss-sdr |
575947832b23d9039e51d318512db030f1a77853 | recipes-kernel/kernel-modules/kernel-module-mali-utgard_r9p0-01rel0-meson-gx.bb | recipes-kernel/kernel-modules/kernel-module-mali-utgard_r9p0-01rel0-meson-gx.bb | require kernel-module-mali-utgard.inc
LIC_FILES_CHKSUM = "file://driver/src/devicedrv/mali/readme.txt;md5=92d15b487d204ace57072c48697b4a89"
BRANCH="DX910-SW-99002-r9p0-01rel0_meson_gx"
SRC_URI = "git://github.com/superna9999/meson_gx_mali_450.git;branch=${BRANCH}"
SRCREV = "eb2c846fd78058def70b492f55e4c52fd7254da7"
... | require kernel-module-mali-utgard.inc
LIC_FILES_CHKSUM = "file://driver/src/devicedrv/mali/readme.txt;md5=92d15b487d204ace57072c48697b4a89"
BRANCH="DX910-SW-99002-r9p0-01rel0_meson_gx"
SRC_URI = "git://github.com/superna9999/meson_gx_mali_450.git;branch=${BRANCH}"
SRCREV = "bff4613d70b95c783e514019d169b68bfbdd9f3b"
... | Fix vm_fault_t build error on v5.0 | utgard_r9p0-01rel0: Fix vm_fault_t build error on v5.0
Signed-off-by: Armin Kuster <525edcd226fb27e7f47fbb319a38fe989c677548@gmail.com>
| BitBake | mit | twoerner/meta-odroid,akuster/meta-odroid,akuster/meta-odroid,twoerner/meta-odroid,akuster/meta-odroid,akuster/meta-odroid,twoerner/meta-odroid |
778bb7683b629dee9b5a7a3e67d7b836c4c90d4a | recipes-core/packagegroups/packagegroup-cloud-ibm_0.6.bb | recipes-core/packagegroups/packagegroup-cloud-ibm_0.6.bb | DESCRIPTION = "Packages for IBM Bluemix & Watson platforms."
LICENSE = "MIT"
inherit packagegroup
PR = "r0"
RDEPENDS_${PN} = "\
ibm-iotf-embeddedc \
ibm-iotf-embeddedc-dev \
ibm-iotf-embeddedc-samples \
node-red-contrib-ibm-watson-iot \
python-ibmiotf \
"
PACKAGES = "${PN}"
PACKAGECONFIG ??= "java"
PACKAGECON... | DESCRIPTION = "Packages for IBM Bluemix & Watson platforms."
LICENSE = "MIT"
inherit packagegroup
PR = "r0"
PACKAGES = "${PN}"
PACKAGECONFIG ??= "c java python node-red"
PACKAGECONFIG[c] = "\
, \
, \
, \
ibm-iotf-embeddedc \
ibm-iotf-embeddedc-dev \
ibm-iotf-embeddedc-samples \
"
PACKAGECONFIG[java] = "\
,... | Choose which programming languages to support in the package group | IBM: Choose which programming languages to support in the package group
Signed-off-by: Scott Ware <73d8c51564b4eae79a1225e2fb09ab1ef1f00b4b@intel.com>
| BitBake | mit | intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud |
2c9998dd7cacac89bc988b9b97ec02d6ea638c9b | recipes-core/packagegroups/packagegroup-petalinux-qt-extended.bb | recipes-core/packagegroups/packagegroup-petalinux-qt-extended.bb | DESCRIPTION = "PetaLinux Qt additional supported packages"
inherit packagegroup distro_features_check
ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland"
QT_EXTENDED_PACKAGES = " \
ruby \
packagegroup-petalinux-qt \
qtbase-mkspecs \
qtbase-plugins \
qtsystems-mkspecs \
qttranslations-qtbase \
qttranslations-qthelp \... | DESCRIPTION = "PetaLinux Qt additional supported packages"
inherit packagegroup distro_features_check
ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland"
QT_EXTENDED_PACKAGES = " \
ruby \
packagegroup-petalinux-qt \
qtbase-mkspecs \
qtbase-plugins \
qtsystems-mkspecs \
qttranslations-qtbase \
qttranslations-qthelp \... | Build qtx11extras only if distro contains X11 | qt-extended.bb: Build qtx11extras only if distro contains X11
The packagegroup should build qtx11extras only when X11 is included in
DISTRO_FEATURES, else the build will break if the user wants to add
this packagegroup for fbdev.
Signed-off-by: Madhurkiran Harikrishnan <3633e2a03d0f30b60eeabe41be72b6756a2e9110@xilinx... | BitBake | mit | Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux |
4b4f06d62a560ca35c955beefb9b5e2db99a2e45 | recipes-kernel/linux-libc-headers/linux-libc-headers-base_git.bb | recipes-kernel/linux-libc-headers/linux-libc-headers-base_git.bb | # based on OE-Core
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
# use the same kernel source as linux_git.bb
inherit linux-src
PROVIDES += "linux-libc-headers"
| # based on OE-Core
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
# The current version of linux-cip is 4.4 which does not provide 'asm/bpf_perf_event.h'
# Overwrite do_install_armmultilib to remove 'asm/bpf_perf_event.h'.
# Fix error:
# | ERROR: linux-libc-headers-base-gitAUTOINC+94e27e1f56-r0 do_... | Fix oe_multilib_header cannot find asm/bpf_perf_event.h | linux-libc-headers-base: Fix oe_multilib_header cannot find asm/bpf_perf_event.h
The current version of linux-cip is 4.4 which does not provide 'asm/bpf_perf_event.h'
Overwrite do_install_armmultilib to remove it.
Fix error:
ERROR: linux-libc-headers-base-gitAUTOINC+94e27e1f56-r0 do_install: oe_multilib_header: Unab... | BitBake | mit | meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian |
fbdcf74f4e27b792deb920bc83db924bea856255 | recipes-debian/expat/expat_debian.bb | recipes-debian/expat/expat_debian.bb | #
# base recipe: meta/recipes-core/expat/expat_2.1.0.bb
# base branch: daisy
#
PR = "r0"
SUMMARY = "A stream-oriented XML parser library"
DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML do... | #
# base recipe: meta/recipes-core/expat/expat_2.1.0.bb
# base branch: daisy
#
PR = "r0"
SUMMARY = "A stream-oriented XML parser library"
DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML do... | Update recipe for expat package | Update recipe for expat package
Signed-off-by: Tran Thi Van Dung <4602a2150458a8fc79ca562d1ec5fffebd9f9638@toshiba-tsdv.com>
| BitBake | mit | nghiaht-tsdv/meta-debian,rofehr/meta-debian,congnt-tsdv/meta-debian,rofehr/meta-debian,rofehr/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,rofehr/meta-debian,nghiaht-tsdv/meta-debian,congnt-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tien... |
ecf8387be0135dc8a64c2e6c28cd26e039334de9 | packages/linux/linux-eten_2.6.28-rc4+git.bb | packages/linux/linux-eten_2.6.28-rc4+git.bb | require linux.inc
DESCRIPTION = "The Linux kernel for E-Ten Glofiish smartphones"
COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = "eten-m800"
KERNEL_RELEASE = "2.6.28-rc4"
KERNEL_VERSION = "${KERNEL_RELEASE}"
# See http://wiki.openembedded.net/index.php/Versioning_Policy
PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gi... | require linux.inc
DESCRIPTION = "The Linux kernel for E-Ten Glofiish smartphones"
COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = "eten-m800"
KERNEL_RELEASE = "2.6.28-rc4"
KERNEL_VERSION = "${KERNEL_RELEASE}"
# See http://wiki.openembedded.net/index.php/Versioning_Policy
PV = "2.6.27+${KERNEL_RELEASE}+${PR}+gi... | Add ro to CMDLINE to work around a strange bug that the SD gets not mounted | linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not
mounted
| BitBake | mit | dellysunnymtech/sakoman-oe,nx111/openembeded_openpli2.1_nx111,nx111/openembeded_openpli2.1_nx111,hulifox008/openembedded,BlackPole/bp-openembedded,John-NY/overo-oe,buglabs/oe-buglabs,openpli-arm/openembedded,JrCs/opendreambox,yyli/overo-oe,hulifox008/openembedded,nzjrs/overo-openembedded,JamesAng/goe,John-NY/overo-oe,g... |
52a2ea56510e0dd74bd3bf74223e05adfbf503cb | recipes-liri/fluid/fluid_git.bb | recipes-liri/fluid/fluid_git.bb | SUMMARY = "A collection of cross-platform QtQuick components for building fluid and dynamic applications"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = " \
file://LICENSE.MPL2;md5=815ca599c9df247a0c7f619bab123dad \
"
inherit liri
SRC_URI += "file://0001-remove-Werror-from-build-flags.patch"
PV = "0.9.0+git${SRCPV}"
SRCREV... | SUMMARY = "A collection of cross-platform QtQuick components for building fluid and dynamic applications"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = " \
file://LICENSE.MPL2;md5=815ca599c9df247a0c7f619bab123dad \
"
inherit liri
SRC_URI += "file://0001-remove-Werror-from-build-flags.patch"
PV = "0.9.0+git${SRCPV}"
SRCREV... | Add mkspecs to dev subpackage | fluid: Add mkspecs to dev subpackage
Upstream added support for qmake projects.
Signed-off-by: Pier Luigi Fiorini <295fa01708b2fee29c68701c2be812b51a3cff23@liri.io>
| BitBake | mit | schnitzeltony/meta-qt5-extra,schnitzeltony/meta-qt5-extra,schnitzeltony/meta-qt5-extra |
22e54f274d63175ecf42217b9601f20e6d2292a1 | packages/keylaunch/keylaunch_2.0.10.bb | packages/keylaunch/keylaunch_2.0.10.bb | inherit gpe
DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch"
DEPENDS_append_openzaurus = " display-brightness"
RDEPENDS_append_openzaurus = " display-brightness"
SECTION = "gpe"
LICENSE = "GPL"
DESCRIPTION = "A small utility for binding commands to a hot key.\
Keylaunch is a minimal utility for associa... | inherit gpe
DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch"
DEPENDS_append_openzaurus = " display-brightness"
RDEPENDS_append_openzaurus = " display-brightness"
SECTION = "gpe"
LICENSE = "GPL"
DESCRIPTION = "A small utility for binding commands to a hot key.\
Keylaunch is a minimal utility for associa... | Install configuration using update-alternatives, enables different key-bindings for different window managers | keylaunch: Install configuration using update-alternatives, enables different key-bindings for different window managers
| BitBake | mit | JamesAng/goe,xifengchuo/openembedded,JamesAng/oe,BlackPole/bp-openembedded,troth/oe-ts7xxx,demsey/openenigma2,openpli-arm/openembedded,sutajiokousagi/openembedded,yyli/overo-oe,JamesAng/goe,dellysunnymtech/sakoman-oe,demsey/openenigma2,nzjrs/overo-openembedded,JrCs/opendreambox,nvl1109/openembeded,openpli-arm/openembed... |
bd9846479069c6af616a41eca82e7d0649b75198 | 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=python-cli"
SRCREV = "python-cli"
S = "${WORKDIR}/git"
RDEP... | FILESEXTRAPATHS_prepend := "${THISDIR}:"
DESCRIPTION = "ACME Utilities"
SECTION = "acme"
DEPENDS = ""
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=578ecfeb82fabd60bb6310f0bf6af799"
SRC_URI = "git://github.com/bayLibre-acme/acme-utils.git;branch=master"
SRCREV = "master"
S = "${WORKDIR}/git"
RDEPENDS_${P... | Switch to master for acme-utils | Switch to master for acme-utils
| BitBake | mit | baylibre-acme/meta-baylibre |
a663b1de50d34f2a5b6d1bd23b26aac6155ae28d | recipes-debian/jasper/jasper_debian.bb | recipes-debian/jasper/jasper_debian.bb | #
# Meta-debian
#
DESCRIPTION = "The JasPer JPEG-2000 runtime library"
LICENSE = "Jasper-2.0"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6fa5cfb08782fcab103fad4ebb2a01d7 \
file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc"
SECTION = "graphics"
PR = "r1"
DEPENDS = "libjpeg-turbo"
EXTRA_OECONF += " --enable-share... | #
# Meta-debian
#
DESCRIPTION = "The JasPer JPEG-2000 runtime library"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6fa5cfb08782fcab103fad4ebb2a01d7 \
file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc"
SECTION = "graphics"
PR = "r1"
DEPENDS = "libjpeg-turbo"
EXTRA_OECONF += " --enable-shared=yes"
... | Add recipe for native package and correct LICENSE | jasper: Add recipe for native package and correct LICENSE
Signed-off-by: Hoang Trong Nghia <b874396fbdd8843df5170c2f0d7bd61e089f462b@toshiba-tsdv.com>
| BitBake | mit | nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debia... |
6d3bfc08545205753d5b61708d595af097851162 | meta-linaro/recipes-linaro/images/linaro-image-lamp.bb | meta-linaro/recipes-linaro/images/linaro-image-lamp.bb | require linaro-image-common.inc
IMAGE_INSTALL += " \
apache2 \
fwts \
grub \
mysql5-server \
mysql5-client \
php-fpm \
php-fpm-apache2 \
packagegroup-core-buildessential \
${SDK_IMAGE_INSTALL}"
IMAGE_FEATURES += "\
dev-pkgs \
staticdev-pkgs \
tools-debug \
tools-sdk \
"
| require linaro-image-common.inc
IMAGE_INSTALL += " \
apache2 \
fwts \
grub \
mysql5-server \
mysql5-client \
mongodb \
php-fpm \
php-fpm-apache2 \
packagegroup-core-buildessential \
${SDK_IMAGE_INSTALL}"
IMAGE_FEATURES += "\
dev-pkgs \
staticdev-pkgs \
tools-debug \
tools-s... | Revert "mongodb: remove from lamp temporarily" | Revert "mongodb: remove from lamp temporarily"
This reverts commit 3f3cf2f2cda0c5077508b370c146e324712fa888.
Change-Id: I6c7ac256cc353c99f02cca172e335d77aec4837f
| BitBake | mit | xleng/meta-linaro,linaro-home/meta-linaro,linaro-home/meta-linaro,linaro-home/meta-linaro,xleng/meta-linaro,linaro-home/meta-linaro,linaro-home/meta-linaro,xleng/meta-linaro,xleng/meta-linaro,xleng/meta-linaro,linaro-home/meta-linaro |
1d7edaf049cc09352ebbffece9ff18b49b25493a | recipes/soprano_git.bb | recipes/soprano_git.bb | LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=58ea69e00c0f1a17ba58451500255625"
require kde4.inc
DEPENDS = "virtuoso raptor"
SRC_URI = "git://anongit.kde.org/soprano.git;branch=master \
file://Fix-Redland-cross-compile-error.patch \
file://WORKAROUND-export-visibility.patch \
"
SRCREV = "2f538... | LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=58ea69e00c0f1a17ba58451500255625"
require kde4.inc
DEPENDS = "virtuoso raptor"
RDEPENDS_${PN} = "virtuoso raptor rasqal redland"
SRC_URI = "git://anongit.kde.org/soprano.git;branch=master \
file://Fix-Redland-cross-compile-error.patch \
file://WORKARO... | Fix packaging, add necessary RDEPENDS | soprano: Fix packaging, add necessary RDEPENDS
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
| BitBake | mit | koenkooi/meta-kde4,Angstrom-distribution/meta-kde,koenkooi/meta-kde4,Angstrom-distribution/meta-kde |
3b311b6c1ec36dcdaf199f51b719bcdb9e0e50b1 | meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb | meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb | SUMMARY = "C++ bindings for the GTK+ toolkit V3"
HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "glib-2.0-nat... | SUMMARY = "C++ bindings for the GTK+ toolkit V3"
HOMEPAGE = "http://www.gtkmm.org/"
SECTION = "libs"
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "glib-2.0-nat... | Allow wayland or x11 in distro features | gtkmm3: Allow wayland or x11 in distro features
Fixes build with no-x11 distros
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Cc: Andreas Müller <d72a15aaaca3a7afa855175c72dc8d2e05931e32@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 |
9fa21e7ccc304c27979ccaecede2e43dd43e6a56 | meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb | meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb | DESCRIPTION = "TI Cryptography Example Applications"
HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
SECTION = "console"
DEPENDS += "openssl"
PR = "r6"
BRANCH ?... | DESCRIPTION = "TI Cryptography Example Applications"
HOMEPAGE = "http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
SECTION = "console"
DEPENDS += "openssl"
PR = "r7"
BRANCH ?... | Update commit to fix mknod issues | ti-crypto-examples: Update commit to fix mknod issues
* Certificate generation script for some reason deletes and recreates crypto
mknod.
* Doing this is incorrect and shouldn't be done.
* Update commit that pulls in the change that deletes mknod related lines.
Signed-off-by: Franklin S. Cooper Jr <b8c01a1703dc3629... | BitBake | mit | rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago |
6ffa1fa0fb4bd20fdb078bff74417d925491cb0b | packages/u-boot/u-boot-omap3_git.bb | packages/u-boot/u-boot-omap3_git.bb | require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
SRCREV = "160b30a7f315ea2c7d76dd19250d723eedb283ee"
PV = "2008.10-rc3+${PR}+git${SRCREV}"
PR="r0"
SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=overo;protocol=git \
"
UBOOT_MACHINE_b... | require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
SRCREV = "486ad6069e804bcc98004f197f01b7ef267dc408"
PV = "2008.10+${PR}+git${SRCREV}"
PR="r0"
SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=evmmux;protocol=git \
"
UBOOT_MACHINE_beag... | Switch to evmmux branch to put some mileage on the patches to be submitted upstream | u-boot-omap3: Switch to evmmux branch to put some mileage on the patches to be submitted upstream
| BitBake | mit | scottellis/overo-oe,John-NY/overo-oe,nzjrs/overo-openembedded,scottellis/overo-oe,John-NY/overo-oe,scottellis/overo-oe,scottellis/overo-oe,scottellis/overo-oe,nzjrs/overo-openembedded,scottellis/overo-oe,yyli/overo-oe,scottellis/overo-oe,yyli/overo-oe,John-NY/overo-oe,John-NY/overo-oe,yyli/overo-oe,John-NY/overo-oe,nzj... |
322a491eb1faae0cea8e1f7ae8f258a48fe27a46 | recipes-kernel/linux/linux-nilrt_4.6.bb | recipes-kernel/linux/linux-nilrt_4.6.bb | DESCRIPTION = "Linux kernel based on nilrt branch"
require linux-nilrt.inc
NI_RELEASE_VERSION = "17.1"
LINUX_VERSION = "4.6"
LINUX_VERSION_EXTENSION = "-nilrt"
KBRANCH = "nilrt/${NI_RELEASE_VERSION}/${LINUX_VERSION}"
KBRANCH_n310 = "dev/bmouring/nilrt/cardassia/${LINUX_VERSION}"
# Subfolder of the same name will be ... | DESCRIPTION = "Linux kernel based on nilrt branch"
require linux-nilrt.inc
NI_RELEASE_VERSION = "cardassia"
LINUX_VERSION = "4.6"
LINUX_VERSION_EXTENSION = "-nilrt"
KBRANCH = "nilrt/${NI_RELEASE_VERSION}/${LINUX_VERSION}"
KBRANCH_n310 = "dev/bmouring/nilrt/cardassia/${LINUX_VERSION}"
# Subfolder of the same name wil... | Update release name for Cardassia | linux-nilrt: Update release name for Cardassia
As the cardassia kernel branch exists now and has diverged from the
17.1 branch, update to use that branch. The changes in the kernel
come from hardware support needs for Cardassia.
Signed-off-by: Brad Mouring <58d99a887450796456131638ba4c43b5ba95afcf@ni.com>
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
1839c7f8c9edf8a1ed671e4e2ccf4092bd42c6ef | meta-resin-common/recipes-core/ucl/ucl_1.03.bb | meta-resin-common/recipes-core/ucl/ucl_1.03.bb | HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
SUMMARY = "Data compression library"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
SRC_URI = " \
http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
file://0001-configure.ac-Fix-with-current-autoco... | HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
SUMMARY = "Data compression library"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
SRC_URI = " \
http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
file://0001-configure.ac-Fix-with-current-autoco... | Fix gcc6 ACC conformance test configure error for ucl-native too | ucl: Fix gcc6 ACC conformance test
configure error for ucl-native too
This extends the fix from commit 88cffcce8cd93c909af31454d8fe7577fbf96ab2
to ucl-native too.
This commit fixes(by using the ISO C90 standard) the following ucl-native configure error on gcc6:
| checking whether your compiler passes the ACC conform... | BitBake | apache-2.0 | resin-os/meta-resin,resin-os/meta-resin,resin-os/meta-resin,resin-os/meta-resin |
4738a09f3b5c759a9676ad27e9268fa54d51bf79 | meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | SUMMARY = "A simple presentation tool for hackers"
DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \
by bullet point and instead encourage presentations containing beautiful \
images and small amounts of concise text in slides."
SECTION = "x11/multi... | SUMMARY = "A simple presentation tool for hackers"
DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \
by bullet point and instead encourage presentations containing beautiful \
images and small amounts of concise text in slides."
SECTION = "x11/multi... | Add dependency on opengl for cogl | pinpoint: Add dependency on opengl for cogl
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@windriver.com>
| BitBake | mit | kraj/meta-openembedded,rehsack/meta-openembedded,lgirdk/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,amery/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,mrchapp/meta-openembedded,VC... |
8906372c9168a14e90627afdd426b79bb6f23494 | layers/meta-magos/recipes-core/images/magos-image-prod.bb | layers/meta-magos/recipes-core/images/magos-image-prod.bb | SUMMARY = "MagOS image for production"
LICENSE = "MIT"
IMAGE_FEATURES += "ssh-server-dropbear package-management"
IMAGE_INSTALL = " \
packagegroup-magos-base \
packagegroup-magos-mmctools \
packagegroup-core-full-cmdline \
packagegroup-core-lsb \
"
IMAGE_LINGUAS = " "
inherit core-image
| SUMMARY = "MagOS image for production"
LICENSE = "MIT"
IMAGE_FEATURES += "ssh-server-dropbear package-management"
IMAGE_INSTALL = " \
packagegroup-magos-base \
packagegroup-magos-mmctools \
packagegroup-core-full-cmdline \
"
IMAGE_LINGUAS = " "
inherit core-image
| Remove packagegroup-core-lsb from images, for now, since it requires x11. | Remove packagegroup-core-lsb from images, for now, since it
requires x11.
| BitBake | mit | madisongh/magos-distro,madisongh/magos-distro,madisongh/magos-distro |
eb2f52dd235062143f985e471f3b2dd74939a90e | recipes-bsp/drivers/omap3-pwm_git.bb | recipes-bsp/drivers/omap3-pwm_git.bb | DESCRIPTION = "PWM drivers for omap3 processors"
HOMEPAGE = "https://github.com/scottellis/omap3-pwm"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://../git/pwm.c;endline=28;md5=c8448052329697f9239ac2d919535901"
PR="r2"
inherit module
COMPATIBLE_MACHINE = "overo"
SRCREV = "dc40d9296054e7e26c89586c1bd01199e1593017"
SRC_UR... | DESCRIPTION = "PWM drivers for omap3 processors"
HOMEPAGE = "https://github.com/scottellis/omap3-pwm"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
inherit module
COMPATIBLE_MACHINE = "omap3"
SRCREV = "ccee3524b0bc063f968eef3d7963e613dd0beb1b"
SRC_UR... | Update license and code for OMAP3 PWM | [omap3-pwm] Update license and code for OMAP3 PWM
Follow the changes from upstream:
https://github.com/Pansenti/meta-pansenti/blob/master/recipes-kernel/drivers/omap3-pwm_git.bb
Signed-off-by: Ash Charles <80cee6ff557ba1c5981cd5d98755c09f634abbac@gmail.com>
| BitBake | mit | gumstix/meta-gumstix,scottellis/meta-gumstix,scottellis/meta-gumstix,gumstix/meta-gumstix,gumstix/meta-gumstix |
3871d4561464eedc6a9a83b2c682ec7d29682873 | 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 = "f2f1e160ce411a08836e31c36a09c9dd55ec9784"
PV = "0.0.1"
PR = "r2"
S = "${WORKDIR}/git"
inher... | DESCRIPTION = "Media controller control application"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git"
SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
PV = "0.0.1"
PR = "r3"
S = "${WORKDIR}/git"
inher... | Update to latest upstream to fix build with latest autotools | media-ctl: Update to latest upstream to fix build with latest autotools
Signed-off-by: Gary Thomas <f9023000f29773649f3850298becb9544b5fd6a9@mlbassoc.com>
Signed-off-by: Koen Kooi <42e3d96910f922bdd7dd1805fe3f8aff634f391d@dominion.thruhere.net>
| BitBake | mit | akuster/meta-openembedded,moto-timo/meta-openembedded,RedFIR/meta-openembedded,openembedded/meta-openembedded,victronenergy/meta-openembedded,rofehr/meta-openembedded,trikset/meta-openembedded,shr-distribution/meta-oe,RealDigitalMedia/meta-openembedded,shr-distribution/meta-oe,lixinfnst/meta-openembedded,RealVNC/yocto_... |
5973eb2bdb1c7aba5e5285c6d6d531523b172a6a | recipes-kernel/linux/linux-beck_git.bb | recipes-kernel/linux/linux-beck_git.bb | DESCRIPTION = "Linux kernel for Beck IPC Hardware"
require recipes-kernel/linux/linux.inc
require recipes-kernel/linux/linux-dtb.inc
COMPATIBLE_MACHINE = "(sc145-db150|sc165-db150|sc165-cti1*)"
PV = "4.9.18"
SRCREV_pn-${PN} = "b6b23aaf48c153ed3bfc0f4b7b3b19d3f0a95797"
SRC_URI += "git://github.com/beck-ipc/kernel-... | DESCRIPTION = "Linux kernel for Beck IPC Hardware"
require recipes-kernel/linux/linux.inc
require recipes-kernel/linux/linux-dtb.inc
COMPATIBLE_MACHINE = "(sc145-db150|sc165-db150|sc165-cti1*|sc145-cti1*)"
PV = "4.9.18"
SRCREV_pn-${PN} = "99e5b2a76ac48cdff1c3ef3f6191c00aec6f93d9"
SRC_URI += "git://github.com/beck... | Update to latest state, add support for sc145 based cti | linux-beck: Update to latest state, add support for sc145 based cti
| BitBake | mit | beck-ipc/meta-at-chip |
c406d02f60c9218abf46e664eb53d723530aeed4 | packages/openmoko-projects/tichy_svn.bb | packages/openmoko-projects/tichy_svn.bb | DESCRIPTION = "Python applets manager"
SECTION = "x11"
LICENSE = "GPL"
DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject"
PV = "0.1+svnr${SRCREV}"
PR = "r0.01"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=tichy;proto=http"
S = "${WORKDIR}... | DESCRIPTION = "Python applets manager"
SECTION = "x11"
LICENSE = "GPL"
DEPENDS = "python-pygame"
PV = "0.1+svnr${SRCREV}"
PR = "r0"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=tichy;proto=http"
S = "${WORKDIR}/tichy"
inherit distutils
FILES_${PN} += "${datadir}"
RDEPENDS_${PN} += "python-pygame"
| Revert "[tichy] Apply Charlie's change" | Revert "[tichy] Apply Charlie's change"
This reverts commit 4c0ee5b029940a12c923809ec1e7d05735364e94.
| BitBake | mit | JamesAng/goe,JamesAng/goe,sampov2/audio-openembedded,nvl1109/openembeded,rascalmicro/openembedded-rascal,dellysunnymtech/sakoman-oe,openembedded/openembedded,mrchapp/arago-oe-dev,JrCs/opendreambox,nlebedenco/mini2440,demsey/openenigma2,mrchapp/arago-oe-dev,giobauermeister/openembedded,JamesAng/oe,nlebedenco/mini2440,Ma... |
51af7972c0e5aeab35697d3ea91cfc90ead7a6fa | recipes-support/swupdate/swupdate_git.bb | recipes-support/swupdate/swupdate_git.bb | require swupdate.inc
require swupdate_tools.inc
DEFAULT_PREFERENCE = "-1"
SRCREV = '8a2ff356c3d93bb4f681a511e6b42ed64dcf6409'
| require swupdate.inc
require swupdate_tools.inc
DEFAULT_PREFERENCE = "-1"
SRCREV ?= '8a2ff356c3d93bb4f681a511e6b42ed64dcf6409'
| Allow .bbappend files to overwrite SRCREV | Allow .bbappend files to overwrite SRCREV
For example, when putting the following content into a swupdate_git.bbappend,
the most recent commit in master as of 2018-09-05 gets used:
SRCREV = 'd8069ae82853c2dc6b8400a29ec51b1b556e4134'
Signed-off-by: Reto Schneider <e6fb06210fafc02fd7479ddbed2d042cc3a5155e@reto-schneid... | BitBake | mit | sbabic/meta-swupdate,sbabic/meta-swupdate |
46a83badda0dfe021c9ad8798ac56a26f20291a9 | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | LINUX_VERSION = "5.15.19"
KBRANCH="xlnx_rebase_v5.15_LTS"
SRCREV = "b0c1be301e78c320df8c4d93b18393bfd7fd4e9d"
KCONF_AUDIT_LEVEL="0"
include linux-xlnx.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
| LINUX_VERSION = "5.15.19"
KBRANCH="xlnx_rebase_v5.15_LTS_2022.1_update"
SRCREV = "5ead03b6e64b5072737c653bb20ebcd88704e3d1"
KCONF_AUDIT_LEVEL="0"
include linux-xlnx.inc
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
| Update branch and SRCREV for update release | linux-xlnx: Update branch and SRCREV for update release
Update the kernel branch and commit ID for the 2022.1_update1 release.
Signed-off-by: Christian Kohn <cddab1f837c400ff9c3b002761e2cb74669ec6d1@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
eeec49d478fd372da1dbe78b72f18113730fcb91 | recipes/ti/am-benchmarks_1.2.bb | recipes/ti/am-benchmarks_1.2.bb | #NOTE: This package is currently only supported for the Angstrom
# distribution. Other distributions and toolchains may or
# may not work.
DESCRIPTION = "AM Benchmarks"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
SRCREV = "59"
PR = "... | #NOTE: This package is currently only supported for the Angstrom
# distribution. Other distributions and toolchains may or
# may not work.
DESCRIPTION = "AM Benchmarks"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
SRCREV = "60"
PR = "... | Add support for am387x-evm machine | am-benchmarks: Add support for am387x-evm machine
* Add support in this recipe for the am387x-evm machine
type.
* Bump the PR.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | JamesAng/goe,sentient-energy/emsw-oe-mirror,xifengchuo/openembedded,openembedded/openembedded,dellysunnymtech/sakoman-oe,giobauermeister/openembedded,xifengchuo/openembedded,JamesAng/goe,openembedded/openembedded,JamesAng/oe,hulifox008/openembedded,JamesAng/oe,giobauermeister/openembedded,dellysunnymtech/sakoman-oe,hul... |
74596797cbd21b88e662edae61a10d1ef4214a7d | recipes-webos/adapterbase/adapterbase.bb | recipes-webos/adapterbase/adapterbase.bb | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "A base class for browser plugins loaded by webOS."
LICENSE = "Apache-2.0"
SECTION = "Linux/System"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
DEPENDS = "glib-2.0 npapi-headers"
PR = "r... | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "A base class for browser plugins loaded by webOS."
LICENSE = "Apache-2.0"
SECTION = "Linux/System"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
DEPENDS = "glib-2.0 npapi-headers"
PR = "r... | Create install directory for AdapterBase.a library | Create install directory for AdapterBase.a library
Open-webOS-DCO-1.0-signed-off-by: Keith Derrick <keith.derrick@palm.com>
Change-Id: Ic7d3f8716b2878624923e03b55bf6396cf697d80
| BitBake | mit | Garfonso/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos,openwebos/meta-webos,openwebos/meta-webos,Garfonso/meta-webos-ports,nizovn/meta-webos-ports,nizovn/meta-webos-ports |
6883f65588c6aa7e9780ff7c11b15a397382a422 | packages/libcap/libcap_1.10.bb | packages/libcap/libcap_1.10.bb | DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \
file://ma... | DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
CFLAGS_append = " -I${S}/libcap/include"
SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kerne... | Append include directory to CFLAGS. Reenables compilation and fixes 1628. Seizing the opportunity to remove some cruft and beautify the bb. RP approved. | libcap: Append include directory to CFLAGS. Reenables compilation and fixes 1628.
Seizing the opportunity to remove some cruft and beautify the bb. RP approved.
| BitBake | mit | JamesAng/oe,JamesAng/goe,xifengchuo/openembedded,trini/openembedded,troth/oe-ts7xxx,sutajiokousagi/openembedded,philb/pbcl-oe-2010,JamesAng/goe,nvl1109/openembeded,giobauermeister/openembedded,bticino/openembedded,John-NY/overo-oe,JrCs/opendreambox,libo/openembedded,scottellis/overo-oe,scottellis/overo-oe,nlebedenco/mi... |
52cb4d555eb471e6cb0c1f1d75ace06a1a96a57c | meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb | meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb | SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x"
HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
inherit pypi setuptools
SRC_URI[md5sum] = "cf4fbad8188f1389363433dbf867109f"
SRC_URI[sha256sum] = "776d828d6f7... | SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x"
HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
inherit pypi setuptools
SRC_URI[md5sum] = "cf4fbad8188f1389363433dbf867109f"
SRC_URI[sha256sum] = "776d828d6f7... | Fix RDEPENDS to work on minimal python install | python-jsonpatch: Fix RDEPENDS to work on minimal python install
Signed-off-by: Derek Straka <e1c79a582b6629e6b39e9679f4bb964d25db4aa8@asterius.io>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,mrchapp/meta-openembedded,mrchapp/meta-openembedded,moto-timo/meta-openembedded,mrchapp/meta-openembedded,kraj/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,kraj/meta-openembedded,moto-timo/... |
8dd503d20f908d4b56e92fc970000d37d143f769 | recipes-bsp/pktlib/pktlib_git.bb | recipes-bsp/pktlib/pktlib_git.bb | DESCRIPTION = "Provides library for handling packet descriptors for keystone devices"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld"
COMPATIBLE_MACHINE = "keystone"
BRANCH = "master"
SRC_URI = "git... | DESCRIPTION = "Provides library for handling packet descriptors for keystone devices"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462"
DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld"
COMPATIBLE_MACHINE = "keystone"
BRANCH = "master"
SRC_URI = "git... | Update to new version 2.1.0.5 | pktlib: Update to new version 2.1.0.5
Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti |
24c598b3e1429d1232a29a4d9c444947dbcd228d | recipes-core/updatehub/updatehub-system-inquiry_git.bb | recipes-core/updatehub/updatehub-system-inquiry_git.bb | SUMMARY = "UpdateHub - System Inquiry"
SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/UpdateHub/system-inquiry.git;protocol=https"
SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e"
S = "${WORKDIR}/git"
PV = "0.0+${SRCPV}"
inher... | SUMMARY = "UpdateHub - System Inquiry"
SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/UpdateHub/system-inquiry.git;protocol=https"
SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e"
S = "${WORKDIR}/git"
PV = "0.0+${SRCPV}"
inher... | Add os-release and updatehub-machine-info to RDEPENDS | updatehub-system-inquiry: Add os-release and updatehub-machine-info to RDEPENDS
Signed-off-by: Fabio Berton <698e00bc51ed22392b375ef5a2fc95be5c8355a9@ossystems.com.br>
| BitBake | mit | UpdateHub/meta-updatehub,UpdateHub/meta-updatehub,fbertux/meta-updatehub,fbertux/meta-updatehub,UpdateHub/meta-updatehub,fbertux/meta-updatehub |
fa84dedf17aacf9ad89255adc566203762a73d20 | recipes/libmodplug/libmodplug_0.8.7.bb | recipes/libmodplug/libmodplug_0.8.7.bb | DESCRIPTION = "Library for reading mod-like audio files."
HOMEPAGE = "http://modplug-xmms.sf.net"
SECTION = "libs"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
inherit autotools pkgconfig
# NOTE: autotools_stage_all does nothing here, we need to do it manually
do_... | DESCRIPTION = "Library for reading mod-like audio files."
HOMEPAGE = "http://modplug-xmms.sf.net"
SECTION = "libs"
LICENSE = "PD"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
inherit autotools pkgconfig
# NOTE: autotools_stage_all does nothing here, we need to do it manually
do_i... | Update LICENSE field version to PD | libmodplug: Update LICENSE field version to PD
* Updated LICENSE field version from generic GPL to PD to
reflect the change from GPL to the Public Domain license.
* This change was back-ported from oe-core.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev |
24d02bebb3256668c68c36442218907bd9a83473 | recipes-bsp/u-boot/u-boot-env.bb | recipes-bsp/u-boot/u-boot-env.bb | DESCRIPTION = "Raspberry Pi U-Boot environment script"
SRC_URI = " \
file://${MACHINE}-boot.txt \
file://LICENSE \
"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=956139f0411412ea77671fedb9915d38"
S = "${WORKDIR}"
inherit deploy kernel-uimage
DEPENDS = "u-boot-mkimage-native"
RDEPENDS_${PN} = ... | DESCRIPTION = "Raspberry Pi U-Boot environment script"
SRC_URI = " \
file://${MACHINE}-boot.txt \
file://LICENSE \
"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=956139f0411412ea77671fedb9915d38"
S = "${WORKDIR}"
inherit deploy kernel-uimage
DEPENDS = "u-boot-mkimage-native"
RDEPENDS_${PN} = ... | Add script name to u-boot env. | Add script name to u-boot env.
| BitBake | mit | rose-project/meta-raspberrypi-bsp,rose-project/meta-raspberrypi-bsp,rose-project/meta-raspberrypi-bsp |
e4682f4f4dfac35055d33141f4d4ea940bffc3ec | meta-mender-core/recipes-testing/mender-test-dependencies/mender-test-dependencies_1.0.bb | meta-mender-core/recipes-testing/mender-test-dependencies/mender-test-dependencies_1.0.bb | # This is a dummy recipe, only meant to populate a sysroot that the tests can
# use, and not meant for real building.
DEPENDS = "mender-artifact-native"
inherit native
LICENSE = "Apache-2.0"
do_compile() {
bbfatal 'This is not meant to be built, should be invoked with "-c prepare_recipe_sysroot" only.'
}
| # This is a dummy recipe, only meant to populate a sysroot that the tests can
# use, and not meant for real building.
DEPENDS = "mender-artifact-native e2fsprogs-native util-linux-native"
inherit native
LICENSE = "Apache-2.0"
do_compile() {
bbfatal 'This is not meant to be built, should be invoked with "-c prep... | Make sure fdisk and debugfs are available during our tests. | Make sure fdisk and debugfs are available during our tests.
Signed-off-by: Kristian Amlie <505e66ae45028a0596c853559221f0b72c1cee21@mender.io>
| BitBake | apache-2.0 | bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender |
825a00c0c9917029708fdbe56fb56156cbda52ea | recipes-webos/luna-universalsearchmgr/luna-universalsearchmgr.bb | recipes-webos/luna-universalsearchmgr/luna-universalsearchmgr.bb | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "webOS Universal Search Manager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "None"
PROVIDES = "luna-universalsearchmanager"
inherit webos_component
in... | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "webOS Universal Search Manager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "None"
DEPENDS = "libxml2"
PROVIDES = "luna-universalsearchmanager"
inher... | Fix recipe dependencies for searchmgr | Fix recipe dependencies for searchmgr
Must be accepted in conjunction with one source code change.
Open-webOS-DCO-1.0-Signed-off-by: Anupam <anupam.kaul@palm.com>
Change-Id: Id10a19e77394f016603abbf92e3c9fec4133ddd2
| BitBake | mit | openwebos/meta-webos,openwebos/meta-webos,nizovn/meta-webos-ports,Garfonso/meta-webos-ports,nizovn/meta-webos-ports,Garfonso/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos |
2c49709e5c097968dea52f6698c8ce80a370a03d | recipes/mpeg2dec/mpeg2dec_0.4.0b.bb | recipes/mpeg2dec/mpeg2dec_0.4.0b.bb | DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video streams"
HOMEPAGE = "http://libmpeg2.sourceforge.net/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/libsdl"
PR = "r5"
SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz"
S = "${WORKDIR}/mpeg... | DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video streams"
HOMEPAGE = "http://libmpeg2.sourceforge.net/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2+"
DEPENDS = "virtual/libsdl"
PR = "r6"
SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz"
S = "${WORKDIR}/m... | Update LICENSE field version to GPLv2 | mpeg2dec: 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 setting in oe-core as well as code
inspection.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Mar... | BitBake | mit | giobauermeister/openembedded,xifengchuo/openembedded,openembedded/openembedded,openembedded/openembedded,hulifox008/openembedded,hulifox008/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,giobauermeister/openembedded,openembedded/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,giobauermei... |
af6c39379dbe6822d1457498e53747ed63bdbb65 | meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842... | SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842... | Add missing libmnl to DEPENDS | libnetfilter-queue: Add missing libmnl to DEPENDS
otherwise Errors are seen with sstate
| configure:11780: error: Package requirements (libmnl >= 1.0.3) were
not met:
|
| No package 'libmnl' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
Si... | BitBake | mit | RedFIR/meta-openembedded,lgirdk/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,fredcadete/meta-openembedded,openembedded/meta-openembedded,joelagnel/meta-openembedded,dongkc/meta-openembedded,tobw/meta-openembedded,rdm-dev/meta-openembedded,RealDigitalMedia/meta-openembedded,MCherifiOSS/meta-openembedded,... |
500ce4d46d8878a5dc43e932db6c133288584d19 | meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | require wireguard.inc
SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98"
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat"
inherit module kernel-module-split
DEPENDS = "virtual/kernel libmnl"
# This module requires Linux 3.10 higher and several networking related
# configuration options. For exact kernel req... | require wireguard.inc
SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98"
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat"
inherit module kernel-module-split
DEPENDS = "virtual/kernel libmnl"
# This module requires Linux 3.10 higher and several networking related
# configuration options. For exact kernel req... | Stop overriding modules_install in the recipe | wireguard-module: Stop overriding modules_install in the recipe
Configure the recipe to use the module_install function from the module
source code and remove the overriden modules_install function from the
recipe.
Using the default modules_install (instead of the function defined in
the recipe file) the module is si... | BitBake | mit | rehsack/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedde... |
66c632a320bc3b5fca09c7124bd6512803f95280 | meta-oe/recipes-extended/socketcan/can-utils_git.bb | meta-oe/recipes-extended/socketcan/can-utils_git.bb | SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;bran... | SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;bran... | Update to tip of master | can-utils: Update to tip of master
Fixes build issues with musl
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | sigma-embedded/elito-org.openembedded.meta,openembedded/meta-openembedded,amery/meta-openembedded,lgirdk/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,schni... |
d6e8c83f7f22db87139f30c18f5a3aec50df6ae3 | recipes-bsp/atf/atf-poplar_git.bb | recipes-bsp/atf/atf-poplar_git.bb | DESCRIPTION = "ARM Trusted Firmware Poplar"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e"
DEPENDS += "u-boot-poplar"
SRCREV = "812fae9e5ee80ddad6bae6bf1c403c9ffaaae984"
SRC_URI = "git://github.com/linaro/poplar-arm-trusted-firmware.git;name=atf;branch=latest"
S = "${WORK... | DESCRIPTION = "ARM Trusted Firmware Poplar"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e"
DEPENDS += "u-boot-poplar"
SRCREV = "812fae9e5ee80ddad6bae6bf1c403c9ffaaae984"
SRC_URI = "git://github.com/linaro/poplar-arm-trusted-firmware.git;name=atf;branch=latest"
S = "${WORK... | Update SRCREV to latest SHA and install shared header. | atf-poplar: Update SRCREV to latest SHA and install shared header.
Signed-off-by: Peter Griffin <82f81e62be2bf153f8e7977fe8d5e19723573a1d@linaro.org>
| BitBake | mit | kraj/meta-96boards,kraj/meta-96boards,mrchapp/meta-96boards,96boards/meta-96boards |
0e9ea0059f0a45a7f25cc8a01836b43161569fa2 | recipes-core/initrdscripts/init-runmode-ramfs_1.0.bb | recipes-core/initrdscripts/init-runmode-ramfs_1.0.bb | SUMMARY = "Init script used for booting older NILRT runmode initramfs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "\
file://init-runmode-ramfs.sh \
"
RDEPENDS_${PN} += "bash"
do_install() {
install -m 0755 ${WORKDIR}/init-runmode-ramfs.sh... | SUMMARY = "Init script used for booting older NILRT runmode initramfs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "\
file://init-runmode-ramfs.sh \
"
RDEPENDS_${PN} += "bash"
do_install() {
install -m 0755 ${WORKDIR}/init-runmode-ramfs.sh... | Remove unneeded init-ramfs.common from FILES | init-runmode-ramfs: Remove unneeded init-ramfs.common from FILES
Signed-off-by: Haris Okanovic <4f2c24956fa4a8756878315db434b9fed29fa615@ni.com>
Natinst-Rally-ID: F12416
Natinst-ReviewBoard-ID: 204022
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
951da39d4452a787b51d44e0171936866e6b16d1 | recipes-extended/node-state-manager/node-state-manager_git.bb | recipes-extended/node-state-manager/node-state-manager_git.bb | SUMMARY = "GENIVI Node State Manager"
DESCRIPTION = "The GENIVI Node State Manager \
- is the central repository for information \
- regarding the states/sessions \
- inside the node. \
"
HOMEPAGE = "https://www.genivi.org/"
SECTION = "base"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9d... | SUMMARY = "GENIVI Node State Manager"
DESCRIPTION = "The GENIVI Node State Manager \
- is the central repository for information \
- regarding the states/sessions \
- inside the node. \
"
HOMEPAGE = "https://www.genivi.org/"
SECTION = "base"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9d... | Add --with-systemdsystemunitdir when DISTRO_FEATURES contains the systemd feature. | node-state-manager: Add --with-systemdsystemunitdir when
DISTRO_FEATURES contains the systemd feature.
Signed-off-by: Florin Sarbu <486fccc676e3540ad3d2f2e342359b3d1a717bab@windriver.com>
| BitBake | mit | MentorEmbedded/meta-ivi |
6214d1523f964d7fc6e8dfb0c80e07144e4bc94b | recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb | recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb | SECTION = "unknown"
LICENSE = "GPL"
inherit autotools gtk-icon-cache
# Override RDEPENDS_${PN} = hicolor-icon-theme from gtk-icon-cache
RDEPENDS_${PN} = ""
RDEPENDS_${PN} = ""
PR = "r1"
SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/icons"
SRC_URI... | SECTION = "unknown"
LICENSE = "GPLv2"
inherit autotools gtk-icon-cache
# Override RDEPENDS_${PN} = hicolor-icon-theme from gtk-icon-cache
RDEPENDS_${PN} = ""
RDEPENDS_${PN} = ""
PR = "r2"
SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/icons"
SRC_U... | Update LICENSE field version to GPLv2 | hicolor-icon-theme: 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 setting in oe-core as well as code
inspection
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev |
ea83a370e58515e00090b65c47793dfa2f9fb419 | images/qte-image.bb | images/qte-image.bb | SUMMARY = "A development image with Qt embedded and some Syntro apps"
HOMEPAGE = "http://www.jumpnowtek.com"
LICENSE = "MIT"
require console-image.bb
PR = "0"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
SYNTRO = " \
syntrocore \
syntrocore-dev \
syntrolcam \
syntrolcam-init \
"
IMAG... | SUMMARY = "A development image with Qt embedded and some Syntro apps"
HOMEPAGE = "http://www.jumpnowtek.com"
LICENSE = "MIT"
require console-image.bb
PR = "0"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
SYNTRO = " \
syntrocore \
syntrocore-dev \
syntrolcam \
syntrolcam-init \
"
TS_T... | Add tslib and psplash to qte image | Add tslib and psplash to qte image
| BitBake | mit | jumpnow/meta-overo,jumpnow/meta-overo |
7776c45a15a73644e4c0485592959e3a95611a68 | meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb | meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb | require recipes-graphics/xorg-driver/xorg-driver-video.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b... | require recipes-graphics/xorg-driver/xorg-driver-video.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
PR = "${INC_PR}.1"
SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b... | Add rdepends on EXA Xorg module | xf86-video-geode: Add rdepends on EXA Xorg module
Signed-off-by: Otavio Salvador <1d31b11c1b92bf5d043d36edfe7174db39a6b891@ossystems.com.br>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
Signed-off-by: Eric Bénard <96f164ad4d9b2b0dacf8ebee2bb1eeb3aa69adf1@eukrea.com>
| BitBake | mit | sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded |
3c2efdd0d3453bd42887895be26a9c76b7ae13f3 | packages/packagekit/packagekit_git.bb | packages/packagekit/packagekit_git.bb | DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
PR = "r9"
SRC_URI = "git://anongit.freedesktop.org/git/pac... | DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
PR = "r10"
SRC_URI = "git://anongit.freedesktop.org/git/pa... | Modify packagekit to make it patch successful | Modify packagekit to make it patch successful
| BitBake | mit | rascalmicro/openembedded-rascal,demsey/openenigma2,mrchapp/arago-oe-dev,JamesAng/oe,JamesAng/goe,crystalfontz/openembedded,John-NY/overo-oe,nvl1109/openembeded,giobauermeister/openembedded,nvl1109/openembeded,rascalmicro/openembedded-rascal,JamesAng/oe,mrchapp/arago-oe-dev,KDAB/OpenEmbedded-Archos,nzjrs/overo-openembed... |
6cc52db97e28988e3ada9746c5e3a910571bf76f | packages/gpephone/connect_0.1.bb | packages/gpephone/connect_0.1.bb | DESCRIPTION = "GSM/GPRS mux tools"
LICENSE = "GPL"
SECTION = "gpe"
PRIORITY = "optional"
DEPENDS = "glibc"
PR = "r0"
inherit gpephone
SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2"
S = ${WORKDIR}/GPRS/connect
do_compile() {
oe_runmake PREFIX=${prefix}
}
do_install() {
install -d ${D}/${prefix}... | DESCRIPTION = "GSM/GPRS mux tools"
LICENSE = "GPL"
SECTION = "gpe"
PRIORITY = "optional"
DEPENDS = "glibc"
PR = "r0"
inherit gpephone
SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2"
S = ${WORKDIR}/GPRS/connect
do_compile() {
oe_runmake PREFIX=${prefix}
}
do_install() {
install -d ${D}/${prefix}... | Work around broken OE install-sh. | connect: Work around broken OE install-sh.
| BitBake | mit | mrchapp/arago-oe-dev,openembedded/openembedded,openpli-arm/openembedded,buglabs/oe-buglabs,giobauermeister/openembedded,buglabs/oe-buglabs,philb/pbcl-oe-2010,nvl1109/openembeded,hulifox008/openembedded,Martix/Eonos,JamesAng/oe,JrCs/opendreambox,rascalmicro/openembedded-rascal,bticino/openembedded,demsey/openembedded,op... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.