Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: pathspec 'v5.15.137' did not match any file(s) known to git. #2

Open
LPXingxing opened this issue Jan 30, 2024 · 1 comment
Open

Comments

@LPXingxing
Copy link

I followed the following steps to build kernel code. But it reports that it cannot find v5.15.137 branch.

Can you help check how to solve this?
 
git clone https://github.com/intel/linux-kernel-overlay.git
cd linux-kernel-overlay
git checkout lts2021-ubuntu
./build.sh

= [up to date] mainline-tracking-overlay-v6.7-rc3-ubuntu-231129T100251Z -> mainline-tracking-overlay-v6.7-rc3-ubuntu-231129T100251Z
= [up to date] mainline-tracking-overlay-v6.7-rc3-ubuntu-231206T020418Z -> mainline-tracking-overlay-v6.7-rc3-ubuntu-231206T020418Z
= [up to date] mainline-tracking-overlay-v6.7-ubuntu-240110T080436Z -> mainline-tracking-overlay-v6.7-ubuntu-240110T080436Z

  • git checkout v5.15.137
    error: pathspec 'v5.15.137' did not match any file(s) known to git.
  • popd
    ~/test3/linux-kernel-overlay
  • pushd /home/ubuntu/test3/linux-kernel-overlay/build/linux-kernel-v5.15.137
    ~/test3/linux-kernel-overlay/build/linux-kernel-v5.15.137 ~/test3/linux-kernel-overlay
  • rm '/home/ubuntu/test3/linux-kernel-overlay/build/linux-kernel-v5.15.137/../*.deb'
@dvintel
Copy link

dvintel commented Feb 6, 2024

I'm not part of the team, so take this with a grain of salt...
but did you possibly mean this?
"lts-overlay-v5.15.137-ubuntu-231030T054931Z" lts-overlay-v5.15.137-ubuntu-231030T054931Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants