This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3352: ~/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend No recipes WARNING message is displayed and SDK build stops.

Part Number: AM3352

~/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend
No recipes WARNING message is displayed and SDK build stops.

I used the following documentation to set up a build environment for revision 07.03.00.005.
software-dl.ti.com/.../Overview_Building_the_SDK.html

However, during bitbake, ~/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend
No recipes WARNING message appears and SDK build stops.

The version of the machine I tried is "Ubuntu 18.04.06".

The console messages after I ran bitbake are below.

Please provide some assisstance. Thanks

build$ MACHINE=am335x-evm bitbake -k tisdk-base-image
NOTE: Started PRServer with DBfile: /home/naoki_mi/ti-sdk/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 42809, PID: 122344
Loading cache: 100% |#########################################################################################################################################################################################################| Time: 0:00:12
Loaded 4092 entries from dependency cache.
WARNING: No recipes available for:
/home/naoki_mi/ti-sdk/tisdk/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.46.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am335x-evm"
DISTRO = "arago"
DISTRO_VERSION = "2020.09"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-arago-distro
meta-arago-extras = "HEAD:ee6ff44d90945429051c8d9573c8b60705104149"
meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
meta-virtualization = "HEAD:89abc62b47f6f20db9d00a8ec9b2c1b6b60ac3f9"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:389757a7494221fea1d8437e9a01c6e4fb4700af"
meta-ti = "HEAD:02a53f48b9bdb242185204610610f2209bc92ca6"
meta-arm
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
meta = "HEAD:707036d4ec12ef1a260adcef78627b26e32e6540"

Initialising tasks: 100% |####################################################################################################################################################################################################| Time: 0:00:14
Sstate summary: Wanted 0 Found 0 Missed 0 Current 1216 (0% match, 100% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3701 tasks of which 3701 didn't need to be rerun and all succeeded.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds

Summary: There was 1 WARNING message shown.

  • Hello,

    How did you add meta-browser layer to your build? In general, the processor-sdk-<version>-config.txt does not include the meta-browser layer and you need to manually add it using the following commands:

    MACHINE=<xxx> bitbake-layers add-layer <xx/path_to_chromium-ozone-wayland>

    Regards,
    Krunal

  • Hello,Krunal.

    I used the following command, but I get "bitbake-layers: command not found".
    Do you have any solution for this problem?

    naoki.mi@ubuntu:~/ti-sdk/tisdk/build$ MACHINE=am335x-evm bitbake-layers add-layer ../sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland
    bitbake-layers: command not found

  • Did you run the command . conf/setenv?

    Regards,
    Krunal

  • Again, run . /oe-layertool-setup.sh -f configs/coresdk/coresdk-07.03.00.005-config.txt After running the command . conf/setenv command, I was able to run the following command.
    MACHINE=am335x-evm bitbake-layers add-layer . /sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland

    but the WARNING message is shown and the problem is still not solved.

    naoki.mi@ubuntu:~/ti-sdk/tisdk/build$ MACHINE=am335x-evm bitbake-layers add-layer ../sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland
    NOTE: Starting bitbake server...
    Specified layer directory /home/naoki.mi/ti-sdk/tisdk/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland doesn't contain a conf/layer.conf file
    naoki.mi@ubuntu:~/ti-sdk/tisdk/build$
    naoki.mi@ubuntu:~/ti-sdk/tisdk/build$ MACHINE=am335x-evm bitbake tisdk-base-image
    NOTE: Started PRServer with DBfile: /home/naoki.mi/ti-sdk/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41143, PID: 5670
    Loading cache: 100% |############################################| Time: 0:00:01
    Loaded 4092 entries from dependency cache.
    WARNING: No recipes available for:
    /home/naoki.mi/ti-sdk/tisdk/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend
    NOTE: Resolving any missing task queue dependencies

    Build Configuration:
    BB_VERSION = "1.46.0"
    BUILD_SYS = "x86_64-linux"
    NATIVELSBSTRING = "ubuntu-18.04"
    TARGET_SYS = "arm-linux-gnueabi"
    MACHINE = "am335x-evm"
    DISTRO = "arago"
    DISTRO_VERSION = "2020.09"
    TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
    TARGET_FPU = "hard"
    meta-arago-distro
    meta-arago-extras = "HEAD:ee6ff44d90945429051c8d9573c8b60705104149"
    meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization = "HEAD:89abc62b47f6f20db9d00a8ec9b2c1b6b60ac3f9"
    meta-networking
    meta-python
    meta-oe
    meta-gnome
    meta-filesystems = "HEAD:389757a7494221fea1d8437e9a01c6e4fb4700af"
    meta-ti = "HEAD:02a53f48b9bdb242185204610610f2209bc92ca6"
    meta-arm
    meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta = "HEAD:707036d4ec12ef1a260adcef78627b26e32e6540"

    Initialising tasks: 100% |#######################################| Time: 0:00:02
    Sstate summary: Wanted 0 Found 0 Missed 0 Current 1216 (0% match, 100% complete)
    NOTE: Executing Tasks
    NOTE: Tasks Summary: Attempted 3701 tasks of which 3701 didn't need to be rerun and all succeeded.
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 1 seconds

    Summary: There was 1 WARNING message shown.

  • Hello,

    Out of curiosity, how familiar are you with Yocto development? In summary, the following log clearly indicates that layer addition was not succesful:

    Specified layer directory /home/naoki.mi/ti-sdk/tisdk/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland doesn't contain a conf/layer.conf file

     You would need to go inside the chromium-ozone-wayland layer and specifc the directory that has conf/layer.conf file. For example, MACHINE=am335x-evm bitbake-layers add-layer . /sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-ozone-wayland/meta-chromium

    Regards,
    Krunal