{"id":13994015,"url":"https://github.com/webosose/build-webos","last_synced_at":"2026-04-04T14:42:13.246Z","repository":{"id":41983605,"uuid":"125160949","full_name":"webosose/build-webos","owner":"webosose","description":"webOS OSE build layer","archived":false,"fork":false,"pushed_at":"2025-04-01T07:37:49.000Z","size":661,"stargazers_count":706,"open_issues_count":10,"forks_count":132,"subscribers_count":77,"default_branch":"master","last_synced_at":"2025-07-22T18:40:15.814Z","etag":null,"topics":["webos","webosose"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webosose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-14T05:41:02.000Z","updated_at":"2025-07-16T09:43:25.000Z","dependencies_parsed_at":"2023-01-29T20:31:19.108Z","dependency_job_id":"c25e2e3d-391e-4830-b430-e2745d3b12cc","html_url":"https://github.com/webosose/build-webos","commit_stats":{"total_commits":785,"total_committers":24,"mean_commits":"32.708333333333336","dds":0.5388535031847134,"last_synced_commit":"2dad42835d080b29c8de2cedbaf613636f35ce2b"},"previous_names":[],"tags_count":879,"template":false,"template_full_name":null,"purl":"pkg:github/webosose/build-webos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fbuild-webos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fbuild-webos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fbuild-webos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fbuild-webos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webosose","download_url":"https://codeload.github.com/webosose/build-webos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webosose%2Fbuild-webos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["webos","webosose"],"created_at":"2024-08-09T14:02:40.168Z","updated_at":"2026-04-04T14:42:13.229Z","avatar_url":"https://github.com/webosose.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# build-webos\n\nThis repository contains the top level code that aggregates the various [OpenEmbedded](http://openembedded.org) layers into a whole from which [webOS Open Source Edition (OSE)](https://www.webosose.org/) images can be built.\n\n## Prerequisites\n\nBefore you begin, make sure that you prepare the target device and systems that meet the [System Requirements](https://www.webosose.org/docs/guides/setup/system-requirements/).\n\n## How to Build a webOS OSE Image\n\nTo build a webOS OSE image, refer to [Building webOS OSE](https://www.webosose.org/docs/guides/setup/building-webos-ose/)\n\nIf you are already familiar with building webOS OSE, check the following quick summary:\n\n``` bash\n# Download this repository\n$ git clone https://github.com/webosose/build-webos.git\n$ cd build-webos\n$ git checkout -t origin/\u003cbranch of the latest webOS OSE version\u003e\n\n# Install and configure the build\n$ sudo scripts/prerequisites.sh\n$ ./mcf -p 0 -b 0 raspberrypi4-64\n\n# Start to build\n$ source oe-init-build-env\n$ bitbake webos-image\n```\n\n\u003e **Note**: See also [Flashing webOS OSE](https://www.webosose.org/docs/guides/setup/flashing-webos-ose/).\n\n## Copyright and License Information\n\nUnless otherwise specified, all content, including all source code files and documentation files in this repository are:\n\nCopyright (c) 2008-2024 LG Electronics, Inc.\n\nAll content, including all source code files and documentation files in this repository except otherwise noted are: Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this content except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nSPDX-License-Identifier: Apache-2.0\n\n## How to Download Source Codes and Licenses\n\nIf you *ONLY* want to check the source codes and those license information, enter the following commands:\n\n``` bash\n# Download this repository\n$ git clone https://github.com/webosose/build-webos.git\n$ cd build-webos\n$ git checkout -t origin/\u003cbranch of the latest webOS OSE version\u003e\n\n# Install and configure the build\n$ sudo scripts/prerequisites.sh\n$ ./mcf -p 0 -b 0 raspberrypi4-64\n\n# Download source codes and licenses\n$ source oe-init-build-env\n$ bitbake --runall=patch webos-image\n```\n\nYou can check the source codes and licenses under the `BUILD/work` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebosose%2Fbuild-webos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebosose%2Fbuild-webos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebosose%2Fbuild-webos/lists"}