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
...
*
package_ipk.bbclass: Fix typo
Richard Purdie
2009-11-16
1
-1
/
+1
*
cross.bbclass: Override the sysroot_stage_all to work appropriately for cross...
Richard Purdie
2009-11-13
1
-0
/
+8
*
base.bbclass: Add special stage keyword to override leagcy mode
Richard Purdie
2009-11-13
1
-0
/
+2
*
bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...
Richard Purdie
2009-11-13
17
-56
/
+63
*
gtk-icon-cache.bbclass: Drop unneeded module import
Richard Purdie
2009-11-13
1
-1
/
+0
*
gconf.bbclass: Drop unneeded module import
Richard Purdie
2009-11-13
1
-1
/
+1
*
native.bbclass: Fix DEPENDS handling for BBCLASSEXTEND use
Richard Purdie
2009-11-13
1
-29
/
+21
*
base/autotools.bbclass: Make sure extra dependencies are not lost for native ...
Richard Purdie
2009-11-13
3
-2
/
+6
*
classes: Remove and sanitise import statements
Richard Purdie
2009-11-13
31
-147
/
+34
*
base.bbclass: Drop import bb and import os as no longer needed
Richard Purdie
2009-11-13
1
-23
/
+5
*
native.bbclass: Improve DEPENDS mangling code so sub matches don't break upon...
Richard Purdie
2009-11-13
1
-5
/
+11
*
base.bbclass: Add an option of forcing the new staging mechanism
Richard Purdie
2009-11-13
1
-0
/
+2
*
base.bbclass: Fix do_populate_staging to operating on TMPDIR, not STAGING_DIR...
Richard Purdie
2009-11-13
1
-1
/
+1
*
classes: Various staging improvement fixups
Richard Purdie
2009-11-13
3
-14
/
+15
*
base.bbclass: Rework staging function to use a DESTDIR style configuration ba...
Richard Purdie
2009-11-13
2
-51
/
+70
*
packaged-staging.bbclass: Use a variable for the location of the staging lock...
Richard Purdie
2009-11-13
2
-5
/
+5
*
native.bbclass: If do_stage isn't overridden, allow do_install to run for nat...
Richard Purdie
2009-11-13
1
-5
/
+5
*
binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...
Richard Purdie
2009-11-13
3
-7
/
+16
*
autotools.bbclass: Separate out useful staging functions into base.bbclass an...
Richard Purdie
2009-11-13
2
-45
/
+64
*
autotools.bbclass: No need to fork sed each time
Richard Purdie
2009-11-13
1
-4
/
+5
*
autotools.bbclass: Convert .la file mangling to package preprocessing hook
Richard Purdie
2009-11-13
1
-1
/
+5
*
binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCS
Richard Purdie
2009-11-13
1
-13
/
+11
*
package.bbclass: Add the option to declare package preprocess function hooks
Richard Purdie
2009-11-13
1
-1
/
+2
*
package.bbclass: Change to operate on a copy of the install directory instead...
Richard Purdie
2009-11-13
1
-12
/
+25
*
package.bbclass: Remove hardcoded use of PKGDEST variable
Richard Purdie
2009-11-13
1
-1
/
+2
*
package.bbclass: Move variable checks to one place making the code more readable
Richard Purdie
2009-11-13
1
-38
/
+14
*
base.bbclass: Only run do_stage if its been overwritten as the default is emp...
Richard Purdie
2009-11-13
1
-1
/
+6
*
xfce.bbclass: Sync with OE.dev
Richard Purdie
2009-11-13
1
-2
/
+9
*
package.bbclass: Cleanup getVar syntax to use True, not 1 as third argument
Richard Purdie
2009-10-29
1
-61
/
+61
*
packaged-staging: Whitelist the empty base_do_stage function as it does nothi...
Richard Purdie
2009-10-28
1
-1
/
+4
*
nativesdk.bbclass: Drop ineffective dynamic linker flag
Richard Purdie
2009-09-18
1
-2
/
+0
*
nativesdk/package_ipk.bbclass: Clean up sdk package architectures
Richard Purdie
2009-09-17
4
-22
/
+20
*
package_ipk.bbclass: Convert to use SDK_ARCH
Richard Purdie
2009-09-17
1
-4
/
+4
*
packaged-staging.bbclass Use libdir_native for opkg paths in directory creation
Richard Purdie
2009-09-17
1
-1
/
+1
*
native.bbclass: Use prefix_native variable
Richard Purdie
2009-09-17
1
-2
/
+2
*
nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd...
Richard Purdie
2009-09-17
1
-67
/
+38
*
cross-canadian: Add cross-canadian class with gcc and binutils recipes
Richard Purdie
2009-09-17
1
-0
/
+56
*
crosssdk: Add crosssdk class with gcc and binutils recipes
Richard Purdie
2009-09-17
1
-0
/
+15
*
nativesdk: Don't use search and replace on DEPENDS field
Richard Purdie
2009-09-17
1
-6
/
+10
*
sdk.bbclass: Rename to nativesdk.bbclass
Richard Purdie
2009-09-17
3
-12
/
+12
*
Remove layout_* variables
Richard Purdie
2009-09-17
9
-77
/
+37
*
bitbake.conf: Rename SDK_PREFIX SDKPATH
Richard Purdie
2009-09-10
1
-1
/
+1
*
patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception...
Richard Purdie
2009-09-03
1
-5
/
+21
*
Add poky-trim-schemas post install script to remove unneeded schema locale tr...
Richard Purdie
2009-08-28
1
-0
/
+12
*
base.bbclass: Don't retrieve SRC_URI when not necessary
Damien Lespiau
2009-08-26
1
-4
/
+2
*
base.bbclass: packages pulling a mercurial tree should depend on mercurial
Damien Lespiau
2009-08-26
2
-1
/
+8
*
base.bbclass: Use subprocess rather than os.system for do_unpack
Richard Purdie
2009-08-25
1
-2
/
+10
*
autotools.bbclass: Remove pointless inherit
Richard Purdie
2009-08-12
1
-2
/
+0
*
binconfig.bbclass: Remove pointless inherit
Richard Purdie
2009-08-12
1
-2
/
+0
*
package_ipk.bbclass: Place configuration files in WORKDIR, not staging
Richard Purdie
2009-08-12
1
-2
/
+2
[prev]
[next]