summaryrefslogtreecommitdiff
path: root/meta/recipes-bsp/pciutils
Commit message (Collapse)AuthorAgeFilesLines
* pciutils: fix a do_compile failureNitin A Kamble2012-03-191-0/+5
| | | | | | | | | | | | | | | | Avoid this issue: | ln -s libpci.so.3.1.9 libpci.so | ln: failed to create symbolic link `libpci.so': File exists | make[1]: *** [libpci.so] Error 1 | make[1]: Leaving directory `/srv/home/nitin/builds/build-multilib/tmp/work/x86_64-poky-linux/pciutils-3.1.9-r0/pciutils-3.1.9/lib' | make: *** [lib/libpci.so] Error 2 | ERROR: oe_runmake failed NOTE: package pciutils-3.1.9-r0: task do_compile: Failed PR not bumped as there are no changes in the output packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* pciutils: fix configure script for dashJoshua Lock2012-02-021-1/+1
| | | | | | | configure.patch was missing a closing quote in a sed expression which causes script execution to error on less forgiving shells such as dash. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* pciutils: upgrade to 3.1.9Shane Wang2012-01-246-37/+38
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* pciutils: Change the hardcoded /usr/lib to support multilib.Dongxiao Xu2011-07-202-2/+17
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* update patch upstream statusQing He2011-05-134-0/+7
| | | | | | | | | | | | | | This patch includes the update of patch upstream status of the following recipes (50 in all): grub pciutils setserial dhcp iproute2 libnss-mdns nfs-utils openssl portmap busybox coreutils dbus dropbear ncurses readline sysfsutils sysvinit tinylogin udev update-rc.d util-linux elfutils file pkgconfig syslinux ubootchart yaffs2 findutils gamin hdparm libaio libzypp parted procps sat-solver screen sed sysklogd tcp-wrapper time zypper attr boost createrepo gnutls hal js libgcrypt libnl libusb-compat Signed-off-by: Qing He <qing.he@intel.com>
* recipes: Use -uclibceabi instead of -uclibcgnueabiKhem Raj2011-04-042-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Various: Update KERNELORG_MIRROR for consistencyTom Rini2011-03-231-1/+1
| | | | | | | | In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* Various: Switch to KERNELORG_MIRRORTom Rini2011-03-231-1/+1
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* pciutils: Don't install the uncompressed version of pci.ids, the compressed ↵Richard Purdie2011-01-051-4/+1
| | | | | | version will suffice Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* pciutils: upgrade to version 3.1.7Qing He2010-11-145-0/+0
| | | | | | from 3.1.5 Signed-off-by: Qing He <qing.he@intel.com>
* recipes-bsp: Cleanup package descriptions and summariesMark Hatle2010-10-111-0/+1
| | | | | | | | | [BUGID #281] Evaluate and update each package in recipes-bsp to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Major layout change to the packages directoryRichard Purdie2010-08-275-0/+623
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>