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
...
*
rootfs_deb.bbclass: Remove spurious mkdir, I needed this because my deploy/ w...
Ross Burton
2007-08-17
1
-1
/
+0
*
Create usr/lib/ipkg in the rootfs before putting symlinks in it
Ross Burton
2007-08-17
1
-0
/
+1
*
Instead of exit 0, do exit 1. 0 is 0, so this doesn't work as intended
Ross Burton
2007-08-17
1
-4
/
+4
*
sanity.bbclass: Run sanity checks before parsing for speed, sync with OE
Richard Purdie
2007-08-12
1
-8
/
+17
*
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
*
sanity.bbclass: Further qemu check improvements
Richard Purdie
2007-08-09
1
-3
/
+6
*
sanity.bbclass: Factor ASSUME_PROVIDED into qemu checks
Richard Purdie
2007-08-09
1
-4
/
+6
*
Switch back to using our own qemu binary for locale generation by default
Richard Purdie
2007-08-09
1
-1
/
+7
*
base.bbclass: Sync with OE.dev (mainly download checksumming code)
Richard Purdie
2007-08-08
1
-14
/
+134
*
gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE)
Richard Purdie
2007-08-08
1
-1
/
+1
*
classes: Sync various classes with OE for various bugfixes
Richard Purdie
2007-08-08
11
-102
/
+285
*
kernel.bbclass: Remove broken and unused PARALLEL_INSTALL_MODULES
Richard Purdie
2007-08-08
2
-39
/
+0
*
image.bbclass: Add MACHINE_POSTPRECESS_COMMAND hook
Richard Purdie
2007-08-08
1
-0
/
+3
*
Don't use a bashism when creating directories
Ross Burton
2007-08-07
1
-1
/
+2
*
package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright notice
Richard Purdie
2007-08-07
2
-0
/
+8
*
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
*
update-rc.d.bbclass: Tweak change
Richard Purdie
2007-08-06
1
-1
/
+1
*
update-rc.d.bbclass: Stop the class corrupting the D variable
Richard Purdie
2007-08-06
1
-6
/
+4
*
base.bbclass: Correct git-native autodependencies
Richard Purdie
2007-08-03
1
-3
/
+3
*
patch.bbclass: Add support for maxrev and minrev
Richard Purdie
2007-08-03
1
-21
/
+23
*
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
*
sanity: Add check for help2man
Richard Purdie
2007-08-01
1
-1
/
+1
*
image.bbclass: Ensure the system python is used, not the one in staging
Richard Purdie
2007-08-01
1
-2
/
+2
*
base.bbclass: Minor performance tweak, add base_get_srcrev()
Richard Purdie
2007-08-01
1
-1
/
+10
*
openmoko: added classes needed by openmoko-libs
Marcin Juszkiewicz
2007-07-09
2
-0
/
+23
*
base.bbclass: Revert quoting changes
Richard Purdie
2007-07-07
1
-2
/
+2
*
debian.bbclass: fixed typo
Marcin Juszkiewicz
2007-07-06
1
-1
/
+1
*
base.bbclass: Start to fix quoting
Richard Purdie
2007-07-06
1
-2
/
+2
*
poky-image.bbclass: added description of newer IMAGE_FEATURES
Marcin Juszkiewicz
2007-07-05
1
-3
/
+4
*
sanity: if Poky is used by root user (userid 0) then raise error
Marcin Juszkiewicz
2007-07-04
1
-0
/
+3
*
poky-image.bbclass: Fix typo
Richard Purdie
2007-06-30
1
-2
/
+2
*
Rewrite IMAGE_FEATURES tools options (people may be to update their local.con...
Richard Purdie
2007-06-29
1
-9
/
+13
*
task-base: we want task-base-dev too
Marcin Juszkiewicz
2007-06-28
1
-0
/
+1
*
task-base: we want task-base-dbg and no need for task-base-dev
Marcin Juszkiewicz
2007-06-28
1
-1
/
+0
*
poky-image.bbclass: fix task-poky-apps-x11-pimlico names
Marcin Juszkiewicz
2007-06-28
1
-2
/
+2
*
Cleaned up task-poky and Poky images.
Marcin Juszkiewicz
2007-06-28
1
-14
/
+47
*
bitbake.conf: Move SDK_NAME and SDK_PREFIX into bitbake.conf
Richard Purdie
2007-06-27
1
-3
/
+1
*
poky-image.bbclass: new class used for making Poky images
Marcin Juszkiewicz
2007-06-27
1
-0
/
+43
*
rootfs classes: added remove_packaging_data_files() function to be used in mi...
Marcin Juszkiewicz
2007-06-26
2
-0
/
+8
*
package.bbclass: Disable locale RDEPENDS since it currently does nothing due ...
Richard Purdie
2007-06-18
1
-3
/
+9
*
sdk.bbclass: Sync with OE
Richard Purdie
2007-06-16
1
-3
/
+3
*
sdk.bbclass: Set PACKAGE_ARCH to something suitable (update task-sdk, meta-to...
Richard Purdie
2007-06-16
1
-2
/
+4
*
module.bbclass: make all modules depend on update-modules
Marcin Juszkiewicz
2007-06-13
1
-1
/
+1
*
rootfs_deb.bbclass: removed usage of /dev/null as stdin as BitBake do that no...
Marcin Juszkiewicz
2007-06-12
1
-3
/
+3
*
rootfs_deb.bbclass: updated to works with APT 0.6
Marcin Juszkiewicz
2007-06-12
1
-3
/
+3
*
bootimg.bbclass: get kernel from proper directory in staging
Marcin Juszkiewicz
2007-06-11
1
-2
/
+2
[prev]
[next]