[FS#767] uml: Imagebuilder does not honor default packages for uml - result: no hwsim, squashfs image broken

LEDE Bugs lede-bugs at lists.infradead.org
Mon May 8 07:42:31 PDT 2017


The following task has a new comment added:

FS#767 - uml: Imagebuilder does not honor default packages for uml - result: no hwsim, squashfs image broken 
User who did this - Martin Tippmann (glycoknob)

----------
Tried to find the root cause for this - this does not only affect uml but also rb532 - I guess all targets without subtargets? or profiles? 

$ ./lede-imagebuilder-uml.Linux-x86_64/scripts/target-metadata.pl profile_mk .targetinfo 'rb532'
PROFILE_NAMES = Default
Default_NAME:=Default
Default_PACKAGES:=
$ ./lede-imagebuilder-uml.Linux-x86_64/scripts/target-metadata.pl profile_mk .targetinfo 'uml'
PROFILE_NAMES = Default
Default_NAME:=Default
Default_PACKAGES:=


At least hwsim works and all modules are added when I add back the default package list to Default_PACKAGES:= in .profile.mk 

However squashfs.img still does not work - but without the Imagebuilder it works fine - so I guess it's another edge case for target without profiles/subtargets. 

Maybe it's easier to convert the code to make it work like other targets? I attempted that but struggled with the build system. 

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=767#comment2585



More information about the lede-bugs mailing list