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
/
package.bbclass
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
package.bbclass: Cleanup getVar syntax to use True, not 1 as third argument
Richard Purdie
2009-10-29
1
-61
/
+61
*
Merge ssh://gitserver@git.pokylinux.org/poky
Richard Purdie
2009-04-28
1
-2
/
+2
|
\
|
*
package bbclass: add an 'allow_links' param to get symlinks packaged, usefull...
Koen Kooi
2009-03-11
1
-2
/
+2
*
|
base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...
Richard Purdie
2009-02-05
1
-9
/
+9
*
|
base.bbclass: Move package metadata handling functions into their own class file
Richard Purdie
2009-02-05
1
-0
/
+2
|
/
*
package.bbclass: Ignore virtual-locale- packages when building -dev and -dbg ...
Richard Purdie
2008-10-02
1
-0
/
+4
*
package.bbclass: Write out extra useful data into the pkgdata files
Richard Purdie
2008-10-02
1
-0
/
+6
*
package.bbclass: Adjust to handle split packages already being present in PAC...
Richard Purdie
2008-09-10
1
-3
/
+2
*
package.bbclass: Skip symlinks when searching for shlib dependencies since we...
Richard Purdie
2008-07-15
1
-0
/
+2
*
package.bbclass: changed library regexp to get dependencies for opensync plug...
Marcin Juszkiewicz
2008-06-18
1
-1
/
+1
*
bitbake.conf/siteinfo.bbclass/package.bbclass: Add in support for 'darwin8'
Richard Purdie
2008-05-05
1
-20
/
+21
*
package.bbclass: unbreak
Marcin Juszkiewicz
2008-04-11
1
-0
/
+1
*
package.bbclass: Add patch to try and handle dynamic librbary dependencies on...
Richard Purdie
2008-04-11
1
-18
/
+82
*
package.bbclass: Sync with OE.dev
Richard Purdie
2008-03-19
1
-8
/
+49
*
package.bbclass: Avoid double suffix depchain packages
Richard Purdie
2008-02-07
1
-0
/
+8
*
package.bbclass: Abstract shlibs path to SHLIBSDIR variable
Richard Purdie
2008-01-23
1
-22
/
+4
*
package.bbclass: Fix shlibs and pkgconfig magic to use HOST_SYS, not TARGET_SYS
Richard Purdie
2008-01-17
1
-12
/
+10
*
package.bbclass: Account for DEPENDS in -dev packages
Richard Purdie
2008-01-09
1
-1
/
+25
*
package.bbclass: Various cleanups and bugfixes, some form OE
Richard Purdie
2007-12-19
1
-22
/
+21
*
package.bbclass: Don't strip files in .debug directories
Richard Purdie
2007-12-19
1
-0
/
+6
*
package.bbclass: Remove debug code
Richard Purdie
2007-11-27
1
-1
/
+0
*
package.bbclass: Remove PKGMAPS functionality and supersede with pkgdata. Rem...
Richard Purdie
2007-11-24
1
-42
/
+5
*
classes: Use internal bitbake functions and fix packaging unlocking on error ...
Richard Purdie
2007-11-24
1
-71
/
+1
*
package.bbclass: Make populate_packages copy files, not move them during do_p...
Richard Purdie
2007-10-23
1
-3
/
+82
*
package.bbclass: Remove depchains packaged() check. This broke after pkgdata ...
Richard Purdie
2007-10-02
1
-3
/
+3
*
package.bbclass: Append to do_package[deptask], cleanup up PACKAGES checks, g...
Richard Purdie
2007-09-27
1
-11
/
+20
*
package.bbclass: Cleanup install references into a configurable variable
Richard Purdie
2007-09-03
1
-17
/
+19
*
package.bbclass: Fix typo
Richard Purdie
2007-08-24
1
-1
/
+1
*
package.bbclass: Add back package_write task in a new form
Richard Purdie
2007-08-21
1
-1
/
+6
*
package.bbclass: More pkgdata fixes, (install task needs to rerun on existing...
Richard Purdie
2007-08-21
1
-4
/
+4
*
packaging: Split deb and ipk creation into separate tasks so changing the pac...
Richard Purdie
2007-08-21
1
-18
/
+1
*
package.bbclass: Deal with write protected files correctly
Richard Purdie
2007-08-06
1
-3
/
+3
*
package.bbclass: Try stripping files more enthusiastically
Richard Purdie
2007-08-06
1
-5
/
+11
*
package.bbclass: Convert runstrip shell into python
Richard Purdie
2007-08-06
1
-61
/
+45
*
package.bbclass: Disable locale RDEPENDS since it currently does nothing due ...
Richard Purdie
2007-06-18
1
-3
/
+9
*
package.bbclass: do_package[deptask] only needs to be set when PACKAGES != ""
Richard Purdie
2007-05-09
1
-2
/
+3
*
package.bbclass/insane.bbclass: Don't set task dependencies when PACKAGES is ...
Richard Purdie
2007-04-10
1
-3
/
+8
*
package.bbclass: Adjust package_depchains to work for cases where multiple pr...
Richard Purdie
2007-04-04
1
-13
/
+33
*
package.bbclass: Only need file-native if packaging
Richard Purdie
2007-04-03
1
-2
/
+1
*
classes: Rework core dependencies to work properly at the task level
Richard Purdie
2007-04-03
1
-3
/
+13
*
package.bbclass: Improve recommends dependency code to catch all dependencies...
Richard Purdie
2007-03-29
1
-21
/
+28
*
Fix spelling
Ross Burton
2007-03-21
1
-1
/
+1
*
Fix bashisms
Ross Burton
2007-02-21
1
-1
/
+1
*
package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS
Richard Purdie
2006-11-29
1
-2
/
+2
*
package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.
Chris Larson
2006-10-27
1
-5
/
+7
*
package.bbclass: Partially fix another dubious use of packages[0]
Richard Purdie
2006-10-22
1
-1
/
+8
[prev]
[next]