Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autotools.bbclass: Handle /lib as well as /usr/lib in autotools_stage_all | Richard Purdie | 2008-11-04 | 1 | -13/+25 |
| | |||||
* | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 2008-11-04 | 1 | -5/+3 |
| | |||||
* | base.bbclass: Fix whitepsace damage | Richard Purdie | 2008-11-04 | 1 | -3/+3 |
| | |||||
* | base.bbclass: Create ~/.gitconfig if it doesn't already exist | Richard Purdie | 2008-11-04 | 1 | -1/+3 |
| | |||||
* | linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE | Richard Purdie | 2008-11-04 | 1 | -1/+2 |
| | |||||
* | packaged-staging.bbclass: Make sure target directory exists, fixing build ↵ | Richard Purdie | 2008-11-03 | 1 | -0/+1 |
| | | | | failures | ||||
* | sdk.bbclass: Fix PKG_CONFIG_DIR value | Richard Purdie | 2008-11-03 | 1 | -0/+1 |
| | |||||
* | roots_rpm.bbclass: Use opkg-native to get update-alternatives | Rob Bradford | 2008-10-31 | 1 | -0/+4 |
| | |||||
* | base.bbclass: Fix infinite loop | Richard Purdie | 2008-10-31 | 1 | -3/+3 |
| | |||||
* | base.bbclass: Fix typo | Richard Purdie | 2008-10-31 | 1 | -2/+2 |
| | |||||
* | base.bbclass: Fix the git config file writing code | Richard Purdie | 2008-10-31 | 1 | -7/+8 |
| | |||||
* | base.bbclass: Fix getVar call | Richard Purdie | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | base.bbclass: Add missing import os | Richard Purdie | 2008-10-31 | 1 | -0/+1 |
| | |||||
* | base.bbclass: Add missing import bb | Richard Purdie | 2008-10-31 | 1 | -0/+1 |
| | |||||
* | base.bbclass: Additional git proxy support. | Joshua Lock | 2008-10-30 | 1 | -0/+25 |
| | | | | | | | Add to the git proxy support so that the proxy configuration can be propogated to the git config (etc/gitconfig in staging). Add support for ignored hosts in the git proxy. Examples in site.conf.sample | ||||
* | rootfs_rpm.bbclass: Disable non Poky repositories. | Rob Braford | 2008-10-29 | 1 | -1/+1 |
| | | | | | | | | Only use repositories that begin "poky-feed". This prevents contamination with system repositories. It may be better to patch yum not to ever look in the system repository locations (i.e. /etc/yum.repos.d). | ||||
* | kernel.bbclass: We dont want to tar lib/ if we dont have any modules | Samuel Ortiz | 2008-10-29 | 1 | -1/+3 |
| | |||||
* | package_rpm.bbclass: Don't use the system wide RPM macros. | Rob Bradford | 2008-10-28 | 1 | -1/+1 |
| | | | | | This fixes the build on Fedora 10 where the RPM system macros obliterate the value of BuildRoot that is set in the spec file. | ||||
* | image.bbclass: Add INHIBIT_DEFAULT_DEPS | Richard Purdie | 2008-10-28 | 1 | -0/+2 |
| | |||||
* | bootimg: copy rootfs to ISO image | Samuel Ortiz | 2008-10-27 | 1 | -0/+4 |
| | | | | We are only copying the initrd right now. | ||||
* | base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs | Richard Purdie | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | packaged-staging.bbclass: Avoid removing the staging.lock lock file. | Robert Bradford | 2008-10-20 | 1 | -0/+3 |
| | | | | | | | | The pstage_manualclean function can be called on a directory containing an actively held lock on staging. Removing the lock file whilst the lock is held results in a failure when the lock is released. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5553 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | base.bbclass: Output notes only on BB <= 1.8.x | Robert Bradford | 2008-10-20 | 1 | -2/+6 |
| | | | | | | | | With BB > 1.9 the UI can output the details of an event as it chooses. They do not need to be converted into notes. Without this patch spurious messages are generated on BB 1.9. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5540 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | syslinux-native: Try to make syslinux cross-compile friendly. | Andrzej Zaborowski | 2008-10-20 | 1 | -3/+4 |
| | | | | | | | | | | We only had one package for building both the bootloader and the installer, i.e. target and host code. It used always the host compiler. Split the package into syslinux and syslinux-installer-native, require both for a cd bootable image. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5539 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bootimg: Add symbolic links to iso and hddimg | Samuel Ortiz | 2008-10-17 | 1 | -0/+9 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5535 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | sdk.bbclass: Rewrite PACKAGE_ARCHS | Richard Purdie | 2008-10-17 | 1 | -0/+10 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5532 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | syslinux.bbclass: Clean up boot menu title | Richard Purdie | 2008-10-17 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_ipk.bbclass: Simplify variable expansion | Richard Purdie | 2008-10-10 | 1 | -2/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5476 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | image.bbclass: Make the kernel depmod dependent on the presence of a kernel ↵ | Richard Purdie | 2008-10-09 | 1 | -3/+5 |
| | | | | | | - some images eg an initramfs don't have this git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5473 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | image.bbclass: generate modules.dep | Marcin Juszkiewicz | 2008-10-09 | 1 | -0/+9 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5468 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_ipk.bbclass: Don't error if the file doesn't exist | Richard Purdie | 2008-10-08 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5467 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_ipk.bbclass: Fix opkg config file generation | Richard Purdie | 2008-10-08 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5466 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_ipk/rootfs_ipk.bbclass: Update image from feed handling | Richard Purdie | 2008-10-08 | 2 | -16/+25 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5465 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | syslinux: We forward the LABEL through cmdline | Samuel Ortiz | 2008-10-08 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5458 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: added code to generate images from feeds | Marcin Juszkiewicz | 2008-10-07 | 1 | -0/+14 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5436 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: added generation of feed entries | Marcin Juszkiewicz | 2008-10-07 | 1 | -0/+26 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5434 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum ↵ | Marcin Juszkiewicz | 2008-10-07 | 1 | -0/+3 |
| | | | | | | package git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5433 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: fix platform so rpm will be usable on device | Marcin Juszkiewicz | 2008-10-07 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5432 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | base.bbclass: Add automatic osc-native dependencies for osc:// recipes | Richard Purdie | 2008-10-07 | 1 | -0/+7 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5425 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for packaging | Marcin Juszkiewicz | 2008-10-03 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5413 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: remove lock files to get rpm working on device | Marcin Juszkiewicz | 2008-10-03 | 1 | -0/+3 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5412 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package.bbclass: Ignore virtual-locale- packages when building -dev and -dbg ↵ | Richard Purdie | 2008-10-02 | 1 | -0/+4 |
| | | | | | | dependency chains git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5399 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: Set YUM_ARCH_FORCE | Richard Purdie | 2008-10-02 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5398 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_rpm.bbclass: Fix dependency rebuilding bug | Richard Purdie | 2008-10-02 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5397 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_rpm.bbclass: Fix package version fixing for PKG renamed packages | Richard Purdie | 2008-10-02 | 1 | -4/+17 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5393 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm: set target architecture and do not tell yum which arch we will use | Marcin Juszkiewicz | 2008-10-02 | 1 | -3/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5391 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package_rpm.bbclass: Improve handling of '-' characters in Requires and ↵ | Richard Purdie | 2008-10-02 | 1 | -17/+18 |
| | | | | | | Recommends fields git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5390 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | base.bbclass: Add read_subpkgdata_dict function | Richard Purdie | 2008-10-02 | 1 | -0/+13 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5389 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | package.bbclass: Write out extra useful data into the pkgdata files | Richard Purdie | 2008-10-02 | 1 | -0/+6 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5388 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | rootfs_rpm.bbclass: use more efficient way to copy packages | Marcin Juszkiewicz | 2008-10-02 | 1 | -5/+7 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5386 311d38ba-8fff-0310-9ca6-ca027cbcb966 |