We have ~3000 recipes in repository now. Building distribution from it
take some time. But after building it is good to have archive of all used
sources so distro users do not have to sigg if archive used disappear
from upstream.
One of method is usage of src_distribute_local.bbclass which create
DEPLOY_DIR/sources/ directory with all stuff inside (or symlinks to it).
local.conf snippet:
---------------------------------------------
SRC_DIST_LOCAL = "symlink"
INHERIT += "src_distribute_local"
---------------------------------------------
But there is a problem... it is called only for stuff with proper license.
During building of OpenZaurus 3.5.4.1 I added some licenses into
org.openembedded.oz354x/conf/licenses.conf but many recipes still lack
info about licensing and I think that we need to change it.
conf/licenses.conf changes:
------------------------------------------------------------------
-SRC_DISTRIBUTE_LICENSES += "Info-ZIP tcp-wrappers"
+SRC_DISTRIBUTE_LICENSES += "Info-ZIP tcp-wrappers xrdb"
+SRC_DISTRIBUTE_LICENSES += "MIT-X BSD-X FDL Bitstream Vera X11"
------------------------------------------------------------------
--
JID: hrw-jabber.org
Palmtop: Sharp Zaurus C760
OpenEmbedded/OpenZaurus developer
Life's not fair. But the root password helps.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe