Right now angstrom images dont get the opkg metadata
into images as a result default opkg operations on say
systemd-image return nop. This started to happen after
OE-Core commit b2cc92595b30d96a79f33ea7a7217834c8b6bff7
where bitbake.conf now has EXTRA_IMAGE_FEATURES ??= ""
that will override the angstrom definition which is what we
dont want. So lets make the angstrom define to be ?=
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta-linaro also had qemu recipes and they are not what we
need. Sometimes they leapfrog OE-Core versions. So lets
be specific what we want to use
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fixes
NOTE: preferred version 1.5.2 of jamvm not available (for item jamvm)
NOTE: versions of jamvm available:
1.5.5+1.6.0-devel+gitAUTOINC+0972452d441544f7dd29c55d64f1ce3a5db90d82
NOTE: preferred version 6b24-1.11.1 of openjdk-6-jre not available (for
item openjdk-6-jre)
NOTE: versions of openjdk-6-jre available:
6b24-1.11.1+1.11.2-devel+hgAUTOINC+54ceda20a02c 6b24-1.11.9 6b27-1.12.5
NOTE: preferred version 0.98 of classpath not available (for item
classpath)
NOTE: versions of classpath available: 0.99
Signed-off-by: Khem Raj <raj.khem@gmail.com>
ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-tweaks/themes/angstrom-gnome-icon-theme-enable.bb: Variable pkg_postinst is set as not being package specific, please fix this.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb: Variable pkg_postinst is set as not being package specific, please fix this.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
OE-Core wants systemd to be in distro features
to leverage the systemd infra from Core
secondly in OE-Core there is not build time dep on
update alternatives see 56a59ef12936dcc6464cf1d43dda6957a5aa8c65
update-alternatives now needs to ask for opkg
we were wrongly asking for update-alternatives-cworth
which is a runtime package.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Additionally kernel26 has been dropped from Features so there is no
point of checking for it. Instead weakly define IMAGE_DEV_MANAGER ?=
"udev"
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fix conflict with systemd's version of the same file causing errors at
do_rootfs like:
| * check_data_file_clashes: Package systemd wants to install file /home/andreas/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/etc/tmpfiles.d/var-run.conf
| But that file is already provided by package * base-files
Instead of hard linking omap3-mkcard.sh refer to it
using FILESPATH. This avoids the parse warning
WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry
omap3-mkcard.sh: file could not be found
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>