Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
on populate staging for do_rootfs (both from poky)
|
|
* As common use for ROOT_FLASH_SIZE would be to not include some packages
in the image if it is too small, the default value should be something big.
Use 256Mb as we're on embedded stuff here.
|
|
get updated)
|
|
|
|
|
|
and 'bd6c4042069a1378179f439efde37ca93d020a7b'
|
|
* rebuild all your pkgconfig using packages
AND/OR
* cd <staging> ; mv share/pkgconfig/* lib/pkgconfig
|
|
|
|
some time ago in 4c3e39344044dd60a48450fcc753d56c4739dad7
|
|
* added svn build for libgpelaunch
packages/libgpepimc/libgpepimc_svn.bb
* added svn build for libgpepimc
packages/libgpeplugin/libgpeplugin_svn.bb
* added svn build fot libgpeplugin
packages/libgtkinput/libgtkinput_svn.bb
* added svn build for libgtkinput
packages/libgtkstylus/libgtkstylus_svn.bb
* added svn build for libgtkstylus
packages/libschedule/libschedule_svn.bb
* added svn build for libschedule
packages/libtododb/libtododb_svn.bb
* added svn build for libtododb
packages/libxsettings/libxsettings_svn.bb
packages/libxsettings/files
packages/libxsettings/files/libxsettings-svn-makefile-fix.patch
packages/libxsettings/files/Makefile.translation
packages/libxsettings/files/Makefile.dpkg_ipkg
* added svn build for libxsettings (with patch and needed extra files)
packages/libgpevtype/libgpevtype_svn.bb
* added svn build for libgpevtype
packages/gpe-mini-browser/gpe-mini-browser_svn.bb
* bumped ${PV} from 0.19+... to 0.20+... as 0.20 has been released
conf/bitbake.conf
* added GPE_SVN_EXTRA entry to have a shorthand for all packages that are in
the extra part of the GPE svn repo
|
|
|
|
|
|
|
|
|
|
* Sometimes due to errors ${DEPLOY_DIR_IMAGE}/tmp.gz is not deleted, and
then next time it will error again on mkdir. Pretty confusing, especially
fro newbies. So, just kill it to make sure no stale content is there.
|
|
* Required to create initramfs bundles.
* Single image can be used both as rootfs archive to expand to some media
and as initrd (initramfs-style). In the latter case, "rdinit" kernel param
should be used instead of "init". See Documentation/filesystems/ramfs-rootfs-initramfs.txt
for more info.
|
|
need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt***
|
|
|
|
|
|
recently introduced, better mirroring
|
|
mailing list. There should be no functionality changes yet.
|
|
${HOST_PREFIX}objdump
package.bbclass : make use of the OBJDUMP variable rather than
calling ${BUILD_PREFIX}objdump inside do_shlibs. As the original
usage was faulty and ended up calling host objdump which works
for some arm targets but not all.
|
|
into bitbake.conf
- without this move we can not use COMBINED_FEATURES (and other task-base
variables) in other recipes (like we do not in wpa-supplicant 0.5.5)
|
|
|
|
machines/distro to override IMAGE_ROOTFS_SIZE_ext2. Add DEPLOY_DIR_DEB. (from poky)
|
|
in preparation for deb handling
|
|
files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.
|
|
hrw's request
|
|
image generation.
|
|
|
|
* poky rev 828: 'bitbake.conf: Fix .debug packaging'
|
|
|
|
|
|
|
|
* Add package "depchains". This facilitates, for example, ensuring that if
A depends upon B, then A-dev will RRECOMMENDS B-dev, and the same for the
-dbg packages.
|
|
|
|
|
|
Adding these commands is needed to work with a future BitBake
trunk version. SVN fetcher will behave more like the cvs fetcher
and keep the co around.
|
|
Rework the way patches are handled. There are now two abstract base classes,
initialized in patch.bbclass. One for patchset operations on a directory, and
another for patch failure resolution. Currently includes 'patch' and 'quilt'
concrete PatchSet classes, and a 'user' resolver class, which simply drops you
into a shell in the source tree to fix the rejects.
|
|
and allow machines/distros to elect an alternative
|
|
|
|
(which is weakly set to a default allowing machines to override/append) (from poky)
|
|
quilt 0.45 lacks the -n option but has -P nowadays for setting
the to be used patchname, update.
|
|
|
|
|
|
some architecture has no sub-arch like msp430, so
we should honor this because otherwise the configure-scripts
for binutils and gcc won't work the right way
|
|
that are stripped from binaries and the symbols are linked to the original binaries via the gnu-debuglink section.If the -dbg packages are installed, oprofile and gdb will use them for symbol lookup.
|