Skip to content

Commit

Permalink
README.md: Update example of using local kernel and u-boot
Browse files Browse the repository at this point in the history
Change-Id: Icaa8c0f8aad968ddf08af92e5cfce3fc44f49ac9
Signed-off-by: Jeffy Chen <[email protected]>
  • Loading branch information
JeffyCN committed Nov 19, 2024
1 parent 2a9a8ca commit 38fe71d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,27 @@ For example using the kernel/ and u-boot/ in the same directory of meta-rockchip

```makefile
# build/conf/local.conf
PREFERRED_VERSION_linux-rockchip := "6.1%"
LINUXLIBCVERSION := "6.1-custom%"

SRC_URI:pn-linux-rockchip = " \
git://${TOPDIR}/../kernel;protocol=file;usehead=1 \
file://cgroups.cfg \
"
SRCREV:pn-linux-rockchip = "${AUTOREV}"
KBRANCH = "HEAD"

SRC_URI:pn-u-boot = " \
SRC_URI:pn-linux-libc-headers = " \
git://${TOPDIR}/../kernel;protocol=file;usehead=1 \
"
SRCREV:pn-linux-libc-headers = "${AUTOREV}"

SRC_URI:pn-u-boot-rockchip = " \
git://${TOPDIR}/../u-boot;protocol=file;usehead=1 \
git://${TOPDIR}/../rkbin;protocol=file;usehead=1;name=rkbin;branch=HEAD;destsuffix=rkbin \
"
SRCREV:pn-u-boot = "${AUTOREV}"
SRCREV:pn-u-boot-rockchip = "${AUTOREV}"
SRCREV_rkbin:pn-u-boot-rockchip = "${AUTOREV}"
```

## Maintainers
Expand Down

0 comments on commit 38fe71d

Please sign in to comment.