[OE-core] Problem with opkg-config-base regeneration

Yevhen Kyriukha kirgene at gmail.com
Sat Jan 3 00:50:46 UTC 2015


Hello,

I noticed that bitbake ignores changes in some global variables that
used in packages and thus not regenerating this packages.

I changed "${PACKAGE_EXTRA_ARCHS}" variable in my machine config to
extend architectures list used by opkg.
Package "opkg-config-base" use variable
"${ALL_MULTILIB_PACKAGE_ARCHS}" to create "arch.conf" file.
Here is relation between ${PACKAGE_EXTRA_ARCHS} that I change and
${ALL_MULTILIB_PACKAGE_ARCHS}:

meta/classes/package.bbclass:53:ALL_MULTILIB_PACKAGE_ARCHS =
"${@all_multilib_tune_values(d, 'PACKAGE_ARCHS')}"

meta/conf/bitbake.conf:139:PACKAGE_ARCHS = "all any noarch
${PACKAGE_EXTRA_ARCHS}

The problem is that changing "${PACKAGE_EXTRA_ARCHS}" variable not
leads to regeneration of package "opkg-config-base".

--
Regards,
Yevhen



More information about the Openembedded-core mailing list