Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-30 | package bblass: fix ldconfig_postinst_fragment to not return an error if no ↵ | Koen Kooi | 1 | |
/etc/ld.so.conf is present | ||||
2008-10-28 | insane.bbclass: Detect if someone is not using our LDFLAGS | Holger Hans Peter Freyther | 1 | |
We started passing --target-style=gnu/both to the linker. If the buildsystem is not picking up our LDFLAGS it will not have this hash in the binary. E.g. this is true for busybox. Add a check to insane.bbclass to check if we have a GNU_HASH in the elf binary. Make this a non fatal QA option until the majority of packages are fixed. | ||||
2008-10-27 | sanity.bbclass: Add check for duplicate entries in PACKAGE_ARCHS | Richard Purdie | 1 | |
2008-10-27 | packaged-staging.bbclass: Set the extra staging paths to a sane default | Richard Purdie | 1 | |
If either DISTRO_PR and OELAYOUT_ABI staging packages become superseeded therefore add these to the default extra paths variables although distros are free to override this if they know better. | ||||
2008-10-27 | classes/package*.bbclass: Remove the build_package_revision function | Richard Purdie | 5 | |
Based on experience, this function is going to cause massive code readability issues. We can actually clean up the code more without it so do this instead. | ||||
2008-10-27 | classes/conf: Handle Distro PR change in sanity.bbclass | Richard Purdie | 1 | |
This patch: * Moves the ABI variables into a new abi_version.conf (like Poky). * Renames SANITY_ABI to OELAYOUT_ABI since it has uses outside sanity.bbclass and sanity.conf. * Adds checks to sanity.bbclass so the user is notified when DISTRO_PR changes in a similar way to the OELAYOUT_ABI versions. | ||||
2008-10-27 | sourcepkg.bbclass: use DISTRO_PR value | Otavio Salvador | 1 | |
2008-10-27 | insane.bbclass: import bb to make python happy | Holger Hans Peter Freyther | 1 | |
With bitbake -b this broke, import bb to make the python runtime happy. | ||||
2008-10-27 | sanity.bbclass: Work if no TMPDIR was created yet | Holger Hans Peter Freyther | 1 | |
2008-10-25 | package bbclass: only run ldconfig when there's a ld.so.conf present | Koen Kooi | 1 | |
2008-10-24 | package_ipk.bbclass: add import bb where missing | Mike Westerhof | 1 | |
(fixes build failure for pointercal, and probably others) | ||||
2008-10-23 | rootfs_deb: use dpkg-scanpackages as our apt-native does not have ↵ | Marcin Juszkiewicz | 1 | |
apt-ftparchive anymore (from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-23 | package bbclass: add missing 'import bb' | Koen Kooi | 1 | |
2008-10-22 | Merge branch 'shared/file-pr-revert' into org.openembedded.dev | Holger Hans Peter Freyther | 5 | |
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb | ||||
2008-10-22 | base.bbclass: Add BPN- and BP-based search path to FILESPATH. | Robert Schuster | 1 | |
2008-10-22 | java.bbclass: Fixed indentation. | Robert Schuster | 1 | |
2008-10-22 | Added BPN/BP functionality (see #11716) | Robert Schuster | 2 | |
base.bbclass: Added base_package_name python function. java-library.bbclass: Removed java_back_package_name function. bitbake.conf: Set BP/BPN and use it in FILESPATH and S | ||||
2008-10-22 | native.bbclass: Run java_stage if JAVA_NATIVE_STAGE_INSTALL is set. | Robert Schuster | 1 | |
2008-10-22 | java-library.bbclass: Remove superfluous quotes from BPN variable. | Robert Schuster | 1 | |
2008-10-19 | autotools: also stage python files in ${prefix}/lib | Phil Blundell | 1 | |
2008-10-19 | package.bbclass: don't output postinst for ldconfig if USE_LDCONFIG=0 | Phil Blundell | 1 | |
2008-10-19 | binconfig: add terminating slashes to path matching regexps | Phil Blundell | 1 | |
2008-10-18 | WorkInProgress: Mangle the DISTRO_PR into the package revisions | Holger Hans Peter Freyther | 5 | |
2008-10-18 | base.bbclass: strip branch name in base_detect_branch | Otavio Salvador | 1 | |
2008-10-17 | rootfs_ipk: add support for BAD_RECOMMENDATIONS and | Phil Blundell | 1 | |
ONLINE_PACKAGE_MANAGEMENT configuration settings | ||||
2008-10-17 | XFCE: allow to set a specific release to be used while grabbing the source | Otavio Salvador | 1 | |
This will be used to avoid duplicated code in many XFCE related recipes. Without that, all recipes that uses a different version then the global XFCE release need to specify the SRC_URI making harder to update and change the mirror to be used globaly. | ||||
2008-10-15 | [base] Autodetect the SCM and add listing of git repositories | Holger Hans Peter Freyther | 1 | |
2008-10-15 | [base.bbclass] Make it fatal if no entry in checksums.ini exist | Holger Hans Peter Freyther | 1 | |
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 1 | |
2008-10-10 | merge of '3a46b29cc934022c7df085ba522531c57df6de56' | Robert Schuster | 2 | |
and 'b1dff4fe794bb68455321c0742b9a83e38afa5b3' | ||||
2008-10-10 | java-library.bbclass: Introduce BPN as a mean to minimize changes between a ↵ | Robert Schuster | 1 | |
recipe foo and foo-native. | ||||
2008-10-10 | java.bbclass: Make oe_makeclasspath automatically use staging or staging native. | Robert Schuster | 1 | |
2008-10-09 | merge of '0cc46a3e4be22a50518f2ca80e16fc733b1d9ca0' | Koen Kooi | 1 | |
and '300c8b716e9fdd8499a7197f71dbcea5255e3b5a' | ||||
2008-10-09 | gettext.bbclass: revert part of a cset that breaks OE with inifinite loops | Koen Kooi | 1 | |
2008-10-09 | revert last patch as it leads to a build loop. woglinde, please try again. | Michael Lauer | 1 | |
2008-10-08 | gettext.bbclass: make it simpler to understand | Henning Heinold | 1 | |
* set the deps for package which can use NLS stuff * filter the deps out if NLS is not requested | ||||
2008-10-07 | merge of 'd3c8a06d1d4f7abaf8f97964d82c9c0811415c68' | Robert Schuster | 1 | |
and 'e4568544a8390f2371814f5e9359920853e5b0b1' | ||||
2008-10-07 | java.bbclass: Make oe_makeclasspath behavior more sane. | Robert Schuster | 1 | |
* return oe_makeclasspath result in variable * check for file existence only when -s is given | ||||
2008-10-07 | merge of '6347af950ec1a0ff98214a570984c55df668fad7' | Robert Schuster | 8 | |
and 'aa5ca25b387398015df6ff4983a31df9f74a3dff' | ||||
2008-10-07 | base.bbclass: Use 'unzip' for *.jar files as well. | Robert Schuster | 1 | |
2008-10-07 | merge of 'd94f0c673a273066ff54e6843a2b270742cbb1dd' | Robert Schuster | 1 | |
and 'e2ebba6df8e583819b643aeb9f262e9f7803837d' | ||||
2008-10-07 | java.bbclass: Fixed oe_makeclasspath classpath generation. | Robert Schuster | 1 | |
2008-10-07 | cpan* bbclass: fix for staging layout changes | Koen Kooi | 4 | |
sdk bblcass: ditto, this time the fix is from poky | ||||
2008-10-06 | package bbclass: add an 'allow_links' param to get symlinks packaged, ↵ | Koen Kooi | 1 | |
usefull for splitting out libraries | ||||
2008-10-04 | insane.bbclass: let sh4 arch play with uclibc | Henning Heinold | 1 | |
2008-10-04 | distutils-base: export STAGING_INCDIR and STAGING_LIBDIR here | Michael Lauer | 1 | |
2008-10-03 | Split staging by base package arch (armv7a, ppc603e, etc) | Koen Kooi | 1 | |
* tested on beagleboard, dht-walnut, efika, c7x0 and om-gta01 * python, perl, gtk and qt4-x11 build and work * console-image, x11-image and beagleboard-demo-image build and work as well * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html | ||||
2008-10-02 | java.bbclass: Error out if classpath entry cannot be found. | Robert Schuster | 1 | |
2008-10-02 | distutils bbclass: sync with poky | Koen Kooi | 1 | |
2008-10-02 | native bbclass: sync with poky | Koen Kooi | 1 | |