]> code.ossystems Code Review - openembedded-core.git/commit
opkg-collateral: Simplify source files
authorPaul Barker <paul@paulbarker.me.uk>
Fri, 19 Dec 2014 17:35:29 +0000 (17:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:44 +0000 (14:53 +0000)
commitf7c591df37493e8f3cde9c19bb0d1edc370eca1c
tree8e5f0367e1195186e5b78603662dd348bdede626
parentd0cb4fb3aab1d6041f88fa564e5d745629316ae2
opkg-collateral: Simplify source files

Instead of having the source files 'opkg.conf.comments', 'dest' and 'src', we
simply have one 'opkg.conf' file containing all the necessary configuration.

This does mean that replacing 'src' in a bbappend to define distro-specific
package feeds is no longer supported, but these feed configurations should be
packaged separately from the rest of the opkg configuration anyway so that
things can be updated independently. The best recipe to use for managing feed
configs is currently distro-feed-config in the meta-oe layer.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
meta/recipes-devtools/opkg/opkg-collateral.bb
meta/recipes-devtools/opkg/opkg-collateral/dest [deleted file]
meta/recipes-devtools/opkg/opkg-collateral/opkg.conf [moved from meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments with 92% similarity]
meta/recipes-devtools/opkg/opkg-collateral/src [deleted file]