My sd card broke down, my cross-build vm gone, so I had to re-do things. pre: configure the network in logitech gui. Do a first step on: https://github.com/DaveDavenport/squishybox/wiki/SqueezeBox-Touch (disable watchdog) Format an empty SD card. (I used ext3, because I am shutting down, rebooting etc alot.. normally use ext2 for better lifetime of the read more
Daily Archives: April 22, 2012
libmpdclient bitbake file.
April 22, 2012 – 10:47 am
I love it is this simple: ?View Code BASH1 2 3 4 5 6 7 8 9 DESCRIPTION = "Music Player Daemon (mpd) library" HOMEPAGE = "http://www.musicpd.org" SECTION = "console/multimedia" LICENSE = "GPLv2" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/libmpdclient-${PV}.tar.bz2" inherit autotools binconfig