aboutsummaryrefslogtreecommitdiffstats
path: root/classes/image.bbclass
AgeCommit message (Expand)Author
2011-03-15image.bbclass: add link to .rootfs.<type> or .<type>.imgBen Gardiner
2011-02-14image.bbclass: move insert_feed_uris() to rootfs_ipk.bbclassFilip Zyzniewski
2011-02-12image.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENTBernhard Reutner-Fischer
2011-01-07image.bbclass: rm symlink destination via lnBernhard Reutner-Fischer
2010-12-28Add flags for variable typingChris Larson
2010-11-08image: don't include glibc-localedata-i18n when IMAGE_LINGUAS is emptyChris Larson
2010-10-19image bbclass: fix install_linguas usage on shared buildserversKoen Kooi
2010-10-14image.bbclass: use un-renamed packages in RDEPENDSChris Larson
2010-10-09Implement 'dbg', 'dev', and 'doc' package groupsChris Larson
2010-10-09image.bbclass: implement IMAGE_FEATURESChris Larson
2010-10-09image.bbclass: don't export PACKAGE_INSTALLChris Larson
2010-10-09image.bbclass: add LINGUAS_INSTALL to PACKAGE_INSTALL.Chris Larson
2010-10-09image.bbclass: use PACKAGE_INSTALL in RDEPENDSChris Larson
2010-10-09image.bbclass: apply package renaming to optionalChris Larson
2010-10-08image.bbclass: revert the RDEPENDS changeChris Larson
2010-10-08mage.bbclass: RDEPENDS -> RDEPENDS_${PN}Frans Meulenbroeks
2010-05-26image.bbclass: Make zap_root_password to disable root's password not the user...Khem Raj
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Joshua Lock
2010-04-30image.bbclass: install_linguas don't install empty listMartin Jansa
2010-04-28image.bbclass: create /etc/device_table from IMAGE_DEVICE_TABLESAntonio Ospite
2010-03-11bitbake.conf: introducing new image fstype .cpio.gz.u-bootSteffen Sledz
2010-01-14images: set SPLASH to "" as sane defaultRolf Leggewie
2009-10-23image bbclass: tweak lingue scriptKoen Kooi
2009-09-17Avoids overwriting Python's built-in `str' in get_devtable_listMario Domenech Goulart
2009-08-08image.bbclass: fix bug in lingua code (code wasn't spitting entries like fr-f...Steve Sakoman
2009-07-24Revert "image.bbclass: reorder do_rootfs"Richard Purdie
2009-06-20image bbclass: fix logic buglet in lingua codeKoen Kooi
2009-06-17image.bbclass: remove tmp/rootfs after image creation unless you set a variableChris Larson
2009-06-16image.bbclass: unbreak postinst status in the install_lingua methodKoen Kooi
2009-06-12image bbclass: add install_linguas methodKoen Kooi
2009-04-23bitbake.conf: use rootfs/${PN} for IMAGE_ROOTFSRoman I Khimov
2009-04-21image.bbclass: IMAGE_VARS->IMAGE_BOOT, make overridableRoman I Khimov
2009-04-21image.bbclass: reorder do_rootfsRoman I Khimov
2009-02-22image.bbclass: install stuff listed in IMAGE_INSTALL as wellKoen Kooi
2009-02-19task-boot: rename DISTRO_ vars to IMAGE_ vars and move to image.bbclass * upd...Koen Kooi
2009-01-20image.bbclass: resize images (ext2/ext3) only if they are bigger then IMAGE_R...Denys Dmytriyenko
2009-01-20Auto resizing ext2/ext3 images (from Poky)Marcin Juszkiewicz
2008-06-27image.bbclass: Make sure DEPLOY_DIR_IMAGE exists before running image generat...Marcin Juszkiewicz
2008-05-21image.bbclass: Remove use of bbimage (from poky)Richard Purdie
2008-05-21image.bbclass: Cleanup whitespace (from poky)Richard Purdie
2008-05-18image.bbclass: Fix image creation locking so creating multiple images at once...Richard Purdie
2008-03-18various: move over to opkg, as discussed on the mailinglistKoen Kooi
2008-02-16image.bbclass: Innocent typo fix.Leon Woestenberg
2008-02-15image.bbclass: Add deploy_to taskPaul Sokolovsky
2008-02-12bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ...Paul Sokolovsky
2007-12-22image.bbclass: Add FEED_DEPLOYDIR_BASE_URI to use deploy dir a feed ("bogofee...Paul Sokolovsky
2007-11-17classes: Sync staging layout cleanups from PokyRichard Purdie
2007-09-05bitbake.conf/image.bbclass: Set IMAGE_BASENAME to a better default and export...Richard Purdie
2007-09-01image.bbclass: Append to do_rootfs[recrdeptask]Richard Purdie
2007-09-01images: Clean up image .bb files, moving functionality to image.bbclass (LICE...Richard Purdie
OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/meta-world-pkgdata.bb
blob: b299861375c3c4f0f6d55a4444f2f9a7424533fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SUMMARY = "Pulls in pkgdata for world"
LICENSE = "MIT"

INHIBIT_DEFAULT_DEPS = "1"

PACKAGE_ARCH = "${MACHINE_ARCH}"

addtask do_allpackagedata before do_build
do_allpackagedata() {
	:
}
do_allpackagedata[recrdeptask] = "do_packagedata do_allpackagedata"
do_allpackagedata[noexec] = "1"

WORLD_PKGDATADIR = "${D}/world-pkgdata"

addtask do_collect_packagedata after do_allpackagedata
SSTATETASKS += "do_collect_packagedata"
do_collect_packagedata[sstate-inputdirs] = "${WORLD_PKGDATADIR}"
do_collect_packagedata[sstate-outputdirs] = "${STAGING_DIR_HOST}/world-pkgdata"

python do_collect_packagedata() {
    import oe.copy_buildsystem
    outdir = os.path.join(d.getVar('WORLD_PKGDATADIR'))
    bb.utils.mkdirhier(outdir)
    sigfile = os.path.join(outdir, 'locked-sigs-pkgdata.inc')
    oe.copy_buildsystem.generate_locked_sigs(sigfile, d)
}

deltask do_fetch
deltask do_unpack
deltask do_patch
deltask do_configure
deltask do_compile
deltask do_install

do_prepare_recipe_sysroot[deptask] = ""

WORLD_PKGDATA_EXCLUDE ?= ""

python calculate_extra_depends() {
    exclude = '${WORLD_PKGDATA_EXCLUDE}'.split()
    for p in world_target:
        if p == self_pn:
            continue

        if p in exclude:
            continue

        deps.append(p)
}

PACKAGES = ""