[elbe-devel] Custom Kernel with elbe pbuilder

John Ogness john.ogness at linutronix.de
Mon Feb 11 13:09:00 CET 2019


On 2019-02-11, Steih, Martin <Martin.Steih at lachmann-rink.de> wrote:
> thanks for this hint. That sounds like a great workaround. There is
> just a whired error message when I do something like
>
> $elbe control create_project > Test.prj
> $PROJECT=$(cat Test.prj)
> $elbe control set_xml $PROJECT Test.xml
> $elbe prjrepo upload_pkg $PROJECT /home/lr/Linux/linux-imagexxxxx.deb
>
> it responds with an error message complaining there would not be such
> file or directory. In addition the project remains busy.  Any
> suggestions about that?

upload_pkg does not support paths. :-/

You must change to the directory for the upload:

cd /home/lr/Linux/
$elbe prjrepo upload_pkg $PROJECT linux-imagexxxxx.deb
cd -

John Ogness



More information about the elbe-devel mailing list