Details
-
Bug
-
Resolution: Done
-
Low
-
None
-
None
-
None
Description
I'm building AudioManagerPlugin in GDP with ipk package name. (rpm package works)
However I got the below error because of package name.
Yocto patch: https://patchwork.openembedded.org/patch/4505/ -> but rejected.
Debian package name doen't allow uppercase packagename. Do you have any idea?
ERROR: AudioManagerPlugins-7.0-r0 do_package_write_ipk: Function failed: opkg-build execution failed ERROR: Logfile of failure stored in: /home/changhyeok.bae/work/ivi/genivi-dev-platform/gdp-src-build/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/AudioManagerPlugins/7.0-r0/temp/log.do_package_write_ipk.30194 Log data follows: | DEBUG: Executing python function sstate_task_prefunc | DEBUG: Python function sstate_task_prefunc finished | DEBUG: Executing python function do_package_write_ipk | DEBUG: Executing python function read_subpackage_metadata | DEBUG: Python function read_subpackage_metadata finished | DEBUG: Executing python function do_package_ipk | AudioManagerPlugins-dbg | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) | | opkg-build: Please fix the above errors and try again. | DEBUG: Python function do_package_ipk finished | DEBUG: Python function do_package_write_ipk finished | ERROR: Function failed: opkg-build execution failed ERROR: Task 14 (/home/changhyeok.bae/work/ivi/genivi-dev-platform/gdp-src-build/../meta-ivi/meta-ivi/recipes-multimedia/audiomanager/AudioManagerPlugins_7.0.bb, do_package_write_ipk) failed with exit code '1'
I already created PR to remove ipk package type in https://github.com/GENIVI/genivi-dev-platform/pull/12 but it's difference issue and not accepted.