Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-1961

[CIAT] releng needs to stip 2nd "-nogfx" in url

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • CIAT

      See:

      https://lava.automotivelinux.org/scheduler/job/1270

       

          kernel:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb-nogfx//Image
          initrd:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb-nogfx//initramfs-netboot-image-m3ulcb.ext4.gz
            allow_modify: false
          nbdroot:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb-nogfx//agl-image-ivi-crosssdk-m3ulcb.ext4.xz
            compression: xz
          dtb:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb-nogfx//Image-r8a7796-m3ulcb.dtb
       

       

      should be  (note that it is   images/m3ulcb/ , not  images/m3ulcb-nogfx)

          kernel:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb//Image
          initrd:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb//initramfs-netboot-image-m3ulcb.ext4.gz
            allow_modify: false
          nbdroot:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb//agl-image-ivi-crosssdk-m3ulcb.ext4.xz
            compression: xz
          dtb:
            url: https://download.automotivelinux.org/AGL/upload/ci/guppy/6.99.1/m3ulcb-nogfx/deploy/images/m3ulcb//Image-r8a7796-m3ulcb.dtb
       

       

      This is because the actual board in yocto is "m3ulcb" , thus the var used for the folder name is just 'm3ulcb' . The configuration w/o graphics is always '-nogfx'.

      So we should simply strip "${MACHINE*%%-nogfx*}" might do in the shell scripts.

      Not sure what to do in the jinja templates though.  But the pattern is clear.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            khilman Kevin Hilman
            jsmoeller Jan-Simon Moeller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: