Dear All,
I have got a problem while setup ltib like below.
I'm trying with I.MX53 QSB (aka loco).
Please help me if any hints...
....................
Processing: fsl-mm-codeclib
=============================
Build path taken because: no prebuilt rpm,
Testing network connectivity
OK GPP:
Try fsl-mm-codeclib-2.0.3.tar.gz.md5 from the GPP
http://bitshrine.org/gpp/fsl-mm-codeclib-2.0.3.tar.gz.md5:
23:01:09 ERROR 404: Not Found.
Try fsl-mm-codeclib-2.0.3.tar.gz from the GPP
http://bitshrine.org/gpp/fsl-mm-codeclib-2.0.3.tar.gz:
23:01:10 ERROR 404: Not Found.
Can't get: fsl-mm-codeclib-2.0.3.tar.gz at ./ltib line 790.
f_buildrpms() returned an error, exiting
traceback:
main:560
Solved! Go to Solution.
Hi,
Two things need to happen for a package to build:
a) the package tar,gz name is defined in ltib/dist/lfs-5.1/<package>/<package>.spec
b) the package tar.gz from a) must be found with the exact same spelling in /opt/freescale/pkgs
Did you download IMX_MMCODECS_11.09.tar.gz?
You have to download the above, untar it, and copy all the files in IMX_MMCODECS_11.09/Ltib Files/ to /opt/freescale/pkgs (you will find the missing fsl-mm-codeclib-2.0.3.tar.gz and fsl-mm-codeclib-2.0.3.tar.gz.md5 in that Ltib files folder).
Hope this works for you,
Rod.
Dear Rod,
Thank you for your help.
I have cleared with your hints.
There was a fsl-mm/ directory under ltib/dist/lfs-5.1/ and
I just copied all the files in IMX_MMCODECS_11.09/Ltib Files/ to /opt/freescale/pkgs.
And It worked fine.
Thanks a lot.
Mach
Hi,
Two things need to happen for a package to build:
a) the package tar,gz name is defined in ltib/dist/lfs-5.1/<package>/<package>.spec
b) the package tar.gz from a) must be found with the exact same spelling in /opt/freescale/pkgs
Did you download IMX_MMCODECS_11.09.tar.gz?
You have to download the above, untar it, and copy all the files in IMX_MMCODECS_11.09/Ltib Files/ to /opt/freescale/pkgs (you will find the missing fsl-mm-codeclib-2.0.3.tar.gz and fsl-mm-codeclib-2.0.3.tar.gz.md5 in that Ltib files folder).
Hope this works for you,
Rod.