{"id":38991923,"url":"https://github.com/3mdeb/talos-op-build","last_synced_at":"2026-01-17T17:04:22.603Z","repository":{"id":55994313,"uuid":"302660653","full_name":"3mdeb/talos-op-build","owner":"3mdeb","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-02T11:24:57.000Z","size":3080,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2023-09-21T15:12:25.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3mdeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-09T14:11:51.000Z","updated_at":"2022-12-20T13:35:41.000Z","dependencies_parsed_at":"2022-08-15T11:00:49.182Z","dependency_job_id":null,"html_url":"https://github.com/3mdeb/talos-op-build","commit_stats":null,"previous_names":[],"tags_count":32,"template":null,"template_full_name":null,"purl":"pkg:github/3mdeb/talos-op-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ftalos-op-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ftalos-op-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ftalos-op-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ftalos-op-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3mdeb","download_url":"https://codeload.github.com/3mdeb/talos-op-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ftalos-op-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":[],"created_at":"2026-01-17T17:04:21.845Z","updated_at":"2026-01-17T17:04:22.582Z","avatar_url":"https://github.com/3mdeb.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenPOWER Firmware Build Environment\n\nThe OpenPOWER firmware build process uses Buildroot to create a toolchain and\nbuild the various components of the PNOR firmware, including Hostboot, Skiboot,\nOCC, Petitboot etc.\n\n## Development\n\nIssues, Milestones, pull requests and code hosting is on GitHub:\nhttps://github.com/open-power/op-build\n\nMailing list: openpower-firmware@lists.ozlabs.org  \nInfo/Subscribe: https://lists.ozlabs.org/listinfo/openpower-firmware  \nArchives: https://lists.ozlabs.org/pipermail/openpower-firmware/\n\n## Building an image\n\nTo build an image for a Palmetto system:\n\n```\ngit clone --recursive git@github.com:open-power/op-build.git\ncd op-build\n. op-build-env\nop-build palmetto_defconfig \u0026\u0026 op-build\n```\n\nThere are also default configurations for other platforms in\n`openpower/configs/` such as Habanero and Firestone.\n\nBuildroot/op-build supports both native and cross-compilation - it will\nautomatically download and build an appropriate toolchain as part of the build\nprocess, so you don't need to worry about setting up a\ncross-compiler. Cross-compiling from a x86-64 host is officially supported.\n\n### Dependencies for *64-bit* Ubuntu/Debian systems\n\n1. Install Ubuntu (\u003e= 14.04) or Debian (\u003e= 7.5) 64-bit.\n2. Enable Universe (Ubuntu only):\n\n        sudo apt-get install software-properties-common\n        sudo add-apt-repository universe\n3. Install the packages necessary for the build:\n\n        sudo apt-get install cscope ctags libz-dev libexpat-dev \\\n          python language-pack-en texinfo \\\n          build-essential g++ git bison flex unzip \\\n          libssl-dev libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc \\\n          wget bc\n\n### Dependencies for *64-bit* Fedora systems\n\n1. Install Fedora 25 64-bit (older Fedora should also work).\n2. Install the packages necessary for the build:\n\n        sudo dnf install gcc-c++ flex bison git ctags cscope expat-devel patch \\\n          zlib-devel zlib-static texinfo perl-bignum \"perl(XML::Simple)\" \\\n          \"perl(YAML)\" \"perl(XML::SAX)\" \"perl(Fatal)\" \"perl(Thread::Queue)\" \\\n          \"perl(Env)\" \"perl(XML::LibXML)\" \"perl(Digest::SHA1)\" libxml2-devel \\\n          which wget unzip tar cpio python bzip2 bc findutils ncurses-devel\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Ftalos-op-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3mdeb%2Ftalos-op-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Ftalos-op-build/lists"}