index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
image.bbclass: make execution ldconfig verbose
Nitin A Kamble
2011-04-04
1
-1
/
+2
*
patch.bbclass: allow importing patches into other dirs
Tom Rini
2011-04-04
1
-3
/
+16
*
classes: Use linux-uclibceabi instead of linux-uclibgnuceabi for os portion o...
Khem Raj
2011-04-04
2
-3
/
+3
*
sanity.bbclass: Use SSTATE_MANIFESTS instead of hard coding sstate-control
Khem Raj
2011-04-04
1
-1
/
+1
*
package_rpm: Ensure we take the sstate shared lockfile in the place we write ...
Richard Purdie
2011-03-29
1
-6
/
+3
*
sstate: Add support for taking shared lockfiles
Richard Purdie
2011-03-29
1
-0
/
+7
*
image.bbclass: Remove uneeded do_populate_sysroot requirement for images
Richard Purdie
2011-03-29
1
-3
/
+0
*
image.bbclass: Add dependencies on native versions of update-alternatives and...
Richard Purdie
2011-03-29
1
-0
/
+1
*
base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happ...
Richard Purdie
2011-03-29
3
-2
/
+3
*
image_types.bbclass: Drop IMAGE_EXTRA_OPTION in favour of the more standard E...
Richard Purdie
2011-03-24
1
-4
/
+9
*
bitbake.conf/image.bbclass: Move image type information into image_types.bbclass
Richard Purdie
2011-03-24
2
-21
/
+82
*
image.bbclass: Move ROOTFS_SIZE into runimagecmd() function
Richard Purdie
2011-03-24
1
-1
/
+1
*
image.bbclass: Improve readability of the image generation code
Richard Purdie
2011-03-24
1
-7
/
+13
*
sstate: use only unique set of SSTATETASK
Martin Jansa
2011-03-24
1
-2
/
+2
*
kernel.bbclass: blacklist 'kernel-misc' from kernel-modules
Koen Kooi
2011-03-23
1
-1
/
+1
*
native: empty PACKAGES_DYNAMIC the way we do PACKAGES
Chris Larson
2011-03-21
1
-0
/
+2
*
kernel/bbclass: rework kernel and module classes to allow for building out-of...
Darren Hart
2011-03-21
2
-64
/
+42
*
sstate: Ensure a clean removes setscene stamps as well as the main task stamps
Richard Purdie
2011-03-19
1
-0
/
+2
*
sstate.bbclass: Turn absolute symbolic links into relative ones for sstate pa...
Richard Purdie
2011-03-18
1
-1
/
+28
*
sanity.bbclass: check for duplicates in PACKAGE_ARCHS
Joshua Lock
2011-03-18
1
-0
/
+13
*
toolchain-scripts.bbclass: Added --sysroot to CPPFLAGS.
Lianhao Lu
2011-03-18
1
-0
/
+2
*
sanity: detect if bitbake wrapper is not being used or pseudo is broken
Paul Eggleton
2011-03-17
1
-1
/
+24
*
package.bbclass: Fix missing debug src files
Mark Hatle
2011-03-16
1
-1
/
+1
*
rootfs_rpm.bbclass: Add additional system configuration to RPM space
Mark Hatle
2011-03-16
1
-0
/
+26
*
poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURES
Scott Garman
2011-03-16
1
-1
/
+1
*
poky-image.bbclass: add new IMAGE_FEATURES for ssh servers
Scott Garman
2011-03-16
1
-1
/
+10
*
sstate.bbclass: always delete stamp files in sstate_clean
Paul Eggleton
2011-03-15
1
-9
/
+7
*
sstate.bbclass: avoid deleting unrelated stamp files
Paul Eggleton
2011-03-15
1
-1
/
+3
*
kernel bbclass: split do_compile into do_compile and do_compile_modules
Koen Kooi
2011-03-15
1
-0
/
+5
*
own-mirrors.bbclass: Bring own-mirrors.bbclass from oe commit 0ef914b250df46a...
Khem Raj
2011-03-15
1
-0
/
+12
*
Update SRC_URIs to use BPN instead of PN
Richard Purdie
2011-03-14
3
-3
/
+3
*
sanity.bbclass: Fix inverted mmap_min_addr logic
Richard Purdie
2011-03-12
1
-2
/
+2
*
package_rpm: Fix rootfs generation
Mark Hatle
2011-03-10
1
-1
/
+7
*
package.bbclass: Change the debug directory to avoid conflicts
Mark Hatle
2011-03-10
1
-2
/
+8
*
autotools.bbclass: Fix automake file race issues
Richard Purdie
2011-03-10
1
-2
/
+2
*
distutils-base: Only RDEPEND python-core on target packages
Martin Jansa
2011-03-08
1
-1
/
+1
*
debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGS
Martin Jansa
2011-03-08
1
-1
/
+7
*
sstate: Ensure the SRCURI fetcher cache is not used for sstate
Richard Purdie
2011-03-08
1
-1
/
+1
*
sanity.bbclass: Check for /proc/sys/vm/mmap_min_addr to be >= 65536
Khem Raj
2011-03-08
1
-4
/
+6
*
sanity.bbclass: some multilib systems have symlink /lib -> /lib64
Martin Jansa
2011-03-08
1
-1
/
+1
*
toolchain-script.bbclass: Added --sysroot to LDFLAGS.
Lianhao Lu
2011-03-05
1
-0
/
+2
*
module: build hostprogs for each module
Darren Hart
2011-03-04
1
-1
/
+11
*
distrodata.bbclass: Get git repo tag information
Mei Lei
2011-03-04
1
-9
/
+43
*
insane.bbclass: Fix ELF bitsize comparison
Mark Hatle
2011-03-02
1
-41
/
+43
*
kernel: remove explicit bash call in do_menuconfig
Bruce Ashfield
2011-03-02
1
-1
/
+1
*
base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
Koen Kooi
2011-03-01
1
-1
/
+3
*
base/utility-tasks.bbclass: Drop do_setscene and do_rebuild
Richard Purdie
2011-03-01
2
-49
/
+1
*
populate_sdk_rpm.bbclass: Add the necessary solvedb lock
Mark Hatle
2011-03-01
1
-0
/
+1
*
Fixing type: license.bbclass
Beth Flanagan
2011-03-01
1
-1
/
+1
*
Fixing my bad license parsing: license.bbclass
Beth Flanagan
2011-03-01
1
-3
/
+4
[prev]
[next]