Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

we want to develop an Application on top of RDKB, which will make use of different CCSP Components to achieve its features.
To Do this:

  1. Since, RDKB doesn't have a package manager such as opkg (from openwrt)
    1. Do we have to build the application as a part of yocto ?
    2. if so, do you have a sample for creating such application ?
    3. we are a bit new to yocto system,
      1. how do we create a 'recipe' to build our application?
      2. where would this 'recipe' sit - i mean which 'layer' ?
    4. Any guidelines in this regard, would be appreciated.
  2. How would we distribute our application ?
    1. All our customers who will use our application, will have to build with our source?
    2. does this also mean, we have to make our application opensource?