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

Process fragments from a *.d type of directory / drop-in files

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • None
    • None

      Similarily to what we have in systemd, or some sort of conf.d/ directory from apache, where we have multiple virtual sites, we can have a weston.ini.d/ directory to assemble from which we can assemble a fully ini configuration file

      For instance, having the following directory:

      weston.ini.d/
      weston.ini.d/core.cfg
      weston.ini.d/output_virtual.cfg
      weston.ini.d/remote.cfg
      weston.ini.d/hdmi.cfg

      core.cfg:

      [core]
      modules=systemd-notify.so
      

      output_virtual

      [output]
      name=Virtual-1
      mode=1280x1024
      
      
      weston.ini.d/remote.cfg
      
      {code:java}
      [remote-output]
      name=remote-1
      mode=640x720@30
      host=192.168.100.49
      port=9991
      

      weston.ini.d/hdmi.cfg

      
      

      [output]
      name=HDMI-A-1
      mode=192

      
      

      weston.ini.d/remote.cfg

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

            mvlad Marius Vlad
            mvlad Marius Vlad
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: