aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zaurus-utils
AgeCommit message (Collapse)Author
2010-05-06classes/recipes: Catch populate_staging references that were missed in the ↵Richard Purdie
first pass Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock
populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-21zaurus-installer: deploy legacy gnu-tar here, not in zaurus-updater.Andrea Adami
* (only for spitz)
2010-04-20zaurus-update: add back PACKAGE_ARCH = "${MACHINE_ARCH}" otherwise you'll ↵Koen Kooi
miss out on gnu-tar for multi-machine builds where spitz isn't first
2010-04-20zaurus-updater: remove forgotten todo and split the version checkAndrea Adami
2010-04-20zaurus-updater: add support for jffs2 images w/o legacy headers.Andrea Adami
* new feature: check for known legacy headers * now supports Angstrom-Narcissus jffs2 images * two rootfs possible in nand: initrd.bin in mtd2 and home.bin in mtd3 * minor fixes: convert tabs to spaces, uniform echo's quoting * the universal updater doesn't need PACKAGE_ARCH = "${MACHINE_ARCH}" * bump PR * NOTE: mversion/checksum is still not used
2010-04-10zaurus-installer: remove trailing tabsAndrea Adami
2010-02-02zaurus-updater: fix nandlogical writing of kernel. Bump PR.Andrea Adami
2009-11-29nandlogical: rework klibc statical recipe pointing to staged mtd headersAndrea Adami
instead of providing own copy. Bump PR.
2009-11-11zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is ↵Richard Purdie
pointless since we don't call make Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-12nandlogical-klibc-static: fix FILESPATHPKGAndrea Adami
2009-08-12nandlogical: move to zaurus-utilsAndrea Adami
2009-08-12zaurus-utils: create a common container for the various Zaurus toolsAndrea Adami