pulsar_linux

This is an old revision of the document!


Some puttering around notes on Pulsar Linux.

Two things:

  • the active development branch for Pulsar Linux is pulsar-x
  • current development emphasizes the container-related images (cube-dom0, cube-essential, etc), not so much standard images like core-image-minimal

First, to support my standard GitHub workflow, I like to clone GitHub projects with the remote name github as I like to reserve the remote name origin for my fork of the project, to which I will push subsequent commits:

$ git clone \
    -b pulsar-x \
    -o github \
    --recurse-submodules \
    https://github.com/WindRiver-OpenSourceLabs/wr-core

When building iasl-native (as part of cube-essential), GCC 8.1.1 generates warnings/errors, so you need to add to local.conf:

CFLAGS_append = " -Wno-error=stringop-truncation"
CFLAGS_append = " -Wno-error=format-overflow"
  • pulsar_linux.1529671590.txt.gz
  • Last modified: 2018/06/22 12:46
  • by rpjday