Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#817 - imagebuilder doesnt delete /usr/lib/opkg anymore #5769

Open
openwrt-bot opened this issue May 30, 2017 · 4 comments
Open

FS#817 - imagebuilder doesnt delete /usr/lib/opkg anymore #5769

openwrt-bot opened this issue May 30, 2017 · 4 comments
Labels

Comments

@openwrt-bot
Copy link

FreifunkUFO:

when using lime-sdk with lede-trunk there is no deletion of opkg-files anymore (when building firmware-images without opkg).
with lede-release that mistake wasnt existing yet.

i also tried lede-trunk-imagebuilder for x86-generic, there is the same bug.

maybe CONFIG_CLEAN_IPKG was changed?
here i found something similar https://git.lede-project.org/?p=source.git;a=commitdiff;h=04a508512790017c768acf887cf0ac52daaba234
(link from http://luci.subsignal.org/~jow/changes-since-branching.html )

my workaround atm is change the Makefile inside imagebuilder a bit.

@openwrt-bot
Copy link
Author

FreifunkUFO:

i heard, neoraider is changing many things inside imagebuilder to be able to use it for gluon

@openwrt-bot
Copy link
Author

NeoRaider:

@FreifunkUFO: I actually have no idea what you're talking about.

@openwrt-bot
Copy link
Author

jow-:

I think this is due to https://git.lede-project.org/7e1fc09c4f2cc1656f315abaf6d3ba0eb11aa3fa which causes some opkg control files to be kept, specifically ones with user account information.

@openwrt-bot
Copy link
Author

NeoRaider:

I thought this at first, too, but the ImageBuilder doesn't use rootfs.mk AFAICT.

The code of the ImageBuilder handles CONFIG_CLEAN_IPKG differently: https://git.lede-project.org/?p=source.git;a=blob;f=target/imagebuilder/files/Makefile;h=f0e2bd12819de307bc635801a0d17df4c8becc2d;hb=HEAD#l165 . I think, to the contrary, the ImageBuilder should be adjusted with the same change as https://git.lede-project.org/7e1fc09c4f2cc1656f315abaf6d3ba0eb11aa3fa to retain user account information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant