summaryrefslogtreecommitdiff
path: root/package/fbdump
AgeCommit message (Collapse)Author
2010-02-04fbdump: don't add target program prefixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-06package: get rid of redundant malloc related configure presetsPeter Korsgaard
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-08-27fbdump: Fix help text indentation and remove staging dir installationDaniel Laird
Tidy up fbdump package.
2008-08-27fbdump: Add new package fbdump.Daniel Laird
fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported.