index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meta
/
classes
/
base.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
base.bbclass: Remove generate_git_config()
Darren Hart
2013-02-11
1
-21
/
+0
*
base.bbclass: remove redundant setting of MAKE
Bernhard Reutner-Fischer
2013-02-08
1
-1
/
+0
*
base.bbclass: Commentary typo fix
Bernhard Reutner-Fischer
2013-02-08
1
-1
/
+1
*
package.bbclass: Multithread per file dependency generation code
Richard Purdie
2013-02-06
1
-1
/
+1
*
base.bblass : Add support for cmake to PACKAGECONFIG.
Philip Balister
2013-01-25
1
-1
/
+4
*
base: make feature backfilling happen earlier
Richard Purdie
2013-01-24
1
-0
/
+2
*
base.bbclass: improve the incompatible license logic a bit
Christopher Larson
2013-01-18
1
-2
/
+1
*
base.bbclass: use debug messages for INCOMPATIBLE_LICENSE
Christopher Larson
2013-01-18
1
-3
/
+3
*
base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEs
Andy Ross
2012-12-11
1
-34
/
+35
*
base.bbclass: Remove implicit dependency on license.bbclass
Richard Purdie
2012-12-07
1
-6
/
+7
*
base.bbclass: Drop P and PN from FILESPATH
Richard Purdie
2012-11-26
1
-1
/
+1
*
bitbake.conf: Simplify FILESPATH
Richard Purdie
2012-11-26
1
-1
/
+1
*
multilib - crosssdk: Stop building multilib for crosssdk packages
Mark Hatle
2012-10-27
1
-4
/
+4
*
multilib: Add support for cross-canadian multilib packages
Mark Hatle
2012-10-27
1
-2
/
+37
*
base.bbclass: Add PKGTRIPLETS and PKGMLTRIPLETS variables
Richard Purdie
2012-10-22
1
-0
/
+34
*
nativesdk: Switch to using nativesdk as a prefix, not a suffix
Richard Purdie
2012-09-02
1
-7
/
+10
*
meta/classes: Various python whitespace fixes
Richard Purdie
2012-08-21
1
-9
/
+9
*
base.bbclass: fix PACKAGECONFIG handling code
Yao Zhao
2012-08-19
1
-13
/
+12
*
base.bbclass: Work even when there's no PNBLACKLIST entries
Peter Seebach
2012-08-17
1
-1
/
+1
*
base.bbclass: Expand PNBLACKLIST across multilibs too
Peter Seebach
2012-08-15
1
-1
/
+9
*
base.bbclass: allow specifying an lsb distro hook via the metadata
Christopher Larson
2012-08-15
1
-1
/
+11
*
base.bbclass: Set the NATIVELSBSTRING variable to represent the distro we're ...
Richard Purdie
2012-07-28
1
-1
/
+2
*
base/perlnative/pythonnative/gzipnative: Add a new variable to enable easier ...
Richard Purdie
2012-07-26
1
-0
/
+9
*
Remove a number of unneeded import os/bb calls
Richard Purdie
2012-07-19
1
-6
/
+4
*
Convert tab indentation in python functions into four-space
Richard Purdie
2012-07-19
1
-114
/
+113
*
base.bbclass: add GNUmakefile to the list of possible makefile names
Ross Burton
2012-07-17
1
-1
/
+1
*
base.bbclass: Add cross-canadian-${TRANSLATED_TARGET_ARCH} to the license exc...
Mark Hatle
2012-07-03
1
-1
/
+1
*
ccache: Separate out into its own class
Richard Purdie
2012-05-30
1
-1
/
+1
*
classes/base: add checksum file list at parse time
Paul Eggleton
2012-05-24
1
-0
/
+1
*
base.bbclass: use isinstance for base_eventhandler
Christopher Larson
2012-05-03
1
-10
/
+6
*
bitbake.conf: shift build config summary control to here
Christopher Larson
2012-05-03
1
-16
/
+34
*
classes: Add recipe class to overrides
Richard Purdie
2012-04-30
1
-0
/
+1
*
base.bbclass: Fix PACKAGECONFIG issues with native and nativesdk BBCLASSEXTEN...
Richard Purdie
2012-04-13
1
-5
/
+31
*
INCOMPATIBLE_LICENSE: support for spdx and pkg licenses
Elizabeth Flanagan
2012-03-25
1
-7
/
+33
*
base.bbclass: Fix PACKAGECONFIG handling when no flags are set
Richard Purdie
2012-03-05
1
-3
/
+4
*
meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)
Richard Purdie
2012-03-05
1
-2
/
+2
*
meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)
Richard Purdie
2012-03-05
1
-21
/
+21
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-27
/
+9
*
base.bbclass: If unpacking again, wipe out ${S}/patches
Richard Purdie
2012-03-02
1
-0
/
+1
*
site.conf.sample: Fix broken SOCKS proxy setup and configuration
Inaky Perez-Gonzalez
2012-03-01
1
-4
/
+5
*
base.bbclass: check all entries of FILESPATH for MACHINE overrides
Joshua Lock
2012-02-22
1
-6
/
+8
*
base.bbclass: replace COMMERCIAL_LICENSE code with LICENSE_FLAGS code
Tom Zanussi
2012-01-24
1
-6
/
+6
*
lib/oe: Add sstatesig, OE specific signature generator classes
Richard Purdie
2012-01-23
1
-1
/
+1
*
classes/base: note variable name in COMPATIBLE_* skip messages
Paul Eggleton
2012-01-17
1
-2
/
+2
*
license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPD...
Andrei Gherzan
2012-01-10
1
-2
/
+1
*
base.bbclass: Allow buildstats to be optionally supplied
Mark Hatle
2012-01-03
1
-1
/
+0
*
bitbake.conf: add default PRINC 0 to be able to increment it
Martin Jansa
2011-12-05
1
-1
/
+1
*
classes/base: split out metadata revision code to separate function
Paul Eggleton
2011-12-01
1
-20
/
+24
*
getVar/setVar cleanups
Richard Purdie
2011-11-27
1
-2
/
+2
*
base.bbclass: Use bb.plain to print the build header
Richard Purdie
2011-11-24
1
-1
/
+1
[next]