Discussion and technical support related to USRP, UHD, RFNoC
View all threadsHello,
I´m trying to build an image following the commands described in https://github.com/EttusResearch/meta-ettus.
Executing the repo command:
repo init -u git://github.com/EttusResearch/oe-manifests.git -b v3.14.1.1
I get the following errors:
Downloading Repo source from https://gerrit.googlesource.com/git-repo
Downloading manifest from git://github.com/EttusResearch/oe-manifests.git
fatal: Couldn't find remote ref refs/heads/v3.14.1.1
manifests:
fatal: Couldn't find remote ref refs/heads/v3.14.1.1
Otherwise, if I execute the repo command:
repo init -u git://github.com/EttusResearch/oe-manifests.git -b thud
and:
repo sync
The repository seems to be downloaded and synced but I get the following errors after executing:
./meta-ettus/contrib/build_imgs_package.sh n3xx thud .
Scripts seems to be executed but the process stops returning:
Creating ./build/conf/auto.conf...
meta-ettus/contrib/setup_build_env.sh: línea 181: ./build/conf/auto.conf: No existe el fichero o el directorio
You can now run 'bitbake <image>'
where <image> is e.g. developer-image or gnuradio-image.
Launching build (gnuradio-image)...
Loading cache: 100% |######################################################################################################################| Time: 0:00:00
Loaded 1262 entries from dependency cache.
ERROR: Nothing PROVIDES 'gnuradio-image'
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Build was not successful, stopping script
Regards,
Roberto
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, queda notificado que la lectura, utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. En el caso de haber recibido este correo electrónico por error, se ruega notificar inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.
This email and any file attached to it (when applicable) contain(s) confidential information that is exclusively addressed to its recipient(s). If you are not the indicated recipient, you are informed that reading, using, disseminating and/or copying it without authorisation is forbidden in accordance with the legislation in effect. If you have received this email by mistake, please immediately notify the sender of the situation by resending it to their email address.
Avoid printing this message if it is not absolutely necessary.
Hi Roberto,
Do you get the same error if you try the v3.15.0.0 tag?
Jonathon
On Wed, Oct 21, 2020 at 12:13 PM Puertas Blanco, Roberto via USRP-users <
usrp-users@lists.ettus.com> wrote:
Hello,
I´m trying to build an image following the commands described in
https://github.com/EttusResearch/meta-ettus.
Executing the repo command:
repo init -u git://github.com/EttusResearch/oe-manifests.git -b v3.14.1.1
I get the following errors:
Downloading Repo source from https://gerrit.googlesource.com/git-repo
Downloading manifest from git://github.com/EttusResearch/oe-manifests.git
fatal: Couldn't find remote ref refs/heads/v3.14.1.1
manifests:
fatal: Couldn't find remote ref refs/heads/v3.14.1.1
Otherwise, if I execute the repo command:
repo init -u git://github.com/EttusResearch/oe-manifests.git -b thud
and:
repo sync
The repository seems to be downloaded and synced but I get the following errors after executing:
./meta-ettus/contrib/build_imgs_package.sh n3xx thud .
Scripts seems to be executed but the process stops returning:
Creating ./build/conf/auto.conf...
meta-ettus/contrib/setup_build_env.sh: línea 181: ./build/conf/auto.conf: No existe el fichero o el directorio
You can now run 'bitbake <image>'
where <image> is e.g. developer-image or gnuradio-image.
Launching build (gnuradio-image)...
Loading cache: 100% |######################################################################################################################| Time: 0:00:00
Loaded 1262 entries from dependency cache.
ERROR: Nothing PROVIDES 'gnuradio-image'
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Build was not successful, stopping script
Regards,
Roberto
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo,
contiene información de carácter confidencial exclusivamente dirigida a su
destinatario o destinatarios. Si no es vd. el destinatario indicado, queda
notificado que la lectura, utilización, divulgación y/o copia sin
autorización está prohibida en virtud de la legislación vigente. En el caso
de haber recibido este correo electrónico por error, se ruega notificar
inmediatamente esta circunstancia mediante reenvío a la dirección
electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.
This email and any file attached to it (when applicable) contain(s)
confidential information that is exclusively addressed to its recipient(s).
If you are not the indicated recipient, you are informed that reading,
using, disseminating and/or copying it without authorisation is forbidden
in accordance with the legislation in effect. If you have received this
email by mistake, please immediately notify the sender of the situation by
resending it to their email address.
Avoid printing this message if it is not absolutely necessary.
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
Hi Jonathon,
Yes, I get the same error using the v3.15.0.0 tag:
repo init -u git://github.com/EttusResearch/oe-manifests.git -b v3.15.0.0 Downloading manifest from git://github.com/EttusResearch/oe-manifests.git
fatal: Couldn't find remote ref refs/heads/v3.15.0.0
manifests:
fatal: Couldn't find remote ref refs/heads/v3.15.0.0
Roberto
De: Jonathon Pendlum jonathon.pendlum@ettus.com
Enviado el: jueves, 22 de octubre de 2020 3:20
Para: Puertas Blanco, Roberto rpblanco@indra.es
CC: usrp-users@lists.ettus.com
Asunto: Re: [USRP-users] Building an Image using the image builder script
Hi Roberto,
Do you get the same error if you try the v3.15.0.0 tag?
Jonathon
On Wed, Oct 21, 2020 at 12:13 PM Puertas Blanco, Roberto via USRP-users <usrp-users@lists.ettus.commailto:usrp-users@lists.ettus.com> wrote:
Hello,
I´m trying to build an image following the commands described in https://github.com/EttusResearch/meta-ettus.
Executing the repo command:
repo init -u git://github.com/EttusResearch/oe-manifests.githttp://github.com/EttusResearch/oe-manifests.git -b v3.14.1.1
I get the following errors:
Downloading Repo source from https://gerrit.googlesource.com/git-repo
Downloading manifest from git://github.com/EttusResearch/oe-manifests.githttp://github.com/EttusResearch/oe-manifests.git
fatal: Couldn't find remote ref refs/heads/v3.14.1.1
manifests:
fatal: Couldn't find remote ref refs/heads/v3.14.1.1
Otherwise, if I execute the repo command:
repo init -u git://github.com/EttusResearch/oe-manifests.githttp://github.com/EttusResearch/oe-manifests.git -b thud
and:
repo sync
The repository seems to be downloaded and synced but I get the following errors after executing:
./meta-ettus/contrib/build_imgs_package.sh n3xx thud .
Scripts seems to be executed but the process stops returning:
Creating ./build/conf/auto.conf...
meta-ettus/contrib/setup_build_env.sh: línea 181: ./build/conf/auto.conf: No existe el fichero o el directorio
You can now run 'bitbake <image>'
where <image> is e.g. developer-image or gnuradio-image.
Launching build (gnuradio-image)...
Loading cache: 100% |######################################################################################################################| Time: 0:00:00
Loaded 1262 entries from dependency cache.
ERROR: Nothing PROVIDES 'gnuradio-image'
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Build was not successful, stopping script
Regards,
Roberto
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, queda notificado que la lectura, utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. En el caso de haber recibido este correo electrónico por error, se ruega notificar inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.
This email and any file attached to it (when applicable) contain(s) confidential information that is exclusively addressed to its recipient(s). If you are not the indicated recipient, you are informed that reading, using, disseminating and/or copying it without authorisation is forbidden in accordance with the legislation in effect. If you have received this email by mistake, please immediately notify the sender of the situation by resending it to their email address.
Avoid printing this message if it is not absolutely necessary.
USRP-users mailing list
USRP-users@lists.ettus.commailto:USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
Este correo electrónico y, en su caso, cualquier fichero anexo al mismo, contiene información de carácter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, queda notificado que la lectura, utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. En el caso de haber recibido este correo electrónico por error, se ruega notificar inmediatamente esta circunstancia mediante reenvío a la dirección electrónica del remitente.
Evite imprimir este mensaje si no es estrictamente necesario.
This email and any file attached to it (when applicable) contain(s) confidential information that is exclusively addressed to its recipient(s). If you are not the indicated recipient, you are informed that reading, using, disseminating and/or copying it without authorisation is forbidden in accordance with the legislation in effect. If you have received this email by mistake, please immediately notify the sender of the situation by resending it to their email address.
Avoid printing this message if it is not absolutely necessary.