aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image.bbclass
AgeCommit message (Collapse)Author
2008-02-16image.bbclass: Innocent typo fix.Leon Woestenberg
2008-02-15image.bbclass: Add deploy_to taskPaul Sokolovsky
* A standalone task to deploy built image to the location specified by DEPLOY_TO variable (likely passed via environment). Assumes ${IMAGE_FSTYPES} is a single value!
2008-02-12bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ↵Paul Sokolovsky
DISTRO value. * Some distros override DISTRO var to hack overrides right, etc. Yet, original value may be needed sometimes. For example, bbimage expects DISTRO to be what user set/passed it, not something else. * TODO: After interim cleanup during preparation of this patch, it turns out that angstrom is the only distro to (ab)use DISTRO overriding. It may make sense to instead get its OVERRIDES value right.
2007-12-22image.bbclass: Add FEED_DEPLOYDIR_BASE_URI to use deploy dir a feed ↵Paul Sokolovsky
("bogofeed"). * If set to a base URL of ipk deploy dir as exported by HTTP/FTP, it will create set of feed configs to use deploy subdirs as feeds.
2007-11-17classes: Sync staging layout cleanups from PokyRichard Purdie
2007-09-05bitbake.conf/image.bbclass: Set IMAGE_BASENAME to a better default and ↵Richard Purdie
export correctly, add BZR fetcher config (from poky)
2007-09-01image.bbclass: Append to do_rootfs[recrdeptask]Richard Purdie
2007-09-01images: Clean up image .bb files, moving functionality to image.bbclass ↵Richard Purdie
(LICENCE default, setup of RDEPENDS and default IMAGE_BASENAME)
2007-08-30classes: Remove bitbake 1.6 compatibility codeRichard Purdie
2007-08-22image.bbclass: Add the mkdir back in a different form. This proves nobody ↵Richard Purdie
uses USE_DEVFS and we should consider removing it,
2007-08-22image/rootfs_ipk: Remove uneeded mkdir callsRichard Purdie
2007-08-06zaurus-2.6: Create an install kit when generating images (from bug #2690 ↵Richard Purdie
with modifications)
2007-07-29image.bbclass: Fix other bbimage refernceRichard Purdie
2007-07-29image.bbclass: Use system python explicitly, don't use python-native versionRichard Purdie
2007-05-02image.bbclass: remove *all* IPKG list filesMarcin Juszkiewicz
2007-04-18classes: Add support for intertask dependencies to be specified, needed for ↵Richard Purdie
correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list.
2007-03-24image.bbclass: Removed wildcard rm as it broke building multiple rootfs ↵Leon Woestenberg
image types.
2007-03-06image.bbclass: Add function to turn on autologin for device images we do not ↵Florian Boor
want to log in at all.
2007-03-05image.bbclass: Create symlink to latest image generated. Also add dependency ↵Richard Purdie
on populate staging for do_rootfs (both from poky)
2007-01-07image.bbclass: Make images trigger all do_deploy tasks to run so kernels and ↵Richard Purdie
things like updater.sh for the zaurus get deployed with the image. This change on affects bitbake 1.7.x users who *will* need to use the latest 1.7.x version from svn.
2007-01-01image.bbclass rootfs_ipk.bbclass: Move common functionality into ↵Richard Purdie
image.bbclass to prepare for rootfs_deb/bbclass (from poky)
2006-12-31Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵Richard Purdie
prepare for deb packaging