index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
classes
/
base.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake.conf: Split STAGING and CROSS to become target specific so armv5 bina...
Richard Purdie
2008-07-19
1
-1
/
+1
*
Merge multimachine class into bitbake.conf and create singlemachine.bbclass a...
Richard Purdie
2008-07-17
1
-23
/
+37
*
base.bbclass: Disable do_mrproper - it doesn't do anything sane/useful
Richard Purdie
2008-05-29
1
-12
/
+12
*
base.bbclass: Add sanity check for multiple file matches to oe_libinstall fro...
Richard Purdie
2008-05-12
1
-0
/
+9
*
base.bbclass: don't add shasum-native dependency if we are building shasum-na...
Ross Burton
2008-05-06
1
-6
/
+7
*
base.bbclass: only depend on shasum-native if we don't have hashlib
Ross Burton
2008-05-01
1
-4
/
+22
*
When checksuming tarballs use bb.utils.*_sum instead of calling commands dire...
Ross Burton
2008-05-01
1
-15
/
+15
*
base.bbclass: Remove unneeded imports
Richard Purdie
2008-04-27
1
-2
/
+2
*
base.bbclass: Add checkuri/checkuriall tasks to check validity of upstream so...
Richard Purdie
2008-04-27
1
-0
/
+39
*
base.bbclass: Add setscene task to handle preparing the work area at the star...
Richard Purdie
2008-04-27
1
-2
/
+20
*
base.bbclass: Prefer gcc 3.4.6/7 over 3.4
Richard Purdie
2008-04-25
1
-1
/
+1
*
base.bbclass: Fix dependency_libs libtool mangling regexp
Richard Purdie
2008-04-22
1
-1
/
+1
*
base.bbclass: Sync with OE.dev
Richard Purdie
2008-03-19
1
-0
/
+19
*
base.bbclass: Let unpack task remove S beforehand which fixes clean handling....
Richard Purdie
2008-03-10
1
-4
/
+7
*
base.bbclass: Sync with OE
Richard Purdie
2008-03-03
1
-23
/
+38
*
base.bbclass: align build configuration dump properly
Marcin Juszkiewicz
2008-02-17
1
-1
/
+1
*
base.bbclass: Drop _FUNCTION suffix to METADATA_REVISION
Richard Purdie
2008-02-15
1
-3
/
+1
*
base.bbclass: Show svn revision of poky being used
Richard Purdie
2008-02-15
1
-12
/
+28
*
base.bbclass: Make sure PATH searched for applications is expanded
Richard Purdie
2008-01-06
1
-1
/
+1
*
base and sanity bbclasses + qemu: move gcc3 availability checking into base.b...
Marcin Juszkiewicz
2008-01-03
1
-0
/
+17
*
base.bbclass: Fix populate_staging whitespace
Richard Purdie
2007-11-30
1
-1
/
+1
*
base.bbclass: Fix PKGDATA to work properly with multimachine
Richard Purdie
2007-11-25
1
-6
/
+13
*
base.bbclass: Add buildall task
Richard Purdie
2007-11-25
1
-0
/
+7
*
base.bbclass: Fix regexp
Richard Purdie
2007-11-14
1
-1
/
+1
*
base.bbclass: Improve .la file conversion from installed=yes to installed=no
Richard Purdie
2007-11-13
1
-1
/
+4
*
base.bbclass: Fix hardcoded staging references
Richard Purdie
2007-10-29
1
-2
/
+2
*
base.bbclass: Add note from OE
Richard Purdie
2007-10-29
1
-0
/
+1
*
base.bbclass: Clean up staging references
Richard Purdie
2007-10-29
1
-4
/
+4
*
base.bbclass: add checksums.ini generator
Marcin Juszkiewicz
2007-10-17
1
-6
/
+17
*
base.bbclass: merge checksums.ini warning from OE
Marcin Juszkiewicz
2007-10-16
1
-2
/
+2
*
base.bbclass: Swicth to use cleandirs flag for install task
Richard Purdie
2007-09-05
1
-6
/
+1
*
base.bbclass: Remove and re-create when installing to ensure that it is empty
Ross Burton
2007-09-03
1
-0
/
+6
*
base.bbclass: Further tweaks from OE
Richard Purdie
2007-09-01
1
-16
/
+20
*
base.bbclass: Remove legacy code which hides bugs
Richard Purdie
2007-09-01
1
-2
/
+0
*
base.bbclass: Remove showdata task (its broken and bitbake -e is equivalent a...
Richard Purdie
2007-09-01
1
-14
/
+5
*
base.bbclass: Make populate_staging run after install to avoid conflicts
Richard Purdie
2007-08-21
1
-1
/
+2
*
base.bbclass: populate_staging after do_compile. Any packages staging impleme...
Richard Purdie
2007-08-21
1
-1
/
+1
*
base.bbclass: Set pkgdata location to something machine specific when needed ...
Richard Purdie
2007-08-21
1
-5
/
+5
*
base.bbclass: Improve performance with SRC_URI_OVERRIDES_PACKAGE_ARCH enabled...
Richard Purdie
2007-08-12
1
-8
/
+9
*
base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH handling
Richard Purdie
2007-08-11
1
-7
/
+12
*
base.bbclass: Sync with OE.dev (mainly download checksumming code)
Richard Purdie
2007-08-08
1
-14
/
+134
*
base.bbclass: Correct git-native autodependencies
Richard Purdie
2007-08-03
1
-3
/
+3
*
base.bbclass: Auto add dependency on git-native when needed
Richard Purdie
2007-08-03
1
-0
/
+7
*
base.bbclass: Fix base_get_srcrev
Richard Purdie
2007-08-01
1
-1
/
+1
*
base.bbclass: Minor performance tweak, add base_get_srcrev()
Richard Purdie
2007-08-01
1
-1
/
+10
*
base.bbclass: Revert quoting changes
Richard Purdie
2007-07-07
1
-2
/
+2
*
base.bbclass: Start to fix quoting
Richard Purdie
2007-07-06
1
-2
/
+2
*
classes: Rework core dependencies to work properly at the task level
Richard Purdie
2007-04-03
1
-6
/
+0
*
base.bbclass: unexport DISTRO to prevent application compile failures
Richard Purdie
2007-03-21
1
-1
/
+7
*
Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in local....
Richard Purdie
2006-12-20
1
-6
/
+11
[next]