Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add dep on native tcl
SUMMARY = "Data files for usbmodeswitch" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit allarch SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd" SRC_URI[sha256sum] = "e2dcfd9d28928d8d8f03381571a...
SUMMARY = "Data files for usbmodeswitch" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit allarch DEPENDS += "tcl-native" SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd" SRC_URI[sha256sum] = "e2...
Update tools testapp package group
SUMMMARY = "PLOS Testing tools/applications" LICENSE = "MIT" PR = "r1" inherit packagegroup # Requires touchscreen in machine features to work USE_TS = " \ evtest \ " # Different touchscreen tools TSTOOLS = " \ ${@base_contains('MACHINE_FEATURES', 'touchscreen', '${USE_TS}', '',d)} \ " # Different simple se...
SUMMMARY = "PLOS Testing tools/applications" LICENSE = "MIT" PR = "r1" inherit packagegroup # Requires touchscreen in machine features to work USE_TS = " \ evtest \ " # Different touchscreen tools #TSTOOLS = " \ # ${@base_contains('MACHINE_FEATURES', 'touchscreen', '${USE_TS}', '',d)} \ #" # Different simple...
Change DEPENDS to RDEPENDS for wireless-tools
DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles" PRIORITY = "optional" SECTION = "kernel/modules" MAINTAINER = "dyoung <dyoung8888@yahoo.com>" LICENSE = "GPL" PR = "r1" DEPENDS = "wireless-tools" SRC_URI = "http://download.sourceforge.net/zd1211/sf_zd1211_${PV}_src.tar.gz \ file://makefile.patch;patch...
DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles" PRIORITY = "optional" SECTION = "kernel/modules" MAINTAINER = "dyoung <dyoung8888@yahoo.com>" LICENSE = "GPL" PR = "r2" RDEPENDS = "wireless-tools" SRC_URI = "http://download.sourceforge.net/zd1211/sf_zd1211_${PV}_src.tar.gz \ file://makefile.patch;patc...
Add native and nativesdk to BBCLASSEXTEND
# # Base recipe: meta/recipes-support/popt/popt_1.16.bb # Base branch: daisy # SUMMARY = "Library for parsing command line options" HOMEPAGE = "http://rpm5.org/" PR = "r0" inherit debian-package LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d" inherit autotools gettext # pop...
# # Base recipe: meta/recipes-support/popt/popt_1.16.bb # Base branch: daisy # SUMMARY = "Library for parsing command line options" HOMEPAGE = "http://rpm5.org/" PR = "r0" inherit debian-package LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d" inherit autotools gettext # pop...
Change SRCREV to commit prior to SDRC init breakage
require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/" SRCREV = "060955e39770b68b3cc0516b3641ca98e58d2d4a" PV = "2009.08+${PR}+git${SRCREV}" PR = "r10" PE = "1" SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \ file://fw_env.config \ file://ti...
require u-boot.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/" SRCREV = "1590f84007e2b50ad346a482fff89195cb04ff4e" PV = "2009.08+${PR}+git${SRCREV}" PR = "r11" PE = "1" SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \ file://fw_env.config \ file://ti...
Fix detection of executables in do_install().
## Reminder: Tabs should not be used (use spaces instead) in : install -d ${D}${bindir} ## Reminder: Tabs should not be used (use spaces instead) in : for binary in `find . -perm 0755 -type f` ## Reminder: Tabs should not be used (use spaces instead) in : do ## Reminder: Tabs should not be used (use spaces in...
DESCRIPTION = "Real-time tests, such as cyclictest, for real-time linux PREEMPT RT kernels" HOMEPAGE = "http://rt.wiki.kernel.org/index.php/Cyclictest" LICENSE = "GPL" PR = "r2" SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/tglx/rt-tests/rt-tests-${PV}.tar.bz2" S = "${WORKDIR}/rt-tests" # Limit to cyclict...
Add deploying of kernel image again.
DESCRIPTION = "Linux Kernel for x86 compatible machines" SECTION = "kernel" LICENSE = "GPL" PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 " SRC_URI_append_x86 = "file://i486-defconfig" SRC_URI_append_i586-generic = "file://i586-defconfig" SRC_URI_append_i686-generic = "file://i68...
DESCRIPTION = "Linux Kernel for x86 compatible machines" SECTION = "kernel" LICENSE = "GPL" PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 " SRC_URI_append_x86 = "file://i486-defconfig" SRC_URI_append_i586-generic = "file://i586-defconfig" SRC_URI_append_i686-generic = "file://i68...
Update LICENSE field version to LGPLv2.1
DESCRIPTION = "libdaemon is a lightweight C library that eases the writing of UNIX daemons." SECTION = "libs" AUTHOR = "Lennart Poettering <lennart@poettering.net>" HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" LICENSE = "LGPL" PR = "r0" SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-...
DESCRIPTION = "libdaemon is a lightweight C library that eases the writing of UNIX daemons." SECTION = "libs" AUTHOR = "Lennart Poettering <lennart@poettering.net>" HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" LICENSE = "LGPLv2.1+" PR = "r1" SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libda...
Update git version to 2012-10-04 snapshot
require libav.inc LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \ file://COPYING.LGPLv3;md5=e6a600fd5e1d...
require libav.inc LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \ file://COPYING.LGPLv3;md5=e6a600fd5e1d...
Add sbin dir to package
DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear" SECTION = "base" PRIORITY = "required" LICENSE = "GPLv2" DEPENDS = "virtual/libusb0" PR = "r2" SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2" SRC_URI[md5sum] = "a04db36bd0fc6fb303df7567f677...
DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear" SECTION = "base" PRIORITY = "required" LICENSE = "GPLv2" DEPENDS = "virtual/libusb0" PR = "r3" SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2" SRC_URI[md5sum] = "a04db36bd0fc6fb303df7567f677...
Switch to getting libtool from PATH
DESCRIPTION = "Utilities for working with generic SCSI devices" AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>" HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html" SECTION = "console/admin" LICENSE = "GPLv2" AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>" PR = "r2" TARGET_CC_ARCH += "${LDFLAGS}" S...
DESCRIPTION = "Utilities for working with generic SCSI devices" AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>" HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html" SECTION = "console/admin" LICENSE = "GPLv2" AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>" PR = "r3" TARGET_CC_ARCH += "${LDFLAGS}" S...
Revert "quilt: fix ptest failure"
# # base recipe: recipes-devtools/quilt/quilt_0.65.bb # base branch: master # base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998 # require quilt.inc inherit gettext RDEPENDS_${PN}-ptest += "coreutils patch" do_install_ptest_append() { # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909398 rm ${D}${PTE...
# # base recipe: recipes-devtools/quilt/quilt_0.65.bb # base branch: master # base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998 # require quilt.inc inherit gettext
Fix do_fetch by taking svn snapshot until OE can handle SVN by itself. Fixes 1735.
SRC_URI = "cvs://anonymous@openwrt.org/openwrt;module=openwrt/target/utils/src;tag=TESTED" S = "${WORKDIR}/src/" inherit native do_compile() { ${CC} -o trx trx.c ${CC} -o motorola-bin motorola-bin.c ${CC} -o addpattern addpattern.c } do_stage() { install -m 0755 ${S}/trx ${STAGING_BINDIR} install -m 0755 ${S}/m...
#SRC_URI = "svn://svn.openwrt.org/openwrt;module=trunk/tools/firmware-utils/src;proto=https" SRC_URI = ${SOURCEFORGE_MIRROR}/gakusei/openwrt-imagetools-svn-rev7641.tar.bz2 S = "${WORKDIR}/src/" inherit native do_compile() { ${CC} -o trx trx.c ${CC} -o motorola-bin motorola-bin.c ${CC} -o addpattern addpattern.c } ...
Update vuduo drivers to 2010-08-27
DESCRIPTION = "Hardware drivers for VuPlus" SECTION = "base" PRIORITY = "required" LICENSE = "proprietary" def get_modules_extension(bb, d): if bb.data.getVar('GLIBC_ADDONS', d, 1) in ['nptl']: return "-gcc4.1" return "" KV = "2.6.18-7.3" PV = "${KV}" SRCDATE = "20100719" RDEPENDS = "initscripts-vuplus kernel ...
DESCRIPTION = "Hardware drivers for VuPlus" SECTION = "base" PRIORITY = "required" LICENSE = "proprietary" def get_modules_extension(bb, d): if bb.data.getVar('GLIBC_ADDONS', d, 1) in ['nptl']: return "-gcc4.1" return "" KV = "2.6.18-7.3" PV = "${KV}" SRCDATE = "20100827" RDEPENDS = "initscripts-vuplus kernel ...
Convert old version to new staging
require libxslt.inc PR = "${INC_PR}.0" do_stage () { autotools_stage_all } SRC_URI[archive.md5sum] = "59fe34e85692f71df2a38c2ee291b3ca" SRC_URI[archive.sha256sum] = "ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0"
require libxslt.inc PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "59fe34e85692f71df2a38c2ee291b3ca" SRC_URI[archive.sha256sum] = "ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0"
Update LICENSE field version to GPLv2 and LGPLv2.1
require libgpg-error.inc PR = "${INC_PR}.1" SRC_URI[md5sum] = "86e60e9a03205fb706e99be101a2387e" SRC_URI[sha256sum] = "fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619"
require libgpg-error.inc LICENSE = "GPLv2 LGPLv2.1" PR = "${INC_PR}.2" SRC_URI[md5sum] = "86e60e9a03205fb706e99be101a2387e" SRC_URI[sha256sum] = "fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619"
Update sbsa app bitbake script to fix build issue
# yocto-bsp-filename {{=example_recipe_name}}_0.1.bb # # This file was derived from the 'Hello World!' example recipe in the # Yocto Project Development Manual. # SUMMARY = "SBSA ACS commandline application" SECTION = "meta-luv" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89a...
# yocto-bsp-filename {{=example_recipe_name}}_0.1.bb # # This file was derived from the 'Hello World!' example recipe in the # Yocto Project Development Manual. # SUMMARY = "SBSA ACS commandline application" SECTION = "meta-luv" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89a...
Use newest git revision for pristine-tar-fwu.
SUMMARY = "pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a revision control checkout of the upstream branch" HOMEPAGE = "https://github.com/tramseyer/pristine-tar-fwu" SECTION = "console/utils" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://GPL;md5=751419260aa954499f7a...
SUMMARY = "pristine-tar can regenerate a pristine upstream tarball using only a small binary delta file and a revision control checkout of the upstream branch" HOMEPAGE = "https://github.com/tramseyer/pristine-tar-fwu" SECTION = "console/utils" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://GPL;md5=751419260aa954499f7a...
Fix pkgconfig related build issue (from poky)
LICENSE = "GPL" DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" MAINTAINER = "Chris Lord <chris@openedhand.com>" DESCRIPTION = "Kf is a GTK+ instant messaging client." PR = "r2" SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ file://fix-configure.patch;patch=1 \ file://fix-desktop-f...
LICENSE = "GPL" DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" MAINTAINER = "Chris Lord <chris@openedhand.com>" DESCRIPTION = "Kf is a GTK+ instant messaging client." PR = "r2" SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ file://fix-configure.patch;patch=1 \ file://fix-desktop-f...
Update LICENSE field version to LGPLv2
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 after top level LICENSE file checksum change
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=ef8b69b43141352d821fd66b64ff0ee7" 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...
Update to bootgen SRCREV to point to latest commit.
SUMMARY = "Building and installing bootgen" DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1" S = "${WORKDIR}/git" DEPENDS += "openss...
SUMMARY = "Building and installing bootgen" DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1" S = "${WORKDIR}/git" DEPENDS += "openss...
Add extra package for dev image
require recipes-image/images/tizen-common-core-image-minimal.bb DESCRIPTION = "A weston image with Tizen common and \ is suitable for development work." IMAGE_FEATURES += "dev-pkgs" IMAGE_INSTALL += "attr"
require recipes-image/images/tizen-common-core-image-minimal.bb DESCRIPTION = "A weston image with Tizen common and \ is suitable for development work." IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh" IMAGE_INSTALL += "attr" IMAGE_INSTALL += "util-linux-agetty" IMAGE_INSTALL += "strace" IMAGE...
Update BSP to version 0.5.2
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the lager board" COMPATIBLE_MACHINE = "lager" PR = "r5" PV_append = "+git${SRCREV}" SRCREV = "6250e5a61a718dbb5a2d8b4dd40a57d1d1b6fe96" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=bsp/l...
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the lager board" COMPATIBLE_MACHINE = "lager" PR = "r6" PV_append = "+git${SRCREV}" SRCREV = "84331fb0be9d4ee58657eff172c893ba94468ad5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=bsp/l...
Fix recipe so dtbs get included in rootfs
require recipes-kernel/linux/linux-yocto.inc KERNEL_IMAGETYPE = "zImage" COMPATIBLE_MACHINE = "duovero" RDEPENDS_kernel_base += "kernel-devicetree" KERNEL_DEVICETREE_duovero = " \ omap4-duovero-parlor.dtb \ jumpnow-duovero-parlor.dtb \ jumpnow-duovero-parlor-nodisplay.dtb \ " LINUX_VERSION = "4.1" LIN...
require recipes-kernel/linux/linux-yocto.inc KERNEL_IMAGETYPE = "zImage" COMPATIBLE_MACHINE = "duovero" RDEPENDS_kernel-base += "kernel-devicetree" KERNEL_DEVICETREE_duovero = " \ omap4-duovero-parlor.dtb \ jumpnow-duovero-parlor.dtb \ jumpnow-duovero-parlor-nodisplay.dtb \ " LINUX_VERSION = "4.1" LIN...
Update LICENSE field version to LGPLv2.1
DESCRIPTION = "A library handling all the details of proxy configuration" LICENSE = "LGPL" DEPENDS = "libxmu gconf virtual/libx11" PR = "r1" SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \ file://libproxy-move-define-__USE_BSD.patch \ " inherit autotools # Disable plugins that are *u...
DESCRIPTION = "A library handling all the details of proxy configuration" LICENSE = "LGPLv2.1+" DEPENDS = "libxmu gconf virtual/libx11" PR = "r2" SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \ file://libproxy-move-define-__USE_BSD.patch \ " inherit autotools # Disable plugins that a...
Remove the inclusion of the debug modules to the package
DESCRIPTION = "An e17 module and a python app for the SHR first run wizard" HOMEPAGE = "http://shr-project.org" LICENSE = "GPL" RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus" SECTION = "x11/application" PV = "0.0.0+gitr${SRCREV}" PR = "r0" inherit autotools SRC_URI = "git:...
DESCRIPTION = "An e17 module and a python app for the SHR first run wizard" HOMEPAGE = "http://shr-project.org" LICENSE = "GPL" RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus" SECTION = "x11/application" PV = "0.0.0+gitr${SRCREV}" PR = "r1" inherit autotools SRC_URI = "git:...
Tidy opencv integration. Added Firefox browser.
# 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_FEATURES += "package-management ssh-server-dropbear" IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstools" IMAGE_I...
# 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_FEATURES += "package-management ssh-server-dropbear" IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstools" IMAGE_I...
Update branch for 2021.1 release
SRCBRANCH ?= "master-rel-2021.1" SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2" BRANCH = "master-rel-2021.1" LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33" PV = "${SRCBRANCH}+git${SRCPV}" include libmetal.inc
SRCBRANCH ?= "xlnx_rel_v2021.1" SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2" BRANCH = "xlnx_rel_v2021.1" LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33" PV = "${SRCBRANCH}+git${SRCPV}" include libmetal.inc
Add dhclient package to image nas
DESCRIPTION = "A console-only image with more full-featured Linux system \ functionality installed." IMAGE_FEATURES += "splash ssh-server-openssh" setDownloadDirectory (){ #!/bin/sh -e if [ x"${DOWNLOAD_DIR_TRANSMISSION}" = "x" ]; then exit 0 else mkdir -p ${IMAGE_ROOTFS}/${DOWNLOA...
DESCRIPTION = "A console-only image with more full-featured Linux system \ functionality installed." IMAGE_FEATURES += "splash ssh-server-openssh" setDownloadDirectory (){ #!/bin/sh -e if [ x"${DOWNLOAD_DIR_TRANSMISSION}" = "x" ]; then exit 0 else mkdir -p ${IMAGE_ROOTFS}/${DOWNLOA...
Add missing DEPENDs on libsm
DESCRIPTION = "Startup notification support" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "optional" DEPENDS = "virtual/libx11" inherit autotools pkgconfig SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" do_stage () { autotools_stage_all }
DESCRIPTION = "Startup notification support" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "optional" DEPENDS = "virtual/libx11 libsm" inherit autotools pkgconfig SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" do_stage () { autotools_stage_all }
Use RREPLACES instead of RPROVIDES to prevent upgrades breakage
SECTION = "libs" LICENSE = "BSD" DESCRIPTION = "A library for configuring and customizing font access." DEPENDS = "expat freetype freetype-native zlib fontconfig-native" SRC_URI = "http://freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \ file://fc-glyphname.patch;patch=1 \ file://fc-la...
SECTION = "libs" LICENSE = "BSD" DESCRIPTION = "A library for configuring and customizing font access." DEPENDS = "expat freetype freetype-native zlib fontconfig-native" SRC_URI = "http://freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \ file://fc-glyphname.patch;patch=1 \ file://fc-la...
Remove unneeded dependencies and configure arguments.
require cacaoh-native.inc DEPENDS += "midpath-cldc-native" SRC_URI = "\ http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=8b8907c8b925761c9410bcadb9705346 \ " EXTRA_OECONF += "\ --with-classpath-includedir=${STAGING_INCDIR}/classpath \ --enable-jni \ --enable-java=cl...
require cacaoh-native.inc SRC_URI = "\ http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-${PV}/cacao-${PV}.tar.bz2;md5sum=8b8907c8b925761c9410bcadb9705346 \ " do_stage() { install -m 0755 src/cacaoh/.libs/cacaoh ${STAGING_BINDIR}/cacaoh-cldc-${PV} }
Make DEPENDS on flex-native and bison-native explicit. Closes 1659. This is being pulled in automatically for most DISTRO via gcc-cross and binutils-cross but not when these are assumed provided as for Sharp ROM for example.
DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities." PRIORITY = "optional" SECTION = "libs" LICENSE = "GPL" SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \ file://makenames.patch;patch=1 \ 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" SRC_URI = "http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/libcap-${PV}.tar.bz2 \ file://ma...
Upgrade from 2.10-1 to 2.10-1.1
DESCRIPTION = "Remove cpp '#ifdef' lines from files \ The unifdef utility selectively processes conditional cpp(1) directives. \ It removes from a file both the directives and any additional text that \ they specify should be removed, while otherwise leaving the file alone." HOMEPAGE = "http://dotat.at/prog/unifdef/...
SUMMARY = "Selectively remove #ifdef statements from sources" DESCRIPTION = "Remove cpp '#ifdef' lines from files \ The unifdef utility selectively processes conditional cpp(1) directives. \ It removes from a file both the directives and any additional text that \ they specify should be removed, while otherwise leav...
Add roscpp to package depends
DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying debug information about \ ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages." SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba...
DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying debug information about \ ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages." SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba...
Use license file instead of README for license checksums
SUMMARY = "Unicode Mingti (printed) TrueType Font" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" LICENSE = "Arphic-Public-License" LIC_FILES_CHKSUM = "file://README;md5=62be011094b7865ddc4d1a648444d31a" SRC_DISTRIBUTE_LICENSES += "${PN}" RPROVIDES_${PN} = "virtual-chinese-font" PR = "r6" FONT_PACKA...
SUMMARY = "Unicode Mingti (printed) TrueType Font" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" LICENSE = "Arphic-Public-License" LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350" SRC_DISTRIBUTE_LICENSES += "${PN}" RPROVIDES_${PN} = "virtual-chinese-font"...
Correct license and fix error "debian/patches not found"
DESCRIPTION = "PHP PEAR modules for creating an authentication system" PR = "r0" inherit debian-package LICENSE = "PHP-3.1" LIC_FILES_CHKSUM = "file://debian/copyright;md5=02f173e28791fe9054ea54631abf4dc3" do_install() { install -d ${D}${datadir}/php/Auth/Container install -d ${D}${datadir}/php/Auth/Frontend ins...
DESCRIPTION = "PHP PEAR modules for creating an authentication system" PR = "r0" inherit debian-package LICENSE = "PHP-3.0 & BSD-3-Clause" LIC_FILES_CHKSUM = " \ file://Auth-1.6.4/Auth.php;beginline=9;endline=13;md5=6863d257d87ab97c7e821ca3fe49a316 \ file://Auth-1.6.4/Auth/Frontend/md5.js;endline=8;md5=915fa...
Remove bogus RDEPENDS on util-linux, replacing with util-linux-native
SECTION = "base" PR = "r0" require fakeroot_${PV}.bb inherit native SRC_URI += "file://fix-prefix.patch;patch=1" S = "${WORKDIR}/fakeroot-${PV}" EXTRA_OECONF = " --program-prefix=" # Compatability for the rare systems not using or having SYSV python () { if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.get...
SECTION = "base" PR = "r0" require fakeroot_${PV}.bb inherit native RDEPENDS="util-linux-native" SRC_URI += "file://fix-prefix.patch;patch=1" S = "${WORKDIR}/fakeroot-${PV}" EXTRA_OECONF = " --program-prefix=" # Compatability for the rare systems not using or having SYSV python () { if bb.data.getVar('HOST_NONSY...
Define LIB_SUFFIX suitable for OE multilib needs
SUMMARY = "Fast Artificial Neural Network (FANN) Library" DESCRIPTION = "Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks." HOMEPAGE = "https://git...
SUMMARY = "Fast Artificial Neural Network (FANN) Library" DESCRIPTION = "Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks." HOMEPAGE = "https://git...
Add ALLOW_EMPTY to be set to 1
SUMMARY = "IPSec Manager libraries" DESCRIPTION = "Provides library to offload IPSec security policy & associated security association to NETCP for crypto operations" LIC_FILES_CHKSUM = "file://../ipsecmgr_snoop.h;beginline=1;endline=33;md5=f7eadca4fb5599f508dc11fa1e752919" include ipsecmgr.inc DEPENDS = "libnl-xfrm...
SUMMARY = "IPSec Manager libraries" DESCRIPTION = "Provides library to offload IPSec security policy & associated security association to NETCP for crypto operations" LIC_FILES_CHKSUM = "file://../ipsecmgr_snoop.h;beginline=1;endline=33;md5=f7eadca4fb5599f508dc11fa1e752919" include ipsecmgr.inc DEPENDS = "libnl-xfrm...
Update path to lic file
SUMMARY = "Example application for Atlas SoC FPGA FFT Benchmarking" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "${WORKDIR}/git/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" PR = "r0" SRCREV = "${AUTOREV}" SRC_URI = " \ git://github.com/dwesterg/atlas-soc-fftsw-apps.git \ " S = "${WORKDIR}/git" do_compile () { source $...
SUMMARY = "Example application for Atlas SoC FPGA FFT Benchmarking" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" PR = "r0" SRCREV = "${AUTOREV}" SRC_URI = " \ git://github.com/dwesterg/atlas-soc-fftsw-apps.git \ " S = "${WORKDIR}/git" do_compile () { source ${S}/buil...
Disable parallel make for this package
# cdparanoia OE build file # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) PR ="r2" LICENSE="GPL" SRC_URI="http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz \ file://fixes.patch;patch=1 \ file://Makefile.pa...
# cdparanoia OE build file # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) PR ="r2" LICENSE="GPL" SRC_URI="http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz \ file://fixes.patch;patch=1 \ file://Makefile.pa...
Revert "gst-plugins-bad: DEPENDS on gst-plugins-base>=0.10.30"
require gst-plugins.inc INC_PR = "r0" PR = "${INC_PR}.0" do_configure_prepend() { sed -i -e s:docs::g Makefile.am } DEPENDS += "gst-plugins-base>=0.10.30" EXTRA_OECONF_openpli += "--disable-apexsink --disable-dvdnav --disable-cdaudio --disable-mpeg2enc --disable-mplex" SRC_URI_append_openpli += " file://mpegps...
require gst-plugins.inc INC_PR = "r0" PR = "${INC_PR}.0" do_configure_prepend() { sed -i -e s:docs::g Makefile.am } DEPENDS += "gst-plugins-base" EXTRA_OECONF_openpli += "--disable-apexsink --disable-dvdnav --disable-cdaudio --disable-mpeg2enc --disable-mplex" SRC_URI_append_openpli += " file://mpegpsdemux_spe...
Add recipe for lzop-native package
SUMMARY = "Real-time file compressor" DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \ It is based on the LZO data compression library and its main advantages over \ gzip are much higher compression and decompression speed at the cost of some \ compression ratio. The lzop comp...
SUMMARY = "Real-time file compressor" DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \ It is based on the LZO data compression library and its main advantages over \ gzip are much higher compression and decompression speed at the cost of some \ compression ratio. The lzop comp...
Switch to fixed revision instead of tags.
LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "kdelibs4 libkactivities4" inherit kde_cmake # This tag is very odd, it will cause bitbake to create a directory in the workdir of this recipe with the name 2.0+${SRCREV} # But other than that no misbehav...
LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "kdelibs4 libkactivities4" inherit kde_cmake # This tag is very odd, it will cause bitbake to create a directory in the workdir of this recipe with the name 2.0+${SRCREV} # But other than that no misbehav...
Switch to subdir= in SRC_URI
DESCRIPTION = "Unicode Mingti (printed) TrueType Font" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" LICENSE = "${PN}" SRC_DISTRIBUTE_LICENSES += "${PN}" RPROVIDES_${PN} = "virtual-chinese-font" PR = "r2" SRC_URI = \ "http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_0....
DESCRIPTION = "Unicode Mingti (printed) TrueType Font" HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" LICENSE = "${PN}" SRC_DISTRIBUTE_LICENSES += "${PN}" RPROVIDES_${PN} = "virtual-chinese-font" PR = "r2" SRC_URI = \ "http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_0....
Update BSP to version 0.5.3
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the koelsch board" COMPATIBLE_MACHINE = "koelsch" PR = "r4" PV_append = "+git${SRCREV}" SRCREV = "84331fb0be9d4ee58657eff172c893ba94468ad5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=b...
require linux.inc require linux-dtb.inc DESCRIPTION = "Linux kernel for the koelsch board" COMPATIBLE_MACHINE = "koelsch" PR = "r5" PV_append = "+git${SRCREV}" SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=b...
Add Qt embedded to dsp image
# Add DSP and gstreamer packages to console image require tvp5151-console-image.bb DSP_INSTALL += " \ gstreamer-ti \ gst-plugins-good-meta \ gst-plugins-bad-meta \ " IMAGE_INSTALL += " \ ${DSP_INSTALL} \ " export IMAGE_BASENAME = "tvp5151-dsp-image"
# Add DSP and gstreamer packages to console image require tvp5151-console-image.bb PR = "1" DSP_INSTALL += " \ gstreamer-ti \ gst-plugins-good-meta \ gst-plugins-bad-meta \ " QT_TOOLS = " \ qt4-embedded-dev\ qt4-embedded \ " IMAGE_INSTALL += " \ ${DSP_INSTALL} \ ${QT_TOOLS} \ " expo...
Add build tools to docker image
SUMMARY = "An image that builds a Docker image of the environment \ for GNSS-SDR testing purposes." EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-sdk dev-pkgs" LICENSE = "MIT" require core-image-container.bb require gnuradio-dev-image.bb RDEPENDS_packagegroup-sdr-base-python += " python3-six" SDK_EXTRA_T...
SUMMARY = "An image that builds a Docker image of the environment \ for GNSS-SDR testing purposes." EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-sdk dev-pkgs" LICENSE = "MIT" require core-image-container.bb require gnuradio-dev-image.bb RDEPENDS_packagegroup-sdr-base-python += " python3-six" SDK_EXTRA_T...
Use AUTOREV for most recent firmware
DESCRIPTION = "Firmware files for use with Linux kernel" PR = "r2" PR_append = "+gitr${SRCREV}" SRCREV = "dbb6a54ba8c8d6e6673a3b86ea4c4aac78c808f0" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git" S = "${WORKDIR}/git" do_compile() { : } do_install() { install -d ${...
DESCRIPTION = "Firmware files for use with Linux kernel" PR = "r2" PR_append = "+gitr${SRCREV}" SRCREV = ${AUTOREV} SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git" S = "${WORKDIR}/git" do_compile() { : } do_install() { install -d ${D}/lib/firmware/ cp -RpP * ${D}...
Add missing dep to osb-browser.
LICENSE = GPL DESCRIPTION = "Gtk+ WebCore - reference browser" HOMEPAGE = "http://gtk-webcore.sourceforge.net/" PRIORITY = "optional" MAINTAINER = "Rene Wagner <rw@handhelds.org>" DEPENDS = "osb-nrcit gtk+ glib-2.0 libglade" SECTION = "gpe" SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-browser-${PV}.tar.gz \ ...
Apply patch for fakeroot-native to fakeroot too.
DESCRIPTION = "Gives a fake root environment" SECTION = "base" LICENSE = "GPL" # fakeroot needs getopt which is provided by the util-linux package RDEPENDS = "util-linux" PR = "r1" SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz" inherit autotools do_stage() { install -d ${S...
DESCRIPTION = "Gives a fake root environment" SECTION = "base" LICENSE = "GPL" # fakeroot needs getopt which is provided by the util-linux package RDEPENDS = "util-linux" PR = "r2" SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \ file://work-with-older-libtool.patch;patch=...
Tweak included packages and fix for latest Angstrom
# Image for Beagleboard-based robots require recipes-angstrom/images/console-image.bb DEPENDS += " \ linux-firmware \ gst-plugins-base \ gst-plugins-ugly \ minicom \ avrdude \ ntp \ " IMAGE_INSTALL += " \ linux-firmware-rt2x00 \ kernel-module-rt2x00usb \ kernel-mod...
# 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...
Add gpicview to our images.
DESCRIPTION = "Base package set for Jlime GUI images." SECTION = "x11/wm" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PR = "r2" inherit task PROVIDES = "${PACKAGES}" PACKAGES = "\ ${PN}-cli \ ${PN}-gui \ " RDEPENDS_${PN}-cli = " \ htop...
DESCRIPTION = "Base package set for Jlime GUI images." SECTION = "x11/wm" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PR = "r2" inherit task PROVIDES = "${PACKAGES}" PACKAGES = "\ ${PN}-cli \ ${PN}-gui \ " RDEPENDS_${PN}-cli = " \ htop...
Make it less destructive and safer
DESCRIPTION = "cross-linkage sets up symlinks between cross and staging so the compiler can find things" SECTION = "devel" PACKAGES = "" INHIBIT_DEFAULT_DEPS = "1" PR = "r0" SRC_URI = "" do_configure() { : } do_compile () { : } do_install() { : } do_stage () { install -d ${CROSS_DIR}/${TARGET_SYS}/ rm -rf ${...
DESCRIPTION = "cross-linkage sets up symlinks between cross and staging so the compiler can find things" SECTION = "devel" PACKAGES = "" INHIBIT_DEFAULT_DEPS = "1" PR = "r0" SRC_URI = "" do_configure() { : } do_compile () { : } do_install() { : } do_stage () { install -d ${CROSS_DIR}/${TARGET_SYS}/ if [ -e $...
Update to latest version of fbcp
DESCRIPTION = "This program used for copy primary framebuffer to secondary \ framebuffer (eg. FBTFT)" LICENSE = "CLOSED" COMPATIBLE_MACHINE = "raspberrypi" SRCBRANCH = "master" SRCREV = "8087a71d0330a078d91aa78656684ab5313616c6" SRC_URI = "\ git://github.com/tasanakorn/rpi-fbcp.git;protocol=git;branch=${SRCBRANC...
DESCRIPTION = "This program used for copy primary framebuffer to secondary \ framebuffer (eg. FBTFT)" LICENSE = "CLOSED" COMPATIBLE_MACHINE = "raspberrypi" SRCBRANCH = "master" SRCREV = "af8d32246c23cb23e4030e6588668a14341f5ddc" SRC_URI = "\ git://github.com/tasanakorn/rpi-fbcp.git;protocol=git;branch=${SRCBRANC...
Disable Wsign-compare warning with clang/musl
SUMMARY = "Linux Kernel Crypto API User Space Interface Library" HOMEPAGE = "http://www.chronox.de/libkcapi.html" LICENSE = "BSD | GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=d0421cf231423bda10cea691b613e866" DEPENDS = "libtool" S = "${WORKDIR}/git" # Use v1.1.3 with changes on top for building in OE SRCREV = "1c...
SUMMARY = "Linux Kernel Crypto API User Space Interface Library" HOMEPAGE = "http://www.chronox.de/libkcapi.html" LICENSE = "BSD | GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=d0421cf231423bda10cea691b613e866" DEPENDS = "libtool" S = "${WORKDIR}/git" # Use v1.1.3 with changes on top for building in OE SRCREV = "1c...
Add perl-XML-Parser to devel image
# # Copyright (C) 2011 Colin Walters <walters@verbum.org> # LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" inherit gnomeos-contents PACKAGE_INSTALL += "task-core-sdk \ ...
# # Copyright (C) 2011 Colin Walters <walters@verbum.org> # LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" inherit gnomeos-contents PACKAGE_INSTALL += "task-core-sdk \ ...
Split out ekstra scripts into their own packages
DESCRIPTION = "Valgrind memory debugger" HOMEPAGE = "http://valgrind.org/" BUGTRACKER = "http://valgrind.org/support/bug_reports.html" LICENSE = "GPLv2+ & BSD & FDLv1.2" inherit autotools DEPENDS += "${HOST_ARCH}/sysroot-librt" RDEPENDS_${PN} += "${HOST_ARCH}/sysroot-librt ${HOST_ARCH}/sysroot-dbg" SRC_URI = "http:/...
DESCRIPTION = "Valgrind memory debugger" HOMEPAGE = "http://valgrind.org/" BUGTRACKER = "http://valgrind.org/support/bug_reports.html" LICENSE = "GPLv2+ & BSD & FDLv1.2" inherit autotools auto-package-utils DEPENDS += "${HOST_ARCH}/sysroot-librt" RDEPENDS_${PN} += "${HOST_ARCH}/sysroot-librt ${HOST_ARCH}/sysroot-dbg"...
Clean up preferred provider message
def get_filespath_extra(d, subpath): metaroot = next((p for p in d.getVar('BBPATH').split(':') if os.path.basename(p) == 'meta'), None) if metaroot: return os.path.join(metaroot, subpath) + ":" return "" # TODO: improve this, since it is very hacky that this recipe need to build tunctl. # include the existing qe...
python () { if d.getVar("PREFERRED_PROVIDER_qemu-helper-native") != d.getVar("PN"): raise bb.parse.SkipRecipe("Set qemu-helper-native provider to use this recipe") } def get_filespath_extra(d, subpath): metaroot = next((p for p in d.getVar('BBPATH').split(':') if os.path.basename(p) == 'meta'), None) ...
Append to RCONFLICTS instead of overwriting
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed." LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" PV = "4.5.3" SRCREV = "8e9e75502ff910629663c4cdd7779d43ea2dd150" SRC_URI = "git://github.com/torna...
DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed." LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" PV = "4.5.3" SRCREV = "8e9e75502ff910629663c4cdd7779d43ea2dd150" SRC_URI = "git://github.com/torna...
Add missing dependency on geometry-msgs
DESCRIPTION = "trajectory_msgs" SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5" require common-msgs.inc
DESCRIPTION = "trajectory_msgs" SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5" require common-msgs.inc DEPENDS += "geometry-msgs"
Change poetry bbclass inherit to match oe-core
SUMMARY = "RADIUS tools" SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" PYPI_PACKAGE = "pyrad" SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9" inherit pypi poetry_core
SUMMARY = "RADIUS tools" SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" PYPI_PACKAGE = "pyrad" SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9" inherit pypi python_poetry_core
Switch to subdir= in SRC_URI
DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)" LICENSES = "AL2.0 W3C Public Domain" AUTHOR = "Apache Software Foundation" SRC_URI = "http://archive.apache.org/dist/xml/commons/source/xml-commons-external-${PV}-src.tar.gz" inherit java-library S = "${WORKDIR}" DEPENDS = "fastjar-native" ...
DESCRIPTION = "Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)" LICENSES = "AL2.0 W3C Public Domain" AUTHOR = "Apache Software Foundation" SRC_URI = "http://archive.apache.org/dist/xml/commons/source/xml-commons-external-${PV}-src.tar.gz;subdir=${BPN}-${PV}" inherit java-library DEPENDS = "fastjar-native...
Use cross prefix with native wx-config
DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." HOMEPAGE = "http://www.wxpython.org" LICENSE = "WXwindows" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce1d18e2d633d41786c0a8dfbc80917" DEPENDS = "wxwidgets-native wxwidgets" PYPI_PACKAGE = "wxPython" SRC_URI += "file://add-back-opti...
DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." HOMEPAGE = "http://www.wxpython.org" LICENSE = "WXwindows" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce1d18e2d633d41786c0a8dfbc80917" DEPENDS = "wxwidgets-native wxwidgets" PYPI_PACKAGE = "wxPython" SRC_URI += "file://add-back-opti...
Add HOMEPAGE info into recipe file.
SUMMARY = "Replacement syslog API" DESCRIPTION = "The EventLog library aims to be a replacement of the \ simple syslog() API provided on UNIX systems. The \ major difference between EventLog and syslog is that \ EventLog tries to add structure to messages. EventLog \ ...
SUMMARY = "Replacement syslog API" HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system" DESCRIPTION = "The EventLog library aims to be a replacement of the \ simple syslog() API provided on UNIX systems. The \ major difference between EventLog and syslog i...
Switch to using pillow instead of imaging module
SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission" HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat" SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" inherit setuptools3 pypi PYPI_PACKAGE = "sense-...
SUMMARY = "Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission" HOMEPAGE = "https://github.com/RPi-Distro/python-sense-hat" SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" inherit setuptools3 pypi PYPI_PACKAGE = "sense-...
Enable .cpio.gz image output for ptest image
DESCRIPTION = "Minimal ptest image for NI Linux Real-Time x64 and ARM targets" LICENSE = "MIT" require minimal-nilrt-image.bb IMAGE_INSTALL += "\ packagegroup-ni-ptest \ " IMAGE_ROOTFS_EXTRA_SPACE = "1000000" rm_feed_configs () { ${ROOTFS_PKGMANAGE} -o ${IMAGE_ROOTFS} remove --force-depends distro-feed-configs...
DESCRIPTION = "Minimal ptest image for NI Linux Real-Time x64 and ARM targets" LICENSE = "MIT" require minimal-nilrt-image.bb IMAGE_FSTYPES += " cpio.gz" IMAGE_INSTALL += "\ packagegroup-ni-ptest \ " IMAGE_ROOTFS_EXTRA_SPACE = "1000000" rm_feed_configs () { ${ROOTFS_PKGMANAGE} -o ${IMAGE_ROOTFS} remove --forc...
Fix license format QA error
SUMMARY = "log4cplus provides a simple C++ logging API for log management" SECTION = "libs" HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" LICENSE = "Apache-2.0 BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170" SRC_U...
SUMMARY = "log4cplus provides a simple C++ logging API for log management" SECTION = "libs" HOMEPAGE = "http://sourceforge.net/projects/log4cplus/" BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/" LICENSE = "Apache-2.0 & BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170" SRC...
Set PV and correct syntax for RDEPENDS
DESCRIPTION = "Python interface to Bluetooth LE on Linux" HOMEPAGE = "https://github.com/IanHarvey/bluepy" SECTION = "devel/python" DEPENDS = "${PYTHON_PN} glib-2.0" RDEPENDS_${PN} = "bluez5" LICENSE = "GPLv2 & PD" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833...
DESCRIPTION = "Python interface to Bluetooth LE on Linux" HOMEPAGE = "https://github.com/IanHarvey/bluepy" SECTION = "devel/python" LICENSE = "GPLv2 & PD" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001" DEPENDS = "glib-2.0" SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" PV = "1.3.0+git...
Use the correct args to disable vala support
SUMMARY = "GUsb is a GObject wrapper for libusb1" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "glib-2.0 libusb" inherit meson gobject-introspection gtk-doc gettext vala PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" PACK...
SUMMARY = "GUsb is a GObject wrapper for libusb1" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "glib-2.0 libusb" inherit meson gobject-introspection gtk-doc gettext vala PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" PACK...
Update checksum for Mender client to match UBI changes.
require mender.inc MENDER_BRANCH ?= "master" SRC_URI = "git://github.com/mendersoftware/mender;protocol=https;branch=${MENDER_BRANCH}" # The revision listed below is not really important, it's just a way to avoid # network probing during parsing if we are not gonna build the git version # anyway. If git version is e...
require mender.inc MENDER_BRANCH ?= "master" SRC_URI = "git://github.com/mendersoftware/mender;protocol=https;branch=${MENDER_BRANCH}" # The revision listed below is not really important, it's just a way to avoid # network probing during parsing if we are not gonna build the git version # anyway. If git version is e...
Fix build with separate builddir
SUMMARY = "Simple DirectMedia Layer truetype font library" SECTION = "libs" DEPENDS = "virtual/libsdl freetype" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" PR = "r1" SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ file://con...
SUMMARY = "Simple DirectMedia Layer truetype font library" SECTION = "libs" DEPENDS = "virtual/libsdl freetype" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" PR = "r2" SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ file://con...
Consolidate in a single file
require python-kconfiglib.inc inherit pypi setuptools3
DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c" SRC_URI[md5sum] = "4ad68618824d4bad1d1de1d7eb838bba" SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c" inherit pypi setupt...
Add HOMEPAGE info into recipe file.
SUMMARY = "backport of Python 3.4's enum package" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e" SRC_URI[md5sum] = "5f13a0841a61f7fc295c514490d120d0" SRC_URI[sha256sum] = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1" inherit pypi setuptools ...
SUMMARY = "backport of Python 3.4's enum package" HOMEPAGE = "https://bitbucket.org/stoneleaf/enum34" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://enum/LICENSE;md5=0a97a53a514564c20efd7b2e8976c87e" SRC_URI[md5sum] = "5f13a0841a61f7fc295c514490d120d0" SRC_URI[sha256sum] = "8ad8c4783bf61ded74527bffb48ed9b54166685...
Update LICENSE field version to LGPLv2
require pango.inc PR = "${INC_PR}.1" SRC_URI += "file://CVE-2010-0421.patch" SRC_URI[archive.md5sum] = "f2eeaf183930e00ed28fca3a6ed1deb0" SRC_URI[archive.sha256sum] = "adbd11f182ec63939d6364cbb59e86991a48582e7d3641cda80529b40b399559"
require pango.inc LICENSE = "LGPLv2+" PR = "${INC_PR}.2" SRC_URI += "file://CVE-2010-0421.patch" SRC_URI[archive.md5sum] = "f2eeaf183930e00ed28fca3a6ed1deb0" SRC_URI[archive.sha256sum] = "adbd11f182ec63939d6364cbb59e86991a48582e7d3641cda80529b40b399559"
Add license as band-aid to get it build
DESCRIPTION = "A Calculator for Openmoko" SECTION = "openmoko/tools" DEPENDS = "libmokoui2" PV = "0.1.0+svnr${SRCREV}" PR = "r1" inherit openmoko2 SRC_URI += " file://openmoko-calculator.png " do_install_append_openmoko() { install -d ${D}/${datadir}/pixmaps/ install ${WORKDIR}//openmoko-calculator.pn...
DESCRIPTION = "A Calculator for Openmoko" SECTION = "openmoko/tools" DEPENDS = "libmokoui2" PV = "0.1.0+svnr${SRCREV}" PR = "r1" inherit openmoko2 LICENSE = "GPL" SRC_URI += " file://openmoko-calculator.png " do_install_append_openmoko() { install -d ${D}/${datadir}/pixmaps/ install ${WORKDIR}//openmo...
Add Run time dependency on hplib-mod
DESCRIPTION = "TI High performance libraries" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/runtime/hplib/src/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" DEPENDS = "common-csl-ip rm-lld qmss-lld sa-lld pktlib" include hplib.inc CHOICELIST = "yes no" S = "${WORKDIR}/git/ti/runtime/hplib...
DESCRIPTION = "TI High performance libraries" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/runtime/hplib/src/COPYING.txt;md5=b7982a377c680ad71ca2fbb735982462" DEPENDS = "common-csl-ip rm-lld qmss-lld sa-lld pktlib" RDEPENDS_${PN} = "hplib-mod" include hplib.inc CHOICELIST = "yes no" S = "${...
Update kernel to latest upstream
COMPATIBLE_MACHINE = "raspberrypi" require linux.inc DESCRIPTION = "Linux kernel for the RaspberryPi board" PR = "r1" # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. # This is on the rpi-patches branch SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc" SRC_URI = "git://github.com/raspberr...
COMPATIBLE_MACHINE = "raspberrypi" require linux.inc DESCRIPTION = "Linux kernel for the RaspberryPi board" PR = "r2" # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. # This is on the rpi-patches branch SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab" SRC_URI = "git://github.com/raspberr...
Add input-utils to test packages
DESCRIPTION = "Extended task to get System Test specific apps" LICENSE = "MIT" PR = "r8" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" ARAGO_TEST = "\ bonnie++ \ hdparm \ iozone3 \ iperf \ lmbench \ rt-tests \ evtest \ bc \ memtester \ " ARAGO_TI_TEST = "\ ltp-ddt...
DESCRIPTION = "Extended task to get System Test specific apps" LICENSE = "MIT" PR = "r9" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" ARAGO_TEST = "\ bonnie++ \ hdparm \ iozone3 \ iperf \ lmbench \ rt-tests \ evtest \ bc \ memtester \ " ARAGO_TI_TEST = "\ ltp-ddt...
Remove match-box and firefox packages
SUMMMARY = "PLOS Base System" LICENSE = "MIT" PR = "r1" inherit packagegroup # For backwards compatibility after rename RPROVIDES_packagegroup-base-plos = "packagegroup-plos-base" RREPLACES_packagegroup-base-plos = "packagegroup-plos-base" RCONFLICTS_packagegroup-base-plos = "packagegroup-plos-base" RDEPENDS_${PN} =...
SUMMMARY = "PLOS Base System" LICENSE = "MIT" PR = "r1" inherit packagegroup # For backwards compatibility after rename RPROVIDES_packagegroup-base-plos = "packagegroup-plos-base" RREPLACES_packagegroup-base-plos = "packagegroup-plos-base" RCONFLICTS_packagegroup-base-plos = "packagegroup-plos-base" RDEPENDS_${PN} =...
Add libiio and gr-iio to target
# packagegroup definitions to help the GNSS-SDR community build images # they like. LICENSE = "MIT" inherit packagegroup PACKAGES = " \ packagegroup-gnss-sdr-base \ packagegroup-gnss-sdr-bin \ packagegroup-gnss-sdr-drivers \ " PROVIDES = "${PACKAGES}" SUMMARY_packagegroup-gnss-sdr-base = "Required pack...
# packagegroup definitions to help the GNSS-SDR community build images # they like. LICENSE = "MIT" inherit packagegroup PACKAGES = " \ packagegroup-gnss-sdr-base \ packagegroup-gnss-sdr-bin \ packagegroup-gnss-sdr-drivers \ " PROVIDES = "${PACKAGES}" SUMMARY_packagegroup-gnss-sdr-base = "Required pack...
Add missing package to package group
DESCRIPTION = "Packages for Microsoft Azure IoT." LICENSE = "MIT" inherit packagegroup PR = "r0" RDEPENDS_${PN} = "\ azure-iot-sdk-c \ azure-iot-sdk-c-dev \ python-azure-iot-sdk \ node-red-contrib-azureiothubnode \ node-iothub-explorer \ azure-iot-gateway-sdk \ azure-iot-gateway-sdk-dev \ azure-iot-gateway-s...
DESCRIPTION = "Packages for Microsoft Azure IoT." LICENSE = "MIT" inherit packagegroup PR = "r1" RDEPENDS_${PN} = "\ azure-iot-sdk-c \ azure-iot-sdk-c-dev \ python-azure-iot-sdk \ node-red-contrib-azureiothubnode \ node-iothub-explorer \ azure-iot-gateway-sdk \ azure-iot-gateway-sdk-dev \ azure-iot-gateway-s...
Update LICENSE field version to GPLv2
DESCRIPTION = "A library for replaying C64 SID music" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" PR = "r1" SRC_URI = "\ ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \ http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.gz;...
DESCRIPTION = "A library for replaying C64 SID music" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPLv2" PR = "r2" SRC_URI = "\ ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/libsidplay-1.36.59.tgz;name=archive \ http://ftp.debian.org/debian/pool/main/libs/libsidplay/libsidplay_1.36.59-5.diff.g...
Add gstreamer to the devel image
SUMMARY = "MagOS image for development" require magos-image-prod.bb IMAGE_FEATURES += "dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks" IMAGE_INSTALL += "kernel-dev packagegroup-magos-buildtools"
SUMMARY = "MagOS image for development" require magos-image-prod.bb IMAGE_FEATURES += "dev-pkgs tools-debug tools-profile tools-testapps debug-tweaks" IMAGE_INSTALL += "kernel-dev \ packagegroup-magos-buildtools \ packagegroup-fsl-gstreamer \ packagegroup-fsl-gstreamer-full \ packagegroup-fslc-gstrea...
Extend with native build variants
SUMMARY = "Python Library for Tom's Obvious, Minimal Language" HOMEPAGE = "https://github.com/uiri/toml" LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=6d6012eea477117abf51c31262a152f8" SRC_URI[md5sum] = "63fffbe2d632865ec29cd69bfdf36682" SRC_URI[sha256sum] = "229f81c57791a41d65e399fc0...
SUMMARY = "Python Library for Tom's Obvious, Minimal Language" HOMEPAGE = "https://github.com/uiri/toml" LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=6d6012eea477117abf51c31262a152f8" SRC_URI[md5sum] = "63fffbe2d632865ec29cd69bfdf36682" SRC_URI[sha256sum] = "229f81c57791a41d65e399fc0...
Add x11vnc systemd initscript to image
require atlas-soc-console-image.bb IMAGE_INSTALL += " \ angstrom-gdm-xfce-hack \ packagegroup-xfce-base \ xterm \ angstrom-x11vnc-xinit \ x11vnc \ xserver-xorg-xvfb \ xkbcomp \ packagegroup-core-x11-xserver \ xserver-nodm-init \ xserver-common \ gimp abiword gedit midori epiphany...
require atlas-soc-console-image.bb IMAGE_INSTALL += " \ angstrom-gdm-xfce-hack \ packagegroup-xfce-base \ xterm \ angstrom-x11vnc-xinit \ x11vnc \ xserver-xorg-xvfb \ xkbcomp \ packagegroup-core-x11-xserver \ xserver-nodm-init \ xserver-common \ gimp abiword gedit midori epiphany...
Package .la files to fix build failure
# # Copyright (C) 2015 Pelagicore AB DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices, like embedded systems or old machines." LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" HOMEPAGE = "https://github.com/profusion/lightmediascanner" ...
# # Copyright (C) 2015 Pelagicore AB DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices, like embedded systems or old machines." LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" HOMEPAGE = "https://github.com/profusion/lightmediascanner" ...
Update to correctly mount data partition
HOMEPAGE = "https://www.balena.io/" SUMMARY = "Utility to mount container filesystems" DESCRIPTION = "Utility to mount container filesystems" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" inherit go RDEPENDS_${PN} = "util-linux" GO_IMPORT = "...
HOMEPAGE = "https://www.balena.io/" SUMMARY = "Utility to mount container filesystems" DESCRIPTION = "Utility to mount container filesystems" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" inherit go RDEPENDS_${PN} = "util-linux" GO_IMPORT = "...
Use PACKAGECONFIG for build options
# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br> # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Universal Ctags" DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \ Unix ctags utility. Ctags generates an index of source code \ ...
# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br> # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "Universal Ctags" DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \ Unix ctags utility. Ctags generates an index of source code \ ...
Add missing dep on python-six-native
SUMMARY = "Twisted Web Sockets" HOMEPAGE = "https://github.com/MostAwesomeDude/txWS" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8" DEPENDS = "python-twisted python-six python-vcversioner" SRC_URI = "git://github.com/MostAwesomeDude/txWS.git" SRCREV= "88cf6d9b9b685ffa...
SUMMARY = "Twisted Web Sockets" HOMEPAGE = "https://github.com/MostAwesomeDude/txWS" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8" DEPENDS = "python-twisted python-six python-vcversioner python-six-native python-vcversioner-native" SRC_URI = "git://github.com/MostAwe...
Revert "Revert "Revert "**TEMPORARY** Disable start-jupyterlab"""
DESCRIPTION = "Required packges for running jupyter notebook with python3 " inherit packagegroup START_JUPYTER_PKG ?= "start-jupyter" #START_JUPYTER_PKG_k26 = "start-jupyterlab" JUPYTER_NOTEBOOK_PACKAGES = " \ packagegroup-python3-jupyter \ python3-core \ python3-ipywidgets \ python3-pydot \ liberation-fonts \ ...
DESCRIPTION = "Required packges for running jupyter notebook with python3 " inherit packagegroup START_JUPYTER_PKG ?= "start-jupyter" START_JUPYTER_PKG_k26 = "start-jupyterlab" JUPYTER_NOTEBOOK_PACKAGES = " \ packagegroup-python3-jupyter \ python3-core \ python3-ipywidgets \ python3-pydot \ liberation-fonts \ ...
Update SRCREV and build encoder
SUMMARY = "Kernel drivers for the IMG VXE384 MP2 and D5520 encoder/decoder found in TI SoCs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://common/dq.c;beginline=1;endline=16;md5=e015e28ff5e88576dab9fdf641e3dbfe" inherit module MACHINE_KERNEL_PR_append = "b" PR = "${MACHINE_KERNEL_PR}" COMPATIBLE_MACHINE = "j7-evm" S...
SUMMARY = "Kernel drivers for the IMG VXE384 MP2 and D5520 encoder/decoder found in TI SoCs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://driver/common/dq.c;beginline=1;endline=16;md5=e015e28ff5e88576dab9fdf641e3dbfe" inherit module MACHINE_KERNEL_PR_append = "c" PR = "${MACHINE_KERNEL_PR}" COMPATIBLE_MACHINE = "j7-...
Add one day to timestamp
require recipes-images/angstrom/extended-console-image.bb IMAGE_INSTALL += " \ kernel-modules \ kernel-dev \ linux-firmware \ usbutils \ libusbg \ iw \ systemd-analyze \ vim vim-vimrc \ procps \ screen minicom \ cronie-systemd ntpdate \ tar \ packagegroup-s...
require recipes-images/angstrom/extended-console-image.bb IMAGE_INSTALL += " \ kernel-modules \ kernel-dev \ linux-firmware \ usbutils \ libusbg \ iw \ systemd-analyze \ vim vim-vimrc \ procps \ screen minicom \ cronie-systemd ntpdate \ tar \ packagegroup-s...
Fix mcookie / util-linux-ng dependency
require xorg-app-common.inc DESCRIPTION = "X Window System initializer" DEPENDS += "util-linux-ng" PE = "1" PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "bc4e8b7d1919597cc37a0d24aa149dda" SRC_URI[archive.sha256sum] = "ba76e36e1a42a7cf76505b7e6fc4777f5d14f45ddff74341abfb7dd10d5fe04c" FILES_${PN} += "${libdir}X11/xinit...
require xorg-app-common.inc DESCRIPTION = "X Window System initializer" RDEPENDS_${PN} += "util-linux-ng" PE = "1" PR = "${INC_PR}.1" EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" SRC_URI[archive.md5sum] = "bc4e8b7d1919597cc37a0d24aa149dda" SRC_URI[archive.sha256sum] = "ba76e36e1a42a7cf76505b7e6fc4777f5d14f45d...
Allow empty packages to be built
SUMMARY = "Host API C++ bindings" DESCRIPTION = "OpenCL compute API headers C++ bindings from Khronos Group" LICENSE = "Khronos" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e4a01f0c56b39419aa287361a82df00" SECTION = "base" SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https" PV = "2.0.10+git${S...
SUMMARY = "Host API C++ bindings" DESCRIPTION = "OpenCL compute API headers C++ bindings from Khronos Group" LICENSE = "Khronos" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e4a01f0c56b39419aa287361a82df00" SECTION = "base" SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https" PV = "2.0.10+git${S...
Install and hence package and strip the pmufw elf file
inherit esw deploy ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src" DEPENDS += " xilstandalone xilfpga xilskey" do_install() { : } PMU_FIRMWARE_BASE_NAME ?= "${BPN}-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" PMU_FIRMWARE_BASE_NAME[vardepsexclude] = "DATETIME" do_deploy() { install -Dm 0644 ${WORKDI...
inherit esw deploy ESW_COMPONENT_SRC = "/lib/sw_apps/zynqmp_pmufw/src" DEPENDS += " xilstandalone xilfpga xilskey" do_install() { install -d ${D}/${base_libdir}/firmware # Note that we have to make the ELF executable for it to be stripped install -m 0755 ${WORKDIR}/build/pmufw* ${D}/${base_libdir}/firmw...
Include nano in the default developer build for Page
# Base this image on rpi-hwup-image include recipes-core/images/rpi-hwup-image.bb IMAGE_FEATURES += "ssh-server-dropbear splash package-management" VIDEO_CAMERA = "1" IMAGE_INSTALL_append = "linux-firmware-ath9k linux-firmware-ralink linux-firmware-rtl8192cu wireless-tools parted lvm2 openssl dosfstools e2fsprogs conn...
# Base this image on rpi-hwup-image include recipes-core/images/rpi-hwup-image.bb IMAGE_FEATURES += "ssh-server-dropbear splash package-management" VIDEO_CAMERA = "1" IMAGE_INSTALL_append = "linux-firmware-ath9k linux-firmware-ralink linux-firmware-rtl8192cu wireless-tools parted lvm2 openssl dosfstools e2fsprogs conn...
Add oe-layersetup to the SDK
DESCRIPTION = "Task to install additional scripts and applications into the SDK" LICENSE = "MIT" PR = "r14" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" # Choose the kernel and u-boot recipe sources to use U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src" KERNEL_SRC = "${PREFERRED_PROVIDER_virtua...
DESCRIPTION = "Task to install additional scripts and applications into the SDK" LICENSE = "MIT" PR = "r15" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" # Choose the kernel and u-boot recipe sources to use U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src" KERNEL_SRC = "${PREFERRED_PROVIDER_virtua...