summaryrefslogtreecommitdiff
path: root/recipes/zaurus-utils/zaurus-updater.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-25zaurus-updater: force back PACKAGE_ARCH = "${MACHINE_ARCH}"Andrea Adami1
* though not machine specific, the recipe uses package_stagefile_shell * and being DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" * in case of multimachine builds only the first one has a valid staging ipk.
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock1
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 Adami1
* (only for spitz)
2010-04-20zaurus-update: add back PACKAGE_ARCH = "${MACHINE_ARCH}" otherwise you'll ↵Koen Kooi1
miss out on gnu-tar for multi-machine builds where spitz isn't first
2010-04-20zaurus-updater: add support for jffs2 images w/o legacy headers.Andrea Adami1
* 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-02-02zaurus-updater: fix nandlogical writing of kernel. Bump PR.Andrea Adami1
2009-11-11zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is ↵Richard Purdie1
pointless since we don't call make Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-12zaurus-utils: create a common container for the various Zaurus toolsAndrea Adami1