mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
image.bbclass: s/ipkg/opkg/ - spotten by Koen Kooi
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4044 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -125,7 +125,7 @@ insert_feed_uris () {
|
||||
echo "Added $feed_name feed with URL $feed_uri"
|
||||
|
||||
# insert new feed-sources
|
||||
echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/etc/ipkg/${feed_name}-feed.conf
|
||||
echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/etc/opkg/${feed_name}-feed.conf
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user