Closed durmaz54 closed 8 months ago
Hi @durmaz54 Could you please provide details about your issue (Linux kernel version, logs, ...) ?
Could you please share the result of the following command ?
$ bitbake -e linux-tegra | grep -i "^SRC_"
also, Could you share the contents of the fragment file ?
My output
SRC_REPO="github.com/OE4T/linux-tegra-4.9;protocol=https"
SRC_URI="git://github.com/OE4T/linux-tegra-4.9;protocol=https;name=machine;branch=oe4t-patches-l4t-r32.5 file://localversion_auto.cfg file://fragment.cfg"
fragment file
CONFIG_LOCALVERSION="-l4t-r32.5-durmazend"
CONFIG_DEFAULT_HOSTNAME="durmazend"
What was the issue ? could you please share the logs ?
I am utilizing the
bitbake -c menuconfig virtual/kernel
command to make kernel configuration adjustments (such ashostname
,i2c
changes, etc.), followed by generating my fragment file usingbitbake -c diffconfig virtual/kernel
. I then add the following code to thelinux-tegra_%.bbappend
file I have created:My appends tree: workspace/appends/ linux-tegra/fragment.cfg linux-tegra_%.bbappend