タグ

linuxとgitに関するmasterqのブックマーク (6)

  • Easiest Way To Build Mainline Linux Kernel in Debian/Ubuntu – James' Personal Site

    masterq
    masterq 2023/07/26
    "make -j$(nproc) deb-pkg" でパッケージ作れたんですね
  • Kernel/Dev/KernelGitGuide - Ubuntu Wiki

    Git is the source code management tool used by the Linux kernel developer community. Ubuntu has adopted this tool for our own Linux kernel source code so that we can interact better with the community and the other kernel developers. Installing GIT To use git you must have the git package installed on your system, which you can install like this: sudo apt install git Obtaining the kernel sources f

    masterq
    masterq 2023/04/27
    "git clone git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal" で取得できる
  • YoctoでLinuxカーネル触るときのTips - Qiita

    ことあるごとに「Yoctoで取ってきたコードで開発しちゃダメ」とはいわれるものの、ビルド環境がある以上はソースを触りたいのが人情。 というわけでYoctoでLinuxカーネル触るときのTipsを記載してみる 以下ターゲットがi.MX6の環境について記載されているので、それ以外のターゲットでは適宜読み替えること。 最重要事項: gitリポジトリは作り直される 基的にdo_unpackタスクが走ると、gitリポジトリごと一から作り直される。 そのためコード修正してgit commitして一安心、と思っていると泣きを見ることになる。 do_unpackはdo_cleansstateしたりレシピファイルを修正したりすると簡単に走ってしまうため要注意。 カーネルソースはどこにあるか 以下で確認可能 $ bitbake -e linux-imx | grep '^S=' S="/home/user/

    YoctoでLinuxカーネル触るときのTips - Qiita
    masterq
    masterq 2021/09/02
    "レシピファイル内にSRC_URI += "hoge.patch"のように書いておくとdo_unpackの後で自動的にパッチを当ててくれる" SRC_URI += file://${TOPDIR}/foo.patch
  • Success is a Journey, not a Destination: 初心者向けガイド: Linux カーネルのハック

    ( The newbie's guide to hacking the Linux kernelがとても素晴らしい記事だったので翻訳しました。 ) ( 2010-09-28 LinuxCon Japan にて、口頭ですが、Greg K-H から翻訳・公開の許可をもらいました。Thanks! ) カーネルをハックするのに、コンピュータサイエンスの博士号や下積み期間は必要ないよ。もちろんそういうことは役には立つ。でもLinux開発の重要な点は、誰にでもオープンだってことだ。とにかく取り組むことが必要。あなたは毎日何らかの形でLinuxカーネルを使ってるでしょ? どんな小さいことでもいいから、カーネル開発を少しでも手伝えば、それを誇りに思えるはずだ。 多くの貢献をしていて (そして Linux Format の読者でもある) Greg Kroah-Hartman に聞いてみた。初心者が Linu

    masterq
    masterq 2012/02/15
    "checkpatch.pl"というツールがある
  • etckeeper

    etckeeper is a collection of tools to let /etc be stored in a git, mercurial, darcs, or bzr repository. It hooks into apt (and other package managers including yum and pacman-g2) to automatically commit changes made to /etc during package upgrades. It tracks file metadata that revison control systems do not normally support, but that is important for /etc, such as the permissions of /etc/shadow. I

    masterq
    masterq 2010/12/22
    /etcをバージョン管理
  • debiancdn

    AWS Advent Calenderの12月22日分です。 COPSBenchとは 世の中、ベンチマークソフトウェアであふれています。その目的は様々ですが、S3に代表されるオブジェクトストレージのベンチマークソフトウェアは、POSIXなファイルシステムのベンチマークとちがってほとんど普及していません。 Amazon S3のパフォーマンスをあげるコツという記事にあるとおり、S3は使い方によってパフォーマンスが異なります。そのため、実際のワークロードを模擬することで初めて意味のある性能指標を得ることが出来ます。 COSBenchは万能ではありませんが、様々なワークロードをXMLで記述することで、模擬実行できるApache2ライセンスのソフトです。Intelの中国の方を中心に開発がすすめられています。http://www.slideshare.net/ben_duyujie/cosbench-

    debiancdn
  • 1