Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-04-15 | kernel bbclass: have modules.tgz have the same version and packages and ↵ | Koen Kooi | 1 | |
deployed images (PV) instead of pulling it out of the makefile (KERNEL_VERSION) * before: 836K modules-2.6.25-rc8-davinci1-r1-davinci-sffsdr.tgz 1.4M uImage-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.bin * after: 836K modules-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.tgz 1.4M uImage-2.6.24+2.6.25-rc8-r1-davinci-sffsdr.bin | ||||
2008-04-11 | packaged-staging.bbclass: protect against empty SRC_URI | Koen Kooi | 1 | |
2008-04-06 | testlab.bbclass: opkg is using a different output format, account for that, | Koen Kooi | 1 | |
2008-04-02 | autotools.bbclass: Replace cp with autotools_stage_dir. | Robert Schuster | 1 | |
2008-04-01 | merge of '4fec7547828d90c8b430bc08cb12a80b9091750b' | OpenEmbedded Project | 1 | |
and 'ee1c0d99f2549754c9cb3cf471c5d3e68e42087d' | ||||
2008-04-01 | cpan.bbclass: removed bashisms (from Poky) | Marcin Juszkiewicz | 1 | |
2008-03-31 | kernel.bbclass,linux.inc: cleanup definition of ${KERNEL_IMAGE_BASE_NAME} | Jeremy Laine | 1 | |
* drop ${DATETIME} from ${KERNEL_IMAGE_BASE_NAME} in kernel.bbclass, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005017.html * make ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} ?=, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005016.html * remove ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} from linux.inc * use ${KERNEL_IMAGE_BASE_NAME} for uImage deploy | ||||
2008-03-30 | base.bbclass: Enable 'overwrite' flag for unzip (to match tar behaviour). ↵ | Leon Woestenberg | 1 | |
Broke rebuilds when disabled. | ||||
2008-03-29 | efl.bbclass: ship .debug files in proper package | Michael Lauer | 1 | |
2008-03-28 | kernel.bbclass: fix generation of uImage on powerpc platforms | Jeremy Laine | 2 | |
* add a map_uboot_arch function to kernel.bbclass which changes "powerpc" to "ppc" and export UBOOT_ARCH * pass -A ${UBOOT_ARCH} instead of -A ${ARCH} to mkimage in kernel.bbclass | ||||
2008-03-28 | packaged-staging.bbclass: Put ipk/deb files in the correct directories | Richard Purdie | 1 | |
2008-03-28 | package.bbclass: fix handling of kernel-modules which end with '-dev' | Thomas Kunze | 1 | |
Kernel-modules which end with -dev get update-modules-dev as RRECOMMENDS so update-modules-dev gets pulled in images. So we blacklist kernel-module packages for now. | ||||
2008-03-27 | kernel.bbclass,linux.inc: move dependency on u-boot-openmoko-native to ↵ | Jeremy Laine | 1 | |
kernel.bbclass | ||||
2008-03-27 | kernel.bbclass: unbreak uImage generation. | Koen Kooi | 1 | |
2008-03-27 | kernel.bbclass: add generic do_deploy task | Thomas Kunze | 1 | |
2008-03-25 | rootfs_ipk.bbclass: symlink /usr/lib/opkg to /usr/lib/ipkg too | Rod Whitby | 1 | |
2008-03-25 | merge of '848c6e3f16104e7b87568edf06d0d9cc79b5e860' | Rod Whitby | 1 | |
and 'aff156eb3c821fe61a4b7788e1da432c621d1383' | ||||
2008-03-25 | rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is ↵ | Rod Whitby | 1 | |
still the package manager included in the image. | ||||
2008-03-24 | e.bbclass merge with Mamona | Michael Lauer | 1 | |
2008-03-23 | efl.bbclass: bump PE to unbreak builds and feeds | Koen Kooi | 1 | |
* please don't make PV go backwards without bumping PE | ||||
2008-03-23 | efl.bbclass: use autotools to install .pc files | Michael Lauer | 1 | |
2008-03-23 | autotools.bbclass: enable installing .pc files on demand | Michael Lauer | 1 | |
(see file for lenghty explanation) | ||||
2008-03-21 | efl: merge with Mamona | Michael Lauer | 3 | |
2008-03-20 | package.bbclass: Add PN to list of package variables emitted in pkgdata ↵ | Richard Purdie | 1 | |
(from poky) | ||||
2008-03-20 | autotools.bbclass: Merge autotools_stage_all with changes in Poky. Removes a ↵ | Richard Purdie | 2 | |
typo, adds libexec dir to staging list, works with cross.bbclass, removed info and man data which is pointless in staging and factors out repeated functionality into a separate function | ||||
2008-03-19 | insane bbclass: add '8' (.la references workdir) to list of fatal errors | Koen Kooi | 1 | |
* this will also trigger on broken libtool archives already present in staging. If you get hit by this: rebuild the offending recipes or do a clean rebuild | ||||
2008-03-19 | native.bbclass: fix ] spacing | Koen Kooi | 1 | |
2008-03-19 | autotools bbclass: sync with poky and expand on it | Koen Kooi | 1 | |
2008-03-19 | native, autotools bbclass: check if bindir exists before trying to access it | Koen Kooi | 2 | |
* hardcoded since native.bbclass redefines ${bindir} and friends :( | ||||
2008-03-19 | autotools, native bbclass: try harder to stage native binaries | Koen Kooi | 2 | |
2008-03-19 | insane.bbclass: Only check installed status for packages which aren't ↵ | Richard Purdie | 1 | |
native/cross, find desktop-file-validate from PATH so it can be ASSUME_PROVIDED (from poky) | ||||
2008-03-19 | native and autotools bbclass: use autotools_stage_all instead of oe_runmake ↵ | Koen Kooi | 2 | |
install for staging native packages | ||||
2008-03-19 | autotools.bbclass: Sync with poky - don't add libtool-cross to sdk package ↵ | Richard Purdie | 1 | |
depenedncies, use maintainer mode for reconfiguring packages, make sure STAGING_INCDIR exists before installing to is, fix issues with autostaging functions where .la files in subdirectories would be ignored | ||||
2008-03-19 | rootfs_{deb,ipk}.bbclass: the o-hand dudes went overboard with sed, and ↵ | Koen Kooi | 2 | |
opkg-native overwrites our u-a-native, so we need to set both IPKG_OFFLINE_ROOT *and* OPKG_OFFLINE_ROOT | ||||
2008-03-19 | testlab: remove bashism, spotted by XorA | Koen Kooi | 1 | |
2008-03-19 | merge of '3562d52be2dd03372ae3c01837858e920fe1b216' | Graeme Gregory | 6 | |
and 'd791da1ae7aaac6a51195013e3c686e0c5172ad3' | ||||
2008-03-18 | classes/packages.bbclass: This sounds like a place for past tense. We ran ↵ | Holger Freyther | 1 | |
strip... | ||||
2008-03-18 | various: move over to opkg, as discussed on the mailinglist | Koen Kooi | 6 | |
* death to ipkg! | ||||
2008-03-17 | cpan.bbclass: Run the install routine as the staging task instead of install ↵ | Richard Purdie | 1 | |
when run as part of a native build | ||||
2008-03-17 | package.bbclass: Write out PR into pkgdata since some packages override it | Richard Purdie | 1 | |
2008-03-17 | packaged-staging.bbclass: Switch architecture to BUILD_SYS, inject the ↵ | Richard Purdie | 1 | |
target triplet into the package name so staging remains multimachine compatible, fix problems with packages with split PR, use DEPLOY_DIR_IPK and DEPLOY_DIR_DEB variables | ||||
2008-03-17 | sepukku: make attachments work again by importing bb and passing in e.data, ↵ | Koen Kooi | 1 | |
based on a patch by RP | ||||
2008-03-16 | seppuku: add PN to comment line for attachment (as discussed on ml) | Rolf Leggewie | 1 | |
2008-03-16 | seppuku: have the name of the MACHINE in the attachment's description (as ↵ | Rolf Leggewie | 1 | |
discussed on the ml) | ||||
2008-03-15 | Reverse accidental changes in dc0f5b4ef4b836d72bf43dffa503ab86e6f7de54 | Richard Purdie | 2 | |
2008-03-15 | gcc: Some futher .bb -> .inc changes | Richard Purdie | 2 | |
2008-03-14 | packaged-staging.bbclass: Switch to including stamps files in the staging ↵ | Richard Purdie | 1 | |
package so the timestamps are preserved exactly | ||||
2008-03-14 | base.bbclass, package.bbclass: Move package_stagefile function to ↵ | Richard Purdie | 2 | |
base.bbclass and add shell version | ||||
2008-03-14 | base.bbclass: Add .la file brute force sed enhancement from poky | Richard Purdie | 1 | |
2008-03-14 | packaged-staging bbclass: make PSTAGE_EXTRAPATH overridable | Koen Kooi | 1 | |