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
...
*
base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list
Saul Wold
2011-09-16
1
-1
/
+1
*
sanity: disable mirrors for connectivity check
Joshua Lock
2011-09-16
1
-2
/
+6
*
bugzilla.bbclass: add a class to report build problems to bugzilla
Dmitry Eremin-Solenikov
2011-09-16
1
-0
/
+186
*
icecc.bbclass: replace with updated version
Dmitry Eremin-Solenikov
2011-09-16
1
-246
/
+144
*
image/package.bbclass: Revise multilib support for DEBIAN_NAME.
Lianhao Lu
2011-09-16
2
-13
/
+6
*
debian/_ipk.bbclass: Added multilib support for package_name_hook()
Lianhao Lu
2011-09-16
3
-1
/
+6
*
package.bbclass: fix spurious 'installed but not shipped' warning
Tom Zanussi
2011-09-16
1
-1
/
+4
*
cml1/kernel: Update do_menuconfig to use oe.terminal()
Richard Purdie
2011-09-15
1
-7
/
+4
*
package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae build
Dexuan Cui
2011-09-15
2
-7
/
+9
*
multilib: Remove recipe from multilib.conf that inherits allarch
Dongxiao Xu
2011-09-13
1
-0
/
+4
*
base.bbclass: do not expand PREFERRED_PROVIDER for kernel recipe
Dongxiao Xu
2011-09-13
1
-1
/
+3
*
imagetest-qemu/runqueue: Since we no longer support BUILDDIR, use TMPDIR
Richard Purdie
2011-09-09
1
-0
/
+1
*
terminal.bbclass: Improve environment handling
Richard Purdie
2011-09-09
1
-7
/
+6
*
base.bbclass: fix substring matching in COMMERCIAL_LICENSE
Paul Eggleton
2011-09-08
1
-2
/
+2
*
useradd.bbclass: use correct value for $D in postinst functions
Phil Blundell
2011-09-07
1
-3
/
+3
*
sstate: Avoid contention between sstate packages
Richard Purdie
2011-09-07
1
-0
/
+3
*
sanity.bbclass: re-enable DISTRO check
Paul Eggleton
2011-09-07
1
-3
/
+5
*
core-image.bbclass: zap root password if debug-tweaks not enabled
Paul Eggleton
2011-09-07
1
-0
/
+5
*
multilib_global.bbclass: handle kernel-module-* for multilib
Dongxiao Xu
2011-09-07
1
-0
/
+2
*
cpan.bbclass: fix native perl issue
Saul Wold
2011-09-07
1
-1
/
+2
*
package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxx
Dexuan Cui
2011-09-07
1
-1
/
+1
*
populate_sdk_deb.bbclass: add the missing parameter - for tar
Dexuan Cui
2011-09-07
1
-1
/
+1
*
image_types: Fix ubi images creation
Denis Carikli
2011-09-05
1
-0
/
+2
*
linux-yocto: generalize kernel config search pattern
Bruce Ashfield
2011-09-05
1
-1
/
+1
*
image_types.bbclass: use per-image dirs for extX.gz images generation
Dmitry Eremin-Solenikov
2011-09-05
1
-16
/
+16
*
populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH
Richard Purdie
2011-09-02
1
-1
/
+1
*
sanity.bbclass: fix splitting on newlines of SANITY_TESTED_DISTROS
Paul Eggleton
2011-09-02
1
-1
/
+1
*
useradd.bbclass: remove hardcoded reference to /usr/bin
Phil Blundell
2011-09-02
1
-2
/
+2
*
multilib: Only build one kernel
Richard Purdie
2011-09-02
2
-27
/
+51
*
rootfs_rpm: setting DEFAULTTUNE for multilib archs
Dongxiao Xu
2011-09-02
1
-0
/
+3
*
sanity.bbclass: Clean up various MACHINE checks
Richard Purdie
2011-08-31
1
-37
/
+50
*
sanity.bbclass: Fix broken whitespace
Richard Purdie
2011-08-31
1
-6
/
+6
*
sanity.bbclass: Fix broken indentation leading to code being skipped unintent...
Richard Purdie
2011-08-31
1
-19
/
+19
*
package.bbclass: Ensure task's variable dependencies are correctly caputred i...
Richard Purdie
2011-08-31
2
-1
/
+16
*
libc-package: restore correct mangling behavior for locale names
Phil Blundell
2011-08-31
1
-2
/
+2
*
image.bbclass: use ${TARGET_PREFIX}depmod
Chris Larson
2011-08-30
1
-1
/
+1
*
image_types_uboot: fix a number of issues
Chris Larson
2011-08-30
1
-13
/
+12
*
image_types: add ext4 types from OE
Chris Larson
2011-08-30
1
-1
/
+26
*
kernel.bbclass: Find the kernel consistently.
Mike Crowe
2011-08-26
1
-3
/
+3
*
multilib.bbclass: add renaming for INITSCRIPT related variables
Dongxiao Xu
2011-08-26
1
-1
/
+2
*
multilib.bbclass: add "pkg_postinst" and "pkg_postrm" as renaming elements
Dongxiao Xu
2011-08-26
1
-1
/
+1
*
multilib.bbclass: Fix renaming logic for "FILES_", "RDEPENDS_", etc
Dongxiao Xu
2011-08-26
1
-10
/
+8
*
kernel.bbclass: support kernel image type of vmlinux.gz
Mike Crowe
2011-08-26
1
-1
/
+6
*
package.bbclass: Fix recrdeptask of image type recipes
Dongxiao Xu
2011-08-26
1
-1
/
+1
*
classes/sanity: enhance the network connectivity test
Joshua Lock
2011-08-25
1
-12
/
+2
*
meta-toolchain/environment: Collected site config files in runtime.
Lianhao Lu
2011-08-24
1
-1
/
+1
*
toolchain-script.bbclass: Collected cached site config in runtime.
Lianhao Lu
2011-08-24
2
-4
/
+24
*
libc-package bbclass: fix binary localedata dependency code
Koen Kooi
2011-08-24
1
-1
/
+1
*
terminal: fix issue with unset exportable env vars
Chris Larson
2011-08-24
1
-1
/
+3
*
image.bbclass, kernel.bbclass: remove non-standard -n option from cp command
Paul Eggleton
2011-08-23
2
-2
/
+2
[prev]
[next]