Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vsivanagulu's full-sized avatar

Sivanageswararao vsivanagulu

View GitHub Profile
@vsivanagulu
vsivanagulu / packages_for_Qt_image_yocto
Created January 5, 2018 05:40
this file is for packages added to compile QT image with yocto
Required packages for yocto-Qt image:
*************************************
http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard
EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh "
IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \
autoconf automake ccache chkconfig glib-networking glibmm \
packagegroup-core-buildessential pkgconfig \
boost cmake zlib glib-2.0 packagegroup-fsl-tools-testapps \
@vsivanagulu
vsivanagulu / libmodbus.inc
Last active November 27, 2017 13:51
libmodbus_3.0.6.bb
SUMMARY = "A Modbus library"
DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
QNX and Windows."
HOMEPAGE = "http://www.libmodbus.org/"
SECTION = "libs"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
@vsivanagulu
vsivanagulu / madplay_0.15.2b.bb
Last active December 11, 2017 10:09
madplay support for yocto
DESCRIPTION = "Madplay is a command-line MPEG audio decoder and player"
SECTION = "console/multimedia"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/${PN}-0.15.2b.tar.gz "
SRC_URI[md5sum] = "6814b47ceaa99880c754c5195aa1aac1"
SRC_URI[sha256sum] = "5a79c7516ff7560dffc6a14399a389432bc619c905b13d3b73da22fa65acede0"
@vsivanagulu
vsivanagulu / tzdata.inc
Created November 27, 2017 13:39
tzdata.inc support for all countries
# add this to poky/meta/recipes-extended/tzdata.inc
DESCRIPTION = "Timezone data"
HOMEPAGE = "http://www.iana.org/time-zones"
SECTION = "base"
LICENSE = "PD & BSD"
LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1"
DEPENDS = "tzcode-native"
inherit allarch