Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D device_buzztime_common
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • scorpio
  • device_buzztime_common
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Mar 10, 2020 by Mark Stevens's avatar Mark Stevens
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 0 deletions
+7 -0
  • home.md home.md +7 -0
  • No files found.
home.md
View page @ d0fa41f5
...@@ -49,5 +49,12 @@ clone from device/buzztime/bzt18uxa02/device.mk ...@@ -49,5 +49,12 @@ clone from device/buzztime/bzt18uxa02/device.mk
### Initial setup should be done. ### Initial setup should be done.
At this point you would start copying the relevant portions of the bzt18uxa02 folder into the new product folder. Once bzt18uxa01 is created, it will be a better starting place. It should be ok to just copy the entire contents in and customize. At this point you would start copying the relevant portions of the bzt18uxa02 folder into the new product folder. Once bzt18uxa01 is created, it will be a better starting place. It should be ok to just copy the entire contents in and customize.
### typical make commands:
`make -j24 BUILD_ID="$(cat ${TARGET_PRODUCT}_build.id)" BUILD_NUMBER="$(cat ${TARGET_PRODUCT}_build_number.id)" > buildlog.log 2>&1 &`
`./mkimage.sh ota && rockdev/mkupdate.sh`
`rockdev/mkpublish.sh -u "username:password"`
where username and password are an account with write privileges to the firmware repository on nexus.buzztime.com
Clone repository
  • Home