webosose / build-webos

webOS OSE build layer
670 stars 126 forks source link

Fetching error while build process in WSL2 #50

Closed comeeasy closed 3 weeks ago

comeeasy commented 3 weeks ago

I got a fetching issue during building webos image for external native service.

To do so, I build the web-os 2.26 version image which is in master branch from scratch in WSL2 environment. Here is distribution information.

WSL2

PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

To build, I executed instructions following this guide.

$ git clone https://github.com/webosose/build-webos
$ cd build-webos
$ git checkout -t origin/<BRANCH_OF_THE_LATEST_WEBOS_OSE_VERSION>
$ sudo scripts/prerequisites.sh
$ ./mcf -p <NUM_OF_CPUS> -b <NUM_OF_CPUS> raspberrypi4-64
$ source oe-init-build-env
$ bitbake -c populate_sdk webos-image
Heeam-Shin commented 3 weeks ago

@comeeasy,

This issue was resolved in the internal build, but not released yet.

It will be resolved in the next release. :)

dpmin7 commented 3 weeks ago

This will be released next time but before that you can try as below meta-webosose/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_1.0.bb

from SRC_URI = "http://freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.gz \
to SRC_URI = "https://www.freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.gz \