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
*
sanity.bbclass: Add a new case to issue sanity_check()
Dongxiao Xu
2012-04-24
1
-0
/
+3
*
sanity.bbclass: add variable to disable the sanity checks
Joshua Lock
2012-04-23
1
-1
/
+1
*
package.bbclass: Ensure kernel modules get stripped
Richard Purdie
2012-04-22
1
-0
/
+8
*
gettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values
Richard Purdie
2012-04-22
1
-1
/
+1
*
packageinfo.bbclass: A workaround for RPM architecture renaming
Dongxiao Xu
2012-04-18
1
-1
/
+12
*
classes/sanity: import regular expression module in SuSE distro check
Paul Eggleton
2012-04-18
1
-0
/
+1
*
classes/sanity: trim trailing newline when reading /etc/redhat-release
Paul Eggleton
2012-04-18
1
-1
/
+1
*
linux-yocto: .diff is a valid patch extension
Bruce Ashfield
2012-04-17
1
-1
/
+1
*
sanity.bbclass: If the sanity tests fail, don't mark them as complete
Richard Purdie
2012-04-17
1
-1
/
+1
*
distrodata.bbclass: fix comment typo
Otavio Salvador
2012-04-16
1
-1
/
+1
*
Multilib: Fix RDEPENDS in libc-package.bbclass, useradd.bbclass...
Zhai Edwin
2012-04-16
3
-3
/
+4
*
mulitlib.bbclass: Ensure correct value of ALL_MULTILIB_PACKAGE_ARCHS is prese...
Richard Purdie
2012-04-14
1
-0
/
+3
*
update-alternatives: Fix for compatibility with multilib recipes
Richard Purdie
2012-04-14
1
-2
/
+3
*
linux-yocto: allow .cfg, .scc, .patch and defconfigs to be processed in order
Bruce Ashfield
2012-04-13
1
-67
/
+7
*
base.bbclass: Fix PACKAGECONFIG issues with native and nativesdk BBCLASSEXTEN...
Richard Purdie
2012-04-13
1
-5
/
+31
*
package_rpm.bbclass: Set tmppath for rpm to somewhere which won't conflict wi...
Richard Purdie
2012-04-12
1
-0
/
+1
*
package_rpm.bbclass: Use the correct macros file to avoid empty solvedb path ...
Richard Purdie
2012-04-12
1
-2
/
+1
*
package_rpm: Fix useradd preinst ordering issues
Richard Purdie
2012-04-12
1
-16
/
+47
*
insane.bbclass: Add missing variable bpn
Noor Ahsan
2012-04-11
1
-0
/
+1
*
"The suite of statements in a function definition executes with a local names...
Andrei Gherzan
2012-04-11
1
-1
/
+4
*
archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEP...
Xiaofeng Yan
2012-04-11
1
-0
/
+1
*
classes/package_deb: create .gz index instead of .bz2
Paul Eggleton
2012-04-11
1
-1
/
+1
*
boot-directdisk: remove the default setting of SYSLINUXCFG and SYSLINUXMENU
Saul Wold
2012-04-11
1
-3
/
+0
*
package_ipk.bbclass: fixing muttilib prefix extracting.
Lianhao Lu
2012-04-06
1
-2
/
+2
*
package_ipk: don't generate Packages.filelist
Martin Jansa
2012-04-06
1
-1
/
+1
*
archive-patched-source.bbclass: Archive patched source
Xiaofeng Yan
2012-04-04
1
-0
/
+14
*
archiver.bbclass: enhance code readability
Xiaofeng Yan
2012-04-04
1
-119
/
+108
*
eglibc packaging: locale packaging configuration
Nitin A Kamble
2012-04-04
1
-0
/
+8
*
package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{de...
Andreas Oberritter
2012-04-04
3
-0
/
+3
*
copyleft_compliance: also print the reason for including a package
Eric Bénard
2012-04-04
1
-4
/
+4
*
license.bbclass: Check if copyfile succeeded with isfile
Andrei Gherzan
2012-04-04
1
-2
/
+3
*
buildhistory: make seperate commits for every changed top level entry in the ...
Koen Kooi
2012-04-01
1
-1
/
+4
*
buildhistory: record all builds
Koen Kooi
2012-04-01
1
-0
/
+2
*
buildhistory: remove duplicate entries from dot graph
Koen Kooi
2012-04-01
1
-5
/
+5
*
cross-canadian.bbclass: fix rpath for sdk executables
Nitin A Kamble
2012-03-31
1
-1
/
+3
*
pkgconfig.bbclass: corrected dependency for -nativesdk.
Lianhao Lu
2012-03-31
1
-0
/
+1
*
autotools.bbclass: Drop -nativesdk dependency to lib-cross.
Lianhao Lu
2012-03-31
1
-0
/
+1
*
crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH.
Lianhao Lu
2012-03-31
1
-0
/
+5
*
nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS.
Lianhao Lu
2012-03-31
1
-7
/
+1
*
rootfs_ipk: don't echo opkg-cl output to log.do_rootfs
Martin Jansa
2012-03-30
1
-0
/
+2
*
libc-packgae.bbclass: Add i686 support in locale_arch_options
Noor Ahsan
2012-03-29
1
-0
/
+1
*
license.bbclass: remove existing license.manifest before appending new data
Eric Bénard
2012-03-29
1
-0
/
+4
*
linux-yocto: support externalsrc builds
Bruce Ashfield
2012-03-28
1
-0
/
+2
*
image_types: remove duplicate setting of -i for inode count
Saul Wold
2012-03-27
1
-2
/
+3
*
vmdk: Update for direstdisk
Saul Wold
2012-03-27
1
-3
/
+12
*
boot-directdisk: Fix Block Calcuation
Saul Wold
2012-03-27
1
-6
/
+13
*
image-vmdk: Add symbolic link for a short named vmdk image
Saul Wold
2012-03-27
1
-0
/
+2
*
rootfs_ipk: replace 3 opkg-cl calls with one in get_package_filename
Martin Jansa
2012-03-26
1
-3
/
+4
*
classes: scons: add EXTRA_OESCONS
Denis 'GNUtoo' Carikli
2012-03-26
1
-2
/
+4
*
archive-configured-source.bbclass: Archive configured source
Xiaofeng Yan
2012-03-26
1
-0
/
+14
[next]