summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/intltool/intltool_0.50.0.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-09-20 15:47:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-21 11:10:21 +0100
commit4946185084abba516988f61a911bd60f61a49168 (patch)
treeeed606a75897fdc826e6bd1c2580eaac311363d9 /meta/recipes-devtools/intltool/intltool_0.50.0.bb
parent0c6aec8bd2e9ac9e7aab7170e06bd2f6b1ced8f4 (diff)
downloadast2050-yocto-poky-4946185084abba516988f61a911bd60f61a49168.zip
ast2050-yocto-poky-4946185084abba516988f61a911bd60f61a49168.tar.gz
opkg svn: respect to the arch priority
This is for fixing the problem: 1) bitbake core-image-sato-sdk with MACHINE=qemux86 2) bitbake core-image-sato with with MACHINE=crownbay The qemux86's PACKAGE_ARCH is i586, the crownbay's is core2, but several i586 packages will be installed into crownbay's rootfs though there are core2 packages. For example, there are: xserver-xorg*_1.11.2-r7_i586.ipk xserver-xorg*_1.9.3-r1_core2.ipk The crownbay.conf says: PREFERRED_VERSION_xserver-xorg ?= "1.9.3" What the crownbay's image needs is xserver-xorg*_1.9.3-r1_core2.ipk, but the xserver-xorg*_1.11.2-r7_i586.ipk will be installed, this is incorrect. This is caused by opkg's selecting mechanism: when more than one candidate is found, it will use the higher version one and ignore the arch priority. we have several conf files which set the PREFERRED_VERSION_pkg = "..." , but there is no such a mechanism which can let us tell the opkg to install the preferred version. When the preferred version is higher, this is OK, but if the preferred version is lower, there would be problems: 1) Most of the packages are core2 in the image, but several of them are i586, though we have built the core2 ones, this seems strange. 2) What's worse is that the image may not work since the preferred version pkg is not installed. We have set the arch priority clearly in the opkg.conf, I think that respect to the arch priority is reasonable during the image generation. Add the "--select-higher-version" option to let the user have another choice, the default is no. [YOCTO #2575] (From OE-Core rev: 0a80a02644f624443cef8cc4f604edb5ef8e6975) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/intltool/intltool_0.50.0.bb')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud